JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/org.onap.so.trust.jks -Djavax.net.ssl.trustStorePassword=MmBh?b,7OJQMze0w*6{!G.T) -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.5.RELEASE) 2021-06-02T02:46:03.055Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-845d4495b5-l62q9 with PID 14 (/app/app.jar started by so in /app) 2021-06-02T02:46:03.060Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE 2021-06-02T02:46:03.060Z||main|||||INFO|500||The following profiles are active: basic 2021-06-02T02:46:09.299Z||main|||||INFO|500||Starting service [Tomcat] 2021-06-02T02:46:09.300Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19] 2021-06-02T02:46:09.468Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-06-02T02:46:11.213Z||main|||||INFO|500||reqdb-pool - Starting... 2021-06-02T02:46:11.346Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-06-02T02:46:11.478Z||main|||||INFO|500||catdb-pool - Starting... 2021-06-02T02:46:11.541Z||main|||||INFO|500||catdb-pool - Start completed. 2021-06-02T02:46:12.786Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [ name: requestDB ...] 2021-06-02T02:46:12.944Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final} 2021-06-02T02:46:12.949Z||main|||||INFO|500||HHH000206: hibernate.properties not found 2021-06-02T02:46:13.370Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final} 2021-06-02T02:46:13.837Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect 2021-06-02T02:46:16.052Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [ name: catalogDB ...] 2021-06-02T02:46:16.289Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect 2021-06-02T02:46:18.830Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-06-02T02:46:18.867Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$d480b83d.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) 2021-06-02T02:46:18.868Z||main|||||WARN|500||The sdc end point is not alive 2021-06-02T02:46:20.113Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context 2021-06-02T02:46:21.705Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory 2021-06-02T02:46:23.581Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-06-02T02:46:24.778Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-06-02T02:46:26.600Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-02T02:46:26.602Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-02T02:46:26.611Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-02T02:46:26.658Z||main|||||INFO|500||Started Application in 26.36 seconds (JVM running for 27.53) 2021-06-02T02:46:26.668Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-02T02:46:26.714Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6f86b6b3-a018-44c0-880a-b34a96e5e89c url= /sdc/v1/artifactTypes 2021-06-02T02:46:26.714Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-02T02:46:27.836Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.106] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-06-02T02:46:27.840Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53c54995 2021-06-02T02:46:27.840Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-02T02:46:27.847Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-02T02:46:27.849Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-02T02:46:27.851Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task. org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-02T02:46:41.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250 2021-06-02T02:47:16.599Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-02T02:47:16.599Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-02T02:47:16.599Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-02T02:47:16.604Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-02T02:47:16.609Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e6288f9-a66b-479e-9ab5-a42c19121ca0 url= /sdc/v1/artifactTypes 2021-06-02T02:47:16.609Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-02T02:47:17.627Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.106] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-06-02T02:47:17.628Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@660158e9 2021-06-02T02:47:17.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-02T02:47:17.629Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-02T02:47:17.629Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-02T02:47:17.630Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task. org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-02T02:47:26.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.75.4 2021-06-02T02:48:06.599Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-02T02:48:06.599Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-02T02:48:06.599Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-02T02:48:06.605Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-02T02:48:06.610Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fd43a155-dce7-4819-961b-741902600f29 url= /sdc/v1/artifactTypes 2021-06-02T02:48:06.611Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-02T02:48:06.829Z||scheduling-1|||||DEBUG|500||GET Response Status 403 2021-06-02T02:48:06.830Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1734eade 2021-06-02T02:48:06.830Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso] 2021-06-02T02:48:06.831Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5003", "text": "Error: Not authorized to use the API.", "variables": [] } } } 2021-06-02T02:48:06.831Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso 2021-06-02T02:48:06.832Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task. org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-02T02:48:11.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.77.168 2021-06-02T02:48:56.598Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-02T02:48:56.599Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-02T02:48:56.599Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-02T02:48:56.608Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-02T02:48:56.643Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6a610fa1-ae94-43ee-8a6f-a4d3e28e4f86 url= /sdc/v1/artifactTypes 2021-06-02T02:48:56.644Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-02T02:48:56.728Z||scheduling-1|||||DEBUG|500||GET Response Status 403 2021-06-02T02:48:56.729Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d636506 2021-06-02T02:48:56.729Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso] 2021-06-02T02:48:56.730Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5003", "text": "Error: Not authorized to use the API.", "variables": [] } } } 2021-06-02T02:48:56.730Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso 2021-06-02T02:48:56.730Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task. org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-02T02:48:56.733Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250 2021-06-02T02:49:46.599Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-02T02:49:46.600Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-02T02:49:46.601Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-02T02:49:46.607Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-02T02:49:46.613Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ec50b08d-eedd-42aa-a40e-bb60cc4879d3 url= /sdc/v1/artifactTypes 2021-06-02T02:49:46.613Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-02T02:49:46.671Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-06-02T02:49:46.682Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-06-02T02:49:46.707Z||scheduling-1|||||DEBUG|500||create keys 2021-06-02T02:49:46.714Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-06-02T02:49:46.737Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:49:46.753Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b3b12872-50be-4040-9b82-e44100da1854 url= /sdc/v1/registerForDistribution 2021-06-02T02:49:46.955Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b3b12872-50be-4040-9b82-e44100da1854 url= /sdc/v1/registerForDistribution 2021-06-02T02:49:46.956Z||scheduling-1|||||INFO|500||start DistributionClient 2021-06-02T02:49:46.964Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:49:46.966Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:49:46.970Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:49:46.970Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:49:47.040Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:49:47.041Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:49:47.045Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-06-02T02:49:57.303Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:49:57.306Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:50:46.963Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:50:46.964Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:50:46.965Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:50:46.965Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:50:46.967Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:50:46.967Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:50:56.585Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:50:56.605Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:51:46.963Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:51:46.964Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:51:46.964Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:51:46.965Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:51:46.967Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:51:47.040Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:51:56.587Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:51:56.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.75.4 2021-06-02T02:51:56.626Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:52:46.963Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:52:46.964Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:52:46.964Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:52:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:52:46.966Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:52:46.966Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:52:56.585Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:52:56.585Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:53:26.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250 2021-06-02T02:53:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:53:46.964Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:53:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:53:46.965Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:53:46.966Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:53:46.967Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:53:56.583Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:53:56.629Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:54:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T02:54:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:54:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:54:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:54:46.965Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:54:46.966Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:54:46.966Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:54:56.513Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:54:56.523Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:54:56.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4 2021-06-02T02:55:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250 2021-06-02T02:55:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:55:46.964Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:55:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:55:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:55:46.966Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:55:46.966Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:55:56.531Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:55:56.625Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:56:07.277Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-06-02T02:56:26.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T02:56:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:56:46.964Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:56:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:56:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:56:46.967Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:56:46.967Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:56:56.535Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:56:56.535Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:57:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250 2021-06-02T02:57:46.964Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:57:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:57:46.966Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:57:46.966Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:57:46.969Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:57:46.970Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:57:56.582Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:57:56.584Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:58:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T02:58:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:58:46.964Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:58:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:58:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:58:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:58:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:58:56.583Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:58:56.626Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:59:26.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250 2021-06-02T02:59:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:59:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:59:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:59:46.965Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T02:59:46.966Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T02:59:46.966Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T02:59:56.583Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T02:59:56.584Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:00:11.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T03:00:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:00:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:00:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:00:46.965Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:00:46.966Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:00:46.966Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:00:56.582Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:00:56.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4 2021-06-02T03:00:56.628Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:01:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:01:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:01:46.963Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:01:46.965Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:01:46.966Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:01:46.966Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:01:56.587Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:01:56.586Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:02:26.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.77.168 2021-06-02T03:02:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:02:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:02:46.963Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:02:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:02:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:02:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:02:56.510Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:02:56.511Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:03:11.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250 2021-06-02T03:03:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:03:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:03:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:03:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:03:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:03:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:03:56.581Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:03:56.582Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:03:56.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T03:04:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4 2021-06-02T03:04:46.963Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:04:46.964Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:04:46.964Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:04:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:04:46.966Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:04:46.966Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:04:56.582Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:04:56.585Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:05:46.962Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:05:46.963Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:05:46.963Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:05:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:05:46.966Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:05:46.966Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:05:56.576Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:05:56.625Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:06:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250 2021-06-02T03:06:46.963Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:06:46.965Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:06:46.965Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:06:46.965Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:06:46.966Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:06:46.966Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:06:56.516Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:06:56.527Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:06:56.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T03:07:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4 2021-06-02T03:07:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:07:46.964Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:07:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:07:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:07:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:07:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:07:56.601Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:07:56.604Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:08:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:08:46.964Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:08:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:08:46.965Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:08:46.966Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:08:46.966Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:08:56.506Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:08:56.507Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:09:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:09:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:09:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:09:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:09:46.966Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:09:46.966Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:09:56.513Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:09:56.523Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:09:56.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.77.168 2021-06-02T03:10:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250 2021-06-02T03:10:46.962Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:10:46.963Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:10:46.964Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:10:46.965Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:10:46.966Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:10:46.966Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:10:56.551Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:10:56.621Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:11:26.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T03:11:46.962Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:11:46.963Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:11:46.964Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:11:46.965Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:11:46.966Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:11:46.966Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:11:56.511Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:11:56.516Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:12:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250 2021-06-02T03:12:46.962Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:12:46.963Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:12:46.964Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:12:46.965Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:12:46.966Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:12:46.966Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:12:56.514Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:12:56.514Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:12:56.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T03:13:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4 2021-06-02T03:13:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:13:46.963Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:13:46.963Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:13:46.965Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:13:46.966Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:13:46.966Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:13:56.580Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:13:56.581Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:14:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:14:46.963Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:14:46.964Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:14:46.965Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:14:46.966Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:14:46.966Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:14:56.584Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:14:56.584Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:15:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250 2021-06-02T03:15:46.963Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:15:46.963Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:15:46.964Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:15:46.965Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:15:46.966Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:15:46.966Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:15:56.598Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T03:15:57.440Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:15:57.440Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:16:26.602Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250 2021-06-02T03:16:46.963Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:16:46.964Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:16:46.965Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:16:46.965Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:16:46.966Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:16:46.966Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:16:56.507Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:16:56.520Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:17:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T03:17:46.963Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:17:46.963Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:17:46.963Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:17:46.965Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:17:46.966Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:17:46.966Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:17:56.585Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:17:56.585Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:18:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:18:46.963Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:18:46.963Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:18:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:18:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:18:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:18:56.511Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:18:56.590Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:19:26.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4 2021-06-02T03:19:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:19:46.963Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:19:46.963Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:19:46.965Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:19:46.966Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:19:46.966Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:19:56.514Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:19:56.515Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:20:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.77.168 2021-06-02T03:20:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:20:46.963Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:20:46.964Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:20:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:20:46.966Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:20:46.966Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:20:56.578Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:20:56.579Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:20:56.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4 2021-06-02T03:21:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.77.168 2021-06-02T03:21:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:21:46.964Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:21:46.964Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:21:46.965Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:21:46.966Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:21:46.966Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:21:56.505Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:21:56.522Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:22:26.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250 2021-06-02T03:22:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:22:46.963Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:22:46.963Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:22:46.965Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:22:46.966Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:22:46.966Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:22:56.511Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:22:56.578Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:23:11.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T03:23:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:23:46.963Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:23:46.964Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:23:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:23:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:23:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:23:54.821Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:23:54.823Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-06-02T03:23:54.823Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9cb8475c-b479-4d47-ab51-4a2b3179b6b0","serviceName":"basic_onboard_sWGJyd","serviceVersion":"1.0","serviceUUID":"997489c2-8e20-4cac-b387-a0643b153bba","serviceDescription":"service","serviceInvariantUUID":"4f8dcf78-1cd8-4324-9183-da7b27e52791","resources":[{"resourceInstanceName":"basic_onboard_sWGJyd 0","resourceName":"basic_onboard_sWGJyd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aceb6e3a-abbf-493b-bf5e-19a3b0bdca8c","resourceInvariantUUID":"bd96413d-a99f-4c9c-90b7-56041c20d270","resourceCustomizationUUID":"23fe1f14-3a0c-4762-ad5d-4e4f7051408a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml","artifactChecksum":"MWJhMTUyMjUyMWUwNTU3NTE0NTkzMzU4Y2FiNzk2ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"127d4f08-2cab-45fd-a43d-84ea040375e6","artifactVersion":"1"},{"artifactName":"basic_onboard_swgjyd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json","artifactChecksum":"ZjkyNTg3ZTcxOWQ4NmViNjE5ZWEzOTdjNGFlODQ2Mjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b2f1a612-b6cd-4cde-b145-6c769a7161b2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c6e48263-0c62-42ad-b950-58717589f1d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"884e6d77-65c0-4825-a10d-5c2ef7073515","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc","artifactVersion":"2","generatedFromUUID":"c6e48263-0c62-42ad-b950-58717589f1d0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSwgjyd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-template.yml","artifactChecksum":"MWVmMTQzMWRlYTFhMmVhM2RlOGM5MGZiYjBjNjNiODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22c2bd27-e772-4052-9be1-70adb1183b80","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSwgjyd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar","artifactChecksum":"Mjg2YTg2MGYwYzVjNDg2MGI2MWMzYzVmMDU5NWVkODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"80682188-ce59-4305-b890-a17029edf803","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-02T03:23:54.831Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:23:54.838Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:23:54.847Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:23:54.847Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604226962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:23:54.948Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-06-02T03:23:54.952Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:23:54.952Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:23:54.999Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:23:55.000Z||pool-4-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:23:55.022Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:23:55.023Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:23:55.023Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-windriver-id", "timestamp": 1622604224684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:23:55.040Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:23:55.853Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:23:55.853Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:23:55.856Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:23:55.856Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604226962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:23:55.956Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:23:55.957Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:23:55.957Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:23:55.999Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:23:55.999Z||pool-5-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:23:56.857Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:23:56.858Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:23:56.860Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:23:56.860Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604226962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-02T03:23:56.960Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-02T03:23:56.962Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:23:56.962Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:23:56.973Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:23:56.974Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:23:57.861Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:23:57.862Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:23:57.865Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:23:57.865Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604226962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:23:57.965Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:23:57.966Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:23:57.967Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:23:57.978Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:23:57.979Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:23:58.866Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:23:58.867Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:23:58.869Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:23:58.869Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604226962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-02T03:23:58.969Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:23:58.971Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:23:58.971Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:23:58.981Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:23:58.981Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:23:59.870Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:23:59.871Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:23:59.874Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:23:59.874Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604226962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:23:59.974Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:23:59.975Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:23:59.975Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:23:59.987Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:23:59.992Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:24:00.874Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:24:00.875Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:24:00.877Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:24:00.877Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604226962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:24:00.977Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:24:00.978Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:24:00.979Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:24:00.993Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:24:00.993Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:24:01.879Z||pool-3-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "serviceName": "basic_onboard_sWGJyd", "serviceVersion": "1.0", "serviceUUID": "997489c2-8e20-4cac-b387-a0643b153bba", "serviceDescription": "service", "serviceInvariantUUID": "4f8dcf78-1cd8-4324-9183-da7b27e52791", "resources": [ { "resourceInstanceName": "basic_onboard_sWGJyd 0", "resourceCustomizationUUID": "23fe1f14-3a0c-4762-ad5d-4e4f7051408a", "resourceName": "basic_onboard_sWGJyd", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "aceb6e3a-abbf-493b-bf5e-19a3b0bdca8c", "resourceInvariantUUID": "bd96413d-a99f-4c9c-90b7-56041c20d270", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_swgjyd0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "artifactChecksum": "ZjkyNTg3ZTcxOWQ4NmViNjE5ZWEzOTdjNGFlODQ2Mjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b2f1a612-b6cd-4cde-b145-6c769a7161b2", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c6e48263-0c62-42ad-b950-58717589f1d0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc", "generatedFromUUID": "c6e48263-0c62-42ad-b950-58717589f1d0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardSwgjyd-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "artifactChecksum": "Mjg2YTg2MGYwYzVjNDg2MGI2MWMzYzVmMDU5NWVkODk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "80682188-ce59-4305-b890-a17029edf803" } ], "workloadContext": "Production" } 2021-06-02T03:24:01.881Z||pool-3-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-02T03:24:01.881Z||pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 997489c2-8e20-4cac-b387-a0643b153bba ASDC 2021-06-02T03:24:02.077Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:9cb8475c-b479-4d47-ab51-4a2b3179b6b0 ServiceName:basic_onboard_sWGJyd ServiceVersion:1.0 ServiceUUID:997489c2-8e20-4cac-b387-a0643b153bba ServiceInvariantUUID:4f8dcf78-1cd8-4324-9183-da7b27e52791 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardSwgjyd-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar ArtifactUUID:80682188-ce59-4305-b890-a17029edf803 ArtifactChecksum:Mjg2YTg2MGYwYzVjNDg2MGI2MWMzYzVmMDU5NWVkODk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_sWGJyd 0 ResourceCustomizationUUID:23fe1f14-3a0c-4762-ad5d-4e4f7051408a ResourceInvariantUUID:bd96413d-a99f-4c9c-90b7-56041c20d270 ResourceName:basic_onboard_sWGJyd ResourceType:VF ResourceUUID:aceb6e3a-abbf-493b-bf5e-19a3b0bdca8c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_swgjyd0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json ArtifactUUID:b2f1a612-b6cd-4cde-b145-6c769a7161b2 ArtifactChecksum:ZjkyNTg3ZTcxOWQ4NmViNjE5ZWEzOTdjNGFlODQ2Mjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml ArtifactUUID:c6e48263-0c62-42ad-b950-58717589f1d0 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env ArtifactUUID:ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env ArtifactUUID:ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-02T03:24:02.077Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 997489c2-8e20-4cac-b387-a0643b153bba ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:24:02.283Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:24:02.285Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-06-02T03:24:02.286Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-06-02T03:24:02.286Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 80682188-ce59-4305-b890-a17029edf803 from URL: /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:02.286Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-06-02T03:24:02.287Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:02.753Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-02T03:24:02.767Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar 80682188-ce59-4305-b890-a17029edf803 70270 2021-06-02T03:24:02.768Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar ASDC sendASDCNotification 2021-06-02T03:24:02.768Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:02.841Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:24:02.843Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:24:02.845Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:24:02.846Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604242767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:24:02.945Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-02T03:24:02.946Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:24:02.946Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:24:02.957Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:24:02.958Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:24:03.846Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:24:03.848Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-06-02T03:24:03.849Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Trying to write artifact UUID: 80682188-ce59-4305-b890-a17029edf803, URL: /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar to file: /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:03.849Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:04.015Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:04.015Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:04.395Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3942909997706449819/Definitions/service-BasicOnboardSwgjyd-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-06-02T03:24:06.273Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-02T03:24:06.278Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-06-02T03:24:06.279Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:06.279Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-06-02T03:24:06.279Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sWGJyd 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:06.279Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:06.279Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:06.280Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:06.280Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sWGJyd 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:06.280Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:06.280Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:06.280Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:06.280Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:06.280Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:06.281Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-06-02T03:24:06.289Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:06.291Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:06.294Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is matching search criteria 2021-06-02T03:24:06.295Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-02T03:24:06.296Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sWGJyd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:24:06.298Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:06.298Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:06.298Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is matching search criteria 2021-06-02T03:24:06.298Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-02T03:24:06.298Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sWGJyd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:24:06.298Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:06.299Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:06.302Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:06.302Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is not matching search criteria 2021-06-02T03:24:06.302Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-06-02T03:24:06.302Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-06-02T03:24:06.302Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-06-02T03:24:06.302Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-02T03:24:06.302Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-02T03:24:06.303Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:06.303Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-02T03:24:06.304Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:06.304Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is matching search criteria 2021-06-02T03:24:06.304Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sWGJyd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:24:06.304Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:06.304Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is matching search criteria 2021-06-02T03:24:06.305Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sWGJyd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:24:06.305Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:06.305Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is matching search criteria 2021-06-02T03:24:06.305Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sWGJyd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:24:06.305Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:06.305Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is not matching search criteria 2021-06-02T03:24:06.305Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-02T03:24:06.306Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-02T03:24:06.306Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d06dfc54-d90b-44d7-a4ac-bbd48c5aa121 2021-06-02T03:24:06.306Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:06.306Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:06.306Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:06.306Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:06.306Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:06.307Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:06.307Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:06.307Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:06.307Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_sWGJyd Description:service Model UUID:997489c2-8e20-4cac-b387-a0643b153bba Model Version:NULL Model InvariantUuid:4f8dcf78-1cd8-4324-9183-da7b27e52791 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_sWGJyd Model UUID:8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bd96413d-a99f-4c9c-90b7-56041c20d270 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:23fe1f14-3a0c-4762-ad5d-4e4f7051408a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b5310bca-f26d-465f-874a-0fc1b52a4740 ModelName:BasicOnboardSwgjyd..base_ubuntu18..module-0 ModelUuid:529bc647-be95-403e-ae23-65d031277704 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d06dfc54-d90b-44d7-a4ac-bbd48c5aa121 ModelInvariantUuid:7a533bbf-97d8-472e-a4eb-aec110c96317 ModelName:basic_onboard_sWGJyd-nodes.ubuntu18Cvfc ModelUuid:460d60a5-cbfb-4d88-be42-a803aa3e56a2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:481636b7-48ea-4a51-b114-0ae83f9b69fa ModelInvariantUuid:32bd8766-dbff-49f7-bd48-53a8d30e2760 ModelName:BasicOnboardSwgjyd.compute.nodes.heat.ubuntu18 ModelUuid:f0d02ba8-c6d5-49e2-b406-c80094a084e4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-02T03:24:06.343Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: aceb6e3a-abbf-493b-bf5e-19a3b0bdca8c 2021-06-02T03:24:06.359Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:24:06.419Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||basic_onboard_sWGJyd 0 2021-06-02T03:24:06.426Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aceb6e3a-abbf-493b-bf5e-19a3b0bdca8c 2021-06-02T03:24:06.426Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: b2f1a612-b6cd-4cde-b145-6c769a7161b2 from URL: /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json 2021-06-02T03:24:06.426Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-06-02T03:24:06.427Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json 2021-06-02T03:24:06.880Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-02T03:24:06.880Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json b2f1a612-b6cd-4cde-b145-6c769a7161b2 798 2021-06-02T03:24:06.880Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json ASDC sendASDCNotification 2021-06-02T03:24:06.881Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json 2021-06-02T03:24:06.881Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:24:06.881Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:24:06.882Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:24:06.883Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604246880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:24:06.983Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:24:06.984Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:24:06.984Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:24:06.994Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:24:06.995Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:24:07.884Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardSwgjyd..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b5310bca-f26d-465f-874a-0fc1b52a4740", "vfModuleModelVersion": "1", "vfModuleModelUUID": "529bc647-be95-403e-ae23-65d031277704", "vfModuleModelCustomizationUUID": "5a26029e-509b-498e-ba46-e6ee35bbea56", "isBase": true, "artifacts": [ "c6e48263-0c62-42ad-b950-58717589f1d0", "ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-02T03:24:07.904Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardSwgjyd..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:529bc647-be95-403e-ae23-65d031277704 VfModuleModelInvariantUUID:b5310bca-f26d-465f-874a-0fc1b52a4740 VfModuleModelDescription:NULL Artifacts UUID List:{ c6e48263-0c62-42ad-b950-58717589f1d0 , ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-02T03:24:07.941Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardSwgjyd..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b5310bca-f26d-465f-874a-0fc1b52a4740", "vfModuleModelVersion": "1", "vfModuleModelUUID": "529bc647-be95-403e-ae23-65d031277704", "vfModuleModelCustomizationUUID": "5a26029e-509b-498e-ba46-e6ee35bbea56", "isBase": true, "artifacts": [ "c6e48263-0c62-42ad-b950-58717589f1d0", "ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-02T03:24:07.941Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardSwgjyd..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:529bc647-be95-403e-ae23-65d031277704 VfModuleModelInvariantUUID:b5310bca-f26d-465f-874a-0fc1b52a4740 VfModuleModelDescription:NULL Artifacts UUID List:{ c6e48263-0c62-42ad-b950-58717589f1d0 , ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-02T03:24:07.941Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: c6e48263-0c62-42ad-b950-58717589f1d0 from URL: /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml 2021-06-02T03:24:07.941Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-06-02T03:24:07.941Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml 2021-06-02T03:24:08.237Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-02T03:24:08.237Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml c6e48263-0c62-42ad-b950-58717589f1d0 5033 2021-06-02T03:24:08.238Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-06-02T03:24:08.238Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml 2021-06-02T03:24:08.238Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:24:08.238Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:24:08.240Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:24:08.240Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604248238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:24:08.340Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:24:08.341Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:24:08.341Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:24:08.350Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:24:08.350Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:24:09.241Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc from URL: /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env 2021-06-02T03:24:09.241Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-06-02T03:24:09.242Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env 2021-06-02T03:24:09.803Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-02T03:24:09.804Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc 909 2021-06-02T03:24:09.804Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-06-02T03:24:09.804Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env 2021-06-02T03:24:09.804Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:24:09.804Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:24:09.806Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:24:09.806Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604249804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:24:09.907Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:24:09.908Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:24:09.908Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:24:09.917Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:24:09.918Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:24:10.807Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Preparing to deploy Service: 997489c2-8e20-4cac-b387-a0643b153bba 2021-06-02T03:24:10.808Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sWGJyd 0 aceb6e3a-abbf-493b-bf5e-19a3b0bdca8c ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:24:10.866Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:10.867Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:10.867Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Processing vnf with UUID: 8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd 2021-06-02T03:24:10.867Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Will get resource from SDC using resource id: 8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd 2021-06-02T03:24:10.877Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel to get resource 2021-06-02T03:24:10.907Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel 2021-06-02T03:24:10.910Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|INFO|500||Invoke 2021-06-02T03:24:10.910Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||===========================request begin================================================ 2021-06-02T03:24:10.910Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel 2021-06-02T03:24:10.911Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||Method : GET 2021-06-02T03:24:10.911Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||Headers : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"9cb8475c-b479-4d47-ab51-4a2b3179b6b0", X-RequestID:"9cb8475c-b479-4d47-ab51-4a2b3179b6b0", X-TransactionID:"9cb8475c-b479-4d47-ab51-4a2b3179b6b0", X-ECOMP-RequestID:"9cb8475c-b479-4d47-ab51-4a2b3179b6b0", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"1fda52a0-cdd2-4578-a5f6-17488c6d0949"] 2021-06-02T03:24:10.912Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||Request body: 2021-06-02T03:24:10.912Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||==========================request end================================================ 2021-06-02T03:24:11.913Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||============================response begin========================================== 2021-06-02T03:24:11.913Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||Status code : 200 OK 2021-06-02T03:24:11.914Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||Status text : OK 2021-06-02T03:24:11.914Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node01cov57564bvqi1n2d85i8o84li279.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardSwgjyd-csar.csar"", Content-MD5:"OGEwYjYxZDEwNDM1NjU4NWJjNGNmZGM3ZWQ5MTlhZGM=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"9cb8475c-b479-4d47-ab51-4a2b3179b6b0", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-06-02T03:24:11.937Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||Response body: PK��R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM�1�0{������D����(>G�!��q�rG;��Fg{�� ��Jp��}d��栬�o{�)������vȂ��Ē ���K�ѻ�&��f���G~DL����e���u�)aUꊁ��3�&�_�Fb��l� ���m��PK�J���PK��R4Definitions/resource-BasicOnboardSwgjyd-template.yml�Ys��������ӑ��̝����i'i��� b��8q~�����v뾤Hg�ُ$�@��� �1C�ue���q̄�P`ڞ�� �-�S�lB����1�5�M����nj�ˢ��ue��&k@fU LDV�4��y��P��ʊ"���AB@��b ��NtOv��0f���:� }] �|ېA�oza���9~n<����-]s�|A�M ? "�x�^ene ���ݨ:+y�{�ej5�ٳt t7L�g��|%�4�� �o@ U9NAN�Uq��|�!�&��Z@���=R#'���|mh= .�} �a����^r;�2����t �X�:�X� �. � m ���p~�S�!��[!���P��@+��]�[��F�%�A<�e�ԓa�����F��F�%<#���n�1�T�|��-�r����B�u��m�w� �׊�i�o�����*�l�OfT�.��r�dO��ב�Z���P1�� �����W�p�Y�$��Pn:����N�e �\�2f�x��6u�3ꆹZ̮S8�F���cƀV�V��xn*��8יq(S�> s���܆~T�Ou]�-�B���d�QG���a�eI����Mos�����<0��ht�`cz����D�&�ese��������vŵ������۳e!_�i��k��?�����n6 3\C�J��F�p���/�h�WAM���]�;����A��������E�v���a}_�;W��%d���w��l"Y�ٕjG~pw6Y�������O�7~��__�ߋ/��n>ԙ�����Vv_�Z(����.6��y4�>��8���:<}X�����ؐ���t�p��͹����sg���&�ħ�Wg|9�}s�u��G�����'����,D�en5��O��[(LǾ�B7/g���ím_=}\�ڪ�r姏+������p���΍#xrv+=kg�/��ib?�}���^}�-���قw��3��G�ͷ���`5^�V�L�>�֫��g�C��}7���y9�ɯ[�\h+���n�;��x?�z�/��˧#����/��eݛ��W۰�~ͦ�Gr�]<���/K����`}���!��v"�����U4���Ӎ<����Ȫ�_^�'������������E������l<~}�5�ڏOw��F�h�϶���[��_��~����݇8"86G>������H�U4��w\���؉p���aBl�i��d��,cz�"��A���I¤bz� Ǝ�?�D��.���,׈Wq:��19�-�X� ���>��6i��vxp�™g�p��=�֔��%kI��Ƹ�>��L�b���jXp���f"�6��z�ㄑL6̿ ���H���:,.9q�vPHg)�4��pA�|Z��\.�� ����W}�cڤƢr���t� @DžƦ���%�0�� %�\v�V&/�Sۅ��Rmn�Uj�A�p7;j�L��e�?��t&��ׅ���f�P�;��VV�mhIp2��dI�A��RDDZ�,�9)�M@��EN��*���H���c�h"B>Ѣ tm�#�!x�uC�`��,�t ��PU]�j9����l*���Q�r��)���B�Zcu� CEcÂ�u���d�t�-��v���b�����׶#��Y�}9����mR}�.�����b-�WXnŘ��r�W��Mo�["B c8�L*ͩf�&T<\�_�l*D�h&��we �K����R,�_�V �m����,05����4l�)i "�7(����혒��ʚ�@�E@�֪ey�ږ� ��̓_���ȦeΚ�hI�}�e}�؝�� ��b~� G��Ԋ0��"��CF�R�}�,␐ӽM&��{@жJ�ZL��O�h췟ʄ5h� ��ׄF���Q�2�ՊҜݢ`Z�PVU3��i��Y�'�R ���֋�!·#�/���!�����. cX.�~X7�#i�,�~w�������ywv��<����9?+ ���M0�/3�>���e oO�����k�qӐ�CiR��y�C~��FĿm�(�bڔlsW e�*����.��J��}}(�\�x#�NXe���c�$�:��ʊE�#��� �eGD�J���JCG$>��p�C�Ղ�JsO��b�R(V�'�Q��#=ip?�4���j�@�EJ��(3�6;�߄j�]7��!(�K�…�N�O`K�c��v@VkVs�GI�;�;�Z+�,WK*����@T��$��(\ⰷyP[�����ׄ�NZԕ�*����ĥ)�!�U;\u�r�P��@�3.t|h�� U, ����򨴨�#%�FZ��������W6�?g�25����2;T��N�{�SՑ�P�#��(����I �����*M��A�O��Jd���%��%�$d��DT[���� ���j�+�WiH��*��O�UsfH�� lR����Zc����Wru�%웢�� q�m����R*%���%AP�S��ǻ �p�{Ѩ���ؿC����𐉵Gd:hP���G��>;O z�*�w˗.3'N/>�*�S�[ 9�N�By�`��20��$ P�"y��& ��J�&N�� :&"��Ȳ�:�@],�)������<����倌T ��(�P��"jw�V�8 ,�p�S���������6Cϳ���J|�}���.�> �rT?$�7��� �i���e�o:;n����"�� �깕_܍%?@���Z8�h^��}ܣ�D�}d��� s��OC���Cg�1L�JI��tC� �!Ԟ��n\W�-aq�]��]<�|vH�E=R�z���QrB خx����`\���n뾴R7�H���f�X��K�=o���h.j/�L�����c�81�T ` �S'<$�QSxY�DA*"a�#��1'�q8^�$V��?��w��J�ش�b؂*���~T�A��SbXڥC��$ �$����o�kE6JSM�ܪ���L�Z^�wȍ�[�/��e���$U��" �!L���9������i�� [I@xq�M�)�S��;Հ*I(�;)�nZD�VJ]j6C��$o�FG��RtpTu���r%DA3�5�U:�,w�J�\�[.����u���Tz10?�&����.�S���Nݵ�S K;�k�z�y��eT�V2��6���V��5�bc/�l��Vt��jE�~�҅� �J����[�A��0�I���j�U�n�Oc��kG�Jz`�҇��ʡ&k�-�.�U�^��� �y �^,��Z�[���(tѩ�t����ߺ:x+�֣�.B ��������Tq `��+5��*�^�{���UV:���A����ALb'[PMG/�L�C��;�� ���#��~���H�O�+���z?�.�=��uq��� ��^� �2$�|����a*t+Awآ�k�vyn{)Ԅ�� ��8�+��Yf_F���Qe�(����^9~H}q� H=#�p��>���8��]U.'p�gx�q�"c�nd�Wv^���wؑ����][xhw�Nspg�zic+�d7�-wW��k�O'��zX��9����v�{]��K?C1\� �:�ס ���X��[�x�@[bs���Q���w��6��?\( �_=d��vt�mmC�zO� s(i���n�י_�ţ�ɠ/q�~����߽�������@�a}e��_����q�'�@c$���/Q��I�l[?:(c�rk�������OB���BJ�׀�A=��>�#u���@�+��|����+f]~߾��:�9TȠ��#�dҤ}T�WOy�t�=����d0�Ž/�����[>9��u5߻�W��PKjj���VPK��R>Definitions/resource-BasicOnboardSwgjyd-template-interface.yml�][s��~߿���w�$Su��י�$�h.�NQ-4� 46� ����"�B��l�� �o�[_�^�/@��E�:�E�r�$����x� �6���PJJ���\�Q�,�Av!��� x��!{��j�������\6!�UM��'%��mdG�F�����T�;�cHݪr}�O, �U��T��"!V $�d,cZPŦ-�`��P^�r8H�Z# ��O=mU� Z@M� 6/��C P���v�Ym’� r���k.S���x:p z) F�E��Ea�.��i���Y�PFG%Ȧ�w( �ҍ�']5%��,�5i�I�N�6�I��Ej�� g]�3C�bc�*�r(�(@**�t4v���nJ�햎06 �ި�� �L��B��$�V� u�� ?K\�Q��;"��1Y�Ha��!�j����Aa��|]��E讥FհG~�HJ�a@�0�b#_�[��j����Gj ���e�%��b�&0#vLe��*�E���h�Y�X�ҙӏ��X)��;�O�o?��"��ƐYu4uc"����*Q�1��SD��z�)3����8�q�Tc�z���������f�W����^����c�|��zu?_?;/V�;�Mi���h�s�)�F�K���Y�xu_�����x?�,�S��2�L)�y�Q���v���x�Pi�ڼ�6;���m����;-k�9?�'d\֫hҹ��x���V��m]�{�����C�U�����ң5�M�;��s�d� /:���O�������n{����L� ����� ��ٝ|���͑5�Շe���|ׇW��yC?�V�|����h�pf����{�y�[�c-�j�l7[`6� ���'��ʝ��V��c~z� Z?)�_��Jy�njX�#л]�3m~|wvb�|9�N�Ww���q�ajh7�v� �+O����g���c����ꖮ&���p:.��xj�zuY�ɃZ����~5�v�z�r��Wn�����4�.j������I���i�V.�珵#j������^����#{�ظ�� ���l���K ��=X{뎘 12�HAIt-f�4 [e��c�K��ϽmlE��-� �z�vnfd���|*�ȥJe)�n%�i��p$� ���ZK �z��{����5��� nǙ�������ƴ�� ǟ5�[��nw ������?��3+�C:��n�kQ�g�d�d�cm��IkĤ�VU���8ׁ�[���!� �< n��A�D�=y_�����,��\8ZTbU��,���[JrME�]�2F �#@�h(( �*Z¸�X @ .S��Ӽ�L�2E�9Q�*7H���Mh�����7�2�٘G�� ��N�bs�fr���}��$�"S�g=R���aH��d��F��)� g�aX�)Z�P�$��g��t����X-$xݮ���Ƈ�™�h��/4VW�29IG��3E@)P'|��C~v�]�%���]����Hg�(b�|d�5����3��������rJ1��o�$a��o��/*��}��� ��F��8�� �3e)veyLM9uҢ��;��� ���I�9��g�@���I�=ȳG���I�7Y�qF\%�x�`h�W�β������e�/_^�]��`�\�͞o��wإc���Ÿ���Է�Ũ#S�Jt�s#�r��)��b"B0 �����57�����4�b��P��Y?��Z�ܔ��a����7�|��v)?7O�k�)ᒶ+��ȡ���IXo�^G�n��rI��%0�}� �oj·����Ya�d����^�p�Z��=���m��7%�&{yq���,���u'����Ph~��€gP���G^=yaVd�l!;'�7����Y �Y�O�|�UI;��k��ލ�[�l% `ΔM�9��ϸ���ud�V�s�>�||(}�+�T�?�=�� /������Z�,�BG�,rq�R_��O���30{���K��i��0ٳᡩ;<����)I�$�� ro�Y��LQkkX�G��\��%~Y;7@�S)^�"S��������5S��g �u����fo�&�o��܎�`G8Ι%I>��'���� A��T����-�c�����hB ��՜$$I�1U��b20��MZT���ܭ:0�3�O�<�A򻧀�낿�����.EF�����V��)���o1���~�Y�5��#���B 4��:Sd�߱�/��O�xMd�L�7��>4S�`�E�˕��@�l��-MW��TK��#�"_x��C-b%I�� oD���o��q�e�_g!��B�[����M�x{��'z��������q����d�Oy7E󝮵����H�'��t �,㮂 d���]�^׬9� o�����dI�hm(���!V�wvuZg-��W��C�U�p#���~�4Ua�:�aA�l��$��]^*�PK�ۚ�� t�PK��R/Definitions/resource-Globalcompute-template.yml�Ko�8�����=H�I�[��.��tQ4��A�c�XJԒ���l)Io�A���1��i�e�at�a+ra������ŊX�eDVHXi&����*K9�tuE��T �ۧ��V�v1�O�7�d6e�ɂ�o��bƓ��Na ������rvM��b���bv=K�l�1��L����%ۢqN3X����Py������ Ӣ���_��` ��P�s�� �-�F�^�@��ݓLa���0ZЍ��e0)h�V���{�f��N�#V 9h�0͔�s���XM��t�X���wȹ�+������[�܇W�_A5X�4���O�l>+��6���{w��+m��*!9f�JvB�Bb1.!=f3+�T��T�M~��]����I {Q�l{��N��oU�4م�����MkLh�+[�۵�$;ê��S�ޥ�@�0d"m%L[�֪4��%r���z�U�p�7k�����:V#̿){�@S�� ڬ��~�z���D�� ��kЧ�����p���oU&K4�o@>�Bέ;b6঱���� ��NJ��x�8=լ+����;IHB����O_��x8��|]���+�q�%���Ш��JX�����^ ��������"�=�zQBG³Ĥ�V��j�I�n�7�gm�0�^z�k���%2�˶M"7��v�A!he ��d�x�>��kQ���NB&:~��_���9�U4P�VV`ld� o�0�(�ɲ^YEc�k��w�V`(����6t�1ks���9t*���y��CG��I�(|��၂F�� x�RMm�<��0�����]��N؀���ui���z��d ���hE�T�=6�x�"�NE=�mw��T�� �'�8Ȉ3� -,G�D��"���Z�=��CO$�w���h1��B����} 4F�'2xFb,'��*e�V_$��N��(�0B_kp*�aQp���.����H0�3��a�_Bf��s�q�p�Cѡ�~�e1���(8��}r1�'���e��F��|���O�~94.;��w;�G|���r�]5�j0�Cn# >�B�n��q�/����d�<�PK�<KPK��R(Definitions/resource-Extcp2-template.yml�RM��0��+��m� ��6�-���eQ�TU������ذ���NBH���*.�7�����Y&��Z:i���H�?Rp5eeY)�.�T�$��JtL0����gF�i��Y�0S����U�x�'����XDәXDy�gQ�@\0��8�b�JLa��-���+�r����w�v�4Z# l��rfܥB`J�qG$Xn}5�3BA����z�?9sx0tI�3j/����oн� k�%jg=Oh͉8~C- ��y���]0��+�+*�3�0����"���4OF�ڜ�}����7ސ��(�)(��mj ��ʓ!���@���b�T>ޡ���RB��+8�j���@�4T5HKWFI��'�X+aZ���zp- �f݆���|LܔU|�0�U|Nb ���j�YH;�GUc�n������]��@H7+%�!�W�z�ÁY���u]���D��߾����o>=�7�����LI�5f�����ѽ+��P�z�Ώ� ~���7�u���������AG�_'I(R(��8�PK=����PK��R,Definitions/resource-Novaserver-template.yml�WKs�6��W���@ղ4���+;�:�����N��K �(����w %ʖ+���T�B/���{�My�A.�pB+/�X�3矬(J q� ���I�g��� cB-�\����՘�9?OG�h4����|�D��"����!���l�'(���Y���a4� ��������GQz �i6���2+^����%�А��M�(�y� �Yƙ.�6l)�����B( ���=6U�6'afKHE. c��[�袬0�3`+!%K�U�f��s�Z݂;��e���"�� H���U��� ����&GS̊/B͑{����()�^� � �tk,]���1a�uF���T� ��G��ګm�flr��D (���&�[�À���<���w�̑a�~F�H�U�!c� ʙ*u�|���ʤ����ۛ�;��#׷����~�W����ϘyS ��w�N�@�qv|��Y�L�����zu!񑪖\�b b��'Bbl�t� ��e����zh��FW�\��<�Z��ɖְp�� z�\�g$g㵇��{��$a��^��2O{!* �?��Z+����J����b�_I�2������6&#�%�M�2ƳB���vMi͢;k�V�Ѥ����4���:��v��� �}.-��C0�[���Vp �ˎ0#a J���Z딺=D��GY%קWT��k�ν�^ �O�v�E�8�n\�8P ��[�;}U`W\��4�]�Ϋ�FX��e���U����{�u�v��G���0��b������f��W*V4�A}Hi�Z�6!c�)�BYǕ��v��+ۂ�d`񿁗��J��MWs�5��H���Ɩ51y|@V�f��믐Ս�ò�K�����_� �`�0pk_�i�'KS�����gH+�hR����zPt��0h�n���ao���'�c�a��1��%ޚP!ŕ����u�ү�XdG�_�w�#<��M��!���؃�b� -����U���I�����5�� _��?�R>[��6��{�1�7��c�.��������<��&zʿF��I䙗o�����[3�U�#vtP��V�˷ҋO;��f�~�� ��!69�M�5#ju�VxF�Mhq'(K�7�ng�������>���9��?���xb���[@���b��֗�}��I\e|�(¡�Óח����������Y �+�_�h���'Z&짉���0��eXh���-[r�>�a��U?�*l߰8vT��W�ؾ1�%�U��׸{u��+���q��FS�v���n�X��N �e���T�8PKj���PK��R.Definitions/resource-Extneutroncp-template.yml�VK��6��W�Դ+�����7����6�{ �"G6�TH�^���zX�nbMჅ���Ǚof�e4� %���&0?b�ʊ����h.�q2��(���B��P#�r���YL2��8��a������'����,��/p��L~y �Z)`^H�Z(GRj��]�JI�[�!�K&�-�V��b�(4b(�e�/�m��J�$䠜E��K�� �&&������S�� �_ 1�d����65�(��ۛ7L�6�ƃ!Q��>�dB�� �v�D����K�� k=�M��"�M���Ԁ�� kQ�l{��xetٷ�$���R�����6�JiW��Zu���_6io��*���鼈�F��6Q�.�˪�<�E��l��4#�0��ӏ,lb��F�]��x�l��j��Q��꽤+�SR�}˅���1i������:2�b�J ���F0H� ��V�Ø�Cd>#:�X�G"}�6 L؝ʗ���a�O��b��g�:G���]릷��9�aQa�!*)�{Ӕ�0;�$��o�KR;"�Q�ރ*(J�;d�U9!Q���.�l 9��j����΁h �Eu�i�h��j�P�o�`���-�?X�/�2�T|϶���oCe �-�ur��������}�9@���uxw��PL�A�8�g�PL��?�X�����rT�����8'����ۥ�����O��Զ+�Pj��:�@!) +�E�u�>>ܟgYu02f���\��B��4OR�uXHn����u3���m'lwU�Q}��?��ץ���A?��?�g�'�8��9g`}P2_�}Z���Z;�q����h�S�L�sȈc���X�_��?�:��B%HIY�BFgJ8��ý:m��p"~8�l�td��E1�pi:�X��w����S�$��;��/~�ޒ��1�G�{N[��V3��A��C2�|?.��?.fw�V��<�Z�~ȑ��}9XLǑ5�����c�F������X��{ۖil/*��E��a��T�s�{(��au�K|����PKT˸�J� PK��RLDefinitions/resource-BasiconboardswgjydComputeNodesHeatUbuntu18-template.yml��Mo�0 �����d�I\��m�a�u���jP�j�%C��Gt�ס� /�zI*� �Q�j��v64�@���9t�lF�Lsh�#(�P��v��Ƨ�/kv: U��2S�m��=gBUvs�J�r<�˜n-p���(��d�n�c&���d���U��:��-�Y���ǟ����u}�ȭS� B�I$ӡ�k�I��8yp�yL�Az�EϞ?�Ǟ�/g /Ώ5��DhIZH��A��AF�=���g������y�[�G ��7�w4���<߿ %�!u)�~���;C���lq�7c�6�a����5�[$�O�h'���G1%��>[q_�P.*��,�OD�؄�\�`| ���+�-��m9_��!_�� �#�+�!Y{�bF�i�w�,j �B[2*�$3�`^+I�в!� ;=�2!iƐ���Z�M��N�#�Hс��TcT+�ԥ�����A�A@k�[�C�@�C�ia3��6]c����W�F%#ح1����g1v��h�84�����lԗw�G�+kQ�Gs�El1Xo�/n6�Wo�z����vغNb�Z���ה��l�)�S����۶��t�d��m@B��v�9�-aH�C/���t��������( �'��M����_[Q����d:��HR2c�����7!7D�fVo�j�Q��|�f^dUs4�=h�vb�5[�j��X;b�SM4�:�ͽ�$V;㦴����d�?����z�3��s?�AF���Z�J����8��G]sO��/���nU����D�Č�pRS�����S�XT?�oF;�΄������_Ў�φ/��vĤ�(S獅� ?Ģ�>����P�~ �:~�]����N�6�� ���� PK�Q'�� PK��R/Definitions/resource-Securityrules-template.yml�T[o�0~�8o�D-����B�n�^#�>i,;��N��'i.+b �J����;�8m9�&RI'��� ��C�6Y��˳x�&9:&�c�@�3�)���F0{��뀱�"�o��3� �d�Z��|���j�<���|��� "��Y̗���^0�\Y�#���4�U�e��P��Y�:��y, �(t&yƓ) 8 ���$ B���!9qUA�?�Й3�Gm���B#9a�<��Y٠ե���Jh�����<�R��0�c�̒�,���YL?\p�k�ٮ�Hޮ�&Tn`4 @���:$2#75VyFF��������Y�2���)C������T#��В�F�cV����/$�XKaJi���pM���]��C]Po�΋�\����s��&E�B��Y���_:�U8��FRP�O(��輝��ý֮���( �m�.�#ݞ�Sh���؁#�k�U~�z�UH��J �ͫ��;xN%O� TH��S) ��W*�Tb�)��$,�8���������K�El�Ț�1�`&����7�x��F��%T�T��)欗<��Ǭ۱����?'圔ڤ�z z5��AŇY0��������Ӷúŭ�;Z�k�O�hw��˔���şV����� \�~"� �>��/PK��{�YPK��R&Definitions/resource-Port-template.yml�SMo�0 ��W���� q�f�mm�a��E��AYt*T���K����{Ua-���l�:4{Jy?��]���uܺwn5{%� �$�wԂ�Z�j�U�@(#�Ĺ�Ͳ�92 Z �E��^���� ;�̱�����x��Ph�<�O�9^�a���k����X�ŕ>h�N�-�PK �\ePK��REDefinitions/resource-BasicOnboardSwgjydNodesUbuntu18cvfc-template.yml�\[s�*~ϯ����.���-''sv�f2��e��E�$�pF������mtG IN�S5�@�54M�t�Y�8�r�GC�h&֑� |�1XV�����ߚ[�0�b�o� ��GS�?>�~cl�z��m]o�Zm��&�|n:כ�| �r���t7&^#��l�rw;d��᝹�xI����ưqB+ �Ǯ�����\F.If���,���P������E���4���=cf��H�81B�0������� �����;������tc�ABS�#I���NX��1I�4v�O�Q���1+�=��~�����/�u�! l�>\�lD1Kn�P6��O�ax��\ ���J>E| /,�|�6�a�E�fyAg��L�PQ��(�����i�,� ��q�T��_����v 2{�!� ��8������ϓ��!~G` ���j���2s@ SFfy�� fU��)F�dw9B֟B��OUڽx����a)K9��$�V"��G6� �R������]O[��H��(�{�ܿ�0'pJ �{\��;�E� a��_�Je��N+�:��'�,� ,�X��U*��݀����jL+3�ii�|��� &�MiL\0�qJ�B��d%�3 pٲl V����0�E�$a �f��%��>���������g�ю"0ua�C��7�(vK�.Q�JܓX=�^�;V�.�$�T��N@VŦ���J,٘�~F�~`�+fV��YH�K��}��S�Ɠ'�);YM[| ��3��� =�k�RV�0�=�3A�ݒ��*�ulL�\u)��KC��M�]DT����>l�6�W�w0$q������yp���]�.�V�(���Xh@��2Go�a��*;���o����4H#̎�|�pf�8S�5;��m;��w\�O9燂�m��}8��8o3M��3MÕ� G�[G#���ie�������:������8�郺�L� ���it�y8�r� m�rɔg���3I��sq����t"z˅� rm�C�ko�lw�C�%޹K�,����̛x�k.l�C��]C�@��� gg��+l�VdU;�i¢���� ���n�Yn�-Z�F+��#{>_!��һ�7���W��2x���PL�XX���K�8�p@��<.؜�f�,^�TQ�R=�b�2�NQFԎ#�4��*�c���6)��'���k"�9�}U����,Zg�Z7�I@ݤ>(�-�����Tf�?���������Og菷l�;�$�� �I3�`�Ä������ַ����O��LJ�A�4 ��`X�<�a0 � u�`����tD�����^\�#z4@��]���?e��n�qi�kƍo蜬����ꨆ#41c�ݙ}�>�{�X����%\'f/1s6��N�s��D)�z���@����(u����P/�Cj���Y6U��tj!G�%���Y4GR��13��m�)l�p�����q���c�ͥڊ}?r��4m���|���Q�J�Q�a��!Ș���A�Q�u������(RQq����4i�0-U�Db_/e���IZ�V�̲�3 I�E��.�hX���/�g T�Fv1i9���ޱ 37i�*A��L�Ȭ�r�]`���S�M��H��2���D^��r��a* Q����с^\�%�,X�b�N޳�_d�Ȱ4l�È�oʴV�Y�C�7���s���呢Uo��Þ�x�l�Y��n����L�����!n�6o���$� Z:���r��m^���n��f�yfc#놻6�|�0=ͷ��ں[dC7��]_;Y��N��l�K2�V0��31n���;Oh�в��#_>Y�3�}�{&�q��cz$�GA�X܎�YhF����q� �������߿�ˇ�PU/�{qͥ�R?�%��O#�4(�\�XbU)1h�J� e�ƩC̅���B��ɢ11�fN6�U,������8�9�cn���(��2e�-�^�R�C���h�hu����m��Ju�ih�8LN g<�ZZ��f�O�2[��%����l@�fVu3a(xH�#���=�8�pSn(jָh+�2l�~�ԫ +����Q�3.7��j"X�2�l��^v��q��r�S�74/�Ӏ�����V�폔WE��4�#�^�X��)�2�Z�U����%5n��%����q�2z;�ب��͵T©�7�ґ�u�.K�w���BU�����ו!܇�]�p�(��0�� Q_4���o.22����91��jG%i鷏�|H�|Y���b��dg�y:y5�4�6(9؃�,kf�z�;���ĜO��S��$��[_ڭr�>(�a�N��{�i*:Zʬ��e+Mv6I�}3A��&I������*��E� ��[��IQ�̟�ht��5=z��.���E* �_d�(�MW�%�/����3FC}���Wh�j��w�j�U'�q~��P�nBCϓK�=���E_�A���*(�����@L� M�~���`ư�4=�7PК��'}�-C�e#-�G�d��v��I랎潕������;S��$b�s�D5`�]��&="l�|/e�Ц*��'�\�O�,�����tT�37��lz���\d#=�����8���}�Gϑ�?������S��{IG���Smk���ȑ 4����$�b�2��*���w-b��3�nxn�o5 ˆ �1�G��k!����fi���NЎ�� ���h�wP��\A�_&@�W/�?E�����w����~�I>�>��<�G�¢L�r��Ə}�1��k�߲k�T%���Q�B�)��N�ϗd�đP�m�$�B�K&�Ġ䕸�.��5�U���#��Ϧ5Ʈ��3����<�7�H,VI��T��E��'�C����*Xg��^��Jx���L��PK��%O �OPK��RODefinitions/resource-BasicOnboardSwgjydNodesUbuntu18cvfc-template-interface.yml�]�o�����}����ܲ�.�@�]lڽAS��F"�Hʻ~�R�%�Rl'�L�ɦ��p����/�HM Nْ n�o�����H��ޒ<����'�)��7?]!!S_|���S*�}-��p0L�o�C���`Ńjo�Ǚ�* �ޒ% '�!\z���ȖA@2��);���+g�X�'���~�p�����XA��.�e����]Ob?���ɊBN�Kd�\�.�5���F ��s�s�>�!��ܨ�ׇ�5�=���2G��LY�@� F�e���nva�� g��_+ jn��+qIՒ�v!T;�—��f�/�����v��q��O����g� ݴ�����y���gx�m>+f �oߜ�~%��5r�|��/��w��~�-��R�'q��R���H�,�$�.? �g\���4�c<��}�Zo� ]5u0kb��iVB��н���� ]8�t���C� �Rp���ܣ�v�Aw'��w=)�|�� PBC�pz�v�l��UV��i+ri,��_�\ש�q�k�`��F�?��)��\b�A�"�7����E�!}�_TZ� �$���G�r��v��0Չ��=3 Z��4<�H� �}�@/J�H�e20 �0�e�D(LF ����Z��buĪZ����� �y��U��i�����Z6���V��|���!��q�P�GL,���[�u�y�j��#;j��,��Y�M��z}�ZjQc5�*�;͎�|����{�R����|�M����y�`m�Ş�VwR���u�W�Vg��ҀA�XJ��r���C���>o?�X���!Q���U pJl�#e� ��>�k����2ˮ,K}]w� �3r�%��;�jQ2늿g����L��YҞ�H B���o=zFј/��[ǎ�2�j`��o�*K����H��٩c���[E*�'� {c`�xe�����&��29�4����"8f=,y!ᲈȘ�ΡC�d����)""�CDk��D�2��;�{]&���!'L�����1�ޫ�ޯ�glS�[ �g�瀻��9�e��_b"��λ�N��p��N�<��_4~���]B��<�����C�>n�a�y�07`rQ�/�h�@����+�Z!����ԏ�D]�T���A�D����RV� "�Ny~��r�Dۍ�tfX�Y;`x�� ՛�q��Lz�!�!�k�C��űgj��M:0jJ������?�����ɧ8�� ?�:���f�4#�·��/�Ou�-JS� ��nԌ7ɦ�KB�B6|�)!��e��n�����{"`��߬��m��ߺ��?�g4������bh�REx���������S-I�]'���z�ԁ���Jܼ'CC�=��/�d�W%^P"���<�E1K<7F.��ƾ#"a$8��|�Ը6-<#��x�db \�U���&�b�2X������HGNӿh��u��C���}N��`_����V���M6���?8��g1ޜ�V�.��O4�YI���V ��[T�)�vIJ2��ûiS4b�����ރfO��^'����l�PKu�M��)}PK��R,Definitions/resource-Globalport-template.yml�WKo�8��W��� !��<|�&���kd�\ ��F2Q�Ԓ����R�X��HԀ�C��<��8�� "����K��(�Sbܑ�Y�B��Y���Q�F���!\���T�����)9���0�����ɘ�z��󘞇1���1Z�ʓ��.���o2 �wFco|�):���]����L�� i��ʠ(�ύK�r�ф�ĩ�T&�����7K�I�N*.�hNC�b��}�f�9�Z�'���(�P����Bme6 * ��D$Ք|���㽅�x��R�Ì�����7tne��B@o>!옾�yD���x��8���R<���5���:���U��P�*H�����=��A��(Y��JIu�˔�g!kY�B������ꈝ�-6h*�*�e��a2��B��~ ��$�7�r��a'W��YE��J�-�EH�0U�"�7&�[p��\�k�\�F�ˆG��ctEn��K"f %�˟�8�rU���:�l m#ױ��6�jP���:Q+��0P[���+˶r,���㗞��e��D�\"��[����v�Q�Bp �"5]h�2��0A�s����p����-e�������Q��DZj���ݼ>. ��2���H�M � u�bg�<&�N!:dIW�n�U�䦎�#E��j��G���q���8��ڤ���]�;���R*^k��Wu��������R���+-ɼ�$_P���UTA똳ȁ����T�-�!L���3 �1q;�[�l��&+M�#㌰Òq�ϟ�g���Q����M*|��gl�kj8�{��l�%����"X`\hC���'`���Cmj��\X}.�-��}�}{��g�ob�]��+� x*����fn�q���D��@W٭s��&�$s�Vۈ�-��}�6�=�M��X�=G�:��Ȩ��0�������u#[Q|��r����w���4ߛ[��.�����[�� Rz�lR�_�j3�� �q}]V�%;�r�=����I��;\�(r� 9� �+���ȱ'�#���}[��{m��'oҍ�y���{0����x��D>��wX�Z���j�5���=�05�kc޻�q�7��o�_��PK�yi�PK��RDefinitions/data.yml�}ks�F��w� FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$ $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X� ���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W ��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gV X'�u ,VDT�� U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����> z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z! MKs�C��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�t���+���>(�#�e�����*�� ?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G �`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:��� �wm�o�O��ܭ�[FdZ)���Ғh���Iq ����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[ X4�,x���ZE�퐞�q ��$$����(I�#�B���O `�,�ܷ�j� ���r��e��ӚR_H�` ��z�:����Y�N ZCns7 ��a��S��-��=E�2��T_��FA�Eևx ޭ�ަΆ�& �2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}�� ����q��DF:^��M����VY�Od�����ב݇ =T� ��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���I lcж1�-�V ��jT,�P7L� O�#���c&�@I&��tr��X `Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z) O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U ��v���X��[�wۢ�%��O��(���{�^ b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h ���{�je����c �%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#��� ��Z�g�i,�<�)������ᅴ�� �Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0 �>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6 Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o �����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[� ��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So� X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ�� ���c� ~2y��!]V�{���60#t�R���� �l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_ e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�& �Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3 aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r ���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ� �]��s��.ꤥS�7���sx� �5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D" Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q� 8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#� �Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O� D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯} �X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/������� '�� �6'C�Ֆ玱������U��� �p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj� ��O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5} ����� �kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0 �(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp ����{�J=�.���.�?� ����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД �RY�_# Cz��%aT��' �(���U�����Q�X˛e��h��X?/�ϋ��b� 6���0���jq���V�5Ѡ�@�WJ ��ċ����`��Tr3�Z�a�\1s� ^V�x�% ���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��| UJ���mj�c\�#���:}i����i�~�zh� �G�����e��O���U� ZM�m���Δ��x^��75�EFtf���$&Jd ���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID� %��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me! 4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>�� &�y��ޤXg�Z����]�� ����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0 ��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i�� )���_��/ڸ��2i�w���q��g�P8 �)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7�� Dm/�;�}R(qܥƕA��~ ��%9\�� r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw �z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x ��+$�w���ñ˟K e�jn?�S�V� ��y�ap����= ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq�� �%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F �x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2�� o�De��\��B�\������2-�����Prh �τ��R�j�����X1m� ��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e ���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{ "&z/��r����\���i>��'�)[*Y�- �/c #��� o5��7>�L3f��� -T��6284����=���3= ���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`���� J�W� ,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7� ��a-�W 9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ��� ���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J����� �1� LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#' �B�����q~ ����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{ x���U�E{�խ��4�@� �}�%.�L��i�%�Bӛ��s�b"�~�H] ��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A�� ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I �y� �G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ� �����LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D� �X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_} $N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y���� ���`�W�� 8" �f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�] � �\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG� ���z���$�( F$��2Q+��33S<��� ,�z�]�h � ���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����* ����%Vi��J+'r��X�V���w{�T%ZU�c ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X���� >5�Pm���m.� �)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b \�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I� ��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�! ��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*� �p��NJ��u���zg|�����p��s ��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[ �D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG ��Q9 �[қL�@��ٗ���j�+C����Ί ��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ ���Ome�Q�F۽ v2��L��x���HKWi9^c��8"�ld�c� �Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n� m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x� Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5 �^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F ����UU��ط�����].�ՄS�rȆ<�>U���i G��^u�`�.���q�I� ��u�6����_eFA�J^�9O�q� \/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�: �[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB�� ��%����7oa�ף�HvҜй�I�7Y�2`��mO� <�_�?�s��Lő�H ��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+ �F����Z��V���M �O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM 2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù� hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ �y W��� �@I�_�-��6ZȘ���!~�� �AV6�oC7aZ:Lᜬ`��ߐE bL%����hF� �L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM ˫k(8�TӨ��B�p��v��p ,��� �k(ܻ�Al�j��V����C���z>�6E� ���}����������E��e{��-d�f%��<� �V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;� DE�&�������$~��Թ �*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.� �E!�����- J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5� [�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{ ���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_ k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ ����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7 �_A�/)_��-+ ��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x�� 預 o3������:�>��r _WW����t �Wp|9:^/G�� �o��ptrH�"3x[Y�O %�s�q@a" Wa& ��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!� b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*�� i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�% �V�¤=GLjf��P#3��`��'���nZ_M�2��m��� �q�EVHlu���s�́H�� )%F!����.�坻,�r!���Y�g�� �F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^���� ��A4�#�}n+ySc �pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX��� npŷO�� �ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�) Bˆ� !-��H��Q7���@���[ ���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{� O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y] �(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|�� %ɛ�+� ����sU��ΉT��� aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u �1�eέ%�-����j��!���)Q�Б��� <5� 9:!VenJ .��Έa�m5�����/*�q�� n��O���� ��mp����w���O����-���\|��� >^ïw��;�up}yB8� ��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S� .s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�] ��]�/����$�}�]��y �ծ�"Z���n� �'Z�ۗ��ѩ�&4/�� Hk����������'?'�M�h���4�i�D%˂�q��$���v �������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r� �V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��l n���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1� �^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6� L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6� �vp�g��� ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU��� >A. �5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v���� �� ��U ��}Z�W嚚�Y�� �J�����`�����T3H�������m���;��=��;�= e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+, A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|�� nk�^61�c~���LLo��ѿl�2=C�[� g�*��|Ab"���"SR���æVx�� ګ�!��RV�i�_������JK�K b@OU�Shb�J� e�@�j���+E�V��\/ r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY� Pv�@ȍ�`� J -���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3��� �iȶ(g���A8h�M�"��&"b �S�'�W�� �rN���7�T&�7j�*q:4hc�� )2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�# ;:�C�H�B !6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E �a�0�!O�th�US�R&2y:�PASW��"�Obh���'�� ��P�.��څF� vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d= ���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat� �a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9� ���7~F�&�m��Ȭ� �3W�z�E�?$W�&�;C���|�# 靈fX �Wb�N�� ˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n��� �7m�8o�oY���@ }mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@ @PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQm r.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6 �'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L� ^%.��#Ǜ���4 _bQQ�����iڇL!���k���<��q�W�TȘ�]����Y -I��&5�4��H�>�M�J ��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[���� ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج� ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?� ������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{! J�0s�� ���1o��*���Z8��;i ^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��] WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv��� ^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^� +�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@ �3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U�� ��(�p����8��G���Q��> 7"d���@{��o�^�Ui;X��x;�� "i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+ ��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X {j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,��� 11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������ �LP�Q��>v<ס{�Q�[ �;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�. ��SvDI�m�'��:�%O��ӛ�Цթ��� �zv,�_�y��w�Fk�{�j�� {[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/�� ��/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o l�2@_��ʺOȖ�䓲�������y �)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:��� ��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W ���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s����� ���W���ہ���  頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t� n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*�� �d1c��r� S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L ���e*�F2OŚsK�"�0g&��8��6, �B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u( xԦ���Fޥ�G{��) ��}&�+���ᵟ���>�)uH]<��VR��;�|���a�? �^˧�[�J�E]���� l/2��B]T Q pC��R�7#� yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��& �u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E������ �_���P���vD�ͮ:��(�� ��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л, ��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č�� O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw� m��_��"77O���n��h�M=e����%R??�M3 �sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?��� /�B�G��e���9����\�ƅ �,1l���f�t�{v��\-����PK 2ea� PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L ���>�ﲮwC �@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a �:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�� ���<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#� P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$ -Oh�bMd 1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�# �Jc�P�Js}0z�� A�� �_p� �wJ�c��\�E��?4�e&��e yX5��t� ;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? �� �0:��,���WS � 7����1ź�)���ܬ�er��&� �)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=> [N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r �3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$ j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^ �M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R�� ���o��r���f q����{�ўRP2q�L`��H���c�rwiqh"��8�� ���Ω�"8*;���Za!�Z�TkuA� �.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��, YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u ����M�2y�<g�� �|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3��� _�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ� ~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W �K $J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G� ��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufh h�w#4պ�+�gK���-( l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n �[��<���o����l>F0��|�)\��}z���;��>��V�� ��I�t�ĉ!���"d �"�꒫ [!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�, vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�� ���i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f� <��R�㺪���ȑ �����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T� �:���|O�u5E���/{ Ԃ�� ��g�-�}c��]�d���g���_��4�}R���qN�$i��)���8N�a��C���������)���ϑ�I}+q����Y���ѹ������n�j̒�A�)?��5H��'gM�L̙E$ɶq>���sѝ�9�;?��2�)�tR6�a1*��yi��@ss7?q���s�:$ �8��)�˒d~��o����0 �E^��Ȯ�QDv�픛e9lUG �ְ�E���.�'i7s|8~�G+?��He�C�x�1�B�l����f�:�d7Q�'��"M$_!���_�?�|�>=;�ߪ#+���$Z���9 �#ȳ0X��� ���W#�S� H!#�t/ Ԉh� �M���u�5����^������6~�>.v�?��ix �q��O���;��0�r?�5:�8�m��4�]NL��`g�x^\D9[�~��!��w�fز� %$����!���_���ugig��)��QL[ڧ�Q:�|ugq�~���?I:�!6م�ā�=�M�CP;7��^>^��3�g��_�Pܑ�g�C�'�ܐ-�s)��� ����#I�y �Q�Gm���F��'L<�N��;~Ww��X�7��K�'O���th?˳��SO|�5��������"�$UR��N��6�rv �*��=��O�(zN���FrǛ���9���5��f$��`0��I柜���w����B�D��ߔ������>�٢v�p}q��� �eh� ��Grڝ�j��7��ۊ�A)M���1�ː��!C]΍dڶd���xr�X�q�>�I��<-��ca5@Ԝcq`/���<��/�� Mq ބ���=��Q�Ҭ��۾g��$Id���N�������)��=��P��w*�F��!��ټl��5iD#�އ)��@�1Y}���^���n�4ȷ���Z ���?���oa����̲R��E��,;X��^j��y~������ϙGL;�S N �P�Fp�H[ �TȘ^j„nc4���C1���N���� ��z���Eer��hnO���F>��Z�d����] �a���� �g�4c�g�_{||f��C�l�n�,Q �r�iq}>�ҿv�E����0Bh��ͫE�M�z�q�*aVo����yzp3o���^E�����ުm�\���`�!w� ��i%5���"�N-\��X�����mYRщ�v˘�}E=�4g\Z�q�Ϻp�%8��E�4u�Nf+�K`A�!�.ە�Z⋝j������XE�N�E ��� 0d�h��e#)�f����F��IƘ�W��u�jjt}�^@� �m�5�CV��� ��ڿ�M����Q.�m\iJm�����aAy�(�P ����4!�rT�\��,���Э�qb�\�s�a�@�|�Z���+�b����o c c��� [�}�w��?s�A������Ç'���4C��X��u���]��Y���/�&pБ�@1� �.��T# zܹ4�.�0�E�ݚm� 4~ �Of�X��/N3At����Hxq_��F�54�i�jr ��#�$�Z�R���6�,6~�&Y ��f>P :( ��H�C�A��Y��E�E��Xh��� �߶>��ʼP�m\�+�2��q��t#�kg�QY4��-�<'��U��,�`M�A�r6����1Ÿ^sl[�?�_цI������;!_��XvYi�M,��h��I�� �+��M����$�L����Q`��@2p� �Ww��$$� U�Zك� ���������i忤5�ϔL�yK�(n#�� 莑��[�Z;��m�>�s�h��@{�Qu�!˸�!M�X�ŶKBF-���Y,�.�f�C��i��MmK%jP֎<�b\�D�.���`?��3����]�:Y���T&��J�_e3�"�����{>E$o���G�/K��x��FjbAp��Ţ� ��\������b~�|�����ɥ)vƒ��u��R����y@X������q!K3Jx�Q�����3*%G�Gѓi�Ϝ���aQP�3�L\0�a��l����v�I}�`ǐ�� �% �C��Y����������m��OEu��Ix?���rL�V 8bQ��f�3����|x�a��d�蟣v�>�F�8��+m�T�o��7m��[���Е�c�N����)ڀ�8}$� �vA���hNҍ���@l�5\�;�󩩿�j� �؋����3jR��Q�z��8 ڀ[��r}��Z�S�����N����^'9Ay\��h �ː�H0�|�&�6�I��h�8$Rt���ԒI;��%�r��&���M�u�� *MU�G��iO�$7�ֈ5��v�E��W���[��4I���޵�HTV_�i {�Ǯ*ˠ�c�5jB� ,ke�W���~��_D�W�N��@[�l��[hȝt���QbV,˙����h_Ұ��]q��Q�+5�̪�L�g����u��2�V�C�� =l]f���Lr#q� �z�<����c���Q͢��w�}��%�Byhd �[4�`G6�P/ِ8�x��^Dk��Y��v����a(`�WH1/N�%�9�rCE�����#f)#��R�ft��.�b/���_�N���%8(�ej��O���H�����C�&S���ɼb��A,��y`�-�:�Ⱦ�[��5��h���K��"�YY�Ѥ �X(���z���b�ɋy`�8;k�+4Wf.�*4=���*���rWq�.��\���p4ts8�kH ?�@}X�,NwPՠq)^)����J�цf$+F�bnX0S%�l��,�2�i�~��E7{m ]'Rg;��hABj^C���2I��\�h�c%�4�h�O�{i&K����e.�x�' ,�+� ��FQW�~�S��F1[����.ܐs�8 ֥��2Ȑ�3L��5�b� ���)z��-z�h�"��LA0�9m%��lF����򑀌8�.��0ݣ��r�b�Z�\5� ~��J�%ׯWۚ�"Ղ�.\��j2u9�j���Ev}�y������r�6~㸻R�(M%�UUm��e:���NV�������v-5���!B�g���ɶ��P~Y]B���(l@���B��?+���>�Oc��jG��ԑ{�� E�mФj�Tu�����*V��-�)J`��*�cU���kˊ��4��^�X!�NB��r�G�u���h�b]\Z�E����I��h`��݅�"�jIɅ�� ���܌o�@f��� ��bU�XFV��q ��*�H���i��33B�VB2c�3㱒��p����,A�2k�~i��S�3��i��}�K�I.�|*jW� eY��C*K]B� �Q��J�o ��'��}Jд�YhX{�o��P����H���3Y�(O}f�9-}���`�.R�G �D_'F}�d����*�Ku����f%�m�:�`�'qM4�� �ڡ�[�y� �����hUQ5=�cW>����ϥ�O� .��^�S�E�_�d�cd���$�E�$ "������E!��c݅q���3BC�H�$���}c�ΐ�A�@*�c������� �!���Qȡ�4N���<�q�=[\���ܓ��N�C��'M��� -��5e�����U6m*��[�����:�/B�p_���,��#�^j�7e�4�?����5F�D�̈(@wA��o��ӪԙƤ �3TE��T1g���Dg�7���R���z��q�� ��I.Bo�#2�+���}���N�$�x��E��U��2�����_ߛ����sgFNV��� ���—u�Օ���;R ����#K��a�AτK� ��Ǿ����#U͆�^�+���F�c�<��[��+���c'!�Wz�FoͪtY�7 #{��w�� `�I)���}-�_��������Ү���a���Ϝ��_)��4U��[�n °��8�0M���������(����O�d�$F�P#uj��7:aE�2�%is{9U��̹�s�z�p����a-���j���/|:�`} ��v�"\��}8D;rp�8��� ^��'tԂ]J�?�XM=�Yz~_+9� �ύ2B�s�:B[�az܂����������G|5��  ��&_ +|��a��C��4&� �T����P�����9���� p��̚�}�]���1� ��I��xE�2J�v����Lyz����y�I#1l�R�7,� �E�jB;8�>�w>�w��;����������������� s��-��ϥF�Mt�$<B�wg�?i3}��MZD�w� ~v$�$�Ǚ97Qx�H���<�* !��մ����yi������aMa�no �N�j�b� ^]�]�� lɣK��:�2Nש���q'�̜߀�PH��s�/Dg*c�:*286�'�#DoYi m�0�����YB��5�� �Sb ��|�3~,,5u�^Iv��r�Q��XZ�p�*x�c�P�y�X���eU����D��5��������B�}��Bdo���JA��Jo���JA������y�JA?w)hk�$�eI�eI�j�[��[��[�����?�Z��%]sR�=�[�93Yل”#�-j�S �U��~+��V�{��ܯ�T�W�����>\�����3�VyQՇ����/Ţ�"Nɓ�j'���Ԕ7�y��V�v>{�m���U�]�Ř�],N���}�X9R����\� �"�g��[-(��Q��W �ֿz��ׯ����[�l�U�f�Fl����;�x{�_}����*_��f��3�(96@�� ����h� ��e{����b�2̣&+�1%X]�N����?� �蹚����6%���+e�z��,�}� �2��b��mҲC�FD�bf4G������p��]��1�DU0�(# "���n�M��>j�l�bͫ��7���_2.Jp�O�N��*������/,$�,�XgE)%�U�W&���u���k���� �Nfx�e��aNh ,��g]�i�H=��H�/ŷx��^}L�D�cND���$�-A�vQ >���Z�_f�P4BwJ�Y �z�5Ƃ߻'O���W�(����Hi)"�_t��]_ Iz� f�gz���-q~�,�B���8 -�;�Z:��T�h�#�����<�e�u��:|�'L�SR��7PZ�� ��cOְ�8u�*�U��e;�����HV�3ŒI@� L�~��7éBXM�X�8���B�H��(P�τA���C^}~.�_����@�.��.�H�N ���U� �l�*k�F\��C�����O�Pz�9�Vdf��E-R&�V��uDyE9G���ǁټoÉKBrp�ձ�i��ʢԕ��[�Ժs��c�ઘ��o���y�ՀQ&MJ�dNw>2�(��iG�M�L�m�7D��%6�'߂�N�Kd,��3�'�e�fCѥA�RD��=�&�e��dv� �eB��GNJa ^��N]����F���*��.�6�Xk>��0;L^s�ݾA��� x.̀�y1!������r�3!,V+�o�HX��O9�z�wl����nu�rV�讥��H�dhu'm�s�U�|~C؀u��f(���|v�|�n�ċ�ϵ;��l�0�Ŕ��b�m'�t��ܑ�׻zxY��i�٪_bԟ[�g�� -�<��؈�\a�|���Pe���v�_��X�!�RS��B�fp������=��h!S,�{�%��+�'l�*D+V��Y�����;�6jxg[�r ���W�g'��ʰ�"o*���*�߬���X7�w�F`��T�$!KA�}��&��qHKP=��pN}@f����W�vg�n�n7�� ���<��t'f�����|(i��NJ ���*�Jh���F0C�)[�D����BSh�)�t��6��@�'��J�m���n~R� /x��ٻ��0�$�-�&���.�_�x ���Z{C��Y[y�49f#(� y(fd4�G0�]����s!ʅU�`�)�IW�i[��kR����{G��`@,ظݓg�:k��x_ ��V���\��I'��5�YC��t�ó��; L�͠E|���� O?Jp�Ldiݐ7��:�u���wV�:$Ѧfj۰m�#:�ݴ���V���ہ�]��ޟr�����YU�/1k`��^�c l4h� ��=����ܜi!݅�ZB���v7���;TeF��@��^ί� ʞ%��(�ix���ܺ��e�W�4 1K�z+��b=PyH����4��� �ZU.w�ِ���w�%������i�`�E� �ͮ@Y�/�Q����� .x��g�r�ルi�A�����q[�� ��%�R�m���T������d� xg�j���I�� �|}�p!�M�e#j�g�������ebD^ ��O�����n�ś��DY�"Ey��&`N�VG��� e���l�X��GZ����Ϡ�u)��8|�@Y��Ȥw9$N�~#�H{�6�o���8��K!n�rGm#�K�>P���t�����%� A&��! O�3��g����X�/@�ɀ��넾T>`��d C�$%�h�>��_c����5e<'��~q��F�W|\{����?z ,S��"�GW (]�ݕ�k�Z�)Ú��c/k��w�.��CEK����v|~]��'�T��r�r� =Vs��Q�F�A�f� ��O]q��qgW�v�w��R���t�/T�' �u�P���0c$��a�A��j��Uq\�$��5?�[�����*>z J�H7ŬE�v��o�E����?.��ie�@&��V2ѹ���8�Cf�8�˒��26h�E�rU� �Q尔�E"D퍫:p����邞0��fP��^g�' �Iy�#}���l�"�Y�����u� �0q�������p<��w�d!��=f,F���B����'7Ȇ�R��$��遲Tqf`����(!}H!�9'� @Y0�|s-f����\W������7�~:����݂��U�C������O��\�j���奇8�$7dX��F��x>v�Kz+�ܪ� \��GM;*c^ PW�h��B�T��4�o�q��/����J�C~9B ���9V�2�W����\M��=���<ۢ U/����DیgM&�Rg�V�����c�m����h6�]���vD�R�hK�����6�cw{\���U�^�~��k�5o"QX ���zQ�\q�,�#՜�pgIPG�w.-@Co��ŶpEZ0Wt��v�KV�ŘXy��� �: ��U�Y�tƥ$��mj��2�(�,Z���J�x0�Pd独Մ��%���Z�8��� G5���zT�c�nb%a�;��o��=�NG�g].F ���u�D�f�>�fZ;�V0����"���o�)U�G����-S��@���֘_��ǩ��`�� n��� ���ܚ6ke�O��JQ>5ܾKPd�j(M�����x[�V�`�&�������<�u�#���Fr�IF�3V�ix6�F��j)��m`�ԧ��V�]h>��TR �C�����1yE��)m��K�:�m���9�h(��C6Ҋar�5BR��J�L��K1W���*ˡ1�>��!^g��N�b��ݠOUO豻�@/$Qf�3t�����r�w�E�hv��4���U����n��I�w�a�[�S�j��-ێ�\p��.�-�,3�w|6��Z��K1�W�܊�\��1U+g�eunڪ��&��b3W�9h20�����#u*�ipC�m2�i��K�����yhpni���*5�� XQ.�DU�b�ݹg ;>՗˲i88�lv��cT�X�Z��D�Z�-��Xo��-Ϻ�J����&"�J����~i��y��!l]�*x�T&�&T�����^�'$�}�R���ʹqM�E>�Çu���ڟU� �o�f� ����u%���,Qz�mt���f��Dv ���1���D���>�^Yz����GQ�̕��T�x���wR�P����z�}k�e^�c3-��x�56�6���kڥ6������*k[l�G�ë=_�}����Vؓ���)�C���x������Qƛ�2!f+*G�[��[�ɯq�'��e�?�d�ֲ=�c�V�/�b.a�"����D�}|Ɔ�@g�7�����-η�=����O�'̬�������1#��a;��5�������4�‚T�'H�4w��߃���.& ��r������y�yJ��e� �/X [���#9 ��B����:��֍z�d����/b&���sI��c�ʷúW>��G��ɐiY��zGIj�NF[�w4�'�?�����مX��@��fE�-�k0(�4��m�X��y׋E�v�m��,aG�Q�Z��`� & Sx[xR�b1�6�0�*�������E�>ͻ��\K����p(�l/V�Ij�iv�S�����i,��{)���^K��۷Rh���R$���Ba�㽒�=a���� �a�D�H�� �Xd.�Q���g�J�`�qx�Ѩ�b 8)��K_8dž�s-���2)���b�^�4�jr�$W�>����=E#�9�$�� �?Z?�#�m�p���}���[������K�=K\���S���2b�V������ ��+�kq������ r�1�3��;����x<ǣ@ �0,Ty)��^� *hY"�!�Z���ЋU�0Yd��Q]dB����(<ЬuZ4믨ѕf۸We��tQ�u0�O���`gg~����`i���=!\��– VZ�-�A@�l�ȸ���ZZ�ݟ�_̕O7w�s����ŝ���/ ���!X3\��M��gzA+��x�Qv�@Yu�b�d�R+/br� �)�� �0������� nql�-����i���nq�l��x"n�ǖ V��=p�nQ*����q499������c�+�k� `j��D�R��2��G���ש��"?a���i����U����}��͌l�I=���l��hŊ�"�}��%��"t�b�JLQ�a*�ŋ 2d� ��#��ź�ٗ�N��@e�l��Y�Q%��m�� ,U����G�� �ӱ�i�����]�!`���lȎ�*�o��MT%~fp� �G��8vV=*�AߺX� ����~^�+����1�_�Z�*��uF ZIU5�/o��R��|a\ז�Q��/�ˢG�nԍ�Ǡ�h�;�#胍 ���.���˘S���S5 �W(� �������6_�BPi`���t�(aCU�hI �3`���D������*0:/,����ڹ�K3g��#ax���x��̾`MH�G�:�Ce)� a�[i�2E�=���T�#�u>�!�Q���Jit_�eI��9�d�� ���⼏�:Pj{=WQ�M�/*I��H���K���L��&Ir��$��sJ���Q��2Ir�=K��J�������0ZM�:2��&��46L�&6�;x��T��ඎ@MQj@TF�/Y��-Q�-Q~�Dy��i&h�ҳ���Dm>�.�t'Ve���i*~\��X�yћ)�e�ʼn�sOG-�:8j��!���v���O��x��*rJg�n���PK5n���/�tPK��RJArtifacts/Informational/OTHER/VSP_basic_onboard_sWGJyd_VSP_Information.txt���o�0ǟ���7ie�Ƙ��J�m0TZ�0M�q.��$�l'���؁��H�S����{?���٬W0A�(Q��,�ڗ,E��oE&íz�}݇[b���T\R�IdPb JD��I�\�����ܥC� ����Қ��\v��,���XȽ�($�%>��3��-Y�;q�v ���"Ĥ��P��M,S�tݝ�H�K�UDSd�0-�IQ�̱���ܔF (!�wΝu���,6��f0f������� qfp�� �~� b��n%�lĚ�"ha��"(�ٸ_P�D��D�d������z�vH���Ҕ���q�n�fꫦ~��S�l���r���4���Y�:���=����Bu��_�y���f��IƵ�>SW�xu�lD����n��Dy������+ L�;蹇�2RO�}��Q��L��:'ֵ��fqF�D�Q�:���\�f��*�X�_��-M�1i����g�q/D��eY��z�`�)�2�I�a��r� ��u��Ђ�t��7�����wp��HzW=vӇ{ɢ����(�뷽�Gn�VP���- 졟�訅����П���j����PKP��H�PK��R,Artifacts/Deployment/HEAT/base_ubuntu18.yaml�Wmo�6��_qk�`/��]Q�C�"m�bK�E�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B�<��? &?���F �X e�� �a�+!A���"�|���TL�w)̥�w�/oF#�5�В�hpWhy�-�B��lUA�|�rB;$�])��X-�?H� ��Q9�?j��a� �3&���/��K^€ҲI��9�dR�x��*�0�%\m�t�����6�g�D��*%�ϙ�����[��q�[����>C(\�]�c����A���<�&�<��Gp_z`Odr^��+�?4�h�b�nq��즘�"�u ��5�gNS����R����]�M��¥d_������l�$��2�T�="��)����%�'} �櫋��>��$��bI1�-%_��~x5���]����_-s5��V�+���;�������# ��l����i���F���Q��˧[/��j+*u�� �����ľڬ���� �$�q\˒G�o���B���9�4�p7���@6���Y�3n�:���o�S��gXPUz������B:� rը��|��Foޝ���%2�E�9�7��V��2Z�[hY�N����*"��a�:�@�[%�� �Z��'�,�y.4=Y&�?j��3IQ��sq�d����3%+�{"��:���nC����3~��ξغ�3��g+����e2�ߛ���;�{��Ӷ��;V�^�m�:��|�go+�N:>^�Z��VN���q�2���i{a���p�]8yHq[��M�H���7�6��0~��) ?X��k��e ��� VG��c���6e�����QC��zM��ܭ���Y{��5D��ˇ*q�^?O�B����g�9�{ �5wm��D�\<-����iWv�����ζ��N�:���������0-;ہ3� m\ht��*4w���n�d���Je�xۏ��K� x�T ;����G��B�ߘ�t�ʼnW98�����~ʻ��yAk �n��-Ʒ�8��CDpz�>&�B-4O��a���PM�4rc� �����T�KkiT�!�,�٘���2�*��5�mP� h4�vL���XA�a�_��z��d��?��Y�W����!]�؁��� M,1�?��I, ?��R�R��1a��p!�q��y��p��,M��3��\V�x���+�i9*ni�|�p3� �J����Xi�����u-,�brSh���U���ZU�q�<� ��Q�v%&ETp�59��&���={�[�$w���F;|�&=�������`@U&_�_7�-+�V�鋐:5� j��Dy�������ؐF�PK�� 'V�PK��R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm�� �0DEzOV��+%M���d�{KkA��0��c�9I3%G䎆$a9<�p� W�zX����Q�Zi3��"���d��wB?���(�Definitions/resource-BasicOnboardSwgjyd-template-interface.ymlPK��R�<K/�Definitions/resource-Globalcompute-template.ymlPK��R=����(o!Definitions/resource-Extcp2-template.ymlPK��Rj���,�#Definitions/resource-Novaserver-template.ymlPK��RT˸�J� .W)Definitions/resource-Extneutroncp-template.ymlPK��R4���pL�-Definitions/resource-BasiconboardswgjydComputeNodesHeatUbuntu18-template.ymlPK��R�Q'�� )!0Definitions/resource-Compute-template.ymlPK��R��{�Y/4Definitions/resource-Securityrules-template.ymlPK��R �\e&�6Definitions/resource-Port-template.ymlPK��R��%O �OE�9Definitions/resource-BasicOnboardSwgjydNodesUbuntu18cvfc-template.ymlPK��Ru�M��)}OnFDefinitions/resource-BasicOnboardSwgjydNodesUbuntu18cvfc-template-interface.ymlPK��R�yi�,�ODefinitions/resource-Globalport-template.ymlPK��R+�@j5��jTDefinitions/data.ymlPK��R�'}8�Definitions/groups.ymlPK��R0?��@ @אDefinitions/policies.ymlPK��R���C&]�Definitions/annotations.ymlPK��R�����̟Definitions/relationships.ymlPK��R 2ea� צDefinitions/artifacts.ymlPK��R�H�v~("�Definitions/capabilities.ymlPK��R8���Definitions/interfaces.ymlPK��R5n���/�t۹Definitions/nodes.ymlPK��RP��H�J�Artifacts/Informational/OTHER/VSP_basic_onboard_sWGJyd_VSP_Information.txtPK��R�� 'V�,��Artifacts/Deployment/HEAT/base_ubuntu18.yamlPK��Rd�E�}�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R �ݒ�4k�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK� _� 2021-06-02T03:24:11.954Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||=======================response end================================================= 2021-06-02T03:24:11.959Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|INFO|500||InvokeReturn 2021-06-02T03:24:11.964Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-06-02T03:24:11.965Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||VF Category is: Generic 2021-06-02T03:24:11.965Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||VFCustomizationUUID= 23fe1f14-3a0c-4762-ad5d-4e4f7051408a 2021-06-02T03:24:11.965Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 23fe1f14-3a0c-4762-ad5d-4e4f7051408a matches Tosca VF Customization UUID: 23fe1f14-3a0c-4762-ad5d-4e4f7051408a 2021-06-02T03:24:11.965Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||vfCustomizationUUID: 23fe1f14-3a0c-4762-ad5d-4e4f7051408a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-06-02T03:24:11.974Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:11.974Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:11.976Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||resource request for resource customization id 23fe1f14-3a0c-4762-ad5d-4e4f7051408a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-06-02T03:24:11.976Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@355eb802 2021-06-02T03:24:11.976Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:11.976Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-02T03:24:11.977Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a26029e-509b-498e-ba46-e6ee35bbea56 2021-06-02T03:24:11.978Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a26029e-509b-498e-ba46-e6ee35bbea56 Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_, vfmodule0_.IS_BASE as IS_BASE4_58_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-06-02T03:24:11.985Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:11.985Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is matching search criteria 2021-06-02T03:24:11.985Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sWGJyd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:24:11.986Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:11.987Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is matching search criteria 2021-06-02T03:24:11.987Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sWGJyd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:24:11.987Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:11.987Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is not matching search criteria 2021-06-02T03:24:11.988Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-02T03:24:11.988Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-02T03:24:11.988Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d06dfc54-d90b-44d7-a4ac-bbd48c5aa121 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-02T03:24:12.001Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:12.002Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is matching search criteria 2021-06-02T03:24:12.002Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sWGJyd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:24:12.003Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:12.003Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is matching search criteria 2021-06-02T03:24:12.003Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sWGJyd 0] matching following query criteria: sdcType=VF, customizationUUID=23fe1f14-3a0c-4762-ad5d-4e4f7051408a Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:24:12.006Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:12.006Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:12.006Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500|| resourceSeq for service uuid 997489c2-8e20-4cac-b387-a0643b153bba: basic_onboard_sWGJyd 2021-06-02T03:24:12.006Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:12.006Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:12.007Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:12.007Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:12.007Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:12.007Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:12.007Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:12.007Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:12.008Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:24:12.008Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:24:12.008Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Saving Service: basic_onboard_sWGJyd Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, ORCH_TEMPLATE_ARTIFACT_TYPE, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:24:12.236Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_sWGJyd aceb6e3a-abbf-493b-bf5e-19a3b0bdca8c 1 ASDC deployResourceStructure 2021-06-02T03:24:12.237Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json ASDC sendASDCNotification 2021-06-02T03:24:12.237Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json 2021-06-02T03:24:12.237Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:24:12.237Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:24:12.239Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:24:12.239Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604252237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:24:12.339Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:24:12.340Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:24:12.341Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:24:12.353Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:24:12.354Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:24:13.240Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-06-02T03:24:13.240Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml 2021-06-02T03:24:13.240Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:24:13.241Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:24:13.242Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:24:13.242Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604253240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-02T03:24:13.343Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:24:13.344Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:24:13.344Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:24:13.354Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:24:13.355Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:24:14.244Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-06-02T03:24:14.244Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env 2021-06-02T03:24:14.244Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:24:14.245Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:24:14.247Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:24:14.247Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604254244, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-02T03:24:14.347Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:24:14.348Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:24:14.348Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:24:14.360Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:24:14.360Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:24:15.248Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar ASDC sendASDCNotification 2021-06-02T03:24:15.248Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar 2021-06-02T03:24:15.249Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:24:15.249Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:24:15.250Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:24:15.250Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604255248, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:24:15.351Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:24:15.352Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:24:15.352Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:24:15.361Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:24:15.361Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:24:16.252Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:24:16.345Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:24:16.347Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:24:16.348Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-02T03:24:16.348Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-02T03:24:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4 2021-06-02T03:24:46.348Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:24:46.359Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:24:46.362Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:24:46.363Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-02T03:24:46.363Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-02T03:24:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:24:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:24:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:24:46.987Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:24:46.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:24:46.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604225535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:24:46.990Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:25:16.363Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:25:16.376Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:25:16.379Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:25:16.379Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-02T03:25:16.379Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-02T03:25:26.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.77.168 2021-06-02T03:25:46.379Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:25:46.389Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:25:46.392Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:25:46.392Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-02T03:25:46.392Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-02T03:25:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:25:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:25:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:25:47.002Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:25:47.003Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:25:47.003Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "aai-ml", "timestamp": 1622604227763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:25:47.006Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:25:47.006Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:25:47.006Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604226385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:25:47.006Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:25:47.006Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:25:47.007Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604226962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:25:47.007Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:25:47.007Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:25:47.007Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "clamp", "timestamp": 1622604228291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:25:47.007Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:25:47.007Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:25:47.007Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "cds", "timestamp": 1622604233547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:25:47.008Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:11.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250 2021-06-02T03:26:16.392Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:26:16.402Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:26:16.405Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:26:16.406Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-02T03:26:16.406Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-02T03:26:46.406Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:26:46.417Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:26:46.419Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:26:46.419Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-02T03:26:46.419Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-02T03:26:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:26:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:26:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:26:46.981Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:26:47.505Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.505Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-windriver-id", "timestamp": 1622604224684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:26:47.507Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.507Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.507Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604225535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:26:47.507Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.507Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.507Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "clamp", "timestamp": 1622604228291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:26:47.507Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.507Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.507Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604226962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:26:47.508Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.508Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.508Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "cds", "timestamp": 1622604233547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.508Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.508Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.508Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "aai-ml", "timestamp": 1622604227763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.508Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.508Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.508Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604226385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.509Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.509Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.509Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "dcae-sch", "timestamp": 1622604235940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.509Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.509Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.509Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-windriver-id", "timestamp": 1622604224684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-02T03:26:47.509Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.509Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.509Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604225535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-02T03:26:47.510Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.510Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.510Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "aai-ml", "timestamp": 1622604227763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.510Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.511Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.511Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "cds", "timestamp": 1622604233547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.511Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.511Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.511Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604226962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-02T03:26:47.511Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.511Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.511Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "clamp", "timestamp": 1622604228291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.511Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.511Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.511Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604226385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.512Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.512Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.512Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "dcae-sch", "timestamp": 1622604235940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.512Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.512Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.513Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-windriver-id", "timestamp": 1622604224684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.513Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.513Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.513Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604225535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.513Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.513Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.513Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "aai-ml", "timestamp": 1622604227763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.514Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.514Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.514Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "cds", "timestamp": 1622604233547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.514Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.514Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.514Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604226962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.514Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.514Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.514Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "clamp", "timestamp": 1622604228291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.514Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.514Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.514Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604226385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.514Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.515Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.515Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "dcae-sch", "timestamp": 1622604235940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.515Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.515Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.515Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-windriver-id", "timestamp": 1622604224684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-02T03:26:47.515Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.515Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.515Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604225535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-02T03:26:47.515Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.515Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.515Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "aai-ml", "timestamp": 1622604227763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.515Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.516Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.516Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "cds", "timestamp": 1622604233547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.516Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.517Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.517Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604226962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-02T03:26:47.519Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.519Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.519Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "clamp", "timestamp": 1622604228291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.519Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.519Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.519Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604226385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.520Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.520Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.520Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "dcae-sch", "timestamp": 1622604235940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.520Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.520Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.520Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-windriver-id", "timestamp": 1622604224684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.520Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.520Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.520Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604225535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.521Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.521Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.521Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "aai-ml", "timestamp": 1622604227763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.521Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.521Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.521Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "cds", "timestamp": 1622604233547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.522Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.522Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.522Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604226962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.522Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.522Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.522Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604226385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.522Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.522Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.522Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "clamp", "timestamp": 1622604228291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.523Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.523Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.523Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "dcae-sch", "timestamp": 1622604235940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.523Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.523Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.523Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-windriver-id", "timestamp": 1622604224684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.523Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.523Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.524Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604225535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.524Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.524Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.524Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "aai-ml", "timestamp": 1622604227763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.524Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.524Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.524Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "cds", "timestamp": 1622604233547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.524Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.524Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.524Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604226962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.525Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.525Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.525Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604226385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.525Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.525Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.525Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "clamp", "timestamp": 1622604228291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.525Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.525Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.525Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "dcae-sch", "timestamp": 1622604235940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.525Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.525Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.525Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-k8s-id", "timestamp": 1622604241625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.526Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.526Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.526Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604242516, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.526Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.526Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.526Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-windriver-id", "timestamp": 1622604242518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.526Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.527Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.527Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "cds", "timestamp": 1622604242569, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.527Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.527Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.528Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604242567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.528Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.528Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.528Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "aai-ml", "timestamp": 1622604242605, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.528Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.528Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.528Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "dcae-sch", "timestamp": 1622604235940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.528Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.529Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.529Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604242767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.529Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.529Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.529Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "policy-id", "timestamp": 1622604242197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.531Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.538Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.539Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-k8s-id", "timestamp": 1622604241625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:26:47.539Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.539Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.539Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "cds", "timestamp": 1622604243584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.548Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 2021-06-02T03:26:47.549Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:26:47.594Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.595Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "policy-id", "timestamp": 1622604242197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.595Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.595Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.595Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-k8s-id", "timestamp": 1622604241625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-02T03:26:47.596Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.596Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.596Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-windriver-id", "timestamp": 1622604244321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.596Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.596Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.596Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604244321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.597Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.597Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.597Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "policy-id", "timestamp": 1622604242197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-02T03:26:47.597Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.597Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.597Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-k8s-id", "timestamp": 1622604241625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.597Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.598Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.598Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "policy-id", "timestamp": 1622604242197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.598Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.598Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.598Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-windriver-id", "timestamp": 1622604246027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.598Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.598Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.598Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604246050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.598Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.598Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.598Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604246026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.599Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.599Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.599Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-k8s-id", "timestamp": 1622604241625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-02T03:26:47.599Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.599Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.599Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604246880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.599Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.599Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.599Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "policy-id", "timestamp": 1622604242197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.599Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.600Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.600Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-windriver-id", "timestamp": 1622604247034, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.606Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 2021-06-02T03:26:47.606Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:26:47.634Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.634Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604247031, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.640Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 2021-06-02T03:26:47.640Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:26:47.650Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.650Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604247054, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.655Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 2021-06-02T03:26:47.656Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:26:47.665Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.665Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-k8s-id", "timestamp": 1622604241625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.665Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.666Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.666Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "policy-id", "timestamp": 1622604242197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.666Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.666Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.666Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604248036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.666Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.666Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.667Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-windriver-id", "timestamp": 1622604248039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.667Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.667Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.667Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604248238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.667Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.667Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.667Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-k8s-id", "timestamp": 1622604241625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.667Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.668Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.668Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "policy-id", "timestamp": 1622604242197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.668Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.668Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.668Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604249804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.668Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.668Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.668Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-k8s-id", "timestamp": 1622604250002, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.668Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.668Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.669Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "policy-id", "timestamp": 1622604250730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.669Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.669Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.669Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "clamp", "timestamp": 1622604251361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.669Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.669Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.669Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "policy-id", "timestamp": 1622604251742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.670Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.670Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.670Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-k8s-id", "timestamp": 1622604251826, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.670Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.670Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.670Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604252237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.670Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.670Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.670Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "clamp", "timestamp": 1622604252473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.670Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.670Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.671Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-windriver-id", "timestamp": 1622604249044, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.671Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.671Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.671Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604249041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.671Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.671Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.671Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "cds", "timestamp": 1622604248547, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.671Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.671Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.671Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "policy-id", "timestamp": 1622604252746, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.676Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 2021-06-02T03:26:47.676Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:26:47.682Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.682Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604253240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.682Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.682Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.683Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-k8s-id", "timestamp": 1622604253423, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.683Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.683Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.683Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "clamp", "timestamp": 1622604253478, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.687Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 2021-06-02T03:26:47.688Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:26:47.696Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.696Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-windriver-id", "timestamp": 1622604249044, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:26:47.696Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.696Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.696Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604249041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:26:47.696Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.696Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.696Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "cds", "timestamp": 1622604248547, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.697Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.697Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.697Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604254244, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.697Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.697Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.697Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "aai-ml", "timestamp": 1622604254696, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.697Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.697Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.697Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604249041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-02T03:26:47.697Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.697Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.697Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-windriver-id", "timestamp": 1622604249044, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-02T03:26:47.698Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.698Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.698Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "cds", "timestamp": 1622604248547, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.698Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.698Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.698Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604255248, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.698Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.698Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.698Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-k8s-id", "timestamp": 1622604255456, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.702Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 2021-06-02T03:26:47.702Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:26:47.708Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.708Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "aai-ml", "timestamp": 1622604255705, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.713Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 2021-06-02T03:26:47.713Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:26:47.720Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.720Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-windriver-id", "timestamp": 1622604249044, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.720Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.720Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.720Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604249041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.721Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.721Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.721Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "cds", "timestamp": 1622604248547, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.721Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.721Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.721Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "multicloud-k8s-id", "timestamp": 1622604256461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.722Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.722Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.722Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "dcae-sch", "timestamp": 1622604255940, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.722Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.722Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.722Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-windriver-id", "timestamp": 1622604249044, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-02T03:26:47.722Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.722Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.722Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604249041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-02T03:26:47.722Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.722Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.722Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "cds", "timestamp": 1622604248547, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.722Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.723Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.723Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604256385, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.723Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.723Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.723Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "dcae-sch", "timestamp": 1622604255940, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.723Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.723Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.723Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-windriver-id", "timestamp": 1622604249044, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.724Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.724Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.724Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604249041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.724Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.724Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.724Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "cds", "timestamp": 1622604248547, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.724Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.724Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.724Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604256385, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.724Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.724Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.724Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "aai-ml", "timestamp": 1622604257763, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.725Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.725Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.725Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "dcae-sch", "timestamp": 1622604255940, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.725Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.725Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.725Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-windriver-id", "timestamp": 1622604249044, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.725Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.725Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.725Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604249041, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.725Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.725Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.725Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "cds", "timestamp": 1622604248547, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.726Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.726Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.726Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "clamp", "timestamp": 1622604258291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.726Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.726Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.726Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604256385, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.726Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.726Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.726Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "aai-ml", "timestamp": 1622604257763, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.726Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.726Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.726Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "dcae-sch", "timestamp": 1622604255940, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.726Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.726Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.727Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "clamp", "timestamp": 1622604258291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:26:47.727Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.727Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.727Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604256385, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.727Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.727Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.727Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "aai-ml", "timestamp": 1622604257763, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.727Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.727Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.727Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "dcae-sch", "timestamp": 1622604255940, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.727Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.727Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.727Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "clamp", "timestamp": 1622604258291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.728Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.728Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.728Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604256385, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.728Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.728Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.728Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "aai-ml", "timestamp": 1622604257763, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.728Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.728Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.728Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604261588, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.729Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.729Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.729Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-windriver-id", "timestamp": 1622604261591, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.729Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.729Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.729Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "cds", "timestamp": 1622604261620, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.729Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.729Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.729Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "dcae-sch", "timestamp": 1622604255940, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.729Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.729Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.729Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "clamp", "timestamp": 1622604258291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.730Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.730Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.730Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604256385, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.730Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.730Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.730Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-k8s-id", "timestamp": 1622604261625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.730Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.730Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.730Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "aai-ml", "timestamp": 1622604257763, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.730Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.730Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.731Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "cds", "timestamp": 1622604262627, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:26:47.755Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8f95dcc2-8ffe-40dd-8338-75fce6080fab 2021-06-02T03:26:47.755Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f95dcc2-8ffe-40dd-8338-75fce6080fab and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:26:47.762Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.763Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "dcae-sch", "timestamp": 1622604255940, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.763Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.763Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.763Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "policy-id", "timestamp": 1622604262198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.763Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.763Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.763Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "clamp", "timestamp": 1622604258291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.764Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.764Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.764Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604256385, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.764Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.764Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.764Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-k8s-id", "timestamp": 1622604261625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:26:47.765Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.765Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.765Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604263413, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.765Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.765Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.765Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "aai-ml", "timestamp": 1622604257763, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.765Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.765Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.766Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-windriver-id", "timestamp": 1622604263554, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.766Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.766Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.766Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "policy-id", "timestamp": 1622604262198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.766Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.766Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.766Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "clamp", "timestamp": 1622604258291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.767Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.767Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.767Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-k8s-id", "timestamp": 1622604261625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-02T03:26:47.767Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.767Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.767Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "aai-ml", "timestamp": 1622604257763, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.767Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.767Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.767Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604264712, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.768Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.768Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.768Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "policy-id", "timestamp": 1622604262198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-02T03:26:47.768Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.768Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.768Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "clamp", "timestamp": 1622604258291, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.768Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.768Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.769Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604265177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.769Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.769Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.769Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-k8s-id", "timestamp": 1622604261625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.769Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.769Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.769Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-windriver-id", "timestamp": 1622604265313, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.769Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.769Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.770Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "policy-id", "timestamp": 1622604262198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.770Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.770Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.770Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604266182, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.774Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f95dcc2-8ffe-40dd-8338-75fce6080fab 2021-06-02T03:26:47.774Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f95dcc2-8ffe-40dd-8338-75fce6080fab and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:26:47.783Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.783Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-k8s-id", "timestamp": 1622604261625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-02T03:26:47.783Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.783Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.783Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "aai-ml", "timestamp": 1622604266284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.784Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.784Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.784Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-windriver-id", "timestamp": 1622604266320, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.788Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f95dcc2-8ffe-40dd-8338-75fce6080fab 2021-06-02T03:26:47.788Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f95dcc2-8ffe-40dd-8338-75fce6080fab and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:26:47.794Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.794Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "policy-id", "timestamp": 1622604262198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.794Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.794Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.795Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604267187, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.795Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.795Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.795Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-k8s-id", "timestamp": 1622604261625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.795Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.795Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.795Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604267297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.796Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.796Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.796Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-windriver-id", "timestamp": 1622604267323, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.796Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.796Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.796Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "policy-id", "timestamp": 1622604262198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:26:47.797Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.797Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.797Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-k8s-id", "timestamp": 1622604261625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.797Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.797Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.797Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604268300, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.801Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8f95dcc2-8ffe-40dd-8338-75fce6080fab 2021-06-02T03:26:47.801Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f95dcc2-8ffe-40dd-8338-75fce6080fab and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:26:47.808Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.808Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "policy-id", "timestamp": 1622604262198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:26:47.809Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:26:47.809Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.809Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-k8s-id", "timestamp": 1622604269754, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.809Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.809Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.809Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "policy-id", "timestamp": 1622604270602, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.810Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.810Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.810Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "clamp", "timestamp": 1622604271361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.810Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.810Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.810Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-k8s-id", "timestamp": 1622604271444, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.810Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.810Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.811Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "policy-id", "timestamp": 1622604271606, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.811Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.811Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.811Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "clamp", "timestamp": 1622604272444, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.811Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.811Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.811Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "policy-id", "timestamp": 1622604272609, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.815Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f95dcc2-8ffe-40dd-8338-75fce6080fab 2021-06-02T03:26:47.815Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f95dcc2-8ffe-40dd-8338-75fce6080fab and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:26:47.820Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.821Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-k8s-id", "timestamp": 1622604273194, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:26:47.821Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.821Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "clamp", "timestamp": 1622604273447, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.824Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8f95dcc2-8ffe-40dd-8338-75fce6080fab 2021-06-02T03:26:47.825Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f95dcc2-8ffe-40dd-8338-75fce6080fab and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:26:47.832Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.832Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-k8s-id", "timestamp": 1622604274341, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.837Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f95dcc2-8ffe-40dd-8338-75fce6080fab 2021-06-02T03:26:47.837Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f95dcc2-8ffe-40dd-8338-75fce6080fab and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:26:47.844Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.844Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "multicloud-k8s-id", "timestamp": 1622604275345, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.845Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.845Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.845Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "aai-ml", "timestamp": 1622604275890, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:26:47.845Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:26:47.845Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:26:47.845Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "aai-ml", "timestamp": 1622604276897, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:26:47.849Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8f95dcc2-8ffe-40dd-8338-75fce6080fab 2021-06-02T03:26:47.849Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f95dcc2-8ffe-40dd-8338-75fce6080fab and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:27:16.420Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:27:16.431Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:27:16.435Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:27:16.435Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-02T03:27:16.436Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-02T03:27:16.436Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-02T03:27:16.436Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:27:16.436Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:27:16.436Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:27:16.436Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:27:16.436Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:27:16.436Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:27:16.436Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:27:16.441Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-02T03:27:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.75.4 2021-06-02T03:27:46.441Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-02T03:27:46.450Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 and serviceModelVersionId: 997489c2-8e20-4cac-b387-a0643b153bba 2021-06-02T03:27:46.450Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f8dcf78-1cd8-4324-9183-da7b27e52791 2021-06-02T03:27:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:27:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:27:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:27:53.327Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f8dcf78-1cd8-4324-9183-da7b27e52791/model-vers/model-ver/997489c2-8e20-4cac-b387-a0643b153bba?depth=0 2021-06-02T03:27:53.497Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-06-02T03:27:53.952Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/4f8dcf78-1cd8-4324-9183-da7b27e52791/model-vers/model-ver/997489c2-8e20-4cac-b387-a0643b153bba?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-06-02T03:27:53.953Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/4f8dcf78-1cd8-4324-9183-da7b27e52791/model-vers/model-ver/997489c2-8e20-4cac-b387-a0643b153bba?depth=0|INFO|500||Invoke 2021-06-02T03:27:54.009Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/4f8dcf78-1cd8-4324-9183-da7b27e52791/model-vers/model-ver/997489c2-8e20-4cac-b387-a0643b153bba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-02T03:27:54.404Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/4f8dcf78-1cd8-4324-9183-da7b27e52791/model-vers/model-ver/997489c2-8e20-4cac-b387-a0643b153bba?depth=0|INFO|500||InvokeReturn 2021-06-02T03:27:54.405Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/4f8dcf78-1cd8-4324-9183-da7b27e52791/model-vers/model-ver/997489c2-8e20-4cac-b387-a0643b153bba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210602-03:27:54:002-66588], vertex-id=[204832], Content-Length=[0], Date=[Wed, 02 Jun 2021 03:27:54 GMT], Content-Type=[application/json]} 2021-06-02T03:27:54.405Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-06-02T03:27:54.407Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-02T03:27:54.407Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:27:54.411Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-02T03:27:54.441Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9cb8475c-b479-4d47-ab51-4a2b3179b6b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-02T03:27:54.442Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-02T03:27:54.443Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:27:54.445Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:27:54.445Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604474442, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:27:54.545Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:27:54.546Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:27:54.546Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:27:54.556Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:27:54.557Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:27:55.168Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:27:55.168Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:27:55.168Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604474442, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:27:55.169Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:27:55.489Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:27:55.490Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:27:55.490Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:27:59.848Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:27:59.850Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||received message from topic 2021-06-02T03:27:59.850Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8f95dcc2-8ffe-40dd-8338-75fce6080fab","serviceName":"vFW 2021-06-02 03-21-48","serviceVersion":"1.0","serviceUUID":"bf352d92-2d4c-4cdf-8719-b7b30e1d4781","serviceDescription":"catalog service description","serviceInvariantUUID":"c471853f-48f4-407e-9ee3-d516cfee8b61","resources":[{"resourceInstanceName":"vFW 7c62b565-620e 0","resourceName":"vFW 7c62b565-620e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"49ef7001-b7a5-490f-a800-a8d793221e31","resourceInvariantUUID":"9dd3c0da-ce66-4dab-9cd1-354da919a815","resourceCustomizationUUID":"cc6470b6-5746-4e13-a85c-a2bc3ec548ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vf-license-model.xml","artifactChecksum":"NzI4ZjZmNWM5NzcwZWE0ZGJiOTRlNjgyOGMwNzk2NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d199683a-f316-44c7-8930-17bb2b543f2d","artifactVersion":"1"},{"artifactName":"vfw7c62b565620e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json","artifactChecksum":"MjBhNjI1NGY3ZDQzZjNjZWQwNTZiZWMzMzBmY2UzNjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6a20a9a4-acdf-4623-96da-fa0c972f6e9e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2fcce851-2306-4921-8576-ddd7e7531856","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vendor-license-model.xml","artifactChecksum":"Nzg2YWM2Nzk2OGQwYTIyZjA4YzUzMzljMDM5N2Q3Zjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1cfee00a-0616-48af-98d3-6c166f06fcc1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b8b85542-2d00-4c96-9830-a91d13a96539","artifactVersion":"2","generatedFromUUID":"2fcce851-2306-4921-8576-ddd7e7531856"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210602032148-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-template.yml","artifactChecksum":"OTkwNzMxNWU3MTg0NzUzOGI4NmZhNDA3ZDkxMzY3OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bc67d87-72f9-484a-b805-be33722ecf0c","artifactVersion":"1"},{"artifactName":"service-Vfw20210602032148-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar","artifactChecksum":"Zjk5ZDMwNWE2MmYxNGVhYTU3ZmE2NGU3ZWQ3MTc0Y2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54ea18b1-cf8f-4460-aa62-05f0c6ee7bbc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-02T03:27:59.853Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:27:59.853Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:27:59.855Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:27:59.855Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604475489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:27:59.955Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:27:59.956Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:27:59.956Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:27:59.965Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:27:59.966Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:28:00.855Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:28:00.856Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:00.858Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:00.858Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604475489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:28:00.959Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:28:00.960Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:00.960Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:00.969Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:00.969Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:28:01.859Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:28:01.859Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:01.861Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:01.861Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604475489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-02T03:28:01.962Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:28:01.963Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:01.964Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:01.972Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:01.972Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:28:02.862Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:28:02.864Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:02.866Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:02.866Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604475489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:28:02.967Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-02T03:28:02.968Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:02.968Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:02.980Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:02.981Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:28:03.867Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:28:03.867Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:03.869Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:03.869Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604475489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-02T03:28:03.969Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:28:03.971Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:03.971Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:03.980Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:03.980Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:28:04.870Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:28:04.871Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:04.874Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:04.874Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604475489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:28:04.973Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-02T03:28:04.974Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:04.974Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:04.987Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:04.988Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:28:05.876Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:28:05.877Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:05.879Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:05.879Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604475489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:28:05.979Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:28:05.980Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:05.980Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:05.992Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:05.992Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:28:06.880Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "serviceName": "vFW 2021-06-02 03-21-48", "serviceVersion": "1.0", "serviceUUID": "bf352d92-2d4c-4cdf-8719-b7b30e1d4781", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c471853f-48f4-407e-9ee3-d516cfee8b61", "resources": [ { "resourceInstanceName": "vFW 7c62b565-620e 0", "resourceCustomizationUUID": "cc6470b6-5746-4e13-a85c-a2bc3ec548ab", "resourceName": "vFW 7c62b565-620e", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "49ef7001-b7a5-490f-a800-a8d793221e31", "resourceInvariantUUID": "9dd3c0da-ce66-4dab-9cd1-354da919a815", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7c62b565620e0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "artifactChecksum": "MjBhNjI1NGY3ZDQzZjNjZWQwNTZiZWMzMzBmY2UzNjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6a20a9a4-acdf-4623-96da-fa0c972f6e9e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2fcce851-2306-4921-8576-ddd7e7531856", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b8b85542-2d00-4c96-9830-a91d13a96539", "generatedFromUUID": "2fcce851-2306-4921-8576-ddd7e7531856" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b8b85542-2d00-4c96-9830-a91d13a96539", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210602032148-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "artifactChecksum": "Zjk5ZDMwNWE2MmYxNGVhYTU3ZmE2NGU3ZWQ3MTc0Y2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "54ea18b1-cf8f-4460-aa62-05f0c6ee7bbc" } ], "workloadContext": "Production" } 2021-06-02T03:28:06.880Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-02T03:28:06.880Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bf352d92-2d4c-4cdf-8719-b7b30e1d4781 ASDC 2021-06-02T03:28:06.881Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:8f95dcc2-8ffe-40dd-8338-75fce6080fab ServiceName:vFW 2021-06-02 03-21-48 ServiceVersion:1.0 ServiceUUID:bf352d92-2d4c-4cdf-8719-b7b30e1d4781 ServiceInvariantUUID:c471853f-48f4-407e-9ee3-d516cfee8b61 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210602032148-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar ArtifactUUID:54ea18b1-cf8f-4460-aa62-05f0c6ee7bbc ArtifactChecksum:Zjk5ZDMwNWE2MmYxNGVhYTU3ZmE2NGU3ZWQ3MTc0Y2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7c62b565-620e 0 ResourceCustomizationUUID:cc6470b6-5746-4e13-a85c-a2bc3ec548ab ResourceInvariantUUID:9dd3c0da-ce66-4dab-9cd1-354da919a815 ResourceName:vFW 7c62b565-620e ResourceType:VF ResourceUUID:49ef7001-b7a5-490f-a800-a8d793221e31 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7c62b565620e0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json ArtifactUUID:6a20a9a4-acdf-4623-96da-fa0c972f6e9e ArtifactChecksum:MjBhNjI1NGY3ZDQzZjNjZWQwNTZiZWMzMzBmY2UzNjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml ArtifactUUID:2fcce851-2306-4921-8576-ddd7e7531856 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env ArtifactUUID:b8b85542-2d00-4c96-9830-a91d13a96539 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env ArtifactUUID:b8b85542-2d00-4c96-9830-a91d13a96539 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-02T03:28:06.881Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf352d92-2d4c-4cdf-8719-b7b30e1d4781 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:28:07.029Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:28:07.030Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-06-02T03:28:07.031Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-06-02T03:28:07.031Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 54ea18b1-cf8f-4460-aa62-05f0c6ee7bbc from URL: /sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:07.031Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-06-02T03:28:07.031Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:07.360Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-02T03:28:07.365Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar 54ea18b1-cf8f-4460-aa62-05f0c6ee7bbc 105250 2021-06-02T03:28:07.366Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar ASDC sendASDCNotification 2021-06-02T03:28:07.366Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:07.366Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:28:07.366Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:07.368Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:07.368Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604487366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:28:07.469Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-02T03:28:07.470Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:07.470Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:07.479Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:07.480Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:28:08.369Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:28:08.370Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-06-02T03:28:08.370Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||Trying to write artifact UUID: 54ea18b1-cf8f-4460-aa62-05f0c6ee7bbc, URL: /sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar to file: /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:08.371Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210602032148-csar.csar 2021-06-02T03:28:08.371Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:08.371Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:08.647Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11139917231455307485/Definitions/service-Vfw20210602032148-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-06-02T03:28:10.807Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-02T03:28:10.807Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-06-02T03:28:10.808Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.808Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-06-02T03:28:10.808Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.808Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.808Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.808Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7c62b565-620e 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.808Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.809Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.809Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.809Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.809Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.809Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.809Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7c62b565-620e 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.809Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.809Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.809Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:10.810Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-06-02T03:28:10.810Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.810Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:10.810Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is matching search criteria 2021-06-02T03:28:10.810Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-02T03:28:10.810Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 7c62b565-620e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:28:10.811Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.811Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:10.811Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is matching search criteria 2021-06-02T03:28:10.811Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-02T03:28:10.811Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 7c62b565-620e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:28:10.812Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.812Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:10.812Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.812Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is not matching search criteria 2021-06-02T03:28:10.812Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-02T03:28:10.813Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-02T03:28:10.813Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-02T03:28:10.813Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:10.813Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-02T03:28:10.813Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-02T03:28:10.813Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-02T03:28:10.814Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-02T03:28:10.814Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-02T03:28:10.814Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-02T03:28:10.814Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:10.814Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-02T03:28:10.814Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:10.814Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-02T03:28:10.815Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-02T03:28:10.815Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-02T03:28:10.815Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.815Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-02T03:28:10.815Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.815Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is matching search criteria 2021-06-02T03:28:10.816Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 7c62b565-620e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:28:10.816Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.816Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is matching search criteria 2021-06-02T03:28:10.816Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 7c62b565-620e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:28:10.817Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.817Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is matching search criteria 2021-06-02T03:28:10.817Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 7c62b565-620e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:28:10.817Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.817Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is not matching search criteria 2021-06-02T03:28:10.818Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-02T03:28:10.818Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-02T03:28:10.818Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-06-02T03:28:10.818Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-02T03:28:10.818Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-02T03:28:10.818Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-02T03:28:10.818Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:10.819Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-02T03:28:10.819Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:10.819Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-02T03:28:10.819Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-02T03:28:10.819Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0d905e27-87ff-4acf-822b-c806f4a6cf86 2021-06-02T03:28:10.819Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.819Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is not matching search criteria 2021-06-02T03:28:10.819Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-02T03:28:10.820Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-02T03:28:10.820Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-02T03:28:10.820Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:10.820Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-02T03:28:10.820Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-02T03:28:10.820Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-02T03:28:10.821Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-06-02T03:28:10.821Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-02T03:28:10.821Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:10.821Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-02T03:28:10.821Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-02T03:28:10.821Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3d3bc979-31ca-404e-9f11-38141fa65949 2021-06-02T03:28:10.821Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.822Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is not matching search criteria 2021-06-02T03:28:10.822Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-02T03:28:10.822Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-02T03:28:10.822Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-02T03:28:10.822Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:10.822Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-02T03:28:10.822Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-02T03:28:10.823Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-02T03:28:10.823Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-02T03:28:10.823Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-02T03:28:10.823Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-02T03:28:10.823Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:10.823Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-06-02T03:28:10.823Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=07af0d58-f69d-400d-b627-8c44c4786378 2021-06-02T03:28:10.824Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.824Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:10.824Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.824Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:10.824Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.824Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:10.825Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:10.825Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:10.825Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-06-02 03-21-48 Description:catalog service description Model UUID:bf352d92-2d4c-4cdf-8719-b7b30e1d4781 Model Version:NULL Model InvariantUuid:c471853f-48f4-407e-9ee3-d516cfee8b61 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7c62b565-620e Model UUID:787ef077-1489-45b6-bb35-b5eac2a10e24 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:9dd3c0da-ce66-4dab-9cd1-354da919a815 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cc6470b6-5746-4e13-a85c-a2bc3ec548ab NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:960a2c3d-fcd5-41c7-8e99-60ecc8f2b24e ModelName:Vfw7c62b565620e..base_vfw..module-0 ModelUuid:83337db4-3bbd-4c5e-ac8c-a340c02d4d6d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0d905e27-87ff-4acf-822b-c806f4a6cf86 ModelInvariantUuid:e2971597-1c86-4c38-bdeb-ff592222e8e4 ModelName:vFW 7c62b565-620e-nodes.vfwCvfc ModelUuid:47aa640a-93dd-4308-81a0-782f44608cb0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e0d82e55-0309-44b5-921a-202c9388f902 ModelInvariantUuid:0cf10630-673e-460b-a683-58e6c54be8e8 ModelName:Vfw7c62b565620e.compute.nodes.heat.vfw ModelUuid:5f73c170-c3ee-4806-aae3-868efca17558 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3d3bc979-31ca-404e-9f11-38141fa65949 ModelInvariantUuid:e74d9b29-f105-46f9-a153-10b5e9d97597 ModelName:vFW 7c62b565-620e-nodes.vsnCvfc ModelUuid:83f32c5e-3dd4-46f2-8669-c3b1060b7300 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7c7c1c48-e61f-4ebd-879d-bb045cb7132f ModelInvariantUuid:eb69e853-4b24-4664-baf9-d5b3829bacab ModelName:Vfw7c62b565620e.compute.nodes.heat.vsn ModelUuid:e4783842-92bd-4e72-97cf-969602d65425 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:07af0d58-f69d-400d-b627-8c44c4786378 ModelInvariantUuid:b7bc8c02-0c03-4a6f-a5d9-4121ff9dc119 ModelName:vFW 7c62b565-620e-nodes.vpgCvfc ModelUuid:6f196e9a-d248-4f89-ab7a-242164ec8fbc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:4637ee3a-601e-4e6f-91af-fc6a3e3ba3cb ModelInvariantUuid:487ac1ef-18c1-4ee4-bb81-41a98283d1ab ModelName:Vfw7c62b565620e.compute.nodes.heat.vpg ModelUuid:ae83cadc-bb59-4394-976c-47ab159b2d81 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-02T03:28:10.830Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 49ef7001-b7a5-490f-a800-a8d793221e31 Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:28:10.833Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||vFW 7c62b565-620e 0 2021-06-02T03:28:10.833Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 49ef7001-b7a5-490f-a800-a8d793221e31 2021-06-02T03:28:10.833Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 6a20a9a4-acdf-4623-96da-fa0c972f6e9e from URL: /sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json 2021-06-02T03:28:10.833Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-06-02T03:28:10.833Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json 2021-06-02T03:28:11.473Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-02T03:28:11.474Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json 6a20a9a4-acdf-4623-96da-fa0c972f6e9e 785 2021-06-02T03:28:11.474Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json ASDC sendASDCNotification 2021-06-02T03:28:11.474Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json 2021-06-02T03:28:11.474Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:28:11.475Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:11.477Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:11.477Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604491474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:28:11.577Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:28:11.578Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:11.578Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:11.591Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:11.591Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":2,"count":1} 2021-06-02T03:28:12.477Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7c62b565620e..base_vfw..module-0", "vfModuleModelInvariantUUID": "960a2c3d-fcd5-41c7-8e99-60ecc8f2b24e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "83337db4-3bbd-4c5e-ac8c-a340c02d4d6d", "vfModuleModelCustomizationUUID": "3608a487-e3e3-434c-b9cf-45fb129d65fe", "isBase": true, "artifacts": [ "2fcce851-2306-4921-8576-ddd7e7531856", "b8b85542-2d00-4c96-9830-a91d13a96539" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-02T03:28:12.482Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7c62b565620e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:83337db4-3bbd-4c5e-ac8c-a340c02d4d6d VfModuleModelInvariantUUID:960a2c3d-fcd5-41c7-8e99-60ecc8f2b24e VfModuleModelDescription:NULL Artifacts UUID List:{ 2fcce851-2306-4921-8576-ddd7e7531856 , b8b85542-2d00-4c96-9830-a91d13a96539 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-02T03:28:12.542Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7c62b565620e..base_vfw..module-0", "vfModuleModelInvariantUUID": "960a2c3d-fcd5-41c7-8e99-60ecc8f2b24e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "83337db4-3bbd-4c5e-ac8c-a340c02d4d6d", "vfModuleModelCustomizationUUID": "3608a487-e3e3-434c-b9cf-45fb129d65fe", "isBase": true, "artifacts": [ "2fcce851-2306-4921-8576-ddd7e7531856", "b8b85542-2d00-4c96-9830-a91d13a96539" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-02T03:28:12.542Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7c62b565620e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:83337db4-3bbd-4c5e-ac8c-a340c02d4d6d VfModuleModelInvariantUUID:960a2c3d-fcd5-41c7-8e99-60ecc8f2b24e VfModuleModelDescription:NULL Artifacts UUID List:{ 2fcce851-2306-4921-8576-ddd7e7531856 , b8b85542-2d00-4c96-9830-a91d13a96539 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-02T03:28:12.542Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 2fcce851-2306-4921-8576-ddd7e7531856 from URL: /sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml 2021-06-02T03:28:12.542Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-06-02T03:28:12.543Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml 2021-06-02T03:28:13.194Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-02T03:28:13.195Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml 2fcce851-2306-4921-8576-ddd7e7531856 20368 2021-06-02T03:28:13.195Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-06-02T03:28:13.195Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml 2021-06-02T03:28:13.195Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:28:13.196Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:13.197Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:13.197Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604493195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:28:13.297Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:28:13.298Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:13.298Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:13.310Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:13.310Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:28:14.198Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: b8b85542-2d00-4c96-9830-a91d13a96539 from URL: /sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env 2021-06-02T03:28:14.199Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-06-02T03:28:14.199Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env 2021-06-02T03:28:14.839Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-02T03:28:14.839Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env b8b85542-2d00-4c96-9830-a91d13a96539 2098 2021-06-02T03:28:14.840Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-06-02T03:28:14.840Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env 2021-06-02T03:28:14.840Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:28:14.840Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:14.842Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:14.842Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604494840, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:28:14.942Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:28:14.943Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:14.943Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:14.950Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:14.951Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:28:15.842Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Preparing to deploy Service: bf352d92-2d4c-4cdf-8719-b7b30e1d4781 2021-06-02T03:28:15.843Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7c62b565-620e 0 49ef7001-b7a5-490f-a800-a8d793221e31 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:28:15.942Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:15.942Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:15.943Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Processing vnf with UUID: 787ef077-1489-45b6-bb35-b5eac2a10e24 2021-06-02T03:28:15.943Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Will get resource from SDC using resource id: 787ef077-1489-45b6-bb35-b5eac2a10e24 2021-06-02T03:28:15.943Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel to get resource 2021-06-02T03:28:15.945Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel 2021-06-02T03:28:15.946Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|INFO|500||Invoke 2021-06-02T03:28:15.946Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|DEBUG|500||===========================request begin================================================ 2021-06-02T03:28:15.947Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel 2021-06-02T03:28:15.947Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|DEBUG|500||Method : GET 2021-06-02T03:28:15.947Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|DEBUG|500||Headers : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"8f95dcc2-8ffe-40dd-8338-75fce6080fab", X-RequestID:"8f95dcc2-8ffe-40dd-8338-75fce6080fab", X-TransactionID:"8f95dcc2-8ffe-40dd-8338-75fce6080fab", X-ECOMP-RequestID:"8f95dcc2-8ffe-40dd-8338-75fce6080fab", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"64e80edb-77b8-4e5f-ad19-d2919da6dd50"] 2021-06-02T03:28:15.947Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|DEBUG|500||Request body: 2021-06-02T03:28:15.947Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|DEBUG|500||==========================request end================================================ 2021-06-02T03:28:16.220Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|DEBUG|500||============================response begin========================================== 2021-06-02T03:28:16.221Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|DEBUG|500||Status code : 200 OK 2021-06-02T03:28:16.221Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|DEBUG|500||Status text : OK 2021-06-02T03:28:16.221Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-Vfw7c62b565620e-csar.csar"", Content-MD5:"YTkzNTE5YzA2YjU3Yzc4ZTMzYjVjMzQ4ZDVjZGFiMWE=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"8f95dcc2-8ffe-40dd-8338-75fce6080fab", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-06-02T03:28:16.238Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|DEBUG|500||Response body: PK��R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM�� �0E����@��VȮFݩ`���N!�LJ2��{����k�OfTWdP�P=1&H˶j���Ǟ��DƷ:f- D���ę8fu�Ւ�HZ�D1�O\���=,C��~�T�~s���� q�Z. b��)a1�9o�3��.nK�PK��]���PK��R1Definitions/resource-Vfw7c62b565620e-template.yml�]�w�F��_�[��EH�7�v7�����/,.�� ��?3�`� ��|Nյ�b��s�{Ͼ�f��Ե-�AdA��$)��k-�_��f��ބ�a?m@f{vf��Iӂho'�ewwg����Mݱg�.��uӳ}�z�>������4f�VQx�\�X膹\��̙�3��� ���6�`b�‘�������O��|��'c�x u�`��}݃ȋ-����N��Mbo�f�X�������v�q��Z{"�.|����f��WK@�����f�cKs�ϼ����a��d9o��!�S����h�s������n�H����'Y��']��ͪ��A)�FO��D3�FB@������ �KH���E��J?[�,�,�N�Y�xR���a�6�<<+��Qg]����W1Qzk�� �@��. �[������� ״��l��$�.AF%X��@V�jRxƎB�q�J�(%�tx.u��Tp�>�N��+3W���}��|�v�V��"{��Gn���`�<;Cݐi������փ}`��,K%[�p�BQ��9���^M��+w;aּ��Z�`sb��o@�?���4���\l�͗﷼^s�$Q��R߲���+��EEw���۵�lm��d�h��l5Z�'[�u'�ڮ�G�?�ͬ��mf�v��l��~3�?v�Y��q��6^?Y���]+��-\B v��E�&ʀ���&����5.J!sʷwa�Z3V��1_���h2�o + ZGA��*`��UAQ���lσ�I���δ ��4 ��= �me�_A��`v�6�N�f����(�6H���e� �g�x�5�SP�.�,?��qb�bs0Ww����s��������O�����s��������m��6� \�A ��W�����Z�ÙN3;r��Kы_�h��R�q���9�H��u`��Wwo��8�.�o?���]����]�� �4@���� �]�@V��mG���|��q \+7����tyr�ݜ��]_�~��]��R�oQ��$Ȟ�w�)Nw"�� ��S���ل���=����q�?�N_Bb� d�5�v�e'Y�Ff%`�z�e��~�*/;�#{;���d���8����|$X�W����J(lO���6���C7��Ǩ�J_ ~u/i��(��1� طӋ����U�I+;p.o9�j#�G�g�g�j���r�F[@�(K9�\Xn�p&�F �–���'6�r��NOε� �� ee����Jc����i6�Q��iͭ�.h�ݭ,�e�}�b4����0�\��e^A���"��v��� �q��Xp�Y ����D]�д�!�#��lD9_]_ܟܞW�Q��*��#�[P�͎�|v��R�Pj<�݀f1&�^e܎d�-�� ��$�"��Kp�Gr)Z� �5�Wr��q��Ute�5�/�"��}T8�yE��X.{�3�м��D��Ǔw�A~�����N3̱Y����/P����:��U��<& ��L�Ƭ`��n*��Aa�4A�>b�]hj���d���cs�ȍ���Jtx���S�;� }�� �׬\�,���P�G~��%�_���v�w����®d 2��FvU�77�������퉢�Rlq�����*�m�4��'x:�9�i'���!m�\/E�����0�<����%�JaA��>A��&���}� �q� W]*�(�=x�;��^`��$o�\����c�X�,�7H�T�c��@�������Ͽ����K0}������/���]|of�c���߮ލ���������/���?Ƿ7g��>>�f���ٞ�l����������>�������U�|qV�kp�M��w���������gO����ǫ���r�D�d�L�Ϸ��-�<���)��$�x��b�μ��������/�˿nOOϗ���o�Ib����θ2�4�����p��ۇ/�7ˏ�W��O��ߏ/6�?����7'�_�.��6�y���i����͗��]�>��e��ɻ�o��y��ϳ��o�o�|�Obcw��*0��O�:���Mݯ9��۹��L����;��Ow���/�<��C/���a!_�D�P�#��N5�f ����1��DJ'̘V�h@?��G�� =/��W����q�j�E�O0L7�w��}��(��"�B�[��tD�AG���_�h=�OM�?Z��BG����R>�Lx��.�-t��p�=�H���!�b/k�J���d%�X�H��j���X;�T7�sSw��T�ML���/&��[T�xb�+O������[�˩ tofOsǙ{3����� �u���EQ���W��>/��r��j2u�����t��.'U� �y@�,Y�۪d�l��sŜ�����yI;� ���mo����q�*yX!-��GI�[?uY�ܴ�l0k���̭�_n,�WF� ~i� �Go����������x�P���\N��C��#�_��VQ�<���%��=r~�wATg�W����0c�����Z���Z!yQ����2�b�/֜[i 3��� ���9@����S[��y#pm q����v���>�L����X Nk����1M�I�N����@�ȶ��]�t ��o���hV�<��2�h> �E�۵�� -X�~���Jɭ�|���:{690�!z� + %�t��4��ie�iXv��#����Z��=8a���.G�(�L��P'o�w���ބ�dD�f��pk��E8����6];D)?����/��N���v��2�u!9�8l�(�ae��\}E��kL�+�a��$-n���ҧi�IE�X1�ڢ���#i��>�"����q)��5�TF �� Z��5aș�R��$�߾�`2��˛���O׷�g���ͧ���sk�ʢ�R\l���Y9�mH�!�m�f�S��jZ�}�AF Z�/Nd]�j2փ���%�]����h��:`GQ]+C�yڵ�׍�M;�UC�Fa�/@yY��ߺͯ�yS���_`�e�9��J��(�ֺ�mz ��w�:�|5r�2�*��u*��FZ}�u6*Ah#��UW(���j�.h{�v)���ؕ�>^S0�䨎9��� �:�rfF ����j#e�a/'e��.&k��a�ܧ,kb�g�ê�j��+��J�A�ԉ��eEx��Hn��*��jV�3T!��Ӱ�"��/u�y!R��aO4�e��H��<[��+��2I���҅��*R�P��� ��Pۨ��&u�p ��������A�$�pa/�<U����|��S����b:悇���q�ɝ��ں96��� C�. ����le�jǫx��i�f����7]��b�}�X����X� ,��}��B����A���(�tg� �L��T��)�\�I7zMEˋz�B�V ��`��)(����c ��||���,q:�'4�S�r�G��N��5���[��Bԁ$�җ�d,��I> ���4�M����g@�1o�,�V�hk_OL���e��q=_.�𭕇��Y1��ه�!7�~� F��(��:Vg8�<;��`��,7@<��(�I�>&*���T�T*��*/S3��������su{r������U�f�WP��k�q:�!NKw ��4qPʄ8�a�B����&��Ƭ켌��1�xK�n���jR��]�H���M� ��̶u�cs?`�u��xc[�R�P�r覉Z�*2����R��@"G,���ZZ����x�,V�/��+���Jp�P�Am���/e�P��2�� ]{GdЛ�#u�!�=z���:�*�"��'�G?�'��?�1,~��N��Qf]e���j腢�RC/���ss���p`9�\80�U|���fHy��G?��h�ʼ�?�8�*c2,g[�<�Y8��O��;��=�u{�tӘ���\è�0E��o��`e���\ꦿ\鶳���91�&p��S�Ph��-l�͖�?_y�9{�3G����隋�|�Xֻl'N�=���E� ���^���Ȋ�㚵�C~ȏŴ��(u�͏Gm�/UD|Х�m��w�uY|�����t�7qH�nH�T��OX��Ua���Q�� m������b�[^a#/������.? GF����J?�Uc��л��7ۉ��H�3�NuO7ѥ?��tu{j����3��G�_��x��I��Mm֯���k�05�q��\���?j��ɑM�ؑ~M�G�i+?d ��C4��ڥ�\��+�f� "�2��1��� B�w��8���A�aSn��L����.�pjΝ1�,���Lx�$=�� �H8Q^ޠ(�h8���N���*�Z!�C1�r"�.PN}�(� ��<�$o�WU�l!H��X�Q���=O�1X�#UѮټ^Yb��~"TB�5i�ĺ�!-�� �yg��fw��0-JZ�S]>��9���������7���ul�kv��mO�G��+P�=!��1�ABbB�u�D��ߌ��%�aL>^�F��gЩʉ��,�ZGN�vJ �)HpK�2]�N�}�YB���h���!1s����E�ek}R�M�**eg�!,e�lU�6���?8�BJ>D4��ځ2��Ur�̤��Xۊ�#L�Gk�Nf ��Ei�}.�������AvȎ��=��3 ]�K)t#����nQ�%���Q6�TW�H���Q�-o��(�j�6�ʉ& ���f�2�X�������h�/0x‘�u���1���zX�m��e��~�`��EU�����EC����N8B���E��hCj�[z�Ԉ f�wԈ1��M 2hP�.YY�q r}[�����"9�6ڴ)�8�,IP~A��0d�.�yK�LW~��bG�bc�QtT۵���l��,L�/����N�Eeu��������Q�&��� �3p[��d,_UN�e5��8>�M�J��fqF±�(ӣiN �&�W�ry}Ϡ���rnO��R��db����$y���� �y��P}�~�i�2r'c(b�y_I��*L���o��,�`����� �k?��qb�O��/��۝.�`��� �˧)p�������I��;���xp�T��mbXճ��\�n�%uy��C��4���/V�1֕�Kl ��o�.�z� ,7C�pblnZ���Z�P=�'� ŏ���Q�d� ��J3��H�5ƙ�ww���5�����s�r�lDyY�c����2��"�^Q����K6q����C��Q�&���_=�����W����� �� ��V��w�� [ C��rQ�"�=&�1EC5�C%��X��� �uU�����ר�f�+��EG �ֳ��9�q��]���M�L���]����3X5K�<'��D�.�|s[!0�D�Oh�����T��Ť�A~��A1�ՑTqLKP��x���&(�M� �ߘ��oo� �~F� SC���]��wȍ�]F��H2�R��@[������AX|<���G�Bʩ��]m�� a,�i�k�!�KD��- jF��@p^��m�G�r��C9%�4�@(RtF�%��dv�b�lm���z �g�h��ã��PKM���� �PK��R;Definitions/resource-Vfw7c62b565620e-template-interface.yml�][s�ʲ~߿Bo;��� �,�op�$��`;^�N��4�����!����$FH���U��@�fz���{;�-K�B��:����X6��Bp��luljD�IcM������c_��@� ��?����?���|�H��������{Y2����K���?��&ys�f�����C�p�O��_���ʩW���H�n8���b{�Ŋ� kX3L���5�؆kɤ6Ԟ��F�����qD�!b����_d�X�ێ%�Nͧ�ӕ�SӂG�9�abEUwDW��";0� �KUS< ���H��\�O�Z��V?�5�����r.x��c?�eK5������ ) L�����-H��u�p�3"L�%��8�a]���8vuU�CLUg�?x�Zd*iZ�J��r�3�BH�M�uں8Ф�a��4&�e�?��ޗ��t#\}o>�=�͛����>��1QTw,��pHl ��+���1T�v$]&�.��Dpm��,�t��4Q'��*K��x���%�vz�w߄붷�2��H�M ���!�K}��0�1�vB������n�r�nY�NҒy��6�n���p�{>?�=ޗ��?�]Kuf�g�œ���^,I�SJ�3�GL냩v��_�E�*e���߮-Jp�p�E��cN#��vx�=]3tɬ�(1��p�LJ�€H��-I���U8�3�iBt!��]˙;�G�q(�eU�X\����~V���,[�퇐���W�8��l`���f�F:��p��E����Љ��9KSd����i@��*�z�:���ql1�ۭfG�^T��N�9�W?])Z�� ���8��A�aq� wi���\��g��d�ڭ���Y�������z޹��T.�!A�b�1���I� C#�^�9,��<��?\?5{���.�d� .=;}�@�S�c�c� �vz� ��!��E�d�%�R��.-��{ ?LI���"{8,k��/��54M�'U�>{���>�B�?޶�$����N��!)��1��z��M�s'�V<^>������I4|�⚾8�CxeM.ld��<8���p�4(%����HG!�ـX4P`�a��E.WL�O���*h�`�U���g�<���+P�n'�9G�� p��u�Z�1f͐B�]�ps \]vV=�01Ǣ��%JT�c̭{w�й:h7{͕�1�re�ī璻W�L�oM��n�R ��`Ӓ���tG\>�h���8�j+��gXՁ���;����3�Ag���}�>̀�=�ĦK� �`�k���°��O��� ���,��l%��jf�zef�� x���9\߮T����2��X���N���� ��I]�2����F��r�8)y<7a9�R�r&\_{±�`����II�|O�L���Hu.�puv��hA�8S)���"�K�4�w�|3*��Sŗ1q�X�$4������Ԫ��F��g���yI?n�h������E=>�{����zyV��oG��֑�������G��������� ^�ٳ�붿��ӿ꿴ˮ�<���K��Y�4��=�'����u�P�^���ȣr|~�Y{����/����ې�^Y��3�������s�k�|z9�y53H���ozw��瓇���`�_�O�3�l_��Qڃ�������mi;�g�7=�����4"��^*<0�� n��iU"R�y-��̔��K鯀I�m�W3�f��2Q�7�X���"}˜+��T�)1����j�.�� k��[���mP��ǜ���|+jC6��bD8��֌0��{��_�t�$�=�� �ZD� �w��N�r�0o���'k.<���d>�|�x1[,�5� �z<��MUK9z���iȲkY$iV;��������m�ӎ>�H���~G!"�O�� �o���X��ܞ�RN<���ELE�|�����G> JM�@eQ��9](��h�11�+1���iMQ�ךB&�L`�R�?æ�"D6 �LZs[O�ej��VP��X� B�2�0(�p�ˌ�1��P�@�$*Z��H�CCƞ�ݓ���{�཮1p��EZ�.��[�X�M׾`?��&���� �抶����� j�uB�S��f&<���,o���������f^D@f�WP��$�2/<$�j������₏�ZR��g���. ZЀH�k�oq!損� u ����ܢE�"z �����c�v��džg3�����DvY!�dn /��K ��/��0�z����&p�氟��E����"��0|��NEOH`.`�O�@��XB}xX.a`W��)#�T6��ԔhB^l��jO�����m��_�@��sЖr�(0*�}��4l}G��<��r%Ǒ��8p&n�6�1��U�7 J�U_5���޴Uô��U J[.�\b`XS�R��!��U8����;�8�dЉ�R����m��y�@f��x7x|;`�ڋ���Ħ�;P�{��h��Ce��쐉����6����+3��34Ь����-��{% $�z�����쨣+ޣ��gY>�Қ��:~�C���(� �D+N�󄁘�� �������ʀBf�Q6�Q��1?ᅕ0 ^�fb�Ym ���t��I_:a0���aӫܥ3����I��}8W���28^�(z�����k9Q�ɼiB�9��`�*!u������.��QLj�wu�� Bl`��4D��2��WK�d\�*H��F��%�����.�"�Ψ���q���&���L� &�Om� ��,��<�5�����C��իb�/�x�e��Xoj+����TDQ�A�{�c��r�$۱ �| f!���!��clm���2���i�&��[/�%yGd��#. ���9�(�c�c\�O��C��{o_�r'�YH �BZv���q�w˾+s � O�R�.`�h��<�p�j���+H08�9G.L0� +�M�O��Ao��)&VMy,����5����l�4�c��!�� ��� Z��y� m��8�8<�����8���xȘn���=���ֿ���� �)e���}��Ӿ#~c0� ��h"9����v�x�jP�w=�#uvG0�'�2!��1�ૂI��nŽ�Q�$���E�4V q��05.�RN���f\o;��72l�`����;���p]A%��~���1p��EZp� =N� ܹc��P�gH��"-8� A��`��t-�����ځ9�=Xpp�69���V(��\_಍b�����2[�c�7�|�O�"�KŠ8�З���!$-P�z,�W9.���SD6�y�,�Pe�Q��� �,��,\AK"`�� Qǰ���kC���p��=���:�kj��5��5�"��v�J�&"�B ���z�J°�|E񧨃�� V����m�p��|�S��v���T�&�������1 X���닷"e�R/�ȞTx���)~�ᚓ��%�VI�[����{�&�AX��#��l�VU{jԞ�7o�n�Z��H1Oy�!'��.J��;�j��Y��H �_ ����L��<�Y��d�G��E���׼$�� �F�\6�2�p�t�4'�ep�X8b�N�R%�=Qb3�@M/W��� ;KA#���`v�_<�p�M��YdZ��_"�$X#z^J��}��d2O�����EY����`��5��,[�P‚���r`f<;K$4�c�V�M��ż^2��\/!� ͟9:^�o3 �]u>F'd�h� X��,�����ѕiI��cՐy�c�.#r�w]�1�ǒ���,�ULm���o�˜ �u��+��U�U�2���FK�r?� �܎5#k�dC�R�4��ao]�C!<�eh$�� m�i���e2�%�GI�` �����2�Оl���$�ɑ< $�ۊVxO؞C* ��?�VMd �ܪY��< Xm| �{���x��/�&ԮBe�Jn�^�>��&�,˳ Bo����V i��B�'� *1�)�0�TX1D,�$'�����z͉O$K; ף��k�������2���L�KҼ���T �LRy�ѽ�����b�M�� f�#��zK��Bu-QX5� ��qU�(� �n[�B��G��=����� *�^tZ�X�gA�&�*����[��_P�H��(E��\�DW�h��U�;�㵦w�n5O�� �Y�#��Ɨ�7 �H���foxp��5"c{m��K��IS���r�Zh���)l��F�gU��?ޑ�F��m4ʕ�E�e�I�\ iI����y�2�~t���(Y�B�윕�s�jG(���x%ƵZ��.�"�$�ht�&�m����zE.��ģ0V�i)$0�`7�D�#r��+؄�6��R��wk{պ��Mt%]�*7�f;�΂�w�q�Bb��!ZVȎl���+k�� W� ��\U �1Q����5,:���?\?5{�MP�f�e,���N��h�#2��cʼn�5��ri���;��h�?��DSrFJ���G����]'W���W��,�H�01b�"�Җ��ޠ{M�E���#;�W�!=4å�S�-�S���o�>�v�����mc����F���#�\��R��d������λ��2�5A+�5ig�6�=rV�R���v���9�Gr��?�S�:�^o�hc���K��9 oϞ��/'��,��6��;m8߾}%Yz��K� h������1��tv�X�������~��wa�ˮ p�O~���>��It�{-��8 |�E�j+��0��/ۋi��*��aF;�g��~�~T����>��C!3:�ݠh�&��9eI�� ѿ�¢����X���!�wbC �{�8��B���H1Ha���ZR[8��NЭ������o �\��8����]t�_H�I��~N���*i����O���Ra��/�wg-�`�D��j-�/+�J�ݏ�8J3�� l���ˉB�?�����+��>���Dʶ���QF),�򟓟�F�p�=)oL0�ɬ8�2�)���3�e�u leH���� G̦:jNj�Q��6�#v��H�j�̀�?5�vt��X�����RK4���(9,��>U�EmO0�Q�}�; ǒ��ً�Ί��O39^M�ɋ�:O䈛���N�bCϱ`qK��:�=�i,�wC&���F���`E���:]������D ����|�+wJ�)u����F��qp(\f�s2���tgm�q]���`V��f�n�Cj�j�eΪ�F�n~�g댃 �����P��m�^t�-b;h�������ʚ��`a���Nt�-�0|��,J��V���x���j _N�|�Ű�ӶM�-ֱ�lL�PaC ��@Տ���'��d�3��fXĪD�p=$J�$�kwJf���́��s ��XnD�l���*.HP��Ч��=����i�{�yB,(��J�c���wpuܾ�)�i���E�V8�ީ)5�:��k P�V�=P�gj8�?R$Z�D�<��!�gm`e��ʂk �b�H�1��!��նC� |'/?����M∟�jrҾ5�)�g��OG-�S#T?܂z�x.v6��b�_�q���W�H؅usbQ( ��g�]`"��96:ï(����]I�]���p�;��/�tc�&�_�{P�w��֠k��o����R;/L�L�L��=�g�1z�~��5�$����:�.5�N�ոʈ.Ξ�hg�qy�"I=�h�S�=��7{�[��i�jc"{{��������v [����jgho�.2�~�:�o��p7k�X� �)͢��g�z-���Y:����x@���]dۺ�v��rex5|}W�?ő�Z��V�]��$�R����Ư�^�|�-�Ӱ�Gv&Vi��ɘ��|Lԩ}JV�{��9�?mW��͗���F$���LDS��A1�V��H�^��4��:�n�6��?������~k<ӎ�+ �jy����t��YSj(n��?>}���x|�`�~�kT(#����m���dM�9_��h������ӻ��������R���_��m����sƠ�� �GЀ5�O�C��5ӡ�2���́L��� �Lv� �)�Ymp0���l���2GM7C�fS8��y�??#����[t�P� �" �^J�C֘,��2vމՖ�G.q�|�h�L#���IR��Г��*P��M�|�� ���`z<�XA���"!������8|`�G2��y���!P�5��l��N���ec����L1�5����7u͵0����Mq��g�� �22�\� �༝���S��G�ā��9 c�A��a�eR.�\`�[�6�Y6d�h�jY� ���^k5��δ��}!Ԍ#_�N��uԟ��h�����w�W͂����,$7�c'8o�q�PjR){��lB�JWIQZ����@�hc8�A�[dLoM�~�w��=�4��3�m [�`�1צG��6��:�a����Ս��^�+��U7Y�o�f�m�6-�v��0�\�����j�����&����F�،��Af4E�a-�>x�4m&����i9>M�i6H��P+k5�Z�k��<���E�u��������x�RJ��w�M-�q��^��WZ��7I�:��?\}%驞Te����_0��`j�ys>C";]�D����>��#gѸ�bR�IH`'��:����?��O '�����Zq5��Bh���Hj�@YD5�΁���1� t����i@�:]˼����'ɠ��ƅ]񃇗��jk��O���i ���d�6��8�EV��� '��1�DbA�MU���:9 ����|�.�����S��w���z����П~7��R�?�����;ɮʏ�ր|^E4�Ry%�����,x"��x ��ʫhl� ������&�2�u���l,؛f��=�u�ٶ�B��p�n��t���Ҁp�������f�V��IVK�m}�v��q����t&���+���W���6��k�D{�\!�q<}�\ڻm�)�Wn,_�����_���lZ^zO#��x�(��A�E�I �脆%^��ܨ��\!Q)v�$�)_y��C��q��C�~٬q�P��e�Eo��O�*Tn#�L ��N�!���'�*�c�"�͎�(��~�D���R��s(����������e9]�m�k$�����c������Y8��\��)��u1ʵ��\A��-q01�tc� ^o-�B<���|q }JDE}��*^��FS�[�R�ߑc`q1b���͗NAJ�Sugs��F}1� e����ȳ���@��`:�a3$S.��Q�?��G���1�ї��% 2�/�9��M�N�t��`�_w��=n}�w��{��Ϊ4�2�<�B�y68디����q����J�|%U�cx�J�}v5)�x��'� ��'��W7�������—ך V�I�uV�@����ԫ�4M��S�&���Z5a�a��Q\�5��ԥۋx��Ɣ��Q�֜KC�G�J���a]N/J~`��������ԠMTx�I�z����[Z�&IY��@�%ajQ�cjPI^E�L���k-�}�����}�g\ ��pd�U�B%�'��KL�@��Gs����ΰr��9�ֶ)���)�S���*����4�f@�+��D�0�)�Հ���[jjP�MD�F��mD�7+���~�bUwߋ��O�)k��uQ!�3�›�PK�m-^��jPK��RGDefinitions/resource-Vfw7c62b565620eNodesVsncvfc-template-interface.yml�]Ko���Wp����� d��t���`�fSMS6��%)'��^�lْcI�{�MQ�������a-��F�3�W�J_n��)��1 �8������)�V7?�C\�)|A��XLo��`���p�5��Y��� N���h��]^V�4�9oK�6�6��Rd�ZEI�81#[MVee̹�]��U�W4†��B.�RN�H�@R%2Ih��H����|x?�����_Qb��Li���|)t�R�hsN%[�yI��죾������TB]�Q,Bꙥa*�Ws�rAB"x���U�M��b ��K��7h&DL1�K%�_�$�ߠǪ�m0�0О�M�iR k揯B��8�)Pd�v@2�-�X<խ��m� &a�VB�V�����Dd�lݐ�!��vA+v����|/B>��|��9A.EI&�^�6�7��L����:TdIl�YP�K�ʼ<"!� ��r��HH3����g���W�F�,�a��� �|~ ���ݷ�H�j�UF1^ i�'u�ÝmB���hc����SW�|Z�e?�K"��j�x���+F�u ì� ���� 0���p�� �����x��U�x l���Y��>��8�E��Q�^R���J3��n�B���vUT���#,� :r) :< ,�0��b�^0�+�Vt�@q�?Bw���u&���%[,C��, �#8���w;�2`�@�F�m&X��� !�y�͗���i녜۾�h����s�l�^A=l�A࠿�4�\�a#�l���Vz؄�ͻ:y��*2�HHT����L�Q�I3���+6����W�k��ŐB9)$"��L!��Vc�� $�ݳ��2� ��0��`l;�g�vǡ���[�����v�}*���%Y�x�̨4h����5H��o�?9����!��8�м��M���c�i+OK̟A]� Jn�b ~���i3ĩ����\�b�q����Iې���!F��$Չ�=��$Tcc�i2�|N�vz�a7�p`�9Ȕ�Yי� �f/h$��&�����X��}�͗�y�^b x$qU�E�9� ckM3R������(JgZ�@(Sf�Kꆃ�eAH&%m��w������ǯ�?|��S]�6��E>���?,;�Y�ͪ�O3-P�ōr�[���fQ��B��9�E����eY�Q D[��~j�oEh���0�+A��3�*0AO��.o�Q3(j��Tc�ūy�L�QA@����'_~n��lۥ��A����95��E2M��P�G�qF�]M;�ٝnVCÏ�gvx�CǬřU���>���g�=sΆ%�[��=�lj��ܛ ���Ծ��%YPdz!|�\~��q�1X|��-z�:��p>y��X�b_�SG S7v 3�w��bT`�oMj��_p�J�,7Vp��/��`s1�.�5&K�zy JZ��mMh�$4rm���yɽ��X�Ұ� ��(���a���T��(�)�W�55ۖ���Zi�L���;(t2˚�,jw '�T"�!�:壞��$Kff�<��|J��B�����7xᾢy^ ���|vjfպ�6 �Xok#Q�YP��K3}���v[���h���@ ���~3~����_��y��6��1�ʠV����\ᣈ� ����&���, I���[5�C��n�Z&;.�e�ZS�'M�,��c����{�xbH~�gh~�s�)��B��9t���1|�آ��@G3��14."���K�%M`�磓G�8�hj�uLH��~�Әx�h�a,T�%<���M��oo������o��Ҷ�鳢�����݃ ڳ�{�I�^���νr>-66r.u�\ v�q|�����H�l�a�6>W���3�2�.�EW�A� k���ݱ֭���v~w����M.Ŧ,��v�9l��܇G�DI&ב�sZ��zT�� Q)�uD4��=$����:&-� f|����`�����������=������!�<�?� ����XkC4��u#�L���>�t检_�o�u|�j{z|���ϓ���������^v������ '���6:��Уv�X�Y��E&A[���[ϫ��ݙ�7Arc�n���bs�B��B�\�;�Ԓ�U5�L�r��W�*�G�#���3�|>@Va���E#���~U�&��9�͆�K� |�N 4�- L���L=?,!`A���PK1�'�� f�PK��R/Definitions/resource-Globalcompute-template.yml�Ko�8�����=H�I�[��.��tQ4��A�c�XJԒ���l)Io�A���1��i�e�at�a+ra������ŊX�eDVHXi&����*K9�tuE��T �ۧ��V�v1�O�7�d6e�ɂ�o��bƓ��Na ������rvM��b���bv=K�l�1��L����%ۢqN3X����Py������ Ӣ���_��` ��P�s�� �-�F�^�@��ݓLa���0ZЍ��e0)h�V���{�f��N�#V 9h�0͔�s���XM��t�X���wȹ�+������[�܇W�_A5X�4���O�l>+��6���{w��+m��*!9f�JvB�Bb1.!=f3+�T��T�M~��]����I {Q�l{��N��oU�4م�����MkLh�+[�۵�$;ê��S�ޥ�@�0d"m%L[�֪4��%r���z�U�p�7k�����:V#̿){�@S�� ڬ��~�z���D�� ��kЧ�����p���oU&K4�o@>�Bέ;b6঱���� ��NJ��x�8=լ+����;IHB����O_��x8��|]���+�q�%���Ш��JX�����^ ��������"�=�zQBG³Ĥ�V��j�I�n�7�gm�0�^z�k���%2�˶M"7��v�A!he ��d�x�>��kQ���NB&:~��_���9�U4P�VV`ld� o�0�(�ɲ^YEc�k��w�V`(����6t�1ks���9t*���y��CG��I�(|��၂F�� x�RMm�<��0�����]��N؀���ui���z��d ���hE�T�=6�x�"�NE=�mw��T�� �'�8Ȉ3� -,G�D��"���Z�=��CO$�w���h1��B����} 4F�'2xFb,'��*e�V_$��N��(�0B_kp*�aQp���.����H0�3��a�_Bf��s�q�p�Cѡ�~�e1���(8��}r1�'���e��F��|���O�~94.;��w;�G|���r�]5�j0�Cn# >�B�n��q�/����d�<�PK�<KPK��R)Definitions/resource-Network-template.yml�TMo�0 ��W�� �'q�Ʒ �]:M/�`�� �%��S�ߏ��7�ir��{|)��y)2���:hg}�G�H!���ee0;��d�l6)1%�H'��ia�v{s�B>O�$�y��,���\EWE|��b9��x&�s���k,V��\DW/�d�Ϣ�\�h�����Z\.p�b+JLa����_�V�%�*�'�NJУ t�/`�NKa�vA���Z┣áb��[^Jp����HZ2����� ���&d��r5I|D��p��� >=4U�|BߣA�y��4����'��N���e��vq1��N"�L����6l��Ci�l��d24`�KQ�\�ϱ�籠F������vD���z�ꐞ����͖/X/ֺ�����V�$� �}8� ���o��D���Qe�2�� ��#mP���^ ����7����uMƝ��n �՚P�P��Փ�2�"7� Z~��6�S�����qc�w|=�Jί-i��Yg��:7\W�$9M,y�-�:��� �B�����s �VtV��Gʳ8|��m�9�U�x�'����XDәXDy�gQ�@\0��8�b�JLa��-���+�r����w�v�4Z# l��rfܥB`J�qG$Xn}5�3BA����z�?9sx0tI�3j/����oн� k�%jg=Oh͉8~C- ��y���]0��+�+*�3�0����"���4OF�ڜ�}����7ސ��(�)(��mj ��ʓ!���@���b�T>ޡ���RB��+8�j���@�4T5HKWFI��'�X+aZ���zp- �f݆���|LܔU|�0�U|Nb ���j�YH;�GUc�n������]��@H7+%�!�W�z�ÁY���u]���D��߾����o>=�7�����LI�5f�����ѽ+��P�z�Ώ� ~���7�u���������AG�_'I(R(��8�PK=����PK��R,Definitions/resource-Neutronnet-template.yml�VQo�6~����nR��I�es��ܮm��a(�d�H��� ��{���H��$(�<���x�����8�r����K�]�C�h���.'�FaޱZ�|1��3�<�fRL����� �7��f�f�̋�2Y-�VIQ\.�r%pY\���iWF>�X���żLV(��7K���d�뫢�� kVcl�5z��L����l,:���~o�����$G�K_��H����0�c��nt)��e��)��]C?�JK��+�+��R`��|�����J���P��Na �M}��O�mC�����t��!0��pr�c4�Y��i���� )����=�^eZ%��!0n�������tOd��:wt1o�3D�m_�����S-k�˲��e�����ؑ��ǖ}^M����ҽ��«CS`����~DuAs�=���ո�O����S5kΓ8<,q��\��o��ӹv| ��Ə1�#J�����e��G������Y������Rs� �o�9�GS����7=��}�N��N���#��5��E�ۣ�$���7?��߬��G�S��W�7 �1�k�PKS�.m� PK��RDDefinitions/resource-Vfw7c62b565620eComputeNodesHeatVpg-template.yml��Mo� ���+���(x��ǭj�����*{�<� a�����G�u��7��� //�.(hZ��Q;� }�E��R � 67�M#q�1B �c�N�5������fYY��%�T"��DʒV�2-O�I�V�<)h!y�d�*K�⬒�)�J�m)��c�.��B�S���s��\�~#r�Z �!�i�N���!.�]d�� �բg���D��07]� "^���� �ia��O2D*��1��+��m��Y���,O� �� ���� B��G����ȅy{���x<Ѝ;C}H�bp�j�:m�����*�1�Vv�,nuHm(�=r�o�GK��zر��_��Ԫl���ލ|�6�uq�{O�� 8�m~;t���@!���+�S����[fy(�̖Ҟ�m:���_��6[7���~������/PK�Ii��cPK��R/Definitions/resource-Globalnetwork-template.yml�TMo�0 ��W�� ��|�ͭC����m��0�L'�dI�d���?��M t�\�ǧG�׎�(�T(�V.*�::,�W!'2#1ڳLF�h4�г�y�U0+����j �|���(��lL��Ip>�����΋)ݪ��l6�M�I0N��`:�/� �g���b���q:� ��p _���\���'� :n��U�wh,:T���\�RogT} �Bp�'�w�i�V[����a���<�����P�ǯt���V�=�G�Vp�\?×��qO8U�s��U��n֗��ᡴ��Q�%2GiF�~O�pr�����<�����ԗ��-( ���TH���p�I ��){�J��w��Rz>�T��U;�������Ϫ�&l��E��P�R�׺]V��e�Qۡ��Pי �� kS������ ��$J�Κ=?Mo��m������0 UK��=l$m)���_���ЇĤ���z�����V�Vd�P��^mX��+�TԖ�9ϭEş�vΛ���zu�j��I�D����6 �=�V��0�U^7����k��g��ғܼ;�z��[�W��Q�z���μWh��{km����m�ۻ��ˇ��;eK��%���v9�Ì���&�䝠CZ�׺;�Q��Z�K��XYned����v�PK�9����PK��R,Definitions/resource-Novaserver-template.yml�WKs�6��W���@ղ4���+;�:�����N��K �(����w %ʖ+���T�B/���{�My�A.�pB+/�X�3矬(J q� ���I�g��� cB-�\����՘�9?OG�h4����|�D��"����!���l�'(���Y���a4� ��������GQz �i6���2+^����%�А��M�(�y� �Yƙ.�6l)�����B( ���=6U�6'afKHE. c��[�袬0�3`+!%K�U�f��s�Z݂;��e���"�� H���U��� ����&GS̊/B͑{����()�^� � �tk,]���1a�uF���T� ��G��ګm�flr��D (���&�[�À���<���w�̑a�~F�H�U�!c� ʙ*u�|���ʤ����ۛ�;��#׷����~�W����ϘyS ��w�N�@�qv|��Y�L�����zu!񑪖\�b b��'Bbl�t� ��e����zh��FW�\��<�Z��ɖְp�� z�\�g$g㵇��{��$a��^��2O{!* �?��Z+����J����b�_I�2������6&#�%�M�2ƳB���vMi͢;k�V�Ѥ����4���:��v��� �}.-��C0�[���Vp �ˎ0#a J���Z딺=D��GY%קWT��k�ν�^ �O�v�E�8�n\�8P ��[�;}U`W\��4�]�Ϋ�FX��e���U����{�u�v��G���0��b������f��W*V4�A}Hi�Z�6!c�)�BYǕ��v��+ۂ�d`񿁗��J��MWs�5��H���Ɩ51y|@V�f��믐Ս�ò�K�����_� �`�0pk_�i�'KS�����gH+�hR����zPt��0h�n���ao���'�c�a��1��%ޚP!ŕ����u�ү�XdG�_�w�#<��M��!���؃�b� -����U���I�����5�� _��?�R>[��6��{�1�7��c�.��������<��&zʿF��I䙗o�����[3�U�#vtP��V�˷ҋO;��f�~�� ��!69�M�5#ju�VxF�Mhq'(K�7�ng�������>���9��?���xb���[@���b��֗�}��I\e|�(¡�Óח����������Y �+�_�h���'Z&짉���0��eXh���-[r�>�a��U?�*l߰8vT��W�ؾ1�%�U��׸{u��+���q��FS�v���n�X��N �e���T�8PKj���PK��R.Definitions/resource-Extneutroncp-template.yml�VK��6��W�Դ+�����7����6�{ �"G6�TH�^���zX�nbMჅ���Ǚof�e4� %���&0?b�ʊ����h.�q2��(���B��P#�r���YL2��8��a������'����,��/p��L~y �Z)`^H�Z(GRj��]�JI�[�!�K&�-�V��b�(4b(�e�/�m��J�$䠜E��K�� �&&������S�� �_ 1�d����65�(��ۛ7L�6�ƃ!Q��>�dB�� �v�D����K�� k=�M��"�M���Ԁ�� kQ�l{��xetٷ�$���R�����6�JiW��Zu���_6io��*���鼈�F��6Q�.�˪�<�E��l��4#�0��ӏ,lb��F�]��x�l��j��Q��꽤+�SR�}˅���1i������:2�b�J ���F0H� ��V�Ø�Cd>#:�X�G"}�6 L؝ʗ���a�O��b��g�:G���]릷��9�aQa�!*)�{Ӕ�0;�$��o�KR;"�Q�ރ*(J�;d�U9!Q���.�l 9��j����΁h �Eu�i�h��j�P�o�`���-�?X�/�2�T|϶���oCe �-�ur��������}�9@���uxw��PL�A�8�g�PL��?�X�����rT�����8'����ۥ�����O��Զ+�Pj��:�@!) +�E�u�>>ܟgYu02f���\��B��4OR�uXHn����u3���m'lwU�Q}��?��ץ���A?��?�g�'�8��9g`}P2_�}Z���Z;�q����h�S�L�sȈc���X�_��?�:��B%HIY�BFgJ8��ý:m��p"~8�l�td��E1�pi:�X��w����S�$��;��/~�ޒ��1�G�{N[��V3��A��C2�|?.��?.fw�V��<�Z�~ȑ��}9XLǑ5�����c�F������X��{ۖil/*��E��a��T�s�{(��au�K|����PKT˸�J� PK��RDDefinitions/resource-Vfw7c62b565620eComputeNodesHeatVfw-template.yml��Ao�0���+|ۓ,�PnU�T=4�V�+̰�dld���X�.���̛�3~~&�����VG�lhf�5�k)�a4�\a0M�d�#t�>0�� ^�����j��>Ke�rY�� ��d�sQ�T�h�Šv�`ї��ʔ� �R�0畬�W��B,��kv�_K%O��B�RL��)bb]�!yA��ܿN���1��\d��A:�E�Ώ_���qi��D�8��W$B+�����?�!zP�t��M^�m�|�>�V`U.�2�E�eN��@�@�h�1K���wra���E�y<�Ɲ��>p�\���^�ps| �+;`���Zm(�=r�o�Gk�/zܱ��_����M�ʣ3Z���mX���=u'��b�����K�F iI?y�B ^%��l����fv���]�{7���~�ٺ����'�z����PK@#�?�cPK��R)Definitions/resource-Compute-template.yml�VKo�8��W���A��*��[�&ER��X#jd�CKRN�_�CIV���j�"�ԾP3g�y���qHs,�^��=ZG���F�*%�5(�.��L��<$3Ƅރ��f��*a��x�!ZBv�+~���"*�8�Ә��� �j�q|����ut��AD��h�^�EYvV��u�ي�&�Ҩ��H�9:nE���XZt��c�,�dƲ�������ȡ����.�U63W"���ч����&G� �d���F�����߁')yҭأ&�T¢j��*����AH�d����\1'��%�#3�8`�h��f/r���*�{.C�d�3���譬�7�(�m ��1����� e�"T����&��S�}]R>���5�[$�O�h'���G1%��>[q_�P.*��,�OD�؄�\�`| ���+�-��m9_��!_�� �#�+�!Y{�bF�i�w�,j �B[2*�$3�`^+I�в!� ;=�2!iƐ���Z�M��N�#�Hс��TcT+�ԥ�����A�A@k�[�C�@�C�ia3��6]c����W�F%#ح1����g1v��h�84�����lԗw�G�+kQ�Gs�El1Xo�/n6�Wo�z����vغNb�Z���ה��l�)�S����۶��t�d��m@B��v�9�-aH�C/���t��������( �'��M����_[Q����d:��HR2c�����7!7D�fVo�j�Q��|�f^dUs4�=h�vb�5[�j��X;b�SM4�:�ͽ�$V;㦴����d�?����z�3��s?�AF���Z�J����8��G]sO��/���nU����D�Č�pRS�����S�XT?�oF;�΄������_Ў�φ/��vĤ�(S獅� ?Ģ�>����P�~ �:~�]����N�6�� ���� PK�Q'�� PK��R&Definitions/resource-Port-template.yml�SMo�0 ��W���� q�f�mm�a��E��AYt*T���K����{Ua-���l�:4{Jy?��]���uܺwn5{%� �$�wԂ�Z�j�U�@(#�Ĺ�Ͳ�92 Z �E��^���� ;�̱�����x��Ph�<�O�9^�a���k����X�ŕ>h�N�-�PK �\ePK��RDDefinitions/resource-Vfw7c62b565620eComputeNodesHeatVsn-template.yml��O��0�����d��{�Z��{h����=d-��lC�o߁�m�Uۛy�󌟟�.(h5vƚh� �>Тaq-3�=�7�6m�À4Dh�;�7`����O CY�X�g.d&�( �%t5׹`��/�>SS�3��nh���a�u3$?��O����{�PK$x���cPK��R=Definitions/resource-Vfw7c62b565620eNodesVfwcvfc-template.yml�˒���>_��cTAQ/�o��{"f{;��_�e����� H ���ulm��4(S�T*ʔH����Ka�`��&��EӘ8���Ĵe^�qtf[�O�ק(�F��gE�Q�㭷�=.���z�aJb;�%����=^�)��g�L ��v���wz�ԝS��)x 8�d�t|�Cf����u��׻肿�V)3}�d���D6�>�H��x�x�0���ޑsG�=4�{*�=���_wb��wA��� ��� ��) ��I���"x�d��ik%:<[ק��&K��y�@^�sx���8��S�_���5Эl��㐤�Q����j��O��AL�{�c�!�ϤxH�4~���� ŇEtmIgQj�E���s��]��$��0&����T'�9�~�lՕ�D�'���Q!��љ� �~xhO�p��ر�^2�\���� ��ӆNt\%Q�;���z�y8H3����;�kD�Gz��QHhևu��4��y���D�e%���]�����1_���Ks��6=��uʥ�?�p�)%RĂ̠zeA�_|��<�SC���R?iAz5�)�C������LB�tJ�����׬��9-.Ƣ�<-���kՕx��]�ȶ�Z���L�e��˥����A6K��d�E+Gߠ5Y-��=2]w뮷�ӫ�sN�����E�9��w{�^��l�z�ڣ�H�{c���ޔ�e�̵�#��+�7����������O�ev�>�e�9�K��@��k�� �_%��� �u�+`�LK!����������k�Jk��&hTֳ�GW_ Z6K[�6�N$��R b[��������{+�J��7��UM��.�8*�`�+���I-{�������ɦ�� mh�ҷ��Ul��5��6PT�Əv����w�<�2�:| ��:�Q�8@z��#����jm ���TqG��t��{h{>5���P��x�LE� ��dԝ���Aq�(��Oc�Zmf�H���\.��`]�ko� ���o��z�v��5 X��`�ԍ�$ >��v�:3��8a�I��((���`�᷺���!��k���-3�=���ٟS; rO�lb���# sNg)f8�~G4ۯS:�sʾ���7�X4�K}xXW�)���}�,��6i�l��5� ���FkoC�~�w��=gm`�\��F��i���7���L���w���ٛ��rz9Q�i,�شM�D�(�h�qL��6}�7�޳墜Z=/?��LN�3j�4��<��Ƣ`���|�$���pS�����ZQD���-�0K��'�� �nd�H���lP7\�3D^J�FcB0�M���TҘSe*��I�3�-�qa�\ �O�ה��'�d�"�Gpjœ�C9�l�ZL�_��z�;K����9#�ii� u���L����ɐ!q׼�`!�L��Mg�1�}a�:9kڑjy��'.�x΢y@Gf'%e%���v���nQ�V�ޚ+�1��٬mb�(m���Y�t����aLV�ܚ�s�� �(�5 �� }���zmo��Xbd膳_���� �@I��(?���R0 ���@P�凕��Q"Վ2�?�ͼ��cͼF�P�T����¤�g�� ,<{p��Hz�H R:b!�s��G������O�T�aK���z�wO#/}�1)j�-��0���F����'�������n?�U"�������k�uo����^WrM���T-��zw��]{j�(�N��/�}�~�cA_94n�)U��V� (���0RyX�8k�5�<��X��95�uH�J�PAS����IR3�4 qq��{N^�?�� G���Y��K#3��1�b���vs~�)����Ͷ�e�f{�� Eg" d;�[Q�3d��5G�нJ������D��̺�sdx��u�V��FL��+����i�~����t������ˀV���E?J�r�.gB�  �5~t!ZB�F�殱Г�4x����Ԗ�K�q�e��ẏE�E>�+i�W��鬆 X�JG[,����k��9�Cu��C|G�z����J�-�e�~�;�K��YUG]�����D&{���Z���ą���yu�����r���ێ;d���vq��xx���.�3��Z�꒧N*)�4ӭp�W%A�r��'>ؗ�v��RM�|���^��f�%Oݔ��e����|Yo�C�%�)��rwOT�|H�[�&�@���r�ؤ��}�@(~n���/��S��2�S3M�wN���Z�'��V�fJ2�ۓ�Ev�J�@�J�� -�7s6,��/ �J�9�y�J���(�4�0���"z�u��l#��'��AR��-���?� ����VE��yt�^�&qK�vMU4 ��V�4�Žۃ �O(���o�|;/}�^����H��R=�n�=͑G�.ܖ�4��ñ��%�U/���墸+��w��<"��+�R׆�M,W�Md��0�g�G=���xQ��i|2�З�(����X ? 9F ���[����(�1�m]��S���JO�$'9x�ɻ�4�ز�rK�� xm�諼�b�T����\]���b˗#=��(�O=r`�@�`�G}�'g@�go�Q�|[��Mر���lfR<�Z:r~\�,a�"�Q�U���KO�5��jO�Q2n�3Y2�E ��B�^A�_w�3�;�d0�h�w{8n`3��� 6 �1�����fP�-�i�-���^���v*�:"������=T� ��/f��].�I��ŋ.��� m���~�3���v��?t6�W���'Q4]���I=9��R�Bw�Q?N��ͬ��d�o�X���PKf/�Ν��PK��RGDefinitions/resource-Vfw7c62b565620eNodesVfwcvfc-template-interface.yml�]_o�8�O���= ���sR�2�)�Nf4�����`�}��M'}����Omh:�=�3�T��yj��^B���8�ON8�)<�u3���np���W�3�A�#�? �Kn� k�Mѝ �(��/p�s"wAS��o�h٨&��Њ�R<�`�\B�&�*0EaP����' �8��EuY�j�W=���/F���)S�W�h03, �J�0�A��X��T�[�rf�^��D��dR=x8=ھn��6 �m7*���� "9&/092��IJ�, �%g�Wl�_wY�8����`�0��+F������K�EI#�o\����~����'���Ur0-�X �2�;I�zb"cId���?4���'� �fW��;,~I�σ��� 8�,��M ��$��Q��A�_��!�)x�,�*���x�A���cG �D'�|��&�����|�#�`�)zօD4�\u��zf����G�t���bB#ﮢuIJ� �Hvf��e���zIŠ�e���F� a� �m��1�������\����@�;~��~� �(�60cB�(�D��aQAc�ι�πk+psщP��:p,O��+���@i)�O��‚[����RGe��3����5b��N����BG�� �z��n�:a��Ԇ�7�"��:��)�w��$^pfh�r�6ߘ��j�f"no����t�c�| �p������yU@<. 7(�׻\5�8�a;�9��&_ͼ��;E�ӤTT/7Dx�lV��󪼜���%)�Ey��f|�w�d�'Mv��3EӼl Ȏ��sZN;#�c�i�$#Ǚ7�|�x�0�X"E�|q����<��R\��<����� K�+������i[��~�.'��I��w�+��G ��\n�&9t����U��a��0 �!Q��p�z+쥌�@P^.Td����,����vn�w������o���s�n�DA�?_���ِ���߇��Z�-�[� �к���s/l�!WŁ'Y%"��۟��u/%pv���ޢo��J�Y.�L�ځFj�  ��Y�ք��Iq���υ�O���8����Hu��@��4���(���q�R�]�Toe�>�]�|�2�5�v��|ؙ}��1P�c��s<��=GNì�w>�[M��7�g>��S�h�� ^��j�;��^n.��l=�Ho��'�Q� DJ8g��V9x'�ᆯ�����N�k�g�Z�������Tk�޳�rP���w�|����}Z�%��z���?�Q4�?���j"Z���C5�(,x��lèzun�� �A��,����J�#a|j٥5\ryJ���|.�|�8o��y�����.�^��ۣa�+L17b.0z=���6���D�PQ���D�S��\��7׷�dM���۟/r[yKg�l\��r k ��a�2�#j�9X��`Ƿ��0���SUgw��`��:�uE��{�-�V=*:vA���O����RE~,�����:���7$��$Ϊ��j�Z���I�aT��� ����ʶ�5{<�C�����~0���D�M�Uݚm���9ߨq&'�m~��n��3��.o� �OV`�rjC�J��ԼU��L3[��N�|h�~^,DI ��T���Ë����'`��`� �����PK�ا.� �PK��R-Definitions/resource-Neutronport-template.yml�WKs7 ��W����,�u��b9�$��ؾt:;X+q�%7$W�&��^���Jv#i��A�#���qR����K�]�A�h1a>n9Y� �-*=O�� � ���1�7`%h?�M�/#����j0��l0�/qp}}-r>���X\ѩZ2>��8^��������bx5]\e�� A� ��V��4֓L��V�>����E��;L�����~��<� ��ѱ �#�f7�(+� � ����/L[��d~[�K�OXL�͒��ί��Nد��JN2WeO��̭�"��}�e*���0v�>.�K��]���϶?�Bp��<�ߣ^<��`�EUdH�^�:��P@��l@�)(!%��R��(H���͐�x��B6�JȤ����卪E�&kY���l4�+k�]�Z�l�FI�粕5*���ݾVO�e��ƮSR�8�9iC��2���F����E�Ȭ$P�v!(�inM19h���P��#'c�%`�)i$!�C^Yr���L�h7[>g��t'��N�� ��g_ ��7f�af4�G�\�3d�k%-9d9(�g�����g8��R�^�1���|�LN���x�j\��=��]� 5�t��7���6D�����K�R�8BP� H��Q)��˘�B�fLd�0�y=_����Z�TI "dTW�u���b��v�:���`��v9�u��™ֈ��1�I-(̓���ϟ�������1��"����S�t ����9��<`���������v��(�R�u�6�?�{�z� �������N���!|�S���Oz�rC�R=�������*�k�C9��Չ&7�Z� PKY��YPK��R,Definitions/resource-Globalport-template.yml�WKo�8��W��� !��<|�&���kd�\ ��F2Q�Ԓ����R�X��HԀ�C��<��8�� "����K��(�Sbܑ�Y�B��Y���Q�F���!\���T�����)9���0�����ɘ�z��󘞇1���1Z�ʓ��.���o2 �wFco|�):���]����L�� i��ʠ(�ύK�r�ф�ĩ�T&�����7K�I�N*.�hNC�b��}�f�9�Z�'���(�P����Bme6 * ��D$Ք|���㽅�x��R�Ì�����7tne��B@o>!옾�yD���x��8���R<���5���:���U��P�*H�����=��A��(Y��JIu�˔�g!kY�B������ꈝ�-6h*�*�e��a2��B��~ ��$�7�r��a'W��YE��J�-�EH�0U�"�7&�[p��\�k�\�F�ˆG��ctEn��K"f %�˟�8�rU���:�l m#ױ��6�jP���:Q+��0P[���+˶r,���㗞��e��D�\"��[����v�Q�Bp �"5]h�2��0A�s����p����-e�������Q��DZj���ݼ>. ��2���H�M � u�bg�<&�N!:dIW�n�U�䦎�#E��j��G���q���8��ڤ���]�;���R*^k��Wu��������R���+-ɼ�$_P���UTA똳ȁ����T�-�!L���3 �1q;�[�l��&+M�#㌰Òq�ϟ�g���Q����M*|��gl�kj8�{��l�%����"X`\hC���'`���Cmj��\X}.�-��}�}{��g�ob�]��+� x*����fn�q���D��@W٭s��&�$s�Vۈ�-��}�6�=�M��X�=G�:��Ȩ��0�������u#[Q|��r����w���4ߛ[��.�����[�� Rz�lR�_�j3�� �q}]V�%;�r�=����I��;\�(r� 9� �+���ȱ'�#���}[��{m��'oҍ�y���{0����x��D>��wX�Z���j�5���=�05�kc޻�q�7��o�_��PK�yi�PK��R=Definitions/resource-Vfw7c62b565620eNodesVpgcvfc-template.yml�ێ۸�=_���}�a��yKg3���`�L��Ey�Ȓ+���~}u%%R"e;I�z�EF�����s�,N v<�Q�q�:'����+�_���R��C�v�7{�ag��e� '���_?�vc�k�l�t��d:G ��^z[��g��o=b�[�*�|{��[���b��f����h��٫%�%08�{zc���i��j�.WK��M)�b����aw{��8��$�!�9���/de���3ά ��)�,�ZM3�W�.���;@��ا�[�����������F4 ���6�߹i�`����1!�F^��Xۥ����-��� �Fx�YuF>Ґ�h��'ӷ�ן�����w)�|�� ,D�d���O,e+`Y~�B��^��as���{�� BXnq�����Z���‹r�.����I���i����Cp�Y���=��*�QF*2_B?��+`{�@�;� 3 :�ݠhӾ��,��X)��=[�[��a��P��x݋A ��՚����aX!�g�3&B������p ?%����?�<�\`�:�_ȫ��#�r>J<}n`�KV.�����,*�� �}����a&Bf1�J�{u����FKSaJ���9q��! N0�ɟN��f��䛓�a9��݁ �]�(��9 ���'G�?L��-N3'�� \}��C��v�$��B aÌ�ȸ1P�Q���Ô����9���%��SvJ�=���Wd� ��s�,�H^��<�=� +�8�M�8{�;�ډNJ�M>9�F<�(.�+�j�O��g{j�|FΎ�1̸+�wWI%���F�EZ�VĿ�-�i��!>ʼn�Gs#��q�x�W�P3ǽ��n���� �X��h�����4 v�D�d\���!c4��٫�g �`��i\�IBk�逗��XIy��9��X��c���ho�G�������X��=�@�P �h��|�A*f�K� �Pe v q��<���� ~�a��8 ���d���,x�t���Ï �gD�_�Y~������v�;`�g��� �T�s�Ͽ >�,6�s��,���NW\׏�����S&���#��xz5���[��JS��� ��!�r$V�[�s�Z|�Pe���G>Y�9��xN����6%�~�>� �SV�����*Z�����hne�ƿ���'�i� ��ȴ�/�He5��T�h�P$b�G����i*�"�^a�Ŧ���߿~��[��vT_k��pV��w�в�ɁU�R�!n��?>~t>�|z�����7*G0*����:�aYu;�V�95���O����w��E�3c�@w��?�WE\�>zA� �%��ء�[�"Rzx�8��$ ��#�D��a/I',Ѧ)��R�`��C�(�)�Q�˓ >�=-��a����k,��a;���V��Z���V�M�2��jedz*�i6͑�'��x����y��ь/PO�,�#���E(0 �9f��M��Cq1lI����!�<�(��v�5�\5p҅��P�Khְ�^B�{\���A�$���x4d1=���u)���`"�g�Nth���p�T/��}Y� �e8�D�5+RD�@\"h�r�Y����*�e�/���eaFq��M kX����2��ʘ�ҎL� <��E��V%�cuX'8+���I��i^�������9�G"թT��þ{S���q�jF�ݮ�bK]��m�[y�'��m޺�-��\�X.|�����m��t=����r1oj���"/�x� Zn@�^�����^M�KwF�k���q_�5 Ɵ =�Ȍ�<,l��._�:������4�I��,�Hid���Y8��2v��Yu�h���>n���h��J�ͻ��W���b�Q@7���Y��t��A���� :�jL�*������N�ݰ��v����G �+7-��6�JJ�o�1Zc�*��|�X��)5zeIX/Oa� U���v�fFU���u92,��Uի1�S`�A�4 ��:=���nr5��ꋲ� 촛q��U "��Qt���=M���G}H�Y��z�I��HQ;2oA}m��/ϫ|3+ᵳc�UD�jD�qls��y�/a��g&�����@1��v��P*�q���{m�5!�(�*jY*�>��11�8��)Ȕ_�32웥��\�Z��"���5�:�(.���/D1;.��|���5�7Fc;�ѩ{%��'�g��� �ԓs*�Y��@Yh�L�UT�"��A��P�VVV.����b��3X���7��g�j)u���5� ���fs3;Q4�tI�'�":�k�x2��C77:��4 2�O�a�F)���E���$��~��޻3��]�#U����9���[���Jr22�+��>S��ΖHg/$�u׫��6�{�������H1[ɓ�U����۲TMY"�����^y`���y `���9����{�4է��D���^�h�Щ��V����n���=]�e9U�'I���nݑ�S�MG�IGw��w��>nȻu�|J��=b�#�X\U��F�cOc����������D���v��v�{v���aC�� E�;����6��n ֯�˻& +��d���]��{VyJ�m�H�q�QUڜ}��ݫ5�.�eSt��� ��� w�"�>�8��������ߩ�[U~�� �|G�t�NV�?�����T��T��F�>�띋��e@�.��6{��Ѣcn�����I��һ�clǟ���xUˑA��t\q�'j�0Ͱ���'�( O%:��L��hWr����Nz�%�,f�a���]q��1�?��O͇��eF���l�3L���o\�_��T]�2Vtg�zIG�Pn���6�~j�-ߺ���*�\���й����PKj1Y���kPK��RGDefinitions/resource-Vfw7c62b565620eNodesVpgcvfc-template-interface.yml�]_o�8�O���{�����4�6i���eqh��y�HI��}�R�MI�-'�L�2OE�3�������(��eTQ�d�&B�H�G�fyJ� ���:�� ��Bɛ��E�� ���oASrSě,��s����� ��z�Q�f4�N�U�� )2��hި�xPU^ ^4k�%�㜧���˪*�1�J�v-��TԃM�#�b�0�y�ǂH^L���O�����~��ˇ�W�24�J �v?J٭�e���&�d!xv�G�����i� �+v��PY��P��@)��ҫ�����Dpf� ���n"�O�r[(� *��! R�g 4�T eR!���R�9[�e!�;€5T��A��nƁ��-P*I{4���`0\E�a�lU2”l�-�R�YA;�I$^� ����j�">�$ɿ[��}E��\7t�8a(������f��� �^�&.� ��4�:�X��`#��X�[��,Y�hͅ��Uh*~.��@�$b`.c3.K ���@����b�VJ�dN����ܦ\,K� A�&���S���k�%�XS ��YS�s��q�-���%Y��ZW�� ~��럭B��SyB��F�(C ����(�\�bY�|BU�m2~���l�k�vը��_�`�4CK�v#�3���8� �Ts�Ɖ����D���5kf*E3$�<��^6��l �S~h�]��*AkDS��1�����]J]�����< �c��Ot�d�E��Ƞ�+1�r��(?ANu����� q�\�8���P�p����lR�dۑ���L�F7TZ�;���q���9�)��9�O��� ���ݼtO�)��fw�V� �0*�cA�<�m��vY�O�U{?���)��}¹5�e~�VH�(qZ@��D��Ȏ���(�a˪���,��(�*�� ��[��8���1�b�4��.��~������~��-���Γr��Z���������k& �$ܨ��\G|;�F��KI�>#�k���?~_U�;��M���g�~��gT��1x�qcG@�4��iR�ըJœ�f�"�`in�5 A�N����D�@8~3<�kw�Jl"��I��k��n;�oz��v(�Ѿ� PQ�r\��W0�+�I�cW@�ܘ� f����_�����|^+7�x�ZK�}��M��F��"�� ��1����`M�^� X�I���1F�R�tֱ���������4�Zp�酛Wa�?פ��l �T�`�S�l[��� ��� � 0 ��@שC ߧ5�`��أ�-�.�yX��)j����B�:���wTSw����x��c9��D�U�9}��@��=x���Ia�Tj8�:�G����zOsdt�[�{����=AՍ��!̙��O���n���Z �N�$��P�+�B�C��-�������SK[ۥq$$_���ƒ�/�#�릔=Ƅ�%�z>���<�O���۰r�S�!���/^VFo��O��9�[ed���I��'~�\�؀������y�+�f*�4�1bV�]��օ�8S��bi�~�o���� �wrP�̾d٣�"Kp^���ۯ�i ��&�rFNt��"����Ļ4�M��i�{� �2�9Dw[q �d����A��G�_8�y��Oح k@�丨?��xp;�~UY��N��ΫAw���v���M��_�)@s(�������YA�h�0�+��h=�>�m\lµ�`��c�8�.� ��zN5�^��}��ߎw���e��cȡ�a���M�����@JH '@�儀�T��1��R��}~)�`�#b��l�B>7p����~���(��|����k�Џۦ��؉{�H��t,Ƀ�mBv��td�W�q s�ɡ`�����s�Z��$�� ΗTL� �r� p1ξ��1x�m��JFڏ�X���m�n'r�w�q��`�k�?MBx�HE��&�0��gE�k�{�П��&o%�&B�0S=H ��zR�|��H�Z�� �&�|������@� �Ή�ۇ�82SK�c, ٨'<����·�r�:���6Na}���;`�>�QqT���Hr�Á43����G~�|�I͋���u5�LƟ���W��_g$�=��0��� H���7`���xxLvS�;w�lr��~8�4���:G����qŭ������c��,i=��PK�=]� ��PK��RDefinitions/data.yml�}ks�F��w� FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$ $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X� ���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W ��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gV X'�u ,VDT�� U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����> z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z! MKs�C��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�t���+���>(�#�e�����*�� ?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G �`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:��� �wm�o�O��ܭ�[FdZ)���Ғh���Iq ����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[ X4�,x���ZE�퐞�q ��$$����(I�#�B���O `�,�ܷ�j� ���r��e��ӚR_H�` ��z�:����Y�N ZCns7 ��a��S��-��=E�2��T_��FA�Eևx ޭ�ަΆ�& �2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}�� ����q��DF:^��M����VY�Od�����ב݇ =T� ��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���I lcж1�-�V ��jT,�P7L� O�#���c&�@I&��tr��X `Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z) O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U ��v���X��[�wۢ�%��O��(���{�^ b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h ���{�je����c �%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#��� ��Z�g�i,�<�)������ᅴ�� �Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0 �>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6 Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o �����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[� ��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So� X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ�� ���c� ~2y��!]V�{���60#t�R���� �l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_ e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�& �Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3 aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r ���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ� �]��s��.ꤥS�7���sx� �5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D" Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q� 8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#� �Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O� D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯} �X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/������� '�� �6'C�Ֆ玱������U��� �p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj� ��O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5} ����� �kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0 �(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp ����{�J=�.���.�?� ����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД �RY�_# Cz��%aT��' �(���U�����Q�X˛e��h��X?/�ϋ��b� 6���0���jq���V�5Ѡ�@�WJ ��ċ����`��Tr3�Z�a�\1s� ^V�x�% ���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��| UJ���mj�c\�#���:}i����i�~�zh� �G�����e��O���U� ZM�m���Δ��x^��75�EFtf���$&Jd ���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID� %��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me! 4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>�� &�y��ޤXg�Z����]�� ����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0 ��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i�� )���_��/ڸ��2i�w���q��g�P8 �)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7�� Dm/�;�}R(qܥƕA��~ ��%9\�� r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw �z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x ��+$�w���ñ˟K e�jn?�S�V� ��y�ap����= ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq�� �%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F �x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2�� o�De��\��B�\������2-�����Prh �τ��R�j�����X1m� ��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e ���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{ "&z/��r����\���i>��'�)[*Y�- �/c #��� o5��7>�L3f��� -T��6284����=���3= ���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`���� J�W� ,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7� ��a-�W 9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ��� ���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J����� �1� LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#' �B�����q~ ����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{ x���U�E{�խ��4�@� �}�%.�L��i�%�Bӛ��s�b"�~�H] ��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A�� ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I �y� �G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ� �����LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D� �X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_} $N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y���� ���`�W�� 8" �f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�] � �\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG� ���z���$�( F$��2Q+��33S<��� ,�z�]�h � ���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����* ����%Vi��J+'r��X�V���w{�T%ZU�c ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X���� >5�Pm���m.� �)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b \�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I� ��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�! ��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*� �p��NJ��u���zg|�����p��s ��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[ �D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG ��Q9 �[қL�@��ٗ���j�+C����Ί ��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ ���Ome�Q�F۽ v2��L��x���HKWi9^c��8"�ld�c� �Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n� m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x� Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5 �^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F ����UU��ط�����].�ՄS�rȆ<�>U���i G��^u�`�.���q�I� ��u�6����_eFA�J^�9O�q� \/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�: �[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB�� ��%����7oa�ף�HvҜй�I�7Y�2`��mO� <�_�?�s��Lő�H ��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+ �F����Z��V���M �O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM 2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù� hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ �y W��� �@I�_�-��6ZȘ���!~�� �AV6�oC7aZ:Lᜬ`��ߐE bL%����hF� �L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM ˫k(8�TӨ��B�p��v��p ,��� �k(ܻ�Al�j��V����C���z>�6E� ���}����������E��e{��-d�f%��<� �V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;� DE�&�������$~��Թ �*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.� �E!�����- J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5� [�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{ ���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_ k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ ����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7 �_A�/)_��-+ ��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x�� 預 o3������:�>��r _WW����t �Wp|9:^/G�� �o��ptrH�"3x[Y�O %�s�q@a" Wa& ��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!� b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*�� i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�% �V�¤=GLjf��P#3��`��'���nZ_M�2��m��� �q�EVHlu���s�́H�� )%F!����.�坻,�r!���Y�g�� �F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^���� ��A4�#�}n+ySc �pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX��� npŷO�� �ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�) Bˆ� !-��H��Q7���@���[ ���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{� O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y] �(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|�� %ɛ�+� ����sU��ΉT��� aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u �1�eέ%�-����j��!���)Q�Б��� <5� 9:!VenJ .��Έa�m5�����/*�q�� n��O���� ��mp����w���O����-���\|��� >^ïw��;�up}yB8� ��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S� .s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�] ��]�/����$�}�]��y �ծ�"Z���n� �'Z�ۗ��ѩ�&4/�� Hk����������'?'�M�h���4�i�D%˂�q��$���v �������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r� �V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��l n���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1� �^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6� L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6� �vp�g��� ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU��� >A. �5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v���� �� ��U ��}Z�W嚚�Y�� �J�����`�����T3H�������m���;��=��;�= e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+, A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|�� nk�^61�c~���LLo��ѿl�2=C�[� g�*��|Ab"���"SR���æVx�� ګ�!��RV�i�_������JK�K b@OU�Shb�J� e�@�j���+E�V��\/ r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY� Pv�@ȍ�`� J -���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3��� �iȶ(g���A8h�M�"��&"b �S�'�W�� �rN���7�T&�7j�*q:4hc�� )2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�# ;:�C�H�B !6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E �a�0�!O�th�US�R&2y:�PASW��"�Obh���'�� ��P�.��څF� vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d= ���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat� �a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9� ���7~F�&�m��Ȭ� �3W�z�E�?$W�&�;C���|�# 靈fX �Wb�N�� ˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n��� �7m�8o�oY���@ }mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@ @PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQm r.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6 �'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L� ^%.��#Ǜ���4 _bQQ�����iڇL!���k���<��q�W�TȘ�]����Y -I��&5�4��H�>�M�J ��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[���� ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج� ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?� ������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{! J�0s�� ���1o��*���Z8��;i ^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��] WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv��� ^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^� +�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@ �3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U�� ��(�p����8��G���Q��> 7"d���@{��o�^�Ui;X��x;�� "i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+ ��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X {j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,��� 11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������ �LP�Q��>v<ס{�Q�[ �;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�. ��SvDI�m�'��:�%O��ӛ�Цթ��� �zv,�_�y��w�Fk�{�j�� {[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/�� ��/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o l�2@_��ʺOȖ�䓲�������y �)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:��� ��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W ���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s����� ���W���ہ���  頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t� n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*�� �d1c��r� S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L ���e*�F2OŚsK�"�0g&��8��6, �B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u( xԦ���Fޥ�G{��) ��}&�+���ᵟ���>�)uH]<��VR��;�|���a�? �^˧�[�J�E]���� l/2��B]T Q pC��R�7#� yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��& �u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E������ �_���P���vD�ͮ:��(�� ��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л, ��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č�� O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw� m��_��"77O���n��h�M=e����%R??�M3 �sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?��� /�B�G��e���9����\�ƅ �,1l���f�t�{v��\-����PK 2ea� PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L ���>�ﲮwC �@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a �:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�� ���<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#� P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$ -Oh�bMd 1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�# �Jc�P�Js}0z�� A�� �_p� �wJ�c��\�E��?4�e&��e yX5��t� ;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? �� �0:��,���WS � 7����1ź�)���ܬ�er��&� �)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=> [N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r �3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$ j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^ �M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R�� ���o��r���f q����{�ўRP2q�L`��H���c�rwiqh"��8�� ���Ω�"8*;���Za!�Z�TkuA� �.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��, YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u ����M�2y�<g�� �|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3��� _�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ� ~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W �K $J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G� ��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufh h�w#4պ�+�gK���-( l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n �[��<���o����l>F0��|�)\��}z���;��>��V�� ��I�t�ĉ!���"d �"�꒫ [!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�, vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�� ���i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f� <��R�㺪���ȑ �����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T� �:���|O�u5E���/{ Ԃ���� E-�̍}q�\.��.��v������[�e[� �>M?̀�G*�J巊$��� Vaa��.�r��3)؟�p�F�������}�~M�"���1Y҂N��~�Y��_��w��tF0d ?�qdЦ��eS�Ô��e��4�� ����ɗ(��IF�!� w��[e����6I �$͒4�ޅ�<�3�?�0�g#�oa��{�g@+2 p�U�c�V�%��cK�����"�h� �p٘�������A�0 ��ɊF��3�i���bX�;- �7A\�����l\�>bTb=��0-�ܯrs7=%3hF�a\B��$�:��_4�?�b���/�,\l� dNv=��b�in��,/`�:Z�P����f�^|�~Qv1'����A� b_�T��w����-tͧ��l��3@~�}��f�h�Q�����������VY�����f���(GA�D�*��~Ld�a�A q�{i�F�@�$JC8��/IV��R�"z!����{ ��q��a ;�E{���A� ��<�pD�0/��HVI�ڈQ���u9 �փ� ��d|q8��B����ͰeJi�?%�=�C�fǿ*h����:� �S4M����Oͣt�����(��Kq�L7�!_5v��J($���4�]�QV�j���N�!�˒�(Roþv��V�a^o��c� �<�{��6�jhx���YX���-�q��4tZ��-L��� A��x�"z=8?��q�Q� `�V�2X�m��R��U����ݪ̐I;jo��^bx�aS#P�`aI��A�tws|{~q|vz:2� �}zv��;�M���� ��Dպ�D��qAY�O����'SW�S+�Z� ����7A��|L�N�g��n�O-���yxC N��\��E�p�V:Z*yz�Z�;mG�H��'H�ކ>{���o?'�����Q���ۉ� �΃4z0���6�C�>l~�h��4��;���v �����dr%�iO4���_C�y �A= �o���&����K�1L K��|$�GB��"�| -��b��D�"���|��-XZ���/��Ͼ4����_�5 �.�klӰ���U�t*)[0���b���+�L; �>tC��(��Y��� �D�V� ��tX3�m$|�-\��D����������"a&L�g�[�Fv'�q�1���A�0��C�6e�Nf��KbA� Үڅ�WZ⫝j��ܐKz |Z��آ����8���N����O3�m�n ?�K�2�լ��V�ջ�d�0m����v Yev�h�kʁ6�����6�qf3�i��/�9�ţ�@-H*^�g[2DC�eS9�g��[�w�+s��ɇaB���J��\��� ~K9[�2��爄�`B�a�'����Ǐ�6PY�i�`�:��tw�c�l��H��zq�悌|���B��_A@��AO:�<�@y�uc���!�d l?h�q�� �? =�E�Ӏ8��\�+��߸�X��������ʭ�5�� HDAǀ���� �Nȿ29S(V��'0@�L1Q�3ف �����.�~yv&�OR�� �Ţ���p�_����s��oW7_N�l��I�iV���D�B�a)��6M~����!��Q��˳�����eϧu�e���b��_��0^P���L\0 �Ë?��!���S;�Cd`Gb/J4�Ac��rY칟(C���(��q%���p���G���t+ ʳm���K�4�Y��d�N�-)w�]��Y�M�,X�-PI��AX�R63�ġ;s��]t�|� ��{�U��&��#!�V�Be���Za��1v�ц��{0�a#��b:��^� l�&� �Hw[�Nɥ@[R�}���q�Zr'�_�`��o�L�Ov(9Z�擋��,(�(��J-9s�N�Z�<�"�A�d�E/ �y���z��+����)V׵���pu:�S�c萻��Q�L�ר�]Dt�d��:�h�i��n�c�϶��%�h;��8�e�2��i�( >f�£uw6%S�}��v�>X�<�D�*�~:o�з�d(�V̘.�p� /z$��ܗQ�>"� V���R��y�����`�8!A�>�`2�ym�����-�'���� �ڸ��44sK}�,EY�v�u�=�C�����O�IlRTL�wjS�\y��J�U��\��Mf����iy�)��td�4��!��om0�A�@[�.L_km�i����&[��\S_� ���1&/�@�4I���&Z3h)�v�� �SrԮR�.��R��-�h��p`� �)�,9� `�� �A. &A�R���[i�N��*��7�a�N��B�wl�",��!�Is����� �ͤt&�O�� !0��.a_��]�m�!G��fUns�Ρ �=�L���;�^�)OX�W��*������}��s#Ѝb�x��.ܸ�,q�JQe��Y g84WL�p�Dc=c��λŔ��-�����P\����`�'PW������&P�HǴx���B$��P�GW;�+i� �@�^i�@�Lv�58��m ��C�U,r�i0�)��1d]���m��^'O�4��Uռ$�7��d�UHz�� ��<�]�����?+��Lq'dz������,���n��D�RZ-�^������VL�y툾�8r/ő������f�Du����);h��,�)Jb��:cUq��kˊ�����^�8!�NA��rrG��2-�1hŦ� �p����2<��|k҅Q�9�j��Ԑ�-.�f|���*�Lp����1h����k@�UD ��Ρ`�����˜�G����� ۳�m�J�/������� ��2U0b��,�� ��]yT��e�� S4� �U|�J�o ���{r�Q4mt,3��ۋs���I�t�l�K��V�vδrYm+���ue&B�˼�$�:KDŽL�� o�!K�5��! �@��B3��;J������c�^>�J�h9@x�˄����C���J��A ����8�� �Ib�L�a#vl������H���x���' QH�'��܎� ����+�.�y>�=�,d;���������抺�9����Ր��[�l� ���`pm�֠���pETqo���6 ������tl�M����7F�0֧�<� ��]�:�� ֩!���vC��� '��%��z ���^���+^lb�o�i�w\?���_�a��(Y��@D�siԟ�YR����w�o��t"YF���O{��6)k��F+��C��{'���r*�Y>�[�ľ�J�|L0l\M=\3��%%j��k#�pv9��4d�R��dna!-c��=�O#&���U#�J�Q^��`������� ��B|39ǵ��a�o|K4������f��.�*p�م���bL�<�l%�RԬ�`�c����=�����앴�P^#cD���2�a�/�, ^5�|X�xD>��#2�L�H�a���^����g�r�ܓ÷\WA�4�4U� L�h��#�����)A6�6�q��#ΎBӒ��8r��� 2�S��W�!���;�9Qa����8�����Xu�c�ۂ�3�^k��&��+a��c ��|�$+�d┘�P@�ˣ��A�ի@/�/-�aJ7L}��������� 8J�R����X#Q�����+@�v� ���wo��/����k/�}��j5eث��:0�G�B8~�~����n� �fFY�p�*�� �b���P��?W�'�Ub������6nP9�"qH�df(;�b�����*U�ugR8o��9��W8�_��y8�X��U�����AZ8Q�ѿ�>3���*�E!�y����ZW+󍴀x Z~���ϒ��CF.Ϥ��W\ ��`v���h��g��W�P�<�,SB�`+)���U����ˆq��kn��� ,��� ����œ�0z��û�d�Y���hi��@˦Y͈�Ѡ�V51��:�����R=�e�;��B���Ia_*�,_�g��ud�0�3�D���$9��`a��ڄ3I�6\�d��z���$T�+�3<��}��<�>l��;*�)�淩&��)������鏕����v̨�Y�Dj/��6�x:����\@�F���8��UϢs�X�g��)�@Q�*� o �@~� qۘg'^�PǗO#�c� �9<���߾H�0�K/��}��Ι�8�;���>�؇P���4Yz��^��j�uuD������f΂� �� �u�Ɂ�v Bq�u<�e�v"ۓo��X�3�S�@��BL&��A��7 �@XM�Y�8���B�DS��(0—n,h�2����"�eE$��o˜v�26s�EY���UEQ��K��,S�j| ��)B�X"g���L����B˴��c�WV�Z�u�9���oÉK#����1��s��,J]I���b�֝�>�T�l�A�-��o 9e��v@�#�@&'��=�bt�#:m��=ږ͞�7pu�M�bA,�s>���0�.�H �EfJ�����`C��� �E����$�O��@I�.���Ǜ��*&�/� 6�Xk# ��v��(2t���0o�� ���m(�V(O�ڛ�Nc��d���H�!RqY,�2+<̫�^�E} %Zq����c!��%�8�,�a��5�k�v�}�>9�i�)��RA�= )�6`S6� ��(-��'��s� ���K펩��E����ן u�C{'t��`�1���x��ާ���yƇ�b�xlDb�¨� ��*���ܷ[�r��jXV��vet�;��a*�SߕU��J'��4��N})�6�� [,���|ǭB����h��w���,&$���q�|v��� ��^f]& ��P%�����n�,����dihТ� j�\����� ��d��Ӓ���;Ww�v��mpWe����]9��D/�����G8)���p*a5���+�� �K�lYU���|u���*Ձ�q?�UkI�д]���<���a��*��i�"��)�<^b�i$�=�=�oY =�}S��z��{���O"�a�� �{�b�7�q�!Z)>��ŕg�j�- ԁ���5*Cǥ2��T�Đn3��t�R�o�,��>���{|E���! �՛|���#[|�]^EV����H�<ε�>K�$)kˣa��Uh'q7�P�q퍣j"��"�5�`L�q��l�0�t�n*��&�z��ϲ"�:�Xe�zb]7�/1T���Yi�g��e�i:L�+�+�3=��� J��G���q��7�� �N��ή��\�(�R���t�/TՓ%�&W��� ����t�g���ڧd�=�} �ݿ5?�{]�˃�29~ K�H�4�Y�0�.7�?�)_Ȍ�๐\��Ӫv�\�`_x�U2��8�Cf�$�����26�E�r%U� �Q��� �D�� yu�P�m� �U�9;a2�͢.���8M���G4�f�*��nD���y��y��SaB�������x2��_H�,B��f,�R�\����(;��� �ح�O�O�l�X�<30b�`��=ÒO��"� �,V����ˏl�k�M�)�!"ʣ�8�d�K3���G�>��Eؿ��K� TO����E�BOY�v��MT��{�Ǻ��8�����⠌`8��?��џ>�G���f0Ǯ��/��ƾ;Yw�n�n�H�u�Z�Z��@n�C�.���@DP�89� h�q�w'A���^�j�-k����\9�g���6P�KR`����aҫ��μ�hڹ(۠�<|�6kȋVx�f�lx����V{�o��vQ��֏fTD�'Z������5�h�o���Ο�~�� �� �2 S%��Oс+�u�������������5�i��X��^*mwJ��?�Qź,R�����^�Y�9�]N�,0�@$/�V�D���!�QC����e.�s�t&q�1�Qx3@u� �AT��(�K��U���+3�Uև�r�5� ��X��V^=D���bzg]�|4�]�zu9�&�f<2ٵ:c���@ ΄,k�Rļ=F�q����e�#z��XF[� }8L���I����]�2���ֽd����k,��&<�e5T:�R�eYr�M���Lr��!Ȃ���t.-�Bo��ŶpEV��d��v�KV�Řxu��� Òk�+МE:�R���vh��2�h�,Z��o`+�Gx0�d��Մ=7%���XK�1��s�Q�g��R�B~"�Ml�ѵf���a��7����� �6��n�w ?%���AB��f�����o��^��8�8������H����B�pə��:��֍z��d����/c&���sA��S�,�úW>��G��ɐò$���2������$�xO� ~������/�|���t�o#c�\+�A`gA�^;���~!�^��X��#�hC�a ���jo3>a0iغ��“2�1��U䀭Ut�'�haR����$�Βs-�J#|�áp��tX�R�ΰ+���������wz/����k)����V �B�R���wR��|���mOX�ir���Ft�K�a$�@H"���m�7P�,_�,1�;�,���m�~m�sl蹐��-�2l�a>�C� _�A/�;P����Te�$u�$����t cZm��x�k�+ P���co"���ߛ���(�7����%�B�,nӅ-���[ꃀU�,+��;��������r�}���_h.�.�_~�k�W����[<�uz���$N6�6?��9�$�n�|�͍l�I=���|��xɋ�"�}��%�U��1�nLY�a&��� 2t� ���H�ź�ٗ4�N��@e�l�k�ƣN ���ZYX�����ߏϦ����S��!#+CNg5��C��`#���Ւ� gMT'~np� �G��8~V}v׃�u9/*t_&��EQ�(���~Mj)��b ��TX%UY�\����[K��I�q�ϣ�_�7�E�Pܨ'��A�Lv�.G�A��s�]����1�H��gb¯Q�.� ����\�&����0R��1���U�b%1�r���Z�5��,�T�ѩ�<������K3���Qt���x��̾p�Ȃ'�: �Ce)�"a�Zi�2E�=��/$T�#�u>�Z!��Q� Fg�c�4z �RB�XV��ꈓ���:Pꪞ�&�W�IN��n��7|���`7��[�IN��Mr�7�ɏx�������G�I~:+IG\�,^��X5��0�khh����0L�ذ����S����:5e�Yi`��fق�D��D��&����l�uJ�n�*����ӝx���+�)��]��l���\h-+,?�l�R��Q[eIH}/��M2���D�36k~���PK�j��-�YPK��RCArtifacts/Informational/OTHER/VSP_vFW-7c62b565-620e_Information.txt�W]o�0}�~�7i0B> ������6*-}���87`5ę�c�~�JH@�C���)�{�{�'±�H��r��Ab���/#X��x *�OhD�a�zn�@#B��A8�$e)* �G���s@gQN�FS�P� ���p�1@��0vܞ����XVǞF�FN��5�q,����א�D�c��F �͕��g,��MO���k��TV��vl��9���#�X1�G���m۫�C�9B"�)`�+�n8˳:�rY���}� }��q����DClŞm�-k ��� �,T�8� �;s�F'��q�V"`��&Ͻ<;���C�P��T��WN9D_�D@S�wzǒ�$��� ����*@i�$u Ex�H�UHɮ����:��{׆)cJ������g��Nġc��r0`�)����*^��8I��C `w[5����>'l��>�fh������ �~�H1Y<����xD��yx��A�l���J;�3*�IC�v�/�P�U�:G���u5;���S�V4f�+�nr5U�}�o�Z�*]Q�- �9#�c�i*��<߆�+��TH��e��Y�Jg��2'�x����� ��N.8���r�����ŏ��������J�tx�8�)Q;b����������]!@��Ђ�^�^ z|����������������R�o�N|���/PKw���PK��R'Artifacts/Deployment/HEAT/base_vfw.yaml�[�o��=�4T��^�JFi�&�a�eB贱�ν��{{v�(��;�{>ߗ�/N���1���������̞=:�����>o{g���k�'��$?\�9Rpp��a/.%<�>�Ϟ�:��蹒;�ʐ90�υ�4��8��<�b�gM��֞r7�3� /9t|6�����E`{.�h>�'Dp ?}�/�%ۀ�I�vs�����ܗ`�0���c3w�am�K�L�l��»� ����m��&�2�\J�[��z�d�ۦ'-GS�H� �X ��ux@��;��z��#CSv�l:l ��ǤG ��-mwq�7�k&8���@ �"�)mm�C���/��qg ��1��3�O�co�z�~;�Q�?�u�0�٠ޛ�}�� :�O��??���e��/�d�&=���1�)�f(��Ԟ�S��]�l�a᭸pQ@kX��f���ű��dR=� �,��n����j˅���ݐ��@ 6�K&�� ��UA=��/�f:�s]r&-�Q�Lrk���M>�K���/~9:��`*l_���H[zT~�q��6�^�}�:J摑�m�;ã �;c�}vF�w�Iw4��h�g� ��ym��k�^�V[.>�'r��6�A� ��a�iC���Ȟz�j,%��@?����3%y06�F ɏ�U�[y�Ʋ�a~� ��voqቆ|�`����CB\��$ ��!!�z_���\��Ҳg�+ ) ���pP&i�T�#w)�S�_z(��s]�!t�!C��%t}�cS�Ֆ/��~����A4��Z�g�ƍ!�^q�+w�`!�)GRލ���q��L�m� 1<��{�FA������<g ���sP�p�4�;�b0/n�#Nk��g�~^��sj�����w>2x/�J#�|+,F(��j��-�We<�L�����s�bWZ���}�Y9S;��"���f3��I��Y�ۢ��6�� �� S����]��-��(�����L$�����N%�w9�hF¥��2�;�,lJ7o�x�J��\ހ�ߊ9!�f�N�J,ߐ� u����>w�m����x48�� ID(����,�꛹��n�sX$�Ê�͞����� -8�4���Z�rމ1ב�`ӔA�4 ���s0RK��Fl�m�#ϝ�]�T� DYT��J�y��*�Ϳ~��j,c8q�j��4Tc��Q��+�T��y�Dg�8F{����g���Z���#�~�]�x-Zbn-�Y��J)v��'��#|�%,X|6eܚz���5nՙv~��BL��w����h�ғ��ɵ��4���t-y�75�� �� i�.�[[���Pco�Z<��섫�q�B��)�e�TD4�Ɖ�t�}=G�7AO�h"����R�[Ek�m�ӰQ����h��Ҟ3���q�ْǼ����j`tQ���&=����L4�?-�p�u��Y��^g��F�'���m�a����F�ۨ�wl�]�Eo"���™��U��gD�I���KQ�� <��E�<��O@���}�)���Z/,���:��| [n�W���֦ڱ�m�ޏκ�Vm�S{t�� Ŕ�>��*�[6��$[�q�M=�v{���;6}���t�3�.�e�z��rD��,^�[�v�|��P�8Ad�,�A�B��n�����"IT�$�]�b�)�����R����ꫝPV�gN�I���ߝ|��X���n�ԗIQM> � �P.\樨e.8�T+�m<�h��y�]��S4e�I���:o��?�*�P��K�-��X �3ڈ�'W8A,�j��3?"�C��35�H �*x�>�B]�ƙ�N����u�">��t����Gܳ® ��j(���6��S���8j�A>=��y\NO�o'p��v��g]��� ߾}�1Qr�s�X�F0NZ��}W�uȭR}8D��dQ6��^Gu��DŽ�n�S{X�-m�;YB�;d0~�1�T7�`n1o� �����E]� ����wZE�=% S)�X��K��,'���)Jݠh��1�)_�{k1U������A�M�5���N]�'r���_��sf�sk�7�s�\��l����O�Rҧ�^٭� %gl[qu V��"�,�9��F��ٱʴ֔�ZV�]fYvr��5���Y���tr8�VJ�H�C3��rhf��M2��p�s�r�煈7�{a�3� LY����H���{��j| h��a����x$7��b��6Фpv�R��Ժ��� .��p&8�/:��E(t�O��)��� C|��eK��F��҃cc8�$��r$My-��hPGDŀa!�i�+�-�YX3]!l>Pd�u��WB=� ���E!Ty��–Q.��7�/Yd#Y!h"vd����� ��1)�Ld8��.�T3������Bp�����q B���Pc��ﶟ"����s�3������p�z09�/_^҅� ��pp���KO/�;�w8 8>�۩�0�w�q���*kEoʜ�v������� �V�)N������xq�E�v�Iᣉ�W=�1;ſ��c~��?^������f%�5��YM*�B�}A�1SS`eͣFЖ���FJ�2��S��u��͖�&ۏ��䰻[7�������T�b�m�X�ܟ��7��te��O�v���O�⠴�n��*��\�8�ˢ�'_�}��#;D���U!k�/����~���2��#�~s���"����}9�p�lը}��<�eI�S�8������yl���Pԅ2U���Y2?Դ��CM�մ�W �ް���OU��([֪w�ͥ,&<��e��/�+�[VeJ�?a k�e�!�u�6���6����6���W�Vzqm��V���b}�;�djD��*u\+�֗׊���-K�*~~�Ň������T5��窬�wO}�>`� >pԛG�xJ�y�v}⛩cw�v�F��@w#U15y��-{3n�)Q�qS&�0�Wƺ��e����@�a�y��?_4<��yS�E͢��ԗ��.��j_�_xy��M~�9�I�6'(�!�Y��p^�6�i39}���"�pL�̅��p�8FJp�I�eM"4��be�)�;&�&��ǘoc�� %���h�Nk�_f�?�_Fzȕ���P�|�W lǪ^��E�:.ї�~B W9��L���H�Definitions/relationships.ymlPK��R 2ea� I Definitions/artifacts.ymlPK��R�H�v~(�Definitions/capabilities.ymlPK��R8��TDefinitions/interfaces.ymlPK��R�j��-�YMDefinitions/nodes.ymlPK��Rw���C�LArtifacts/Informational/OTHER/VSP_vFW-7c62b565-620e_Information.txtPK��R��ȕ �O'�OArtifacts/Deployment/HEAT/base_vfw.yamlPK��RP�^K$7<�[Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R�w��j41^Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK%%! !a 2021-06-02T03:28:16.258Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|DEBUG|500||=======================response end================================================= 2021-06-02T03:28:16.259Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/787ef077-1489-45b6-bb35-b5eac2a10e24/toscaModel|INFO|500||InvokeReturn 2021-06-02T03:28:16.264Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-06-02T03:28:16.264Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||VF Category is: Generic 2021-06-02T03:28:16.264Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||VFCustomizationUUID= cc6470b6-5746-4e13-a85c-a2bc3ec548ab 2021-06-02T03:28:16.265Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cc6470b6-5746-4e13-a85c-a2bc3ec548ab matches Tosca VF Customization UUID: cc6470b6-5746-4e13-a85c-a2bc3ec548ab 2021-06-02T03:28:16.265Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||vfCustomizationUUID: cc6470b6-5746-4e13-a85c-a2bc3ec548ab matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-06-02T03:28:16.268Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.268Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:16.269Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||resource request for resource customization id cc6470b6-5746-4e13-a85c-a2bc3ec548ab: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-06-02T03:28:16.269Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59a2f545 2021-06-02T03:28:16.270Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.270Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-02T03:28:16.270Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3608a487-e3e3-434c-b9cf-45fb129d65fe 2021-06-02T03:28:16.270Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3608a487-e3e3-434c-b9cf-45fb129d65fe Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_, vfmodule0_.IS_BASE as IS_BASE4_58_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-06-02T03:28:16.272Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.272Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is matching search criteria 2021-06-02T03:28:16.272Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 7c62b565-620e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:28:16.272Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.273Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is matching search criteria 2021-06-02T03:28:16.273Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 7c62b565-620e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:28:16.273Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.273Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is not matching search criteria 2021-06-02T03:28:16.273Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-02T03:28:16.273Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-02T03:28:16.273Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-06-02T03:28:16.274Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-02T03:28:16.274Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-02T03:28:16.274Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-02T03:28:16.274Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:16.274Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-02T03:28:16.274Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:16.274Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-02T03:28:16.274Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-02T03:28:16.275Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0d905e27-87ff-4acf-822b-c806f4a6cf86 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-02T03:28:16.276Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.276Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is matching search criteria 2021-06-02T03:28:16.277Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 7c62b565-620e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:28:16.277Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.277Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is not matching search criteria 2021-06-02T03:28:16.277Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-02T03:28:16.277Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-02T03:28:16.277Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-02T03:28:16.277Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:16.278Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-02T03:28:16.278Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-02T03:28:16.278Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-02T03:28:16.278Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-06-02T03:28:16.278Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-02T03:28:16.278Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:16.278Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-02T03:28:16.278Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-02T03:28:16.279Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3d3bc979-31ca-404e-9f11-38141fa65949 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-02T03:28:16.280Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.280Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is matching search criteria 2021-06-02T03:28:16.280Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 7c62b565-620e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:28:16.283Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.283Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is not matching search criteria 2021-06-02T03:28:16.283Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-02T03:28:16.284Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-02T03:28:16.284Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-02T03:28:16.284Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:16.284Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-02T03:28:16.284Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-02T03:28:16.284Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-02T03:28:16.284Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-02T03:28:16.285Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-02T03:28:16.285Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-02T03:28:16.285Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-02T03:28:16.285Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-06-02T03:28:16.285Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=07af0d58-f69d-400d-b627-8c44c4786378 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-02T03:28:16.287Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.287Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is matching search criteria 2021-06-02T03:28:16.287Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 7c62b565-620e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:28:16.287Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.287Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Node template vFW 7c62b565-620e 0 is matching search criteria 2021-06-02T03:28:16.287Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 7c62b565-620e 0] matching following query criteria: sdcType=VF, customizationUUID=cc6470b6-5746-4e13-a85c-a2bc3ec548ab Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:28:16.289Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.289Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:16.289Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500|| resourceSeq for service uuid bf352d92-2d4c-4cdf-8719-b7b30e1d4781: vFW 7c62b565-620e 2021-06-02T03:28:16.290Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.290Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:16.290Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.290Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:16.290Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.290Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:16.290Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.290Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:16.291Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:28:16.291Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-06-02 03-21-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:28:16.291Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||Saving Service: vFW 2021-06-02 03-21-48 Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, ORCH_TEMPLATE_ARTIFACT_TYPE, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:28:16.429Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7c62b565-620e 49ef7001-b7a5-490f-a800-a8d793221e31 1 ASDC deployResourceStructure 2021-06-02T03:28:16.430Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json ASDC sendASDCNotification 2021-06-02T03:28:16.430Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json 2021-06-02T03:28:16.430Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:28:16.430Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:16.432Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:16.432Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604496430, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:28:16.532Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:28:16.533Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:16.533Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:16.545Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:16.546Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:28:17.433Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-06-02T03:28:17.433Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml 2021-06-02T03:28:17.433Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:28:17.434Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:17.435Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:17.435Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604497433, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-06-02T03:28:17.536Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-02T03:28:17.536Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:17.537Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:17.551Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:17.551Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:28:18.436Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-06-02T03:28:18.437Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env 2021-06-02T03:28:18.437Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:28:18.437Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:18.438Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:18.438Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604498436, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-06-02T03:28:18.539Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:28:18.539Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:18.540Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:18.552Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:18.553Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":4,"count":1} 2021-06-02T03:28:19.439Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar ASDC sendASDCNotification 2021-06-02T03:28:19.440Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar 2021-06-02T03:28:19.440Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:28:19.440Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:19.441Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:19.442Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604499439, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:28:19.542Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:28:19.543Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:19.543Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:19.551Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:19.551Z||pool-34-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:28:20.443Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f95dcc2-8ffe-40dd-8338-75fce6080fab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:28:20.453Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f95dcc2-8ffe-40dd-8338-75fce6080fab Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:28:20.457Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:28:20.457Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-02T03:28:20.540Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-02T03:28:20.540Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-02T03:28:20.541Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:28:20.541Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:28:20.541Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:28:20.541Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:28:20.541Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:28:20.541Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:28:20.541Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:28:20.546Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-02T03:28:26.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250 2021-06-02T03:28:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:28:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:28:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:47.591Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:47.591Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.592Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604475489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:28:47.592Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:28:47.592Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.593Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604475489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:28:47.593Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:28:47.593Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.593Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604475489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-02T03:28:47.593Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:28:47.593Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.594Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604475489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:28:47.594Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:28:47.594Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.594Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604475489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-02T03:28:47.594Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:28:47.594Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.594Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604475489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:28:47.595Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:28:47.595Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.595Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604475489, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:28:47.595Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:28:47.595Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.595Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604487366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:28:47.595Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:28:47.596Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.596Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604491474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:28:47.596Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:28:47.596Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.596Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604493195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:28:47.596Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:28:47.596Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.596Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604494840, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:28:47.596Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:28:47.597Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.612Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604496430, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/vfw7c62b565620e0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:28:47.615Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:28:47.616Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.616Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604497433, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-06-02T03:28:47.616Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:28:47.616Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.616Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604498436, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/resourceInstances/vfw7c62b565620e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-06-02T03:28:47.616Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:28:47.616Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:28:47.616Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604499439, "artifactURL": "/sdc/v1/catalog/services/Vfw20210602032148/1.0/artifacts/service-Vfw20210602032148-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:28:47.616Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:28:50.547Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8f95dcc2-8ffe-40dd-8338-75fce6080fab and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-02T03:28:50.552Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8f95dcc2-8ffe-40dd-8338-75fce6080fab and serviceModelVersionId: bf352d92-2d4c-4cdf-8719-b7b30e1d4781 2021-06-02T03:28:50.552Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c471853f-48f4-407e-9ee3-d516cfee8b61 2021-06-02T03:28:50.553Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c471853f-48f4-407e-9ee3-d516cfee8b61/model-vers/model-ver/bf352d92-2d4c-4cdf-8719-b7b30e1d4781?depth=0 2021-06-02T03:28:50.557Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-06-02T03:28:50.605Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c471853f-48f4-407e-9ee3-d516cfee8b61/model-vers/model-ver/bf352d92-2d4c-4cdf-8719-b7b30e1d4781?depth=0|INFO|500||Invoke 2021-06-02T03:28:50.605Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c471853f-48f4-407e-9ee3-d516cfee8b61/model-vers/model-ver/bf352d92-2d4c-4cdf-8719-b7b30e1d4781?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c471853f-48f4-407e-9ee3-d516cfee8b61/model-vers/model-ver/bf352d92-2d4c-4cdf-8719-b7b30e1d4781?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8f95dcc2-8ffe-40dd-8338-75fce6080fab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bbc66d3f-ddc3-420d-b830-b5cb249b3a98], X-ECOMP-RequestID=[8f95dcc2-8ffe-40dd-8338-75fce6080fab], X-TransactionId=[], X-ONAP-RequestID=[8f95dcc2-8ffe-40dd-8338-75fce6080fab], Content-Type=[application/merge-patch+json]} 2021-06-02T03:28:50.622Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c471853f-48f4-407e-9ee3-d516cfee8b61/model-vers/model-ver/bf352d92-2d4c-4cdf-8719-b7b30e1d4781?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-02T03:28:50.811Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c471853f-48f4-407e-9ee3-d516cfee8b61/model-vers/model-ver/bf352d92-2d4c-4cdf-8719-b7b30e1d4781?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c471853f-48f4-407e-9ee3-d516cfee8b61/model-vers/model-ver/bf352d92-2d4c-4cdf-8719-b7b30e1d4781?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210602-03:28:50:613-64669], vertex-id=[159920], Content-Length=[0], Date=[Wed, 02 Jun 2021 03:28:50 GMT], Content-Type=[application/json]} 2021-06-02T03:28:50.811Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c471853f-48f4-407e-9ee3-d516cfee8b61/model-vers/model-ver/bf352d92-2d4c-4cdf-8719-b7b30e1d4781?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-02T03:28:50.813Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c471853f-48f4-407e-9ee3-d516cfee8b61/model-vers/model-ver/bf352d92-2d4c-4cdf-8719-b7b30e1d4781?depth=0|INFO|500||InvokeReturn 2021-06-02T03:28:50.813Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-02T03:28:50.813Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:28:50.817Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-02T03:28:50.817Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8f95dcc2-8ffe-40dd-8338-75fce6080fab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-02T03:28:50.818Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-02T03:28:50.818Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:28:50.820Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:28:50.820Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604530818, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:28:50.921Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:28:50.921Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:28:50.922Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:28:50.934Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:28:50.934Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:28:51.831Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:28:51.832Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:28:51.832Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:29:01.372Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:29:01.373Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:29:01.373Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:29:01.373Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:29:10.921Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:29:10.921Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:29:10.922Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:29:10.922Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:29:20.463Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:29:20.463Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:29:20.464Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:29:20.464Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:29:30.006Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:29:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:29:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:29:46.963Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:29:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:29:46.966Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:29:46.966Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:29:47.593Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:29:47.593Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:29:47.593Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f95dcc2-8ffe-40dd-8338-75fce6080fab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604530818, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:29:47.594Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:29:56.509Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:29:56.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T03:30:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4 2021-06-02T03:30:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:30:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:30:46.963Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:30:46.965Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:30:46.966Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:30:46.966Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:30:56.507Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:30:56.508Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:31:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:31:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:31:46.963Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:31:46.965Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:31:46.966Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:31:46.966Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:31:56.508Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:31:56.509Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:32:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:32:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:32:46.963Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:32:46.965Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:32:46.966Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:32:46.966Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:32:56.509Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:32:56.509Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:33:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.77.168 2021-06-02T03:33:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:33:46.964Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:33:46.965Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:33:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:33:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:33:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:33:56.578Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:33:56.578Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:34:26.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4 2021-06-02T03:34:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:34:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:34:46.963Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:34:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:34:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:34:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:34:47.589Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:34:47.589Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.590Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a888b681-eae0-4214-a9c5-f9ae7e41b0f5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8df659a3-17ce-43f8-ba13-23542c64b052","serviceDescription":"service","serviceInvariantUUID":"f76ad5a2-88cf-4752-aee3-b2cb176ba0a7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e1807e52-60b7-4a9a-855d-3c2dc9fe5310","resourceInvariantUUID":"9b1063a2-a825-4a14-af49-1b6ad30a090a","resourceCustomizationUUID":"1455f93a-6132-4e4a-b997-af5e4e56c0bd","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"OWY0OGI4MTkwZTNkZDNlMjIwZDYxOTFmOTIxZmI2NjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cbab053-9dd9-419b-bc37-ead3c4303a12","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjhhNjhlY2Y3MmYyZjkyMjg5NzE0YTdjMWQ5ZGQ1YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45e6612b-f352-4549-8a35-620b63680d2f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-02T03:34:47.592Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:34:47.593Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:34:47.595Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:34:47.596Z||pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604886962, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:34:47.606Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:34:47.608Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.608Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "multicloud-k8s-id", "timestamp": 1622604861626, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:34:47.641Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.641Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.641Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "cds", "timestamp": 1622604863547, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:34:47.642Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.642Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.642Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "dcae-sch", "timestamp": 1622604855940, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:34:47.642Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.642Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.642Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "aai-ml", "timestamp": 1622604857763, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:34:47.643Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.643Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.643Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "clamp", "timestamp": 1622604858291, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:34:47.643Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.643Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.643Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "policy-id", "timestamp": 1622604862197, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:34:47.644Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.644Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.644Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604856385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:34:47.644Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.644Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.645Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "multicloud-windriver-id", "timestamp": 1622604864684, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:34:47.645Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.645Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.646Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604865535, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:34:47.646Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.646Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.646Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "multicloud-k8s-id", "timestamp": 1622604861626, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:34:47.646Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.646Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.647Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "cds", "timestamp": 1622604863547, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:34:47.647Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.647Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.647Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "multicloud-windriver-id", "timestamp": 1622604864684, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:34:47.647Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.647Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.647Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "dcae-sch", "timestamp": 1622604855940, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:34:47.648Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.648Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.648Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604856385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:34:47.648Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.648Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.648Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "aai-ml", "timestamp": 1622604857763, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:34:47.649Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.649Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.649Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "clamp", "timestamp": 1622604858291, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:34:47.649Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.649Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.650Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604865535, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:34:47.650Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.650Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.650Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "policy-id", "timestamp": 1622604862197, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:34:47.650Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:34:47.650Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.650Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "cds", "timestamp": 1622604868536, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:34:47.651Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:34:47.651Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.651Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "aai-ml", "timestamp": 1622604868520, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:34:47.651Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:34:47.651Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.651Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604868703, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:34:47.652Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:34:47.652Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.652Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "policy-id", "timestamp": 1622604868732, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:34:47.652Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:34:47.652Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.653Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "cds", "timestamp": 1622604869540, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:34:47.696Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-02T03:34:47.697Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:34:47.697Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:34:47.707Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:34:47.707Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:34:47.720Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a888b681-eae0-4214-a9c5-f9ae7e41b0f5 2021-06-02T03:34:47.721Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a888b681-eae0-4214-a9c5-f9ae7e41b0f5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:34:47.733Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.733Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "policy-id", "timestamp": 1622604869738, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:34:47.734Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:34:47.734Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.734Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604870217, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:34:47.734Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:34:47.734Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.735Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "policy-id", "timestamp": 1622604870836, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:34:47.739Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a888b681-eae0-4214-a9c5-f9ae7e41b0f5 2021-06-02T03:34:47.739Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a888b681-eae0-4214-a9c5-f9ae7e41b0f5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:34:47.747Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.747Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604871221, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:34:47.755Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a888b681-eae0-4214-a9c5-f9ae7e41b0f5 2021-06-02T03:34:47.755Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a888b681-eae0-4214-a9c5-f9ae7e41b0f5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:34:47.762Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.762Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "clamp", "timestamp": 1622604872572, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:34:47.763Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:34:47.763Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.763Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "aai-ml", "timestamp": 1622604873194, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:34:47.763Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:34:47.763Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.763Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "clamp", "timestamp": 1622604873644, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:34:47.764Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:34:47.764Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.764Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "aai-ml", "timestamp": 1622604874201, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:34:47.768Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a888b681-eae0-4214-a9c5-f9ae7e41b0f5 2021-06-02T03:34:47.768Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a888b681-eae0-4214-a9c5-f9ae7e41b0f5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:34:47.776Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:34:47.776Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "clamp", "timestamp": 1622604874647, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:34:47.780Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a888b681-eae0-4214-a9c5-f9ae7e41b0f5 2021-06-02T03:34:47.780Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a888b681-eae0-4214-a9c5-f9ae7e41b0f5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:34:48.596Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:34:48.597Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:34:48.598Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:34:48.599Z||pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604886962, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:34:48.699Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:34:48.700Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:34:48.700Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:34:48.709Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:34:48.709Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:34:49.600Z||pool-3-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "8df659a3-17ce-43f8-ba13-23542c64b052", "serviceDescription": "service", "serviceInvariantUUID": "f76ad5a2-88cf-4752-aee3-b2cb176ba0a7", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "1455f93a-6132-4e4a-b997-af5e4e56c0bd", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "e1807e52-60b7-4a9a-855d-3c2dc9fe5310", "resourceInvariantUUID": "9b1063a2-a825-4a14-af49-1b6ad30a090a", "category": "Generic", "subcategory": "Network Elements", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-BasicNetwork-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "artifactChecksum": "NjhhNjhlY2Y3MmYyZjkyMjg5NzE0YTdjMWQ5ZGQ1YTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45e6612b-f352-4549-8a35-620b63680d2f" } ], "workloadContext": "Production" } 2021-06-02T03:34:49.600Z||pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-02T03:34:49.600Z||pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8df659a3-17ce-43f8-ba13-23542c64b052 ASDC 2021-06-02T03:34:49.600Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:a888b681-eae0-4214-a9c5-f9ae7e41b0f5 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:8df659a3-17ce-43f8-ba13-23542c64b052 ServiceInvariantUUID:f76ad5a2-88cf-4752-aee3-b2cb176ba0a7 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicNetwork-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ArtifactUUID:45e6612b-f352-4549-8a35-620b63680d2f ArtifactChecksum:NjhhNjhlY2Y3MmYyZjkyMjg5NzE0YTdjMWQ5ZGQ1YTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:1455f93a-6132-4e4a-b997-af5e4e56c0bd ResourceInvariantUUID:9b1063a2-a825-4a14-af49-1b6ad30a090a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:e1807e52-60b7-4a9a-855d-3c2dc9fe5310 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-06-02T03:34:49.601Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8df659a3-17ce-43f8-ba13-23542c64b052 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:34:49.623Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:34:49.641Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:34:49.641Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:34:49.641Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 45e6612b-f352-4549-8a35-620b63680d2f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-02T03:34:49.642Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:34:49.642Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-02T03:34:50.511Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:34:50.513Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 45e6612b-f352-4549-8a35-620b63680d2f 47925 2021-06-02T03:34:50.513Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-06-02T03:34:50.513Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-02T03:34:50.513Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:34:50.514Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:34:50.515Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:34:50.515Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604890513, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:34:50.616Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-02T03:34:50.617Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:34:50.617Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:34:50.625Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:34:50.625Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:34:51.516Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:34:51.517Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:34:51.518Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: 45e6612b-f352-4549-8a35-620b63680d2f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-02T03:34:51.518Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-06-02T03:34:51.518Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-02T03:34:51.518Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-02T03:34:51.605Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8406748241942785107/Definitions/service-BasicNetwork-template.yml 2021-06-02T03:34:52.090Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-02T03:34:52.091Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-06-02T03:34:52.091Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-02T03:34:52.091Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-06-02T03:34:52.091Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-02T03:34:52.091Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-02T03:34:52.092Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-02T03:34:52.092Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-02T03:34:52.092Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-02T03:34:52.092Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-02T03:34:52.092Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-02T03:34:52.092Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-02T03:34:52.092Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-06-02T03:34:52.093Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:34:52.093Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:34:52.093Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-06-02T03:34:52.093Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-02T03:34:52.094Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:34:52.094Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:34:52.094Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:34:52.094Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-06-02T03:34:52.094Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-02T03:34:52.094Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:34:52.095Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:34:52.095Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:34:52.095Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:34:52.095Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:34:52.096Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:34:52.096Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:34:52.096Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:34:52.096Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:34:52.096Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:34:52.097Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:34:52.097Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:8df659a3-17ce-43f8-ba13-23542c64b052 Model Version:NULL Model InvariantUuid:f76ad5a2-88cf-4752-aee3-b2cb176ba0a7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:9b1063a2-a825-4a14-af49-1b6ad30a090a Model UUID:1ba4ef42-a2c0-4c57-a31b-3c29038b05cf Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:1455f93a-6132-4e4a-b997-af5e4e56c0bd Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-02T03:34:52.102Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: e1807e52-60b7-4a9a-855d-3c2dc9fe5310 2021-06-02T03:34:52.102Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||No resources found for Service: 8df659a3-17ce-43f8-ba13-23542c64b052 Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:34:52.106Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500|| 2021-06-02T03:34:52.106Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-06-02T03:34:52.107Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||No resources found for Service: 8df659a3-17ce-43f8-ba13-23542c64b052 2021-06-02T03:34:52.107Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: 8df659a3-17ce-43f8-ba13-23542c64b052 2021-06-02T03:34:52.107Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-06-02T03:34:52.107Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:34:52.113Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:34:52.113Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:34:52.114Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:34:52.114Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:34:52.114Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8df659a3-17ce-43f8-ba13-23542c64b052: Generic NeutronNet 2021-06-02T03:34:52.114Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:34:52.115Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:34:52.115Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:34:52.115Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as NETWORK_2_55_, tempnetwor0_.AIC_VERSION_MAX as AIC_VERS3_55_, tempnetwor0_.AIC_VERSION_MIN as AIC_VERS4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_37_, networkres0_.CREATION_TIMESTAMP as CREATION2_37_, networkres0_.MODEL_INSTANCE_NAME as MODEL_IN3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_37_, networkres0_.NETWORK_ROLE as NETWORK_4_37_, networkres0_.NETWORK_SCOPE as NETWORK_5_37_, networkres0_.NETWORK_TECHNOLOGY as NETWORK_6_37_, networkres0_.NETWORK_TYPE as NETWORK_7_37_, networkres0_.RESOURCE_INPUT as RESOURCE8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as MODEL_UU1_36_, networkres0_.AIC_VERSION_MAX as AIC_VERS2_36_, networkres0_.AIC_VERSION_MIN as AIC_VERS3_36_, networkres0_.RESOURCE_CATEGORY as RESOURCE4_36_, networkres0_.CREATION_TIMESTAMP as CREATION5_36_, networkres0_.DESCRIPTION as DESCRIPT6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_, networkres0_.MODEL_INVARIANT_UUID as MODEL_IN7_36_, networkres0_.MODEL_NAME as MODEL_NA8_36_, networkres0_.MODEL_VERSION as MODEL_VE9_36_, networkres0_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_, networkres0_.ORCHESTRATION_MODE as ORCHEST11_36_, networkres0_.RESOURCE_SUB_CATEGORY as RESOURC12_36_, networkres0_.TOSCA_NODE_TYPE as TOSCA_N13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-06-02T03:34:52.164Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:34:52.165Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:34:52.165Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:34:52.165Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:34:52.165Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:34:52.166Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:34:52.166Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_37_3_, networkres0_.CREATION_TIMESTAMP as CREATION2_37_3_, networkres0_.MODEL_INSTANCE_NAME as MODEL_IN3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_37_3_, networkres0_.NETWORK_ROLE as NETWORK_4_37_3_, networkres0_.NETWORK_SCOPE as NETWORK_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as NETWORK_6_37_3_, networkres0_.NETWORK_TYPE as NETWORK_7_37_3_, networkres0_.RESOURCE_INPUT as RESOURCE8_37_3_, networkres1_.MODEL_UUID as MODEL_UU1_36_0_, networkres1_.AIC_VERSION_MAX as AIC_VERS2_36_0_, networkres1_.AIC_VERSION_MIN as AIC_VERS3_36_0_, networkres1_.RESOURCE_CATEGORY as RESOURCE4_36_0_, networkres1_.CREATION_TIMESTAMP as CREATION5_36_0_, networkres1_.DESCRIPTION as DESCRIPT6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_0_, networkres1_.MODEL_INVARIANT_UUID as MODEL_IN7_36_0_, networkres1_.MODEL_NAME as MODEL_NA8_36_0_, networkres1_.MODEL_VERSION as MODEL_VE9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_0_, networkres1_.ORCHESTRATION_MODE as ORCHEST11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as RESOURC12_36_0_, networkres1_.TOSCA_NODE_TYPE as TOSCA_N13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_1_, collection2_.CREATION_TIMESTAMP as CREATION2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as INSTANCE8_14_1_, collection2_.MODEL_INSTANCE_NAME as MODEL_IN3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as CRC_MOD10_14_1_, collection2_.NETWORK_ROLE as NETWORK_4_14_1_, collection2_.NETWORK_SCOPE as NETWORK_5_14_1_, collection2_.NETWORK_TECHNOLOGY as NETWORK_6_14_1_, collection2_.NETWORK_TYPE as NETWORK_7_14_1_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_2_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_2_, heattempla3_.DESCRIPTION as DESCRIPT4_28_2_, heattempla3_.BODY as BODY5_28_2_, heattempla3_.NAME as NAME6_28_2_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_2_, heattempla3_.VERSION as VERSION8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as MODEL_UU1_36_4_, networkres0_.AIC_VERSION_MAX as AIC_VERS2_36_4_, networkres0_.AIC_VERSION_MIN as AIC_VERS3_36_4_, networkres0_.RESOURCE_CATEGORY as RESOURCE4_36_4_, networkres0_.CREATION_TIMESTAMP as CREATION5_36_4_, networkres0_.DESCRIPTION as DESCRIPT6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_4_, networkres0_.MODEL_INVARIANT_UUID as MODEL_IN7_36_4_, networkres0_.MODEL_NAME as MODEL_NA8_36_4_, networkres0_.MODEL_VERSION as MODEL_VE9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_4_, networkres0_.ORCHESTRATION_MODE as ORCHEST11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as RESOURC12_36_4_, networkres0_.TOSCA_NODE_TYPE as TOSCA_N13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_0_, collection1_.CREATION_TIMESTAMP as CREATION2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as INSTANCE8_14_0_, collection1_.MODEL_INSTANCE_NAME as MODEL_IN3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as CRC_MOD10_14_0_, collection1_.NETWORK_ROLE as NETWORK_4_14_0_, collection1_.NETWORK_SCOPE as NETWORK_5_14_0_, collection1_.NETWORK_TECHNOLOGY as NETWORK_6_14_0_, collection1_.NETWORK_TYPE as NETWORK_7_14_0_, instancegr2_.MODEL_UUID as MODEL_UU2_32_1_, instancegr2_.CR_MODEL_UUID as CR_MODE10_32_1_, instancegr2_.CREATION_TIMESTAMP as CREATION3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as MODEL_IN4_32_1_, instancegr2_.MODEL_NAME as MODEL_NA5_32_1_, instancegr2_.MODEL_VERSION as MODEL_VE6_32_1_, instancegr2_.ROLE as ROLE7_32_1_, instancegr2_.TOSCA_NODE_TYPE as TOSCA_NO8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as INSTANCE9_32_1_, instancegr2_.OBJECT_TYPE as OBJECT_T1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as MODEL_CU2_16_2_, networkcol3_.CR_MODEL_UUID as CR_MODEL8_16_2_, networkcol3_.CREATION_TIMESTAMP as CREATION3_16_2_, networkcol3_.FUNCTION as FUNCTION4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as MODEL_IN5_16_2_, networkcol3_.ROLE as ROLE6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as COLLECTI7_16_2_, heattempla4_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla4_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla4_.DESCRIPTION as DESCRIPT4_28_3_, heattempla4_.BODY as BODY5_28_3_, heattempla4_.NAME as NAME6_28_3_, heattempla4_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla4_.VERSION as VERSION8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-06-02T03:34:52.236Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-06-02T03:34:52.237Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-06-02T03:34:52.237Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-02T03:34:52.237Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:34:52.238Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:34:52.240Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:34:52.240Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604892237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:34:52.340Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:34:52.341Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:34:52.341Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:34:52.352Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:34:52.353Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:34:53.241Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a888b681-eae0-4214-a9c5-f9ae7e41b0f5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:34:53.249Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a888b681-eae0-4214-a9c5-f9ae7e41b0f5 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:34:53.252Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:34:53.252Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-02T03:34:53.253Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-02T03:34:53.253Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-02T03:34:53.253Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:34:53.253Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:34:53.253Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:34:53.253Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:34:53.253Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:34:53.253Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:34:53.253Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:34:53.345Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-02T03:35:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250 2021-06-02T03:35:23.345Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a888b681-eae0-4214-a9c5-f9ae7e41b0f5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-02T03:35:23.350Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a888b681-eae0-4214-a9c5-f9ae7e41b0f5 and serviceModelVersionId: 8df659a3-17ce-43f8-ba13-23542c64b052 2021-06-02T03:35:23.350Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f76ad5a2-88cf-4752-aee3-b2cb176ba0a7 2021-06-02T03:35:23.351Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f76ad5a2-88cf-4752-aee3-b2cb176ba0a7/model-vers/model-ver/8df659a3-17ce-43f8-ba13-23542c64b052?depth=0 2021-06-02T03:35:23.356Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-06-02T03:35:23.463Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f76ad5a2-88cf-4752-aee3-b2cb176ba0a7/model-vers/model-ver/8df659a3-17ce-43f8-ba13-23542c64b052?depth=0|INFO|500||Invoke 2021-06-02T03:35:23.464Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f76ad5a2-88cf-4752-aee3-b2cb176ba0a7/model-vers/model-ver/8df659a3-17ce-43f8-ba13-23542c64b052?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f76ad5a2-88cf-4752-aee3-b2cb176ba0a7/model-vers/model-ver/8df659a3-17ce-43f8-ba13-23542c64b052?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a888b681-eae0-4214-a9c5-f9ae7e41b0f5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[698157eb-781a-4c1d-b003-5328016e72d0], X-ECOMP-RequestID=[a888b681-eae0-4214-a9c5-f9ae7e41b0f5], X-TransactionId=[], X-ONAP-RequestID=[a888b681-eae0-4214-a9c5-f9ae7e41b0f5], Content-Type=[application/merge-patch+json]} 2021-06-02T03:35:23.482Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f76ad5a2-88cf-4752-aee3-b2cb176ba0a7/model-vers/model-ver/8df659a3-17ce-43f8-ba13-23542c64b052?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-02T03:35:23.893Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f76ad5a2-88cf-4752-aee3-b2cb176ba0a7/model-vers/model-ver/8df659a3-17ce-43f8-ba13-23542c64b052?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f76ad5a2-88cf-4752-aee3-b2cb176ba0a7/model-vers/model-ver/8df659a3-17ce-43f8-ba13-23542c64b052?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210602-03:35:23:476-68343], vertex-id=[172208], Content-Length=[0], Date=[Wed, 02 Jun 2021 03:35:23 GMT], Content-Type=[application/json]} 2021-06-02T03:35:23.893Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f76ad5a2-88cf-4752-aee3-b2cb176ba0a7/model-vers/model-ver/8df659a3-17ce-43f8-ba13-23542c64b052?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-02T03:35:23.894Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f76ad5a2-88cf-4752-aee3-b2cb176ba0a7/model-vers/model-ver/8df659a3-17ce-43f8-ba13-23542c64b052?depth=0|INFO|500||InvokeReturn 2021-06-02T03:35:23.895Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-02T03:35:23.895Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:35:23.899Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-02T03:35:23.900Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a888b681-eae0-4214-a9c5-f9ae7e41b0f5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-02T03:35:23.900Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-02T03:35:23.900Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:35:23.940Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:35:23.941Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604923900, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:35:24.002Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 61 ms 2021-06-02T03:35:24.003Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:35:24.003Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:35:24.017Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:35:24.018Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:35:46.962Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:35:46.963Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:35:46.963Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:35:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:35:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:35:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:35:47.098Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:35:47.099Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-06-02T03:35:47.099Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604886962, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:35:47.099Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-02T03:35:56.518Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:35:56.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.75.4 2021-06-02T03:36:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250 2021-06-02T03:36:46.962Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:36:46.963Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:36:46.963Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:36:46.965Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:36:46.966Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:36:46.966Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:36:46.992Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:36:47.041Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:36:47.041Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604886962, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:36:47.041Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:36:47.041Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:36:47.041Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604890513, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:36:47.042Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:36:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:36:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604892237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:36:47.042Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:36:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:36:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a888b681-eae0-4214-a9c5-f9ae7e41b0f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622604923900, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:36:47.042Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:36:47.591Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:36:47.592Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||received message from topic 2021-06-02T03:36:47.593Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"830a1c6f-2280-4caa-adae-9b2a845f2a67","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"2b90ae49-ee1f-4992-9274-2c9077ccb870","serviceDescription":"service","serviceInvariantUUID":"1bfe29ad-cd85-4408-8c7a-696bf79483f4","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"146ceb59-0ff9-4090-8a1a-82a50e93ddd2","resourceInvariantUUID":"a5323bb6-1cdd-4308-a412-a262ad587d33","resourceCustomizationUUID":"2e83efab-0f58-4de3-8d4d-a7115784211a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"78ae460d-da15-4c3e-9f09-9b1fbe6706e9","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZjU0MDk4NmI4YjUxYzUwOGY1ZDgyZWE1ZWRlNzMwMmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87773a21-45aa-4160-bd8c-87aea5e2f285","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ODk0ZDc3MzAzMzAwYTU0MWU0YWI3NjFmNDJjMzhkODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02e8a5fd-a3df-4dff-8fd6-bb8aa4456f22","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dcda022e-ca54-401f-a857-77dde4b25186","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"462c555a-55ed-4da7-95a2-3d9ff9eff1d5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"60b88ceb-6607-48e5-909f-9f15bba75410","artifactVersion":"2","generatedFromUUID":"dcda022e-ca54-401f-a857-77dde4b25186"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODA2MGVlMTZmNmNiMWE4MWUzMDRmZjllZjIyZmM3ZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cdb18e3c-358e-4cc2-9ddc-9c84cca5401d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTg2MGM2Y2E0ZTVhOWY0M2MyZDExNTAxOTc1YjliMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71298aea-93d2-48d4-8ddd-ce1d48c7c2df","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-02T03:36:47.595Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:36:47.596Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:36:47.597Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:36:47.597Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:36:47.698Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:36:47.699Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:36:47.699Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:36:47.708Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:36:47.708Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:36:48.598Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:36:48.599Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:36:48.600Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:36:48.600Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:36:48.701Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:36:48.701Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:36:48.702Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:36:48.717Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:36:48.718Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:36:49.601Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:36:49.602Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:36:49.603Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:36:49.603Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:36:49.703Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:36:49.704Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:36:49.704Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:36:49.728Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:36:49.729Z||pool-43-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:36:50.604Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:36:50.605Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:36:50.607Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:36:50.607Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-02T03:36:50.707Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:36:50.708Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:36:50.708Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:36:50.716Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:36:50.717Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:36:51.607Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:36:51.608Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:36:51.610Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:36:51.610Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:36:51.710Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:36:51.711Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:36:51.711Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:36:51.791Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:36:51.792Z||pool-45-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:36:52.610Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:36:52.611Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:36:52.614Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:36:52.614Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-02T03:36:52.714Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:36:52.715Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:36:52.715Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:36:52.789Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:36:52.790Z||pool-46-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:36:53.615Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:36:53.615Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:36:53.617Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:36:53.618Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:36:53.718Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:36:53.719Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:36:53.719Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:36:53.789Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:36:53.790Z||pool-47-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:36:54.618Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:36:54.619Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:36:54.621Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:36:54.622Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:36:54.722Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:36:54.723Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:36:54.723Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:36:54.733Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:36:54.733Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:36:55.623Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "2b90ae49-ee1f-4992-9274-2c9077ccb870", "serviceDescription": "service", "serviceInvariantUUID": "1bfe29ad-cd85-4408-8c7a-696bf79483f4", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "2e83efab-0f58-4de3-8d4d-a7115784211a", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "146ceb59-0ff9-4090-8a1a-82a50e93ddd2", "resourceInvariantUUID": "a5323bb6-1cdd-4308-a412-a262ad587d33", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "ODk0ZDc3MzAzMzAwYTU0MWU0YWI3NjFmNDJjMzhkODQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "02e8a5fd-a3df-4dff-8fd6-bb8aa4456f22", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "dcda022e-ca54-401f-a857-77dde4b25186", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "60b88ceb-6607-48e5-909f-9f15bba75410", "generatedFromUUID": "dcda022e-ca54-401f-a857-77dde4b25186" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "60b88ceb-6607-48e5-909f-9f15bba75410", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZTg2MGM2Y2E0ZTVhOWY0M2MyZDExNTAxOTc1YjliMTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "71298aea-93d2-48d4-8ddd-ce1d48c7c2df" } ], "workloadContext": "Production" } 2021-06-02T03:36:55.624Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-02T03:36:55.624Z|a888b681-eae0-4214-a9c5-f9ae7e41b0f5|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b90ae49-ee1f-4992-9274-2c9077ccb870 ASDC 2021-06-02T03:36:55.625Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:830a1c6f-2280-4caa-adae-9b2a845f2a67 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:2b90ae49-ee1f-4992-9274-2c9077ccb870 ServiceInvariantUUID:1bfe29ad-cd85-4408-8c7a-696bf79483f4 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:71298aea-93d2-48d4-8ddd-ce1d48c7c2df ArtifactChecksum:ZTg2MGM2Y2E0ZTVhOWY0M2MyZDExNTAxOTc1YjliMTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:2e83efab-0f58-4de3-8d4d-a7115784211a ResourceInvariantUUID:a5323bb6-1cdd-4308-a412-a262ad587d33 ResourceName:basicclamp ResourceType:VF ResourceUUID:146ceb59-0ff9-4090-8a1a-82a50e93ddd2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:02e8a5fd-a3df-4dff-8fd6-bb8aa4456f22 ArtifactChecksum:ODk0ZDc3MzAzMzAwYTU0MWU0YWI3NjFmNDJjMzhkODQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:dcda022e-ca54-401f-a857-77dde4b25186 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:60b88ceb-6607-48e5-909f-9f15bba75410 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:60b88ceb-6607-48e5-909f-9f15bba75410 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-02T03:36:55.625Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b90ae49-ee1f-4992-9274-2c9077ccb870 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:36:55.720Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:36:55.721Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:36:55.722Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:36:55.722Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 71298aea-93d2-48d4-8ddd-ce1d48c7c2df from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-02T03:36:55.722Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:36:55.722Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-02T03:36:56.692Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:36:56.695Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 71298aea-93d2-48d4-8ddd-ce1d48c7c2df 72252 2021-06-02T03:36:56.695Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-06-02T03:36:56.695Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-02T03:36:56.696Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:36:56.696Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:36:56.698Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:36:56.698Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605016695, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:36:56.798Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:36:56.799Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:36:56.799Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:36:56.808Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:36:56.809Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:36:57.698Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:36:57.700Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:36:57.700Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: 71298aea-93d2-48d4-8ddd-ce1d48c7c2df, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-02T03:36:57.700Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-06-02T03:36:57.701Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-02T03:36:57.701Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-02T03:36:57.801Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18113313435258039835/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-06-02T03:36:58.820Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-02T03:36:58.821Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-06-02T03:36:58.821Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-02T03:36:58.821Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-06-02T03:36:58.821Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-02T03:36:58.821Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-02T03:36:58.821Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-02T03:36:58.821Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-02T03:36:58.822Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-02T03:36:58.822Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-02T03:36:58.822Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-02T03:36:58.822Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-02T03:36:58.822Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-02T03:36:58.822Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-02T03:36:58.822Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-06-02T03:36:58.823Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:36:58.823Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:36:58.823Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-02T03:36:58.823Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-02T03:36:58.823Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:36:58.824Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:36:58.824Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:36:58.824Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-02T03:36:58.824Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-02T03:36:58.825Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:36:58.825Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:36:58.825Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:36:58.825Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:36:58.826Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-02T03:36:58.826Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-06-02T03:36:58.826Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-06-02T03:36:58.826Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-06-02T03:36:58.826Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-02T03:36:58.826Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-02T03:36:58.827Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:36:58.827Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-02T03:36:58.827Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:36:58.827Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-02T03:36:58.827Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:36:58.828Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:36:58.828Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-02T03:36:58.828Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:36:58.828Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:36:58.829Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-02T03:36:58.829Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:36:58.829Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:36:58.829Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-02T03:36:58.830Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-02T03:36:58.830Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-02T03:36:58.830Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5f38dfa5-1251-46bf-aaf5-a4f726536975 2021-06-02T03:36:58.830Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:36:58.830Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:36:58.831Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:36:58.831Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:36:58.831Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:36:58.831Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:36:58.831Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:36:58.832Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:36:58.832Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:2b90ae49-ee1f-4992-9274-2c9077ccb870 Model Version:NULL Model InvariantUuid:1bfe29ad-cd85-4408-8c7a-696bf79483f4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:30bd4bcb-2acd-4e70-8065-a1ca23d459b3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a5323bb6-1cdd-4308-a412-a262ad587d33 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2e83efab-0f58-4de3-8d4d-a7115784211a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bfcceb89-70d8-4d18-8323-cead86e4df75 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:4e4a570a-8255-4521-b425-ba7368a26435 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5f38dfa5-1251-46bf-aaf5-a4f726536975 ModelInvariantUuid:777c6c05-143b-4e80-8dfb-e09b7018a4ac ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:27a59e15-c0c6-45f9-8993-e752b60d19df ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:56c030bd-15b4-4674-8ef0-007100f8a3b0 ModelInvariantUuid:8e007b05-9226-49ca-8b9f-68fab7be14c8 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:c0c9f895-679a-4e28-a13b-b75c8a25fa42 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-02T03:36:58.843Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 146ceb59-0ff9-4090-8a1a-82a50e93ddd2 Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:36:58.846Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||basicclamp 0 2021-06-02T03:36:58.846Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 146ceb59-0ff9-4090-8a1a-82a50e93ddd2 2021-06-02T03:36:58.846Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 02e8a5fd-a3df-4dff-8fd6-bb8aa4456f22 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-06-02T03:36:58.846Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:36:58.846Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-06-02T03:37:01.002Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:37:01.003Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 02e8a5fd-a3df-4dff-8fd6-bb8aa4456f22 790 2021-06-02T03:37:01.003Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-06-02T03:37:01.003Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-06-02T03:37:01.004Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:37:01.004Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:37:01.006Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:37:01.006Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605021003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:01.106Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:37:01.107Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:37:01.107Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:37:01.115Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:37:01.115Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:37:02.006Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bfcceb89-70d8-4d18-8323-cead86e4df75", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4e4a570a-8255-4521-b425-ba7368a26435", "vfModuleModelCustomizationUUID": "e8f6a339-b2a2-4814-a739-effeb6352359", "isBase": true, "artifacts": [ "dcda022e-ca54-401f-a857-77dde4b25186", "60b88ceb-6607-48e5-909f-9f15bba75410" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-02T03:37:02.012Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4e4a570a-8255-4521-b425-ba7368a26435 VfModuleModelInvariantUUID:bfcceb89-70d8-4d18-8323-cead86e4df75 VfModuleModelDescription:NULL Artifacts UUID List:{ dcda022e-ca54-401f-a857-77dde4b25186 , 60b88ceb-6607-48e5-909f-9f15bba75410 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-02T03:37:02.014Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bfcceb89-70d8-4d18-8323-cead86e4df75", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4e4a570a-8255-4521-b425-ba7368a26435", "vfModuleModelCustomizationUUID": "e8f6a339-b2a2-4814-a739-effeb6352359", "isBase": true, "artifacts": [ "dcda022e-ca54-401f-a857-77dde4b25186", "60b88ceb-6607-48e5-909f-9f15bba75410" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-02T03:37:02.015Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4e4a570a-8255-4521-b425-ba7368a26435 VfModuleModelInvariantUUID:bfcceb89-70d8-4d18-8323-cead86e4df75 VfModuleModelDescription:NULL Artifacts UUID List:{ dcda022e-ca54-401f-a857-77dde4b25186 , 60b88ceb-6607-48e5-909f-9f15bba75410 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-02T03:37:02.015Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: dcda022e-ca54-401f-a857-77dde4b25186 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-06-02T03:37:02.040Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:37:02.040Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-06-02T03:37:03.316Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:37:03.317Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml dcda022e-ca54-401f-a857-77dde4b25186 5033 2021-06-02T03:37:03.317Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-06-02T03:37:03.317Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-06-02T03:37:03.317Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:37:03.317Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:37:03.319Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:37:03.319Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605023317, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:03.419Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:37:03.420Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:37:03.420Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:37:03.430Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:37:03.430Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:37:04.320Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 60b88ceb-6607-48e5-909f-9f15bba75410 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-06-02T03:37:04.321Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:37:04.321Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-06-02T03:37:04.928Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:37:04.929Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 60b88ceb-6607-48e5-909f-9f15bba75410 909 2021-06-02T03:37:04.929Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-06-02T03:37:04.929Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-06-02T03:37:04.929Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:37:04.929Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:37:04.932Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:37:04.933Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605024929, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:05.031Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-06-02T03:37:05.033Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:37:05.033Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:37:05.043Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:37:05.044Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:37:05.933Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: 2b90ae49-ee1f-4992-9274-2c9077ccb870 2021-06-02T03:37:05.934Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 146ceb59-0ff9-4090-8a1a-82a50e93ddd2 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:37:05.947Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:37:05.948Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:37:05.948Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Processing vnf with UUID: 30bd4bcb-2acd-4e70-8065-a1ca23d459b3 2021-06-02T03:37:05.948Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Will get resource from SDC using resource id: 30bd4bcb-2acd-4e70-8065-a1ca23d459b3 2021-06-02T03:37:05.949Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel to get resource 2021-06-02T03:37:05.950Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel 2021-06-02T03:37:05.951Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|INFO|500||Invoke 2021-06-02T03:37:05.951Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|DEBUG|500||===========================request begin================================================ 2021-06-02T03:37:05.951Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel 2021-06-02T03:37:05.952Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|DEBUG|500||Method : GET 2021-06-02T03:37:05.952Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|DEBUG|500||Headers : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"830a1c6f-2280-4caa-adae-9b2a845f2a67", X-RequestID:"830a1c6f-2280-4caa-adae-9b2a845f2a67", X-TransactionID:"830a1c6f-2280-4caa-adae-9b2a845f2a67", X-ECOMP-RequestID:"830a1c6f-2280-4caa-adae-9b2a845f2a67", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"61b983ff-b99b-462e-8773-4756b6993277"] 2021-06-02T03:37:05.952Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|DEBUG|500||Request body: 2021-06-02T03:37:05.952Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|DEBUG|500||==========================request end================================================ 2021-06-02T03:37:06.536Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|DEBUG|500||============================response begin========================================== 2021-06-02T03:37:06.537Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|DEBUG|500||Status code : 200 OK 2021-06-02T03:37:06.537Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|DEBUG|500||Status text : OK 2021-06-02T03:37:06.537Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-Basicclamp-csar.csar"", Content-MD5:"NWJjYjIzMGJmNDhhMDY2NDVkODk3MGUxNmIwM2U4ZDI=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"830a1c6f-2280-4caa-adae-9b2a845f2a67", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-06-02T03:37:06.542Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|DEBUG|500||Response body: PKd�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPKd�RTOSCA-Metadata/TOSCA.metaM���0 D�|E~�-]��6@���)q*�H������n{�~�)�5&�I���������<��x!Tz�Ҝ�(�T�"+2� �48�'r�.Tga��+�`�CH�wP�{�{C�ɘ;fr6T�!�?�Vb���+�t����PK����PKd�R,Definitions/resource-Basicclamp-template.yml��r�:�=_��ܝ d�E=�3+�v�X�%~�$(�b3�,��`�MJ���88� =˕�� U35O�LW� ���9��`�� [G��8�_ �Az�� Ei�:4�����c �,�J��eEK��� �̄� ?�*,��B`��N�%�@�) f�p,C�U8^�� tLI��dY���)ȕ���I>��'��F�e衕�쎩��D�&�g�/����9P��s��������D\,�r�t]���xD- _Z җ�!!L���/Xr���_e�!����TM������A"N��y��І��c��A��#P�0P�f�`s�ʱ��׋K����_��2l߫������nIPo�B�-tζ�⚩$��d��ż�^P�Gj�R�����B��"�%�ov��@�?0^,�Z�Kk�`%e2��-�]s8l7�m�%�=�2�u�6Cٮ�r�d�Ѽݭ�#��L ��<�žn�vb�4 �X���*��EM ����B_���Dʏ� �� �@��f��L4�E8�S�uqJi.e;�FS�BI;�j9�����kR�)�n��]k�h[�'j��ἤAH�-S�V��U������I������TE���"�Ģ?) �W$a�)1x���F����(I�e��0��D������V啥�������z�� ��)g���۳�#G���rJk���g��t~?�Gn���yr'~Z& �ŋ�&Zb2Α&�x��&�SLY�����A��or�Pܨ����@��K*�Qi;X���ql��8�������8aj���F�W�}� �9����O��d��y:����ǫ��H﫝��h��|�����\nͫs������>{7;_Pz-��ޟ�K��~_9��y��l�ޔ�����s�ݧ47,�|�˻���� ��_o�˝vs�/���/N��8V������Y����.g�ǣ?� �d_����n��|��ػ�����F7og�����a\��xZ������ϫ������bͿ/�#xrv7}������3����q�[�_}�/�ͷ�����3�~@�ݿ?^w�.���\��-��;Ǹg?=��j?&�F��O���; �\�k���gLh}n��ބ�����h���+��Ջ�b/&��;C���g�G�?�x�o�o��� N��§�:��p�����}�������moI���ﳓ��z3��>���!��u�s���Y������g<=>߻�;�[�~5������������߃�#��c���EG[��%\�R��pwDI� �G-��L�Ö�*T�]��2��/b(2D8za�$L��]b�1��d�qU�T\����8]�Ϩ�IK�j,��}���|@�'1� �WҺ�NZ8���N��ChA�vR,fd������kW��$zk/ ��7x����\�xW=�q2�X6�?!��D�Hi�� ,.9q�6�W=���]�9&Ա\2��Q���嬻HG3H�U9��g#� .4v]}��̈�R-�O��X}ﲃ�QIa�.��E�|cU]���w����"��(&��'�+���S�u�&�@�i\O�|JIǐ�n �M��t*Od�c���f4�)�-HSz<�����B^@cȴ<� `&,@S��&�25A�}׳ �3�B|^e1 �Y2�pI�<��:e&<;�|��l��{F᯸�U����� �t�:�J ��]z$ff]l�8�)�f��bY].���*���_ݮYlU�{gU���*��>Z�S���t,�c��/�tQ��%�.�M T���o�3L�8�����2V0\���p%F�<&.�������%I'�II�����-�Q�/fw��������À��g���X�x�IPʭYsŪXW����@V^�%�9U.���סS�:2�rdAOU�~�]�؝�C���bn�O��#g��i�UM����C8�X�>��A8H�ޅ��n4� ��"�' 3�ۯY�2��V2I�V B# 7� ��i��(;�(��HȪ����4�Bf�I�=�*��Ų����HU�����ԅ�*��.���~X7É�L�=%�{X�=\__�ޟ���gwW���# ��c��2C���P�M�=��*벫�Ah��L�p���]����TR�+�Y0�.Ȣ�kh�c��.H�WЅ#Ε& ��0�fz�Q�� �8�s�^�,2iUV Ae$�p�:"�*��<��8����W �J�{L�J%�t�{2I ��8ғ�w�f��hgP��"�}O���Q��h*P�,o�j��m3&�]=��� �A�q3�c��+����}�$����+��%��~֚��3t%i� C������ �5� �d��΢�WZF�R�i��Y�v����!Bf0 �_q��@}/o�S�TI�2iT��_L��B����_Ra%�*�����s��cSp������ls�����T�H��{��� e�����_��)�j���LZ��/�d�(����� 6TA��<��v*��(Mk�6���z����jΘH�_�Mj��6 �D���G���o�P�*�0n�֜�/��Y��,��J��Ћf�� �;��;���� �[E�C�O :���W;c'��8�r#��ǂc �3��N� ����l:� 7CBzF��*=�� �S0 ���*�&4-I3*�i���ǂbE�1���p�X�0�,)� 98��ӵ�c����3'\�=����iF��жu-��\D%�� ���3*���?�佁��%�x��߇B�5��Os����ʟ[9�-X���gɖ���lgL��= �K�\�A��=��`��Q�4$HL4W�m�c�aj537���F?�U���^ 5mHcuAσ�ݍkJ�*f� [��!�g�VeJ���� /'�����։GMg�U�;�rR� h !I±a��84��2���dN��)#�$��XA*���)��* ���X�g�*�8�/J���������ht4�.��G9*�c��CAS�q � �ukI�\�\��:�˲��Jr�*s�g7 ��Aݏ�e��W�&��@�R�~�7I�e$�0���p� ˰@ƙ}6A��fo~d ��� ?�!�1<�J<3��@�Sv2�̄ck���Te,DL�k U�s�%��1���)���R��QpO�8��ق�̠ݾΒ�t�@QI�!�smR�8��>Zlx�����\M p���J�7j<�k��J�Z6���J�9�Z��i��^ j�]{*�4�R-��#�&�e�Z*��E�E���l��;����Gkf�~��ʮ�D-�5J�� +{�S��Zi���$���k�t���hW�_˴�䠉O�y=��z�r��kY��51*! 0�� �a����c2ջO�&��щy�#��sh �}* ���QA�y1�A� i����ԅ[�s&�7���E�;����K7�Gg=���Ko�{rM3@����-���\�D�}�O��;��Įeh�[��a m���K�2n�f�Ƒ�<:g�}'ڇ^�*s`���%���� �3�,�*M��E���5d�PQu者w9y�[=�+��u#}����k��=`G����r�}��Ct��;����|K�͌Z����� v�?�����W#x��i^�0{�f(��|@GA��:�^k'V��@�o�%6���o��%�N�8�����p�x�4��~u��� ����F��>T�R0R>�z�T��\��HEOz}[ t���d*��)?5��+�}� �G��>BJ#�>ۿ-��b��~F T���-�6��W~� ��R�~�������%P)"�?j^ͮ�� �ˬ?g����k���C� ��8��A,ͪ`����+^Mo�7|�4o2[a�7S@���5Ł���W��W��PK�̡��]VPKd�R6Definitions/resource-Basicclamp-template-interface.yml�][s��~߿���w�$s3U��x��L�q��r��B��Ʀ1�_��[DPHB2�M>!�m}���k�(vT�hPG�[����a�d�T<`JE����bB��?J��5�.$�ӑ/V7d�4�C P@=;�������cd�J�I����@�m��H��?�`7�ju�lc�[U���I�ea�*7�*t[$��*���LdlC �شe�� ]n��L{U� Z@M� 6/��C P���t�Ym’� b���k.S���x:p z! ǮE��yi�)��ix�/$V �&���J�M��o�Pu�k�O�lI��-X j�ؓz��M������.$κg�l��U��P`Q$TTl�h��/�ݔ��-cl@`�Q��+0�H��7$I��L�L~��j�� H-wE�7Zc�z���@��4��5���2<5x�j��]K��!E~�HJ�a@�0�b#ߠW���Z���Gj ���E�%��b�&0#vLe��*�E���h�Y�X�ҙӏ��X)����O��^K�\ |cȬ:��1�p�� A�r�(�{� ��v�� z1�;δD �ٯQ�.A��Gm��U�����߬j���3G�{�^�͗������O�|�}|���5��gc�%�m��[��+�'��i�O��OO�M�ex�D���[��&�uN�蠆� �̫֮�V�C��ۼi�^6�y�U �F���L�z M������eͪ>v��;�r�stz��nU��Q��`�gO�ҧ3�h��λ��:��������a{����J� ���K�' L�7�~��ck�k���Y�5���.g'�~���Tm�����Я�9��޷z�ZԻG�n��l�ޏ�ęU���Y�f4������R�+�������������R�i��ۓ# ���a�vyۜ���?���S���������3u���~~sXs+��Z�`�4�4�#xl�zmY�ɽڨu��:���k���K�66�ڷ�y�q8�Y��/w�! t���ϗ�~�Z���Լ��:�[��ϧzyj�-��C��?�78��)���.)�4S���3�@b,d��4���Z��i�$�8����X�{�؊Z?b[4@f�X���*Ȏ3~e�X>�+��)������1�Ñ�.�j5�m)��6� ף�Ik*���܎3?���A��i��?k��T���|����+g��3+�C:��n�kQ�gVd�d�#��Y ޤ5b�_�*��{��@�-�@��`���G�q"YJ�f?,`0Kb1΄�XϘ�ދ2��ЦU�R�\.�4��xi�-/9��c�� ������(�iď]�5 �����B5h�^pw���� M�Z��M� ̮C=(I]��8Fr@ ��$��ע�M�=�XC*k�㧦���41 �1�!��Ԡb9���K�v�R�-I�n�7�ڭ��HSV1�;J� &��wC=��j)B�0Ƒ����n���B{#����GD���C�݀�-���H����]rLyx�D 1%C��Y!$���V���zW�����d�d�E�R�k*��:1j��8ECAI�Tq���hRr�bd��e��):̉�V�A�wnB�w�w�,���Y��<�m�� u��������p0SX���'I��>둲��C�O$�`6RfN+�Ê�\�B���$�T�8+]�����j!��v�4ޟ�-��E�5�@|��0��Z�)H�?�젝+�J�:���c�b=(1��ʴ�!Z���p^��+��{�3A�"�uh�� �b�����̌1y��4��I��=�c�n�!M Њ�f���E:WDs�c#����ϓ��C�N��#ʩ��"�BI�Ƨ�\�_TRMi�L��|�ba��D칲���=���:YQG��[�D����dĜ]��M � �dɞ ���N��d˛��8c�k�&Z�Ui���Eo/!r�˗� 3�����-���t���נز����u�V��sa�2�VrEaSLD&a��7 ~��z]x6�r�&Ul��]=6��4^�����8l�}Z�&�O|�.��� } 3%\�v%�9��{�4 ������@�.ikô��o�y`!�M�Ő����!+��\Y��ث�2 s�G�-v�f���o#/N6 1�=����5� ͯ�P� ��}�ȫ�'/̊,�-d������; D�2ˣ�O�*iM�»q ����D̹� ;�������\�j{����{���OxŚj�继РA�V�#ytU������A�c�"G�(��́��z&;s=�n�c���gϣ$]�P�kM�Z|� {�s ��Qx�_D�W�+jm ˅!���Y◵ �=��5�+2�o�,lO�YsE��X����l��h��F�.�Hv��[������ʟ�+�ZR� ��-k��GhO� 0ěW ��$Q���T� ����D|.i}P%gP �jϔΝ?�c� ���� �*��w����bZ�o�辚�Ř���g��(� ~�SD �d �\�%~�Z���=��5�+2��P�cz�Lق9W.WA�=y����4q\5ͩ���G�G���%�Z�J�2"ވ����(\�� �=��t��R�����h���o��^�~��̐%N������������ɢ��n ќ��F�< ���F�<˸�DY�w׾�kN���2��:�8YR6Z��li�Ɓ}��݅]�6X�f�U�RȽ*nD~����f*l��t)��x�@��%��PK@u�� l�PKd�R/Definitions/resource-Globalcompute-template.yml�Ko�8�����=H�I�[��.��tQ4��A�c�XJԒ���l)Io�A���1��i�e�at�a+ra������ŊX�eDVHXi&����*K9�tuE��T �ۧ��V�v1�O�7�d6e�ɂ�o��bƓ��Na ������rvM��b���bv=K�l�1��L����%ۢqN3X����Py������ Ӣ���_��` ��P�s�� �-�F�^�@��ݓLa���0ZЍ��e0)h�V���{�f��N�#V 9h�0͔�s���XM��t�X���wȹ�+������[�܇W�_A5X�4���O�l>+��6���{w��+m��*!9f�JvB�Bb1.!=f3+�T��T�M~��]����I {Q�l{��N��oU�4م�����MkLh�+[�۵�$;ê��S�ޥ�@�0d"m%L[�֪4��%r���z�U�p�7k�����:V#̿){�@S�� ڬ��~�z���D�� ��kЧ�����p���oU&K4�o@>�Bέ;b6঱���� ��NJ��x�8=լ+����;IHB����O_��x8��|]���+�q�%���Ш��JX�����^ ��������"�=�zQBG³Ĥ�V��j�I�n�7�gm�0�^z�k���%2�˶M"7��v�A!he ��d�x�>��kQ���NB&:~��_���9�U4P�VV`ld� o�0�(�ɲ^YEc�k��w�V`(����6t�1ks���9t*���y��CG��I�(|��၂F�� x�RMm�<��0�����]��N؀���ui���z��d ���hE�T�=6�x�"�NE=�mw��T�� �'�8Ȉ3� -,G�D��"���Z�=��CO$�w���h1��B����} 4F�'2xFb,'��*e�V_$��N��(�0B_kp*�aQp���.����H0�3��a�_Bf��s�q�p�Cѡ�~�e1���(8��}r1�'���e��F��|���O�~94.;��w;�G|���r�]5�j0�Cn# >�B�n��q�/����d�<�PK�<KPKd�R(Definitions/resource-Extcp2-template.yml�RM��0��+��m� ��6�-���eQ�TU������ذ���NBH���*.�7�����Y&��Z:i���H�?Rp5eeY)�.�T�$��JtL0����gF�i��Y�0S����U�x�'����XDәXDy�gQ�@\0��8�b�JLa��-���+�r����w�v�4Z# l��rfܥB`J�qG$Xn}5�3BA����z�?9sx0tI�3j/����oн� k�%jg=Oh͉8~C- ��y���]0��+�+*�3�0����"���4OF�ڜ�}����7ސ��(�)(��mj ��ʓ!���@���b�T>ޡ���RB��+8�j���@�4T5HKWFI��'�X+aZ���zp- �f݆���|LܔU|�0�U|Nb ���j�YH;�GUc�n������]��@H7+%�!�W�z�ÁY���u]���D��߾����o>=�7�����LI�5f�����ѽ+��P�z�Ώ� ~���7�u���������AG�_'I(R(��8�PK=����PKd�R,Definitions/resource-Novaserver-template.yml�WKs�6��W���@ղ4���+;�:�����N��K �(����w %ʖ+���T�B/���{�My�A.�pB+/�X�3矬(J q� ���I�g��� cB-�\����՘�9?OG�h4����|�D��"����!���l�'(���Y���a4� ��������GQz �i6���2+^����%�А��M�(�y� �Yƙ.�6l)�����B( ���=6U�6'afKHE. c��[�袬0�3`+!%K�U�f��s�Z݂;��e���"�� H���U��� ����&GS̊/B͑{����()�^� � �tk,]���1a�uF���T� ��G��ګm�flr��D (���&�[�À���<���w�̑a�~F�H�U�!c� ʙ*u�|���ʤ����ۛ�;��#׷����~�W����ϘyS ��w�N�@�qv|��Y�L�����zu!񑪖\�b b��'Bbl�t� ��e����zh��FW�\��<�Z��ɖְp�� z�\�g$g㵇��{��$a��^��2O{!* �?��Z+����J����b�_I�2������6&#�%�M�2ƳB���vMi͢;k�V�Ѥ����4���:��v��� �}.-��C0�[���Vp �ˎ0#a J���Z딺=D��GY%קWT��k�ν�^ �O�v�E�8�n\�8P ��[�;}U`W\��4�]�Ϋ�FX��e���U����{�u�v��G���0��b������f��W*V4�A}Hi�Z�6!c�)�BYǕ��v��+ۂ�d`񿁗��J��MWs�5��H���Ɩ51y|@V�f��믐Ս�ò�K�����_� �`�0pk_�i�'KS�����gH+�hR����zPt��0h�n���ao���'�c�a��1��%ޚP!ŕ����u�ү�XdG�_�w�#<��M��!���؃�b� -����U���I�����5�� _��?�R>[��6��{�1�7��c�.��������<��&zʿF��I䙗o�����[3�U�#vtP��V�˷ҋO;��f�~�� ��!69�M�5#ju�VxF�Mhq'(K�7�ng�������>���9��?���xb���[@���b��֗�}��I\e|�(¡�Óח����������Y �+�_�h���'Z&짉���0��eXh���-[r�>�a��U?�*l߰8vT��W�ؾ1�%�U��׸{u��+���q��FS�v���n�X��N �e���T�8PKj���PKd�R.Definitions/resource-Extneutroncp-template.yml�VK��6��W�Դ+�����7����6�{ �"G6�TH�^���zX�nbMჅ���Ǚof�e4� %���&0?b�ʊ����h.�q2��(���B��P#�r���YL2��8��a������'����,��/p��L~y �Z)`^H�Z(GRj��]�JI�[�!�K&�-�V��b�(4b(�e�/�m��J�$䠜E��K�� �&&������S�� �_ 1�d����65�(��ۛ7L�6�ƃ!Q��>�dB�� �v�D����K�� k=�M��"�M���Ԁ�� kQ�l{��xetٷ�$���R�����6�JiW��Zu���_6io��*���鼈�F��6Q�.�˪�<�E��l��4#�0��ӏ,lb��F�]��x�l��j��Q��꽤+�SR�}˅���1i������:2�b�J ���F0H� ��V�Ø�Cd>#:�X�G"}�6 L؝ʗ���a�O��b��g�:G���]릷��9�aQa�!*)�{Ӕ�0;�$��o�KR;"�Q�ރ*(J�;d�U9!Q���.�l 9��j����΁h �Eu�i�h��j�P�o�`���-�?X�/�2�T|϶���oCe �-�ur��������}�9@���uxw��PL�A�8�g�PL��?�X�����rT�����8'����ۥ�����O��Զ+�Pj��:�@!) +�E�u�>>ܟgYu02f���\��B��4OR�uXHn����u3���m'lwU�Q}��?��ץ���A?��?�g�'�8��9g`}P2_�}Z���Z;�q����h�S�L�sȈc���X�_��?�:��B%HIY�BFgJ8��ý:m��p"~8�l�td��E1�pi:�X��w����S�$��;��/~�ޒ��1�G�{N[��V3��A��C2�|?.��?.fw�V��<�Z�~ȑ��}9XLǑ5�����c�F������X��{ۖil/*��E��a��T�s�{(��au�K|����PKT˸�J� PKd�R)Definitions/resource-Compute-template.yml�VKo�8��W���A��*��[�&ER��X#jd�CKRN�_�CIV���j�"�ԾP3g�y���qHs,�^��=ZG���F�*%�5(�.��L��<$3Ƅރ��f��*a��x�!ZBv�+~���"*�8�Ә��� �j�q|����ut��AD��h�^�EYvV��u�ي�&�Ҩ��H�9:nE���XZt��c�,�dƲ�������ȡ����.�U63W"���ч����&G� �d���F�����߁')yҭأ&�T¢j��*����AH�d����\1'��%�#3�8`�h��f/r���*�{.C�d�3���譬�7�(�m ��1����� e�"T����&��S�}]R>���5�[$�O�h'���G1%��>[q_�P.*��,�OD�؄�\�`| ���+�-��m9_��!_�� �#�+�!Y{�bF�i�w�,j �B[2*�$3�`^+I�в!� ;=�2!iƐ���Z�M��N�#�Hс��TcT+�ԥ�����A�A@k�[�C�@�C�ia3��6]c����W�F%#ح1����g1v��h�84�����lԗw�G�+kQ�Gs�El1Xo�/n6�Wo�z����vغNb�Z���ה��l�)�S����۶��t�d��m@B��v�9�-aH�C/���t��������( �'��M����_[Q����d:��HR2c�����7!7D�fVo�j�Q��|�f^dUs4�=h�vb�5[�j��X;b�SM4�:�ͽ�$V;㦴����d�?����z�3��s?�AF���Z�J����8��G]sO��/���nU����D�Č�pRS�����S�XT?�oF;�΄������_Ў�φ/��vĤ�(S獅� ?Ģ�>����P�~ �:~�]����N�6�� ���� PK�Q'�� PKd�R/Definitions/resource-Securityrules-template.yml�T[o�0~�8o�D-����B�n�^#�>i,;��N��'i.+b �J����;�8m9�&RI'��� ��C�6Y��˳x�&9:&�c�@�3�)���F0{��뀱�"�o��3� �d�Z��|���j�<���|��� "��Y̗���^0�\Y�#���4�U�e��P��Y�:��y, �(t&yƓ) 8 ���$ B���!9qUA�?�Й3�Gm���B#9a�<��Y٠ե���Jh�����<�R��0�c�̒�,���YL?\p�k�ٮ�Hޮ�&Tn`4 @���:$2#75VyFF��������Y�2���)C������T#��В�F�cV����/$�XKaJi���pM���]��C]Po�΋�\����s��&E�B��Y���_:�U8��FRP�O(��輝��ý֮���( �m�.�#ݞ�Sh���؁#�k�U~�z�UH��J �ͫ��;xN%O� TH��S) ��W*�Tb�)��$,�8���������K�El�Ț�1�`&����7�x��F��%T�T��)欗<��Ǭ۱����?'圔ڤ�z z5��AŇY0��������Ӷúŭ�;Z�k�O�hw��˔���şV����� \�~"� �>��/PK��{�YPKd�R&Definitions/resource-Port-template.yml�SMo�0 ��W���� q�f�mm�a��E��AYt*T���K����{Ua-���l�:4{Jy?��]���uܺwn5{%� �$�wԂ�Z�j�U�@(#�Ĺ�Ͳ�92 Z �E��^���� ;�̱�����x��Ph�<�O�9^�a���k����X�ŕ>h�N�-�PK �\ePKd�R=Definitions/resource-BasicclampNodesUbuntu18cvfc-template.yml��r�8���i2s������v;=�Jܮl���@�1�6\����$ ���Q�R�����-��8#���"��8ʜ'�f�Ǎ��] ��:/8 ���� i�=��+�b�N����?�~c�v;�%�-��.Zӽ����"jܝ���5&�U�vxs�� "6٢��?���p��n�r���G8�7��3FH��E�G�E�Q^,��O>' M$eI^��6�#~�8���$��#�-�YEF= gVD��*�Xd��$��������c���XЈ���� �k~�fy�I�)��"%���8��ʇ ��-�/4�8f� �ݠ�3 ;�/B��w�@�q�g7W��Q�oY> �B%��0�N�(|o�� N��XeDl�AS�RY"�J5�1� �j���8`�Dzi�Ap�yEW���qU�B'��(��� ��^�����s��5&�9ՁE�H�9����yG�J�w�yT���ק@�+>IVZ�?����h���� ����}8��ImA`QI������o+�R���F�Z����JS0IJʼ;+�G�U3>!�zRZ:�(ܪp��<>�8Mke0�Vr�HN#8{!���S��Ni�J��:,�놔��`)��L��i��/NFi�����ec��%�$�e9�oV�2�đώEZ~k��h�E�K|*�n�!��q�Q�)Ʃ�,mC��#M��%b��x!H$�Ϥ $1rZ6m�U��Ԍ3N��8�Ӂk΢5��������3&_�A�1���"e��#Z�K����Z��'\�@?��*���i��5�C����Dh� �5^+{Ub ?�Oq���j+�P��N������i����e`����w�j䝶$�"�>;O8(���6� �}�wm�epqh�ݠ78��L��R��4���d9� �*��—��5�'Z�^x��,�G:c�:9>�@�+�\<��ۃ�UZb��9�p�����'�2�>S�}�s�#�i�!;_Mnj��d`�F�_�O����yI�h���4X��H�}�1N��$s��铛h���"uR8ۧmP�~�}[�$��?r"VIĊ}� j�RcU�ƪZ)̅��]�)k�jV���f@�)�F��g���"��2���hDR�9gY���������Rq����2v�&�����,0,�t��̢��6�ȟ����rT�����m�Y�p�R$}0o���d�F<�y��^�Mr\��LF.�^a6�SL���l��d��Զw��A��j�����=�h����s�rM�-n�Blr��� ����j����E�nC�x���z�9�E��!���+�͖�׶���]��v�F{����m�����ms�MJ��T�?��C�$m��8��*2�(�P@i�*�'��آ��U]��Q��,� p� T�3�L���]6������� 6��M�%�m{��Y��N�ׯG��)��Ne������?���:�7�o�;:�,��_8�u~ā��2n0n��??}r��}�q�Ź�p/m`�!p� �9e��^6��t����i�N�C������;y��U����4#����c��7�yq�V�T�����.�L)�� X�?���yx����W�����KCN��L��T����ɤ#$l��/?1�>� = ݆M �`�U�G�P�r狌�5_7��A�7s�_� �Gm��q��~�CODWj+��T���#��3wݩD0�0M#*<�RV��M ��?8K�d*JQq�Ox��vʞ��q�R��u, �]u�޺ �� ìן���~���j3^ ��˳�5��i/UF��$Ӥ�r�c�Ӗ䤍��2�m�N�r�C�+4"㬶���Ƥ�H��m.���ov�Pף�ιG�[F�E�s��#9*U�s��D���w y�~G��U��KS�ЧӒ�`!��e�;G S}F�F%��5M��@�3��[S�)uD,��'�NKF�7�j�\��,���,�6� ;��zy��=�z(�%n��q��t:�('�N; '8 F�"�28 ��?i?���x��Z��j��4�ċ ��N�S��r�ެMW/�q���.��5FҎ$d�z�!���ūk����h�d #��M���n}�����X %�+K���z�LM��o`~��?p�.���'J�*��S�C�=�Q������[����ª���n�RWּ9G����o9�?[R�GR��yS��/��A�Kp��#i$7�%+��G��F�]syg���Wx�ܬ�\����K�9φ �4��1���Y3��5�%��Q�̿PK��4�3 dOPKd�RGDefinitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.yml�]�o����Э}���r�f��Mv�i�RM�6_$R������R�E�Rl'�L�ɖ��p����Ok�F]2�4\� � ��$ھR�(s�����5�� ~ ���OW �/ |�,�7��t[��2��m�'0���x�r(�O�>o�J�c�ۚ�^Z�E�x%E姪�4�K�3�+�}�$�� ]�uS9�mBSY�����T��S"�2�T�J�n�$}�#$�EI�O�PZb��/�٪E�uu�ߺ̌J��ZJQ܌I�I�����-%���a� � � ���2ǜ"��⸠m�$1��Ir�������BVt��r-�H�5-p����1�j�'VBqJ#ƕ�\3kLD_�U%�N@W��W�]�S��[�\�c+-$X�_k�5]Q�|��.0AM�l�����$&��]a��$a װ�هǮ奜��B>���|u�ye�%�dz�ܦ������o��l�����8Z�F�j�,C��Ճ����d��d�6���a�l ���F���5���*M;T�Jd�DK! ��n�Tnb�@�`K��V2`}�3�mp^��w� ���럝�Щ�P�/�=UMk�P]!�'�oM�NU��te��>:?>�J���M��i�7)��xE_�f`#�W��@,l�d��P�Fer'����!N\��� f9��)���~�;�ȷ�!Z�T��A�7��̊T�����.=�B���I�d��&�8��c��jlt��cXV��AÁx<c# ��K��ˊ�Qͻ��~��y��XQ�X&z�T�r]��I�ډ�z���\y�g� ����g�q���*^ *�E �#5�^�x;�0AD �3�ﯵ��J�?��IS��p��@~#З{u�Ot;�z����r����}��0�b�Kh�$^="�(d����U��_���H�Ʌ��v��A��>��_%>����Ç�>�#� Ճ�f* ����߮M &�0Usb�q3���}��� d�o��S��9��AC;�/�v;�z��h�ϊ� h�7�A�_H/6JZ9^��ۗg�]U���~�̓8�VSO��8K[ �M���3��PK2��Q� �>F��vf�:�5�@�$� ��ɽҵ�� ]�T�Z�K�,hR�`hc�J�q�������6@� �z��=�ٳag㤶zmNS0�Kk�4��u�3N�5�F���U7�&�KM��6"cBd���`|�L���"�o� �J�|$Ӄ��v��(h!��,#� �:��g�A� U�� � ��o��E� � F`:�\���H�6p� X�;3VG̪�s��!�Y��gB����`��{�H�eC�jnUʬ�GL�Z ���p�)���䙇��l?���9�z����5�4���ѥ�7.�5Vҩ"�avl�3�g��җB~�f�[/�}l��k�/���\c�'P�I_�[�-~K �w`)���|U���m�| �b��!Q���UpJM�#e��Ҽ6s����ˮ�xK}ms��3r�%��[�*Q2댿g������Y��HKL��Vo�{Fј/���ǎ�2�l`��o�**���H��٩c���[E*�'� {}`�xe����{�Gj��ZZS����{�n���0QFd̀ c��!��\��v����љ9`@P�٣L������IoM�z� Ӯ(��:��лza�~�8c���Lhl83O=܄���,������u�:8e|?���;���������wY�s�^�Ks���U����܀�E�_���?����y��B�K��4���%Y�P��N�D���B�� "�N���r�D�� q83 ,��0<�V����8�~&=됀�d�O�5- ^�c�35���c�["Ü >�:$` �}�� 1W�F��<�im04�N�t;�H/�Cg�ç>��dʳ��ߒ]����/͘�NrX��{C�4��a$q�+@jC �#[}E=������+��ͻqO-�Z���+ߴk]\|��F��������pm'�^��PL����>z!˝-�y¶����7�M ~���c���C� PK�|��\PKd�R,Definitions/resource-Globalport-template.yml�WKo�8��W��� !��<|�&���kd�\ ��F2Q�Ԓ����R�X��HԀ�C��<��8�� "����K��(�Sbܑ�Y�B��Y���Q�F���!\���T�����)9���0�����ɘ�z��󘞇1���1Z�ʓ��.���o2 �wFco|�):���]����L�� i��ʠ(�ύK�r�ф�ĩ�T&�����7K�I�N*.�hNC�b��}�f�9�Z�'���(�P����Bme6 * ��D$Ք|���㽅�x��R�Ì�����7tne��B@o>!옾�yD���x��8���R<���5���:���U��P�*H�����=��A��(Y��JIu�˔�g!kY�B������ꈝ�-6h*�*�e��a2��B��~ ��$�7�r��a'W��YE��J�-�EH�0U�"�7&�[p��\�k�\�F�ˆG��ctEn��K"f %�˟�8�rU���:�l m#ױ��6�jP���:Q+��0P[���+˶r,���㗞��e��D�\"��[����v�Q�Bp �"5]h�2��0A�s����p����-e�������Q��DZj���ݼ>. ��2���H�M � u�bg�<&�N!:dIW�n�U�䦎�#E��j��G���q���8��ڤ���]�;���R*^k��Wu��������R���+-ɼ�$_P���UTA똳ȁ����T�-�!L���3 �1q;�[�l��&+M�#㌰Òq�ϟ�g���Q����M*|��gl�kj8�{��l�%����"X`\hC���'`���Cmj��\X}.�-��}�}{��g�ob�]��+� x*����fn�q���D��@W٭s��&�$s�Vۈ�-��}�6�=�M��X�=G�:��Ȩ��0�������u#[Q|��r����w���4ߛ[��.�����[�� Rz�lR�_�j3�� �q}]V�%;�r�=����I��;\�(r� 9� �+���ȱ'�#���}[��{m��'oҍ�y���{0����x��D>��wX�Z���j�5���=�05�kc޻�q�7��o�_��PK�yi�PKd�RDefinitions/data.yml�}ks�F��w� FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$ $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X� ���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W ��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gV X'�u ,VDT�� U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����> z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z! MKs�C��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�t���+���>(�#�e�����*�� ?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G �`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:��� �wm�o�O��ܭ�[FdZ)���Ғh���Iq ����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[ X4�,x���ZE�퐞�q ��$$����(I�#�B���O `�,�ܷ�j� ���r��e��ӚR_H�` ��z�:����Y�N ZCns7 ��a��S��-��=E�2��T_��FA�Eևx ޭ�ަΆ�& �2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}�� ����q��DF:^��M����VY�Od�����ב݇ =T� ��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���I lcж1�-�V ��jT,�P7L� O�#���c&�@I&��tr��X `Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z) O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U ��v���X��[�wۢ�%��O��(���{�^ b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h ���{�je����c �%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#��� ��Z�g�i,�<�)������ᅴ�� �Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0 �>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6 Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o �����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[� ��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So� X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ�� ���c� ~2y��!]V�{���60#t�R���� �l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_ e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�& �Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3 aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r ���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ� �]��s��.ꤥS�7���sx� �5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D" Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q� 8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#� �Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O� D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯} �X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/������� '�� �6'C�Ֆ玱������U��� �p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj� ��O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5} ����� �kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0 �(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp ����{�J=�.���.�?� ����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД �RY�_# Cz��%aT��' �(���U�����Q�X˛e��h��X?/�ϋ��b� 6���0���jq���V�5Ѡ�@�WJ ��ċ����`��Tr3�Z�a�\1s� ^V�x�% ���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��| UJ���mj�c\�#���:}i����i�~�zh� �G�����e��O���U� ZM�m���Δ��x^��75�EFtf���$&Jd ���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID� %��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me! 4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>�� &�y��ޤXg�Z����]�� ����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0 ��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i�� )���_��/ڸ��2i�w���q��g�P8 �)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7�� Dm/�;�}R(qܥƕA��~ ��%9\�� r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw �z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x ��+$�w���ñ˟K e�jn?�S�V� ��y�ap����= ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq�� �%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F �x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2�� o�De��\��B�\������2-�����Prh �τ��R�j�����X1m� ��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e ���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{ "&z/��r����\���i>��'�)[*Y�- �/c #��� o5��7>�L3f��� -T��6284����=���3= ���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`���� J�W� ,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7� ��a-�W 9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ��� ���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J����� �1� LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#' �B�����q~ ����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{ x���U�E{�խ��4�@� �}�%.�L��i�%�Bӛ��s�b"�~�H] ��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A�� ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I �y� �G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ� �����LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D� �X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_} $N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y���� ���`�W�� 8" �f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�] � �\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG� ���z���$�( F$��2Q+��33S<��� ,�z�]�h � ���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����* ����%Vi��J+'r��X�V���w{�T%ZU�c ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X���� >5�Pm���m.� �)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b \�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I� ��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�! ��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*� �p��NJ��u���zg|�����p��s ��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[ �D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG ��Q9 �[қL�@��ٗ���j�+C����Ί ��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ ���Ome�Q�F۽ v2��L��x���HKWi9^c��8"�ld�c� �Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n� m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x� Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5 �^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F ����UU��ط�����].�ՄS�rȆ<�>U���i G��^u�`�.���q�I� ��u�6����_eFA�J^�9O�q� \/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�: �[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB�� ��%����7oa�ף�HvҜй�I�7Y�2`��mO� <�_�?�s��Lő�H ��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+ �F����Z��V���M �O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM 2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù� hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ �y W��� �@I�_�-��6ZȘ���!~�� �AV6�oC7aZ:Lᜬ`��ߐE bL%����hF� �L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM ˫k(8�TӨ��B�p��v��p ,��� �k(ܻ�Al�j��V����C���z>�6E� ���}����������E��e{��-d�f%��<� �V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;� DE�&�������$~��Թ �*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.� �E!�����- J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5� [�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{ ���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_ k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ ����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PKd�RDefinitions/groups.yml�X�o7 �_A�/)_��-+ ��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x�� 預 o3������:�>��r _WW����t �Wp|9:^/G�� �o��ptrH�"3x[Y�O %�s�q@a" Wa& ��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!� b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*�� i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�% �V�¤=GLjf��P#3��`��'���nZ_M�2��m��� �q�EVHlu���s�́H�� )%F!����.�坻,�r!���Y�g�� �F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^���� ��A4�#�}n+ySc �pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX��� npŷO�� �ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�) Bˆ� !-��H��Q7���@���[ ���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{� O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y] �(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PKd�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|�� %ɛ�+� ����sU��ΉT��� aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u �1�eέ%�-����j��!���)Q�Б��� <5� 9:!VenJ .��Έa�m5�����/*�q�� n��O���� ��mp����w���O����-���\|��� >^ïw��;�up}yB8� ��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S� .s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�] ��]�/����$�}�]��y �ծ�"Z���n� �'Z�ۗ��ѩ�&4/�� Hk����������'?'�M�h���4�i�D%˂�q��$���v �������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r� �V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��l n���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1� �^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6� L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6� �vp�g��� ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU��� >A. �5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v���� �� ��U ��}Z�W嚚�Y�� �J�����`�����T3H�������m���;��=��;�= e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+, A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|�� nk�^61�c~���LLo��ѿl�2=C�[� g�*��|Ab"���"SR���æVx�� ګ�!��RV�i�_������JK�K b@OU�Shb�J� e�@�j���+E�V��\/ r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY� Pv�@ȍ�`� J -���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3��� �iȶ(g���A8h�M�"��&"b �S�'�W�� �rN���7�T&�7j�*q:4hc�� )2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�# ;:�C�H�B !6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E �a�0�!O�th�US�R&2y:�PASW��"�Obh���'�� ��P�.��څF� vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d= ���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat� �a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9� ���7~F�&�m��Ȭ� �3W�z�E�?$W�&�;C���|�# 靈fX �Wb�N�� ˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n��� �7m�8o�oY���@ }mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@ @PKd�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQm r.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6 �'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L� ^%.��#Ǜ���4 _bQQ�����iڇL!���k���<��q�W�TȘ�]����Y -I��&5�4��H�>�M�J ��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[���� ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PKd�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج� ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?� ������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{! J�0s�� ���1o��*���Z8��;i ^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��] WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv��� ^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^� +�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@ �3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U�� ��(�p����8��G���Q��> 7"d���@{��o�^�Ui;X��x;�� "i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+ ��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X {j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,��� 11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������ �LP�Q��>v<ס{�Q�[ �;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�. ��SvDI�m�'��:�%O��ӛ�Цթ��� �zv,�_�y��w�Fk�{�j�� {[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/�� ��/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o l�2@_��ʺOȖ�䓲�������y �)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:��� ��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PKd�RDefinitions/artifacts.yml�VMo�8��W ���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s����� ���W���ہ���  頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t� n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*�� �d1c��r� S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L ���e*�F2OŚsK�"�0g&��8��6, �B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u( xԦ���Fޥ�G{��) ��}&�+���ᵟ���>�)uH]<��VR��;�|���a�? �^˧�[�J�E]���� l/2��B]T Q pC��R�7#� yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��& �u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E������ �_���P���vD�ͮ:��(�� ��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л, ��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č�� O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw� m��_��"77O���n��h�M=e����%R??�M3 �sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?��� /�B�G��e���9����\�ƅ �,1l���f�t�{v��\-����PK 2ea� PKd�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L ���>�ﲮwC �@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a �:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�� ���<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#� P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$ -Oh�bMd 1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�# �Jc�P�Js}0z�� A�� �_p� �wJ�c��\�E��?4�e&��e yX5��t� ;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? �� �0:��,���WS � 7����1ź�)���ܬ�er��&� �)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=> [N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r �3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$ j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^ �M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R�� ���o��r���f q����{�ўRP2q�L`��H���c�rwiqh"��8�� ���Ω�"8*;���Za!�Z�TkuA� �.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��, YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u ����M�2y�<g�� �|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3��� _�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ� ~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PKd�RDefinitions/interfaces.yml�XMo�6��W �K $J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G� ��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufh h�w#4պ�+�gK���-( l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n �[��<���o����l>F0��|�)\��}z���;��>��V�� ��I�t�ĉ!���"d �"�꒫ [!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�, vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�� ���i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f� <��R�㺪���ȑ �����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T� �:���|O�u5E���/{ Ԃ�� ��g�-�}c��]�d���g���_��4�}R���qN�$i��)���8N�a��C���������)���ϑ�I}+q����Y���ѹ������n�j̒�A�)?��5H��'gM�L̙E$ɶq>���sѝ�9�;?��2�)�tR6�a1*��yi��@ss7?q���s�:$ �8��)�˒d~��o����0 �E^��Ȯ�QDv�픛e9lUG �ְ�E���.�'i7s|8~�G+?��He�C�x�1�B�l����f�:�d7Q�'��"M$_!���_�?�|�>=;�ߪ#+���$Z���9 �#ȳ0X��� ���W#�S� H!#�t/ Ԉh� �M���u�5����^������6~�>.v�?��ix �q��O���;��0�r?�5:�8�m��4�]NL��`g�x^\D9[�~��!��w�fز� %$����!���_���ugig��)��QL[ڧ�Q:�|ugq�~���?I:�!6م�ā�=�M�CP;7��^>^��3�g��_�Pܑ�g�C�'�ܐ-�s)��� ����#I�y �Q�Gm���F��'L<�N��;~Ww��X�7��K�'O���th?˳��SO|�5��������"�$UR��N��6�rv �*��=��O�(zN���FrǛ���9���5��f$��`0��I柜���w����B�D��ߔ������>�٢v�p}q��� �eh� ��Grڝ�j��7��ۊ�A)M���1�ː��!C]΍dڶd���xr�X�q�>�I��<-��ca5@Ԝcq`/���<��/�� Mq ބ���=��Q�Ҭ��۾g��$Id���N�������)��=��P��w*�F��!��ټl��5iD#�އ)��@�1Y}���^���n�4ȷ���Z ���?���oa����̲R��E��,;X��^j��y~������ϙGL;�S N �P�Fp�H[ �TȘ^j„nc4���C1���N���� ��z���Eer��hnO���F>��Z�d����] �a���� �g�4c�g�_{||f��C�l�n�,Q �r�iq}>�ҿv�E����0Bh��ͫE�M�z�q�*aVo����yzp3o���^E�����ުm�\���`�!w� ��i%5���"�N-\��X�����mYRщ�v˘�}E=�4g\Z�q�Ϻp�%8��E�4u�Nf+�K`A�!�.ە�Z⋝j������XE�N�E ��� 0d�h��e#)�f����F��IƘ�W��u�jjt}�^@� �m�5�CV��� ��ڿ�M����Q.�m\iJm�����aAy�(�P ����4!�rT�\��,���Э�qb�\�s�a�@�|�Z���+�b����o c c��� [�}�w��?s�A������Ç'���4C��X��u���]��Y���/�&pБ�@1� �.��T# zܹ4�.�0�E�ݚm� 4~ �Of�X��/N3At����Hxq_��F�54�i�jr ��#�$�Z�R���6�,6~�&Y ��f>P :( ��H�C�A��Y��E�E��Xh��� �߶>��ʼP�m\�+�2��q��t#�kg�QY4��-�<'��U��,�`M�A�r6����1Ÿ^sl[�?�_цI������;!_��XvYi�M,��h��I�� �+��M����$�L����Q`��@2p� �Ww��$$� U�Zك� ���������i忤5�ϔL�yK�(n#�� 莑��[�Z;��m�>�s�h��@{�Qu�!˸�!M�X�ŶKBF-���Y,�.�f�C��i��MmK%jP֎<�b\�D�.���`?��3����]�:Y���T&��J�_e3�"�����{>E$o���G�/K��x��FjbAp��Ţ� ��\������b~�|�����ɥ)vƒ��u��R����y@X������q!K3Jx�Q�����3*%G�Gѓi�Ϝ���aQP�3�L\0�a��l����v�I}�`ǐ�� �% �C��Y����������m��OEu��Ix?���rL�V 8bQ��f�3����|x�a��d�蟣v�>�F�8��+m�T�o��7m��[���Е�c�N����)ڀ�8}$� �vA���hNҍ���@l�5\�;�󩩿�j� �؋����3jR��Q�z��8 ڀ[��r}��Z�S�����N����^'9Ay\��h �ː�H0�|�&�6�I��h�8$Rt���ԒI;��%�r��&���M�u�� *MU�G��iO�$7�ֈ5��v�E��W���[��4I���޵�HTV_�i {�Ǯ*ˠ�c�5jB� ,ke�W���~��_D�W�N��@[�l��[hȝt���QbV,˙����h_Ұ��]q��Q�+5�̪�L�g����u��2�V�C�� =l]f���Lr#q� �z�<����c���Q͢��w�}��%�Byhd �[4�`G6�P/ِ8�x��^Dk��Y��v����a(`�WH1/N�%�9�rCE�����#f)#��R�ft��.�b/���_�N���%8(�ej��O���H�����C�&S���ɼb��A,��y`�-�:�Ⱦ�[��5��h���K��"�YY�Ѥ �X(���z���b�ɋy`�8;k�+4Wf.�*4=���*���rWq�.��\���p4ts8�kH ?�@}X�,NwPՠq)^)����J�цf$+F�bnX0S%�l��,�2�i�~��E7{m ]'Rg;��hABj^C���2I��\�h�c%�4�h�O�{i&K����e.�x�' ,�+� ��FQW�~�S��F1[����.ܐs�8 ֥��2Ȑ�3L��5�b� ���)z��-z�h�"��LA0�9m%��lF����򑀌8�.��0ݣ��r�b�Z�\5� ~��J�%ׯWۚ�"Ղ�.\��j2u9�j���Ev}�y������r�6~㸻R�(M%�UUm��e:���NV�������v-5���!B�g���ɶ��P~Y]B���(l@���B��?+���>�Oc��jG��ԑ{�� E�mФj�Tu�����*V��-�)J`��*�cU���kˊ��4��^�X!�NB��r�G�u���h�b]\Z�E����I��h`��݅�"�jIɅ�� ���܌o�@f��� ��bU�XFV��q ��*�H���i��33B�VB2c�3㱒��p����,A�2k�~i��S�3��i��}�K�I.�|*jW� eY��C*K]B� �Q��J�o ��'��}Jд�YhX{�o��P����H���3Y�(O}f�9-}���`�.R�G �D_'F}�d����*�Ku����f%�m�:�`�'qM4�� �ڡ�[�y� �����hUQ5=�cW>����ϥ�O� .��^�S�E�_�d�cd���$�E�$ "������E!��c݅q���3BC�H�$���}c�ΐ�A�@*�c������� �!���Qȡ�4N���<�q�=[\���ܓ��N�C��'M��� -��5e�����U6m*��[�����:�/B�p_���,��#�^j�7e�4�?����5F�D�̈(@wA��o��ӪԙƤ �3TE��T1g���Dg�7���R���z��q�� ��I.Bo�#2�+���}���N�$�x��E��U��2�����_ߛ����sgFNV��� ���—u�Օ���;R ����#K��a�AτK� ��Ǿ����#U͆�^�+���F�c�<��[��+���c'!�Wz�FoͪtY�7 #{��w�� `�I)���}-�_��������Ү���a���Ϝ��_)��4U��[�n °��8�0M���������(����O�d�$F�P#uj��7:aE�2�%is{9U��̹�s�z�p����a-���j���/|:�`} ��v�"\��}8D;rp�8��� ^��'tԂ]J�?�XM=�Yz~_+9� �ύ2B�s�:B[�az܂����������G|5��  ��&_ +|��a��C��4&� �T����P�����9���� p��̚�}�]���1� ��I��xE�2J�v����Lyz����y�I#1l�R�7,� �E�jB;8�>�w>�w��;����������������� s��-��ϥF�Mt�$<B�wg�?i3}��MZD�w� ~v$�$�Ǚ97Qx�H���<�* !��մ����yi������aMa�no �N�j�b� ^]�]�� lɣK��:�2Nש���q'�̜߀�PH��s�/Dg*c�:*286�'�#DoYi m�0�����YB��5�� �Sb ��|�3~,,5u�^Iv��r�Q��XZ�p�*x�c�P�y�X���eU����D��5��������B�}��Bdo���JA��Jo���JA������y�JA?w)hk�$�eI�eI�j�[��[��[�����?�Z��%]sR�=�[�93Yل”#�-j�S �U��~+��V�{��ܯ�T�W�����>\�����3�VyQՇ����/Ţ�"Nɓ�j'���Ԕ7�y��V�v>{�m���U�]�Ř�],N���}�X9R����\� �"�g��[-(��Q��W �ֿz��ׯ����[�l�U�f�Fl����;�x{�_}����*_��f��3�(96@�� ����h� ��e{����b�2̣&+�1%X]�N����?� �蹚����6%���+e�z��,�}� �2��b��mҲC�FD�bf4G������p��]��1�DU0�(# "���n�M��>j�l�bͫ��7���_2.Jp�O�N��*������/,$�,�XgE)%�U�W&���u���k���� �Nfx�e��aNh ,��g]�i�H=��H�/ŷx��^}L�D�cND���$�-A�vQ >���Z�_f�P4BwJ�Y �z�5Ƃ߻'O���W�(����Hi)"�_t��]_ Iz� f�gz���-q~�,�B���8 -�;�Z:��T�h�#�����<�e�u��:|�'L�SR��7PZ�� ��cOְ�8u�*�U��e;�����HV�3ŒI@� L�~��7éBXM�X�8���B�H��(P�τA���C^}~.�_����@�.��.�H�N ���U� �l�*k�F\��C�����O�Pz�9�Vdf��E-R&�V��uDyE9G���ǁټoÉKBrp�ձ�i��ʢԕ��[�Ժs��c�ઘ��o���y�ՀQ&MJ�dNw>2�(��iG�M�L�m�7D��%6�'߂�N�Kd,��3�'�e�fCѥA�RD��=�&�e��dv� �eB��GNJa ^��N]����F���*��.�6�Xk>��0;L^s�ݾA��� x.̀�y1!������r�3!,V+�o�HX��O9�z�wl����nu�rV�讥��H�dhu'm�s�U�|~C؀u��f(���|v�|�n�ċ�ϵ;��l�0�Ŕ��b�m'�t��ܑ�׻zxY��i�٪_bԟ[�g�� -�<��؈�\a�|���Pe���v�_��X�!�RS��B�fp������=��h!S,�{�%��+�'l�*D+V��Y�����;�6jxg[�r ���W�g'��ʰ�"o*���*�߬���X7�w�F`��T�$!KA�}��&��qHKP=��pN}@f����W�vg�n�n7�� ���<��t'f�����|(i��NJ ���*�Jh���F0C�)[�D����BSh�)�t��6��@�'��J�m���n~R� /x��ٻ��0�$�-�&���.�_�x ���Z{C��Y[y�49f#(� y(fd4�G0�]����s!ʅU�`�)�IW�i[��kR����{G��`@,ظݓg�:k��x_ ��V���\��I'��5�YC��t�ó��; L�͠E|���� O?Jp�Ldiݐ7��:�u���wV�:$Ѧfj۰m�#:�ݴ���V���ہ�]��ޟr�����YU�/1k`��^�c l4h� ��=����ܜi!݅�ZB���v7���;TeF��@��^ί� ʞ%��(�ix���ܺ��e�W�4 1K�z+��b=PyH����4��� �ZU.w�ِ���w�%������i�`�E� �ͮ@Y�/�Q����� .x��g�r�ルi�A�����q[�� ��%�R�m���T������d� xg�j���I�� �|}�p!�M�e#j�g�������ebD^ ��O�����n�ś��DY�"Ey��&`N�VG��� e���l�X��GZ����Ϡ�u)��8|�@Y��Ȥw9$N�~#�H{�6�o���8��K!n�rGm#�K�>P���t�����%� A&��! O�3��g����X�/@�ɀ��넾T>`��d C�$%�h�>��_c����5e<'��~q��F�W|\{����?z ,S��"�GW (]�ݕ�k�Z�)Ú��c/k��w�.��CEK����v|~]��'�T��r�r� =Vs��Q�F�A�f� ��O]q��qgW�v�w��R���t�/T�' �u�P���0c$��a�A��j��Uq\�$��5?�[�����*>z J�H7ŬE�v��o�E����?.��ie�@&��V2ѹ���8�Cf�8�˒��26h�E�rU� �Q尔�E"D퍫:p����邞0��fP��^g�' �Iy�#}���l�"�Y�����u� �0q�������p<��w�d!��=f,F���B����'7Ȇ�R��$��遲Tqf`����(!}H!�9'� @Y0�|s-f����\W������7�~:����݂��U�C������O��\�j���奇8�$7dX��F��x>v�Kz+�ܪ� \��GM;*c^ PW�h��B�T��4�o�q��/����J�C~9B ���9V�2�W����\M��=���<ۢ U/����DیgM&�Rg�V�����c�m����h6�]���vD�R�hK�����6�cw{\���U�^�~��k�5o"QX ���zQ�\q�,�#՜�pgIPG�w.-@Co��ŶpEZ0Wt��v�KV�ŘXy��� �: ��U�Y�tƥ$��mj��2�(�,Z���J�x0�Pd独Մ��%���Z�8��� G5���zT�c�nb%a�;��o��=�NG�g].F ���u�D�f�>�fZ;�V0����"���o�)U�G����-S��@���֘_��ǩ��`�� n��� ���ܚ6ke�O��JQ>5ܾKPd�j(M�����x[�V�`�&�������<�u�#���Fr�IF�3V�ix6�F��j)��m`�ԧ��V�]h>��TR �C�����1yE��)m��K�:�m���9�h(��C6Ҋar�5BR��J�L��K1W���*ˡ1�>��!^g��N�b��ݠOUO豻�@/$Qf�3t�����r�w�E�hv��4���U����n��I�w�a�[�S�j��-ێ�\p��.�-�,3�w|6��Z��K1�W�܊�\��1U+g�eunڪ��&��b3W�9h20�����#u*�ipC�m2�i��K�����yhpni���*5�� XQ.�DU�b�ݹg ;>՗˲i88�lv��cT�X�Z��D�Z�-��Xo��-Ϻ�J����&"�J����~i��y��!l]�*x�T&�&T�����^�'$�}�R���ʹqM�E>�Çu���ڟU� �o�f� ����u%���,Qz�mt���f��Dv ���1���D���>�^Yz����GQ�̕��T�x���wR�P����z�}k�e^�c3-��x�56�6���kڥ6������*k[l�G�ë=_�}����Vؓ���)�C���x������Qƛ�2!f+*G�[��[�ɯq�'��e�?�d�ֲ=�c�V�/�b.a�"����D�}|Ɔ�@g�7�����-η�=����O�'̬�������1#��a;��5�������4�‚T�'H�4w��߃���.& ��r������y�yJ��e� �/X [���#9 ��B����:��֍z�d����/b&���sI��c�ʷúW>��G��ɐiY��zGIj�NF[�w4�'�?�����مX��@��fE�-�k0(�4��m�X��y׋E�v�m��,aG�Q�Z��`� & Sx[xR�b1�6�0�*�������E�>ͻ��\K����p(�l/V�Ij�iv�S�����i,��{)���^K��۷Rh���R$���Ba�㽒�=a���� �a�D�H�� �Xd.�Q���g�J�`�qx�Ѩ�b 8)��K_8dž�s-���2)���b�^�4�jr�$W�>����=E#�9�$�� �?Z?�#�m�p���}���[������K�=K\���S���2b�V������ ��+�kq������ r�1�3��;����x<ǣ@ �0,Ty)��^� *hY"�!�Z���ЋU�0Yd��Q]dB����(<ЬuZ4믨ѕf۸We��tQ�u0�O���`gg~����`i���=!\��– VZ�-�A@�l�ȸ���ZZ�ݟ�_̕O7w�s����ŝ���/ ���!X3\��M��gzA+��x�Qv�@Yu�b�d�R+/br� �)�� �0������� nql�-����i���nq�l��x"n�ǖ V��=p�nQ*����q499������c�+�k� `j��D�R��2��G���ש��"?a���i����U����}��͌l�I=���l��hŊ�"�}��%��"t�b�JLQ�a*�ŋ 2d� ��#��ź�ٗ�N��@e�l��Y�Q%��m�� ,U����G�� �ӱ�i�����]�!`���lȎ�*�o��MT%~fp� �G��8vV=*�AߺX� ����~^�+����1�_�Z�*��uF ZIU5�/o��R��|a\ז�Q��/�ˢG�nԍ�Ǡ�h�;�#胍 ���.���˘S���S5 �W(� �������6_�BPi`���t�(aCU�hI �3`���D������*0:/,����ڹ�K3g��#ax���x��̾`MH�G�:�Ce)� a�[i�2E�=���T�#�u>�!�Q���Jit_�eI��9�d�� ���⼏�:Pj{=WQ�M�/*I��H���K���L��&Ir��$��sJ���Q��2Ir�=K��J�������0ZM�:2��&��46L�&6�;x��T��ඎ@MQj@TF�/Y��-Q�-Q~�Dy��i&h�ҳ���Dm>�.�t'Ve���i*~\��X�yћ)�e�ʼn�sOG-�:8j��!���v���O��x��*rJg�n���PK5n���/�tPKd�R@Artifacts/Informational/OTHER/VSP_basicclamp_VSP_Information.txt�TQo�0~�~�=n��ڍ1)R5� (�`���a�&c.pjg�����9�@BR��)������\����r#��b��2"8> ����E��vD�� ��HM�%�B��Fi0*�OB#dZmri�-}��1��]rxS��Ī �W1� �[��h4*���t����&�����Hbj��Ry��� Ƶ��uJ��j�S[���q���� *�1 ���'Z�١򖯻��n �H�)&������UZl�da �|�ȳ���t�YLR��w�''��/D"6���g,�/�U�D��@)L�݆�"�Q$Ү �r�N(��Գ�!�x]��K)7�{MCW�������EC!w%�0�6�ūY���^��3����i���P%Yn��j�Nh!��>ׇ4���\qF.�.��_�xU��0����ڕ&�:p�wF�zѷ� uA�W-�9�޶����#MN�i͖+y�&��*|_�_��-u�!Y^��3v�+�,�k���u�F0M��Ė��0�b> _�����VVI.w�|����z�_?�����|��"�H���b�~۹|��mE����:���:hPO�{y�zh�ܫ}�_�PK0�^@�PKd�R,Artifacts/Deployment/HEAT/base_ubuntu18.yaml�Wmo�6��_qk�`/��]Q�C�"m�bK�E�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B�<��? &?���F �X e�� �a�+!A���"�|���TL�w)̥�w�/oF#�5�В�hpWhy�-�B��lUA�|�rB;$�])��X-�?H� ��Q9�?j��a� �3&���/��K^€ҲI��9�dR�x��*�0�%\m�t�����6�g�D��*%�ϙ�����[��q�[����>C(\�]�c����A���<�&�<��Gp_z`Odr^��+�?4�h�b�nq��즘�"�u ��5�gNS����R����]�M��¥d_������l�$��2�T�="��)����%�'} �櫋��>��$��bI1�-%_��~x5���]����_-s5��V�+���;�������# ��l����i���F���Q��˧[/��j+*u�� �����ľڬ���� �$�q\˒G�o���B���9�4�p7���@6���Y�3n�:���o�S��gXPUz������B:� rը��|��Foޝ���%2�E�9�7��V��2Z�[hY�N����*"��a�:�@�[%�� �Z��'�,�y.4=Y&�?j��3IQ��sq�d����3%+�{"��:���nC����3~��ξغ�3��g+����e2�ߛ���;�{��Ӷ��;V�^�m�:��|�go+�N:>^�Z��VN���q�2���i{a���p�]8yHq[��M�H���7�6��0~��) ?X��k��e ��� VG��c���6e�����QC��zM��ܭ���Y{��5D��ˇ*q�^?O�B����g�9�{ �5wm��D�\<-����iWv�����ζ��N�:���������0-;ہ3� m\ht��*4w���n�d���Je�xۏ��K� x�T ;����G��B�ߘ�t�ʼnW98�����~ʻ��yAk �n��-Ʒ�8��CDpz�>&�B-4O��a���PM�4rc� �����T�KkiT�!�,�٘���2�*��5�mP� h4�vL���XA�a�_��z��d��?��Y�W����!]�؁��� M,1�?��I, ?��R�R��1a��p!�q��y��p��,M��3��\V�x���+�i9*ni�|�p3� �J����Xi�����u-,�brSh���U���ZU�q�<� ��Q�v%&ETp�59��&���={�[�$w���F;|�&=�������`@U&_�_7�-+�V�鋐:5� j��Dy�������ؐF�PK�� 'V�PKd�R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm�� 1�_E�ގ^��U���Z�?�*��.ꂂ��|$$�P�6G5�tt�isg�~��c��� fe��fH�d�)��o�>{��)��)��i�oPF���3UZN�1��|����V���'PK��Ax�PKd�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU�I�0C�R���J��*�'�P�LJ���,�g˖�L��g$.����>?�w)��ةh��QiH �l4��XMy��ބD<8T�U[p��s%���]��==� b�x�M�hZ��1�|�3'g��%$K [<��� /7�PK�a�Ǐ�PKd�R�R�B4E csar.metaPKd�R����kTOSCA-Metadata/TOSCA.metaPKd�R�̡��]V,=Definitions/resource-Basicclamp-template.ymlPKd�R@u�� l�6fDefinitions/resource-Basicclamp-template-interface.ymlPKd�R�<K/�Definitions/resource-Globalcompute-template.ymlPKd�R=����(0!Definitions/resource-Extcp2-template.ymlPKd�Rj���,�#Definitions/resource-Novaserver-template.ymlPKd�RT˸�J� .)Definitions/resource-Extneutroncp-template.ymlPKd�R�Q'�� )�-Definitions/resource-Compute-template.ymlPKd�R��{�Y/�1Definitions/resource-Securityrules-template.ymlPKd�R �\e&�4Definitions/resource-Port-template.ymlPKd�R��4�3 dO=I7Definitions/resource-BasicclampNodesUbuntu18cvfc-template.ymlPKd�R�\(��!}G�CDefinitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.ymlPKd�R�|��\DMDefinitions/resource-BasicclampComputeNodesHeatUbuntu18-template.ymlPKd�R�yi�,ODefinitions/resource-Globalport-template.ymlPKd�R+�@j5���SDefinitions/data.ymlPKd�R�'}8��Definitions/groups.ymlPKd�R0?��@ @O�Definitions/policies.ymlPKd�R���C&՜Definitions/annotations.ymlPKd�R�����D�Definitions/relationships.ymlPKd�R 2ea� O�Definitions/artifacts.ymlPKd�R�H�v~(��Definitions/capabilities.ymlPKd�R8��Z�Definitions/interfaces.ymlPKd�R5n���/�tS�Definitions/nodes.ymlPKd�R0�^@�@��Artifacts/Informational/OTHER/VSP_basicclamp_VSP_Information.txtPKd�R�� 'V�,:�Artifacts/Deployment/HEAT/base_ubuntu18.yamlPKd�R��Ax�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKd�R�a�Ǐ�4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKi �� 2021-06-02T03:37:06.544Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|DEBUG|500||=======================response end================================================= 2021-06-02T03:37:06.544Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/30bd4bcb-2acd-4e70-8065-a1ca23d459b3/toscaModel|INFO|500||InvokeReturn 2021-06-02T03:37:06.547Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-06-02T03:37:06.548Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||VF Category is: Generic 2021-06-02T03:37:06.548Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||VFCustomizationUUID= 2e83efab-0f58-4de3-8d4d-a7115784211a 2021-06-02T03:37:06.548Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2e83efab-0f58-4de3-8d4d-a7115784211a matches Tosca VF Customization UUID: 2e83efab-0f58-4de3-8d4d-a7115784211a 2021-06-02T03:37:06.548Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||vfCustomizationUUID: 2e83efab-0f58-4de3-8d4d-a7115784211a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-06-02T03:37:06.551Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:37:06.551Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:37:06.552Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||resource request for resource customization id 2e83efab-0f58-4de3-8d4d-a7115784211a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-06-02T03:37:06.552Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@545ce956 2021-06-02T03:37:06.552Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:37:06.552Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-02T03:37:06.553Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e8f6a339-b2a2-4814-a739-effeb6352359 2021-06-02T03:37:06.553Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e8f6a339-b2a2-4814-a739-effeb6352359 Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_, vfmodule0_.IS_BASE as IS_BASE4_58_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-06-02T03:37:06.555Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:37:06.555Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-02T03:37:06.556Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:37:06.556Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:37:06.556Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-02T03:37:06.556Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:37:06.556Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:37:06.557Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-02T03:37:06.557Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-02T03:37:06.557Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-02T03:37:06.557Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5f38dfa5-1251-46bf-aaf5-a4f726536975 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-02T03:37:06.559Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:37:06.560Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-02T03:37:06.560Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:37:06.560Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:37:06.560Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-02T03:37:06.560Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=2e83efab-0f58-4de3-8d4d-a7115784211a Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:37:06.562Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:37:06.562Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:37:06.562Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2b90ae49-ee1f-4992-9274-2c9077ccb870: basicclamp 2021-06-02T03:37:06.563Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:37:06.563Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:37:06.563Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:37:06.563Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:37:06.563Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:37:06.563Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:37:06.563Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:37:06.564Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:37:06.564Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:37:06.564Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:37:06.564Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, ORCH_TEMPLATE_ARTIFACT_TYPE, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:37:06.650Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 146ceb59-0ff9-4090-8a1a-82a50e93ddd2 1 ASDC deployResourceStructure 2021-06-02T03:37:06.650Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-06-02T03:37:06.651Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-06-02T03:37:06.651Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:37:06.651Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:37:06.653Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:37:06.653Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605026650, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:37:06.753Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:37:06.754Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:37:06.754Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:37:06.761Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:37:06.762Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:37:07.654Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-06-02T03:37:07.654Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-06-02T03:37:07.655Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:37:07.655Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:37:07.657Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:37:07.657Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605027654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-02T03:37:07.758Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:37:07.758Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:37:07.759Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:37:07.767Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:37:07.767Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:37:08.658Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-06-02T03:37:08.658Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-06-02T03:37:08.658Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:37:08.659Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:37:08.660Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:37:08.661Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605028658, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-02T03:37:08.761Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:37:08.762Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:37:08.762Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:37:08.769Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:37:08.769Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:37:09.662Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-06-02T03:37:09.662Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-02T03:37:09.662Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:37:09.662Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:37:09.664Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:37:09.664Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605029661, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:37:09.764Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:37:09.765Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:37:09.765Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:37:09.776Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:37:09.777Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:37:10.665Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 830a1c6f-2280-4caa-adae-9b2a845f2a67 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:37:10.674Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 830a1c6f-2280-4caa-adae-9b2a845f2a67 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:37:10.689Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:37:10.689Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-02T03:37:10.689Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-02T03:37:40.690Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 830a1c6f-2280-4caa-adae-9b2a845f2a67 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:37:40.699Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 830a1c6f-2280-4caa-adae-9b2a845f2a67 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:37:40.703Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:37:40.703Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-02T03:37:40.703Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-02T03:37:46.965Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:37:46.966Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:37:46.966Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:37:46.980Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:37:46.989Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:46.989Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604976385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:46.990Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:46.990Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:46.990Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "dcae-sch", "timestamp": 1622604975941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-06-02T03:37:46.990Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:46.990Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.040Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "aai-ml", "timestamp": 1622604977763, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.041Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.041Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.041Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-k8s-id", "timestamp": 1622604981625, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.041Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.041Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.041Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "clamp", "timestamp": 1622604978291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.041Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.041Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.041Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "policy-id", "timestamp": 1622604982197, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.041Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.041Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "cds", "timestamp": 1622604983547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.042Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-k8s-id", "timestamp": 1622604981625, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.042Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "dcae-sch", "timestamp": 1622604975941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.042Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604976385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.043Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.043Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.043Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "aai-ml", "timestamp": 1622604977763, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.043Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.043Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.043Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "clamp", "timestamp": 1622604978291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.043Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.043Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.043Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "policy-id", "timestamp": 1622604982197, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.043Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.044Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.044Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "cds", "timestamp": 1622604983547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.044Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.044Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.044Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-windriver-id", "timestamp": 1622604984684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.044Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.044Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.044Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604985535, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.044Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.044Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.044Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604976385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.045Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.045Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.045Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "dcae-sch", "timestamp": 1622604975941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.045Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.045Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.045Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-k8s-id", "timestamp": 1622604981625, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:37:47.045Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.045Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.045Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "aai-ml", "timestamp": 1622604977763, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.048Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.048Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.048Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "clamp", "timestamp": 1622604978291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:37:47.048Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.048Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.049Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "policy-id", "timestamp": 1622604982197, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.049Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.049Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.049Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "cds", "timestamp": 1622604983547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.049Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.049Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.049Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-windriver-id", "timestamp": 1622604984684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.049Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.049Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.049Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604985535, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.050Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.050Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.050Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604976385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.050Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.050Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.050Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "dcae-sch", "timestamp": 1622604975941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.050Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.050Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.050Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-k8s-id", "timestamp": 1622604981625, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-02T03:37:47.050Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.050Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.050Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "aai-ml", "timestamp": 1622604977763, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.051Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.051Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.051Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "clamp", "timestamp": 1622604978291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.051Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.051Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.051Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "policy-id", "timestamp": 1622604982197, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-02T03:37:47.051Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.051Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.051Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "cds", "timestamp": 1622604983547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.052Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.052Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.052Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-windriver-id", "timestamp": 1622604984684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:37:47.052Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.052Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.052Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604985535, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:37:47.052Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.052Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.052Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604976385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.052Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.053Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.053Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-k8s-id", "timestamp": 1622604981625, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.053Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.053Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.053Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "dcae-sch", "timestamp": 1622604975941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.053Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.053Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.053Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "aai-ml", "timestamp": 1622604977763, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.053Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.053Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.054Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "clamp", "timestamp": 1622604978291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.054Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.054Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.054Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "policy-id", "timestamp": 1622604982197, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.054Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.054Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.054Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "cds", "timestamp": 1622604983547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.054Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.054Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.054Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-windriver-id", "timestamp": 1622604984684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-02T03:37:47.054Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.054Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.055Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604985535, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-02T03:37:47.055Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.055Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.055Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604976385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.055Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.055Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.055Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "dcae-sch", "timestamp": 1622604975941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.055Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.055Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.055Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-k8s-id", "timestamp": 1622604981625, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-02T03:37:47.055Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.056Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.056Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "aai-ml", "timestamp": 1622604977763, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.056Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.056Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.056Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "clamp", "timestamp": 1622604978291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.056Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.056Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.056Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "policy-id", "timestamp": 1622604982197, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.056Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.056Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.056Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "cds", "timestamp": 1622604983547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.057Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.057Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.057Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-windriver-id", "timestamp": 1622604984684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.057Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.057Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.057Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604985535, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.057Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.057Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.057Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604976385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.057Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.057Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.057Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-k8s-id", "timestamp": 1622604981625, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.057Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.058Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.058Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "dcae-sch", "timestamp": 1622604975941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.058Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.058Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.058Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "aai-ml", "timestamp": 1622604977763, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.058Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.058Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.058Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "clamp", "timestamp": 1622604978291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.058Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.058Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.058Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "policy-id", "timestamp": 1622604982197, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.058Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.059Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.059Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "cds", "timestamp": 1622604983547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.059Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.059Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.059Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-windriver-id", "timestamp": 1622604984684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-02T03:37:47.059Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.059Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.059Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604985535, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-02T03:37:47.059Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.059Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.059Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604976385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:37:47.059Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.060Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.060Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-k8s-id", "timestamp": 1622604981625, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:37:47.060Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.060Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.060Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "dcae-sch", "timestamp": 1622604975941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.060Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.060Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.060Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "aai-ml", "timestamp": 1622604977763, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:37:47.060Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.060Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.060Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "clamp", "timestamp": 1622604978291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:37:47.060Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.061Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.061Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "policy-id", "timestamp": 1622604982197, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:37:47.061Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.061Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.061Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "cds", "timestamp": 1622604983547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:37:47.061Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.061Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.061Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-windriver-id", "timestamp": 1622604984684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.061Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.061Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.061Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604985535, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.061Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.061Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.062Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-windriver-id", "timestamp": 1622604984684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:37:47.062Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.062Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.062Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604985535, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:37:47.062Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.062Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.062Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604993007, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.062Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.062Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.062Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-k8s-id", "timestamp": 1622604993007, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.063Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.063Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.063Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "aai-ml", "timestamp": 1622604993010, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.063Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.063Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.063Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "policy-id", "timestamp": 1622604993101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.063Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.063Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.063Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "cds", "timestamp": 1622604993220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.063Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.063Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.063Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-windriver-id", "timestamp": 1622604994093, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.064Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.064Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.064Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "policy-id", "timestamp": 1622604994105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:37:47.064Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.064Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.064Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "cds", "timestamp": 1622604994239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:37:47.070Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 830a1c6f-2280-4caa-adae-9b2a845f2a67 2021-06-02T03:37:47.070Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 830a1c6f-2280-4caa-adae-9b2a845f2a67 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:37:47.089Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.090Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "dcae-sch", "timestamp": 1622604994715, "artifactURL": "/sdc/v1/catalog/services/2b90ae49-ee1f-4992-9274-2c9077ccb870/resourceInstances/basicclamp0/artifacts/78ae460d-da15-4c3e-9f09-9b1fbe6706e9", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.090Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.090Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.090Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604994760, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:37:47.090Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.090Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.091Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604994812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.091Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.091Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.091Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-k8s-id", "timestamp": 1622604994930, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.091Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.091Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.091Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "policy-id", "timestamp": 1622604995108, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:37:47.096Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 830a1c6f-2280-4caa-adae-9b2a845f2a67 2021-06-02T03:37:47.096Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 830a1c6f-2280-4caa-adae-9b2a845f2a67 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:37:47.104Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.104Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "clamp", "timestamp": 1622604995250, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.104Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.104Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.105Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-windriver-id", "timestamp": 1622604995699, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.105Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.105Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.105Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622604995763, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:37:47.109Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 830a1c6f-2280-4caa-adae-9b2a845f2a67 2021-06-02T03:37:47.109Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 830a1c6f-2280-4caa-adae-9b2a845f2a67 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:37:47.118Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.118Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "dcae-sch", "timestamp": 1622604996027, "artifactURL": "/sdc/v1/catalog/services/2b90ae49-ee1f-4992-9274-2c9077ccb870/resourceInstances/basicclamp0/artifacts/78ae460d-da15-4c3e-9f09-9b1fbe6706e9", "status": "DEPLOY_OK" } 2021-06-02T03:37:47.118Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.118Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.118Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "clamp", "timestamp": 1622604996253, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.119Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.119Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.119Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604996401, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.119Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.119Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.119Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-k8s-id", "timestamp": 1622604996427, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.120Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.120Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.120Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "dcae-sch", "timestamp": 1622604997031, "artifactURL": "/sdc/v1/catalog/services/2b90ae49-ee1f-4992-9274-2c9077ccb870/resourceInstances/basicclamp0/artifacts/78ae460d-da15-4c3e-9f09-9b1fbe6706e9", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:37:47.126Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 830a1c6f-2280-4caa-adae-9b2a845f2a67 2021-06-02T03:37:47.126Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 830a1c6f-2280-4caa-adae-9b2a845f2a67 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:37:47.134Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.134Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-k8s-id", "timestamp": 1622604997527, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:37:47.138Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 830a1c6f-2280-4caa-adae-9b2a845f2a67 2021-06-02T03:37:47.138Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 830a1c6f-2280-4caa-adae-9b2a845f2a67 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:37:47.144Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.144Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "clamp", "timestamp": 1622604997862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:37:47.145Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.145Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.145Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-windriver-id", "timestamp": 1622604997891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.145Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.145Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.145Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-k8s-id", "timestamp": 1622604998530, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:37:47.145Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.145Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.145Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.146Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.146Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.146Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "clamp", "timestamp": 1622604998865, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:37:47.146Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.146Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.146Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-windriver-id", "timestamp": 1622604998898, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:37:47.151Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 830a1c6f-2280-4caa-adae-9b2a845f2a67 2021-06-02T03:37:47.151Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 830a1c6f-2280-4caa-adae-9b2a845f2a67 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:37:47.159Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.159Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-starlingx-id", "timestamp": 1622604999018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:37:47.159Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.160Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.160Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.160Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.160Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.160Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.160Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.160Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.160Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "clamp", "timestamp": 1622604999868, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:37:47.165Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 830a1c6f-2280-4caa-adae-9b2a845f2a67 2021-06-02T03:37:47.165Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 830a1c6f-2280-4caa-adae-9b2a845f2a67 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:37:47.173Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.174Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-windriver-id", "timestamp": 1622604999902, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:37:47.174Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.174Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.174Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605000022, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:37:47.179Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 830a1c6f-2280-4caa-adae-9b2a845f2a67 2021-06-02T03:37:47.179Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 830a1c6f-2280-4caa-adae-9b2a845f2a67 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:37:47.186Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.187Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.187Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.187Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.187Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.187Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.187Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.187Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605001026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:37:47.188Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.188Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.188Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.188Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.188Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.188Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.188Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.188Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.188Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.188Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.189Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.189Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.189Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.189Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.189Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "aai-ml", "timestamp": 1622605002411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:37:47.189Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:37:47.189Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.189Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.190Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.190Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.190Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.190Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.190Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.190Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.190Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.190Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.190Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.191Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.191Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.191Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "aai-ml", "timestamp": 1622605003416, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:37:47.195Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 830a1c6f-2280-4caa-adae-9b2a845f2a67 2021-06-02T03:37:47.196Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 830a1c6f-2280-4caa-adae-9b2a845f2a67 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:37:47.204Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.204Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.204Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.204Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.204Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.204Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.204Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.204Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.205Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.205Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.205Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.205Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.205Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.205Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.205Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.205Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.205Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.205Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.205Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.205Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.206Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.206Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.206Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.206Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.206Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.206Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.206Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.206Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.206Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605005535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.206Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.206Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.206Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.206Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.207Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.207Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.207Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.207Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.207Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.207Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.207Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.207Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.207Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.207Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.207Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:37:47.207Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.208Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.208Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605005535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.208Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:37:47.208Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:37:47.208Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:37:47.208Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:38:10.703Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 830a1c6f-2280-4caa-adae-9b2a845f2a67 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:38:10.714Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 830a1c6f-2280-4caa-adae-9b2a845f2a67 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:38:10.717Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:38:10.717Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-02T03:38:10.717Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-02T03:38:10.718Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-02T03:38:10.740Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:38:10.740Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:38:10.740Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:38:10.741Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:38:10.741Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:38:10.741Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:38:10.741Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:38:10.741Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:38:10.746Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-02T03:38:11.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.75.4 2021-06-02T03:38:40.746Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 830a1c6f-2280-4caa-adae-9b2a845f2a67 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-02T03:38:40.750Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 830a1c6f-2280-4caa-adae-9b2a845f2a67 and serviceModelVersionId: 2b90ae49-ee1f-4992-9274-2c9077ccb870 2021-06-02T03:38:40.751Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bfe29ad-cd85-4408-8c7a-696bf79483f4 2021-06-02T03:38:40.751Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bfe29ad-cd85-4408-8c7a-696bf79483f4/model-vers/model-ver/2b90ae49-ee1f-4992-9274-2c9077ccb870?depth=0 2021-06-02T03:38:40.755Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-06-02T03:38:40.869Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/1bfe29ad-cd85-4408-8c7a-696bf79483f4/model-vers/model-ver/2b90ae49-ee1f-4992-9274-2c9077ccb870?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-06-02T03:38:40.870Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/1bfe29ad-cd85-4408-8c7a-696bf79483f4/model-vers/model-ver/2b90ae49-ee1f-4992-9274-2c9077ccb870?depth=0|INFO|500||Invoke 2021-06-02T03:38:40.885Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/1bfe29ad-cd85-4408-8c7a-696bf79483f4/model-vers/model-ver/2b90ae49-ee1f-4992-9274-2c9077ccb870?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-02T03:38:41.295Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/1bfe29ad-cd85-4408-8c7a-696bf79483f4/model-vers/model-ver/2b90ae49-ee1f-4992-9274-2c9077ccb870?depth=0|INFO|500||InvokeReturn 2021-06-02T03:38:41.295Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/1bfe29ad-cd85-4408-8c7a-696bf79483f4/model-vers/model-ver/2b90ae49-ee1f-4992-9274-2c9077ccb870?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210602-03:38:40:881-97493], vertex-id=[254096], Content-Length=[0], Date=[Wed, 02 Jun 2021 03:38:40 GMT], Content-Type=[application/json]} 2021-06-02T03:38:41.295Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-06-02T03:38:41.295Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-02T03:38:41.296Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:38:41.300Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-02T03:38:41.300Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 830a1c6f-2280-4caa-adae-9b2a845f2a67 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-02T03:38:41.301Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-02T03:38:41.301Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:38:41.303Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:38:41.303Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605121300, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:38:41.403Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:38:41.404Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:38:41.404Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:38:41.418Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:38:41.419Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:38:42.389Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||received message from topic 2021-06-02T03:38:42.389Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc81c8a0-2017-429d-b74a-d5a98e663059","serviceName":"Demo_pNF_leEYE2K5e3XncrsQbdAi","serviceVersion":"1.0","serviceUUID":"ac4cf8e5-db5d-42bf-822f-99258edc22b8","serviceDescription":"catalog service description","serviceInvariantUUID":"f1d05034-057b-441d-984d-bdf17acaf507","resources":[{"resourceInstanceName":"pNF cd28dcac-62f5 0","resourceName":"pNF cd28dcac-62f5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"77090ac6-d551-429a-aab7-a65b3b1dc8b4","resourceInvariantUUID":"adce1b9e-1a6e-4bbb-a44b-f21d09ff41c4","resourceCustomizationUUID":"c8e54c42-f9a1-47a1-b1d8-d6ad929307d7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vf-license-model.xml","artifactChecksum":"YTgyOGU2ZjMyZDI5YjgzNDkzMGVlMmJjNjA4YjM4MTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcb3481d-d9ac-4de8-9fd6-fb4febf94f1b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/pNF.csar","artifactChecksum":"YWY4YWYxZWE0ZWU1MzM5ZTU3Zjg1NTI4Y2UzOGFlZWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"77888ea7-3134-4638-bfb6-e0e96176d3e1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"09b71213-131e-4e18-b4a6-d25c241bc16f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vendor-license-model.xml","artifactChecksum":"ZDFmOTUzMjNmYzQ2ZjM1NjY0OTc0ZTViY2YwNTE5MWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd72d4db-62c1-4aed-bfea-355a915d1e4b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f26bfaef-e479-473d-8087-6401f5e795d3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"776e6664-8b14-483c-9417-a4544a5b9c10","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLeeye2k5e3xncrsqbdai-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-template.yml","artifactChecksum":"YzY1M2QyNjdjMDFlNjJkNjQ5MTUyM2JjZTIzZGI5NzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c6ca586-8bfe-4789-9a05-9017baf030a6","artifactVersion":"1"},{"artifactName":"service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar","artifactChecksum":"YWI2Njk1Y2FkNmJiZDA4YmUzMTM0ZTRlMThkOTdkNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"200adbe9-03cb-442e-a18b-1ad17c7fca89","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-02T03:38:42.390Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:38:42.390Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:38:42.393Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:38:42.393Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:38:42.493Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:38:42.494Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:38:42.494Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:38:42.507Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:38:42.507Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:38:43.394Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:38:43.395Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:38:43.398Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:38:43.398Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:38:43.498Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:38:43.499Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:38:43.499Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:38:43.509Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:38:43.509Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:38:44.399Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:38:44.399Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:38:44.401Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:38:44.401Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:38:44.501Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:38:44.502Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:38:44.502Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:38:44.513Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:38:44.514Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:38:45.402Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:38:45.402Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:38:45.404Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:38:45.404Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:38:45.505Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-02T03:38:45.505Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:38:45.505Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:38:45.517Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:38:45.517Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:38:46.405Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:38:46.406Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:38:46.407Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:38:46.407Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:38:46.508Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:38:46.509Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:38:46.509Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:38:46.518Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:38:46.518Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:38:46.965Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:38:46.966Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:38:46.966Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:38:46.982Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:38:46.982Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:38:46.983Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:38:46.983Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:38:47.440Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:38:47.441Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:38:47.442Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:38:47.443Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:38:47.543Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:38:47.544Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:38:47.544Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:38:47.555Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:38:47.555Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:38:48.443Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:38:48.444Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:38:48.446Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:38:48.446Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:38:48.546Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:38:48.547Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:38:48.547Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:38:48.556Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:38:48.556Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:38:49.447Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:38:49.447Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:38:49.449Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:38:49.449Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:38:49.549Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:38:49.550Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:38:49.550Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:38:49.559Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:38:49.559Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:38:50.450Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "serviceName": "Demo_pNF_leEYE2K5e3XncrsQbdAi", "serviceVersion": "1.0", "serviceUUID": "ac4cf8e5-db5d-42bf-822f-99258edc22b8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f1d05034-057b-441d-984d-bdf17acaf507", "resources": [ { "resourceInstanceName": "pNF cd28dcac-62f5 0", "resourceCustomizationUUID": "c8e54c42-f9a1-47a1-b1d8-d6ad929307d7", "resourceName": "pNF cd28dcac-62f5", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "77090ac6-d551-429a-aab7-a65b3b1dc8b4", "resourceInvariantUUID": "adce1b9e-1a6e-4bbb-a44b-f21d09ff41c4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "artifactChecksum": "YWI2Njk1Y2FkNmJiZDA4YmUzMTM0ZTRlMThkOTdkNmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "200adbe9-03cb-442e-a18b-1ad17c7fca89" } ], "workloadContext": "Production" } 2021-06-02T03:38:50.451Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-02T03:38:50.451Z|830a1c6f-2280-4caa-adae-9b2a845f2a67|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ac4cf8e5-db5d-42bf-822f-99258edc22b8 ASDC 2021-06-02T03:38:50.451Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:dc81c8a0-2017-429d-b74a-d5a98e663059 ServiceName:Demo_pNF_leEYE2K5e3XncrsQbdAi ServiceVersion:1.0 ServiceUUID:ac4cf8e5-db5d-42bf-822f-99258edc22b8 ServiceInvariantUUID:f1d05034-057b-441d-984d-bdf17acaf507 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar ArtifactUUID:200adbe9-03cb-442e-a18b-1ad17c7fca89 ArtifactChecksum:YWI2Njk1Y2FkNmJiZDA4YmUzMTM0ZTRlMThkOTdkNmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF cd28dcac-62f5 0 ResourceCustomizationUUID:c8e54c42-f9a1-47a1-b1d8-d6ad929307d7 ResourceInvariantUUID:adce1b9e-1a6e-4bbb-a44b-f21d09ff41c4 ResourceName:pNF cd28dcac-62f5 ResourceType:PNF ResourceUUID:77090ac6-d551-429a-aab7-a65b3b1dc8b4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-06-02T03:38:50.451Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac4cf8e5-db5d-42bf-822f-99258edc22b8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:38:50.546Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:38:50.549Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:38:50.549Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:38:50.549Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 200adbe9-03cb-442e-a18b-1ad17c7fca89 from URL: /sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:50.549Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:38:50.549Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:51.003Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:38:51.009Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 200adbe9-03cb-442e-a18b-1ad17c7fca89 78801 2021-06-02T03:38:51.009Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar ASDC sendASDCNotification 2021-06-02T03:38:51.009Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:51.009Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:38:51.009Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:38:51.011Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:38:51.011Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605131009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:38:51.111Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:38:51.112Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:38:51.112Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:38:51.120Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:38:51.121Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:38:52.011Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:38:52.013Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:38:52.014Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: 200adbe9-03cb-442e-a18b-1ad17c7fca89, URL: /sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar to file: /app/ASDC/1/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:52.014Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:52.014Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:52.014Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:52.114Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP552292944163951385/Definitions/service-DemoPnfLeeye2k5e3xncrsqbdai-template.yml 2021-06-02T03:38:52.780Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-02T03:38:52.781Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-06-02T03:38:52.781Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:52.781Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-06-02T03:38:52.781Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:52.781Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cd28dcac-62f5 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:52.781Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cd28dcac-62f5 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:52.781Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:52.782Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:52.782Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:52.782Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:52.782Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:52.782Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-06-02T03:38:52.782Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:38:52.782Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_leEYE2K5e3XncrsQbdAi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:38:52.782Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Node template pNF cd28dcac-62f5 0 is matching search criteria 2021-06-02T03:38:52.782Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-02T03:38:52.783Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Found topology templates [pNF cd28dcac-62f5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:38:52.783Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:38:52.783Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_leEYE2K5e3XncrsQbdAi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:38:52.783Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Node template pNF cd28dcac-62f5 0 is matching search criteria 2021-06-02T03:38:52.783Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-02T03:38:52.783Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Found topology templates [pNF cd28dcac-62f5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:38:52.783Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:38:52.783Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_leEYE2K5e3XncrsQbdAi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:38:52.784Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:38:52.784Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_leEYE2K5e3XncrsQbdAi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:38:52.784Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:38:52.784Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_leEYE2K5e3XncrsQbdAi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:38:52.784Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:38:52.784Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_leEYE2K5e3XncrsQbdAi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:38:52.784Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:38:52.785Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_leEYE2K5e3XncrsQbdAi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:38:52.785Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_leEYE2K5e3XncrsQbdAi Description:catalog service description Model UUID:ac4cf8e5-db5d-42bf-822f-99258edc22b8 Model Version:NULL Model InvariantUuid:f1d05034-057b-441d-984d-bdf17acaf507 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-02T03:38:52.790Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 77090ac6-d551-429a-aab7-a65b3b1dc8b4 Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:38:52.793Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||pNF cd28dcac-62f5 0 2021-06-02T03:38:52.793Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 77090ac6-d551-429a-aab7-a65b3b1dc8b4 2021-06-02T03:38:52.793Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||No resources found for Service: ac4cf8e5-db5d-42bf-822f-99258edc22b8 2021-06-02T03:38:52.793Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: ac4cf8e5-db5d-42bf-822f-99258edc22b8 2021-06-02T03:38:52.793Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cd28dcac-62f5 0 77090ac6-d551-429a-aab7-a65b3b1dc8b4 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:38:52.798Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:38:52.798Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_leEYE2K5e3XncrsQbdAi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:38:52.798Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500|| resourceSeq for service uuid ac4cf8e5-db5d-42bf-822f-99258edc22b8: pNF cd28dcac-62f5 2021-06-02T03:38:52.799Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||Processing PNF resource: 77090ac6-d551-429a-aab7-a65b3b1dc8b4 2021-06-02T03:38:52.799Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:38:52.799Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_leEYE2K5e3XncrsQbdAi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:38:52.799Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||Resource customization UUID: c8e54c42-f9a1-47a1-b1d8-d6ad929307d7 is the same as notified resource customizationUUID: c8e54c42-f9a1-47a1-b1d8-d6ad929307d7 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as CONTROLL4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as CREATION5_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as MODEL_IN6_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as MULTI_ST7_44_0_, pnfresourc0_.NF_FUNCTION as NF_FUNCT8_44_0_, pnfresourc0_.NF_NAMING_CODE as NF_NAMIN9_44_0_, pnfresourc0_.NF_ROLE as NF_ROLE10_44_0_, pnfresourc0_.NF_TYPE as NF_TYPE11_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as PNF_RES14_44_0_, pnfresourc0_.RESOURCE_INPUT as RESOURC12_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO13_44_0_, pnfresourc1_.MODEL_UUID as MODEL_UU1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as RESOURCE2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as CREATION3_43_1_, pnfresourc1_.DESCRIPTION as DESCRIPT4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as MODEL_IN5_43_1_, pnfresourc1_.MODEL_NAME as MODEL_NA6_43_1_, pnfresourc1_.MODEL_VERSION as MODEL_VE7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as ORCHESTR8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as TOSCA_N10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as MODEL_UU1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as RESOURCE2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as CREATION3_43_0_, pnfresourc0_.DESCRIPTION as DESCRIPT4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN5_43_0_, pnfresourc0_.MODEL_NAME as MODEL_NA6_43_0_, pnfresourc0_.MODEL_VERSION as MODEL_VE7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as ORCHESTR8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as CONTROLL4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as CREATION5_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as MODEL_IN6_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as MULTI_ST7_44_1_, pnfresourc0_.NF_FUNCTION as NF_FUNCT8_44_1_, pnfresourc0_.NF_NAMING_CODE as NF_NAMIN9_44_1_, pnfresourc0_.NF_ROLE as NF_ROLE10_44_1_, pnfresourc0_.NF_TYPE as NF_TYPE11_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as PNF_RES14_44_1_, pnfresourc0_.RESOURCE_INPUT as RESOURC12_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO13_44_1_, pnfresourc1_.MODEL_UUID as MODEL_UU1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as RESOURCE2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as CREATION3_43_0_, pnfresourc1_.DESCRIPTION as DESCRIPT4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as MODEL_IN5_43_0_, pnfresourc1_.MODEL_NAME as MODEL_NA6_43_0_, pnfresourc1_.MODEL_VERSION as MODEL_VE7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as ORCHESTR8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as TOSCA_N10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as MODEL_UU1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as RESOURCE2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as CREATION3_43_0_, pnfresourc0_.DESCRIPTION as DESCRIPT4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN5_43_0_, pnfresourc0_.MODEL_NAME as MODEL_NA6_43_0_, pnfresourc0_.MODEL_VERSION as MODEL_VE7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as ORCHESTR8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-06-02T03:38:52.922Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cd28dcac-62f5 77090ac6-d551-429a-aab7-a65b3b1dc8b4 0 ASDC deployResourceStructure 2021-06-02T03:38:52.923Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar ASDC sendASDCNotification 2021-06-02T03:38:52.923Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar 2021-06-02T03:38:52.923Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:38:52.923Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:38:52.925Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:38:52.926Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605132923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:38:53.026Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:38:53.027Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:38:53.027Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:38:53.034Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:38:53.034Z||pool-67-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:38:53.927Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc81c8a0-2017-429d-b74a-d5a98e663059 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:38:53.936Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc81c8a0-2017-429d-b74a-d5a98e663059 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:38:53.938Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:38:53.939Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-02T03:38:53.939Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-02T03:38:56.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.77.168 2021-06-02T03:39:23.939Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc81c8a0-2017-429d-b74a-d5a98e663059 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:39:23.949Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc81c8a0-2017-429d-b74a-d5a98e663059 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:39:23.952Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:39:23.952Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-02T03:39:23.953Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-02T03:39:41.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4 2021-06-02T03:39:46.965Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:39:46.966Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:39:46.966Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:39:46.979Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:39:46.999Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:46.999Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.000Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.000Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.040Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.041Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.041Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.041Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.041Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.041Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.041Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605005535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.041Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.041Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.041Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.041Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.041Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.041Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "cds", "timestamp": 1622605007703, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.041Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.043Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.043Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.043Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.043Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605005535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.043Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.043Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.043Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.043Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.043Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.043Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "cds", "timestamp": 1622605008710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.049Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc81c8a0-2017-429d-b74a-d5a98e663059 2021-06-02T03:39:47.049Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc81c8a0-2017-429d-b74a-d5a98e663059 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.089Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.090Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.090Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.090Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.090Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.090Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.090Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.090Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.090Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.091Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.091Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.091Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.091Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.091Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.091Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.091Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.091Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.091Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.091Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.091Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.091Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.092Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.092Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605005535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.092Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.092Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.092Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:39:47.092Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.092Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.092Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.092Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.092Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.093Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.093Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.093Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.093Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.093Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.093Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.093Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.093Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.093Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.093Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.093Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.093Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.094Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.094Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.094Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.094Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.094Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.094Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.094Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.094Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.094Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.094Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605005535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.094Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.095Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.095Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-02T03:39:47.095Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.095Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.095Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.095Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.095Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.095Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.095Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.095Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.095Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.096Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.096Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.096Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.096Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.096Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.096Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "policy-id", "timestamp": 1622605011255, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.096Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.096Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.096Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:39:47.097Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.097Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.097Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.097Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.097Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.097Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.097Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.097Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.097Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605005535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.097Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.097Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.097Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.097Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.098Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.098Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.098Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.098Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.098Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.098Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.098Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.098Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.098Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.098Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.098Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.099Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.099Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.099Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "policy-id", "timestamp": 1622605012259, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.099Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.099Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.099Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-02T03:39:47.099Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.099Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.099Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.099Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.099Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.099Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.100Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.100Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.100Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605005535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.100Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.100Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.100Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-02T03:39:47.100Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.101Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.101Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "dcae-sch", "timestamp": 1622604998033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.101Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.101Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.101Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.101Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.101Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.101Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.101Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.101Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.102Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.102Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.102Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.102Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "policy-id", "timestamp": 1622605013261, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.107Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc81c8a0-2017-429d-b74a-d5a98e663059 2021-06-02T03:39:47.107Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc81c8a0-2017-429d-b74a-d5a98e663059 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.116Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.116Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.117Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.117Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.117Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.117Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.117Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.117Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.117Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.118Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.118Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.118Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.118Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.118Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.118Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.118Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.118Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.118Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.118Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.119Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.119Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.119Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.119Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.119Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.119Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.119Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-02T03:39:47.119Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.119Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.119Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:39:47.119Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.119Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.119Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.119Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.120Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.120Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.120Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.120Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.120Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.120Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.120Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.120Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.120Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.120Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.120Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.120Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.120Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.121Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.121Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.121Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.121Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-02T03:39:47.121Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.121Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.121Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.121Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.121Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.121Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605015522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.121Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.121Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.121Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "cds", "timestamp": 1622604998546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.122Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.122Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.122Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.122Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.122Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.122Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-02T03:39:47.122Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.122Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.122Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.122Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.122Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.122Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.122Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.123Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.123Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "dcae-sch", "timestamp": 1622605015940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.123Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.123Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.123Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605016695, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.123Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.123Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.123Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605017129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.123Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.123Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.123Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.123Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.123Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.123Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-02T03:39:47.124Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.124Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.124Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "dcae-sch", "timestamp": 1622605015940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.124Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.124Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.124Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "aai-ml", "timestamp": 1622605017722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.124Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.124Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.124Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "cds", "timestamp": 1622605017930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.124Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.124Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.124Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605018132, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.129Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc81c8a0-2017-429d-b74a-d5a98e663059 2021-06-02T03:39:47.130Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc81c8a0-2017-429d-b74a-d5a98e663059 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.138Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.138Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.139Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.139Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.139Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.139Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.139Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.139Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "dcae-sch", "timestamp": 1622605015940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.139Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.140Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.140Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-k8s-id", "timestamp": 1622605018599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.140Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.140Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.140Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "cds", "timestamp": 1622605018937, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.153Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b254d260-6279-4838-9372-cf1edd822a11 2021-06-02T03:39:47.153Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b254d260-6279-4838-9372-cf1edd822a11 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.161Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.161Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.161Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.161Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.161Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.161Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.161Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.162Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.162Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.162Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.162Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "dcae-sch", "timestamp": 1622605015940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.162Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.162Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.162Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.162Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.162Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.162Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.162Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.162Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.163Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.163Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.163Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.163Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "dcae-sch", "timestamp": 1622605015940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.163Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.163Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.163Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605021003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.163Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.163Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.163Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-k8s-id", "timestamp": 1622605021002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.163Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.163Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.163Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.164Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.164Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.164Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-windriver-id", "timestamp": 1622605021403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.164Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.164Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.164Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.164Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.164Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.164Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "dcae-sch", "timestamp": 1622605015940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.164Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.164Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.164Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "policy-id", "timestamp": 1622605022099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.164Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.164Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.165Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.165Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.165Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.165Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.165Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.165Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.165Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "dcae-sch", "timestamp": 1622605015940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.165Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.165Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.165Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "aai-ml", "timestamp": 1622605023010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.165Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.165Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.165Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "policy-id", "timestamp": 1622605023103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.165Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.166Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.166Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.166Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.166Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.166Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605023317, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.166Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.166Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.166Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-k8s-id", "timestamp": 1622605023324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.166Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.166Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.166Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.166Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.166Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.166Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "dcae-sch", "timestamp": 1622605015940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.167Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.167Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.167Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-windriver-id", "timestamp": 1622605023616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.167Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.167Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.167Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "aai-ml", "timestamp": 1622605024016, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.171Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc81c8a0-2017-429d-b74a-d5a98e663059 2021-06-02T03:39:47.171Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc81c8a0-2017-429d-b74a-d5a98e663059 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.178Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.178Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "policy-id", "timestamp": 1622605024106, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.183Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b254d260-6279-4838-9372-cf1edd822a11 2021-06-02T03:39:47.183Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b254d260-6279-4838-9372-cf1edd822a11 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.191Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.191Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.191Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.191Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.191Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-k8s-id", "timestamp": 1622605024425, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.195Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b254d260-6279-4838-9372-cf1edd822a11 2021-06-02T03:39:47.195Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b254d260-6279-4838-9372-cf1edd822a11 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:39:47.201Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.201Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.201Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.201Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.201Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "dcae-sch", "timestamp": 1622605015940, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.201Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.201Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.201Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "clamp", "timestamp": 1622605024822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.201Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.201Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605024929, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-windriver-id", "timestamp": 1622605025237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.202Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-k8s-id", "timestamp": 1622605025433, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.203Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.203Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.203Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.203Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.203Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.203Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.203Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.203Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.203Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "clamp", "timestamp": 1622605025838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.203Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.203Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.203Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.203Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.203Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.204Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.204Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.204Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.204Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-windriver-id", "timestamp": 1622605026241, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.208Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b254d260-6279-4838-9372-cf1edd822a11 2021-06-02T03:39:47.208Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b254d260-6279-4838-9372-cf1edd822a11 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:39:47.218Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.218Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.218Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.218Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.218Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:39:47.218Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.219Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.219Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.219Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.219Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.219Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605026650, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.219Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.219Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.219Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605026665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.219Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.219Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.219Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "clamp", "timestamp": 1622605026843, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.223Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc81c8a0-2017-429d-b74a-d5a98e663059 2021-06-02T03:39:47.223Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc81c8a0-2017-429d-b74a-d5a98e663059 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.230Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.230Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.230Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.230Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.230Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.231Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.231Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.231Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-windriver-id", "timestamp": 1622605027248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.231Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.231Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.231Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-02T03:39:47.231Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.231Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.231Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-02T03:39:47.231Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.231Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.232Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.232Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.232Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.232Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605027654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.232Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.232Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.232Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.232Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.232Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.232Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.233Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.233Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.233Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.233Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.233Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.233Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.233Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.233Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.233Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-02T03:39:47.233Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.233Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605028658, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605028765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.234Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.235Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605029661, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.236Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.236Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.236Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605029768, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.240Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b254d260-6279-4838-9372-cf1edd822a11 2021-06-02T03:39:47.240Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b254d260-6279-4838-9372-cf1edd822a11 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.247Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.247Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.247Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.247Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.247Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.247Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.247Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.247Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.247Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.247Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.248Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-02T03:39:47.248Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.248Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.248Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-02T03:39:47.248Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.248Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.248Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "cds", "timestamp": 1622605030524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.248Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.248Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.248Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.248Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.248Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.248Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.248Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.249Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.249Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.249Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.249Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.249Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.249Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.249Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.249Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.249Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.249Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.249Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:39:47.249Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.249Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.249Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.250Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.250Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.250Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "cds", "timestamp": 1622605031529, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.258Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c04f9749-628f-414e-a0d9-172f0555048c 2021-06-02T03:39:47.259Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04f9749-628f-414e-a0d9-172f0555048c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.265Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.265Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.265Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.265Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.265Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.265Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.265Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.265Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.265Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.265Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.266Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.266Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.266Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.266Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-02T03:39:47.266Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.266Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.266Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-02T03:39:47.266Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.266Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.266Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.266Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "aai-ml", "timestamp": 1622605032891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "policy-id", "timestamp": 1622605002197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.267Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.268Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.268Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605033307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.268Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.268Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.268Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.268Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.268Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.268Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605001626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.269Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.270Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.270Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.270Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.270Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.270Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.270Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "policy-id", "timestamp": 1622605034841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.270Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.270Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.270Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605035016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.270Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.270Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.270Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.270Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.270Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.271Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.271Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.271Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.271Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.271Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.271Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.271Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "policy-id", "timestamp": 1622605035845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.271Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.271Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.271Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605036017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.271Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.271Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.271Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605004684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.271Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.272Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.272Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.272Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.272Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.272Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "dcae-sch", "timestamp": 1622605035940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.272Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.272Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.272Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605036710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.272Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.272Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.272Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.272Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.273Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.273Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "policy-id", "timestamp": 1622605036847, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.276Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c04f9749-628f-414e-a0d9-172f0555048c 2021-06-02T03:39:47.276Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04f9749-628f-414e-a0d9-172f0555048c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.283Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.283Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.283Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.283Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.283Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "dcae-sch", "timestamp": 1622605035940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.283Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.283Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.283Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605037713, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.286Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b254d260-6279-4838-9372-cf1edd822a11 2021-06-02T03:39:47.287Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b254d260-6279-4838-9372-cf1edd822a11 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:39:47.291Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.291Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.292Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.292Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.292Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "policy-id", "timestamp": 1622605037850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.292Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.292Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.292Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.293Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.293Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.293Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "dcae-sch", "timestamp": 1622605035940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.293Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.293Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.293Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605038716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.293Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.293Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.293Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605006385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.293Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.293Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.293Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605038894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.293Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.293Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.294Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605039102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.294Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.294Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.294Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "policy-id", "timestamp": 1622605037850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.294Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.294Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.294Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "cds", "timestamp": 1622605019941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.294Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.295Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.295Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "dcae-sch", "timestamp": 1622605035940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.295Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.295Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.295Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.295Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.295Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.295Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "policy-id", "timestamp": 1622605037850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-02T03:39:47.295Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.295Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.295Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "dcae-sch", "timestamp": 1622605035940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.295Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.295Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.295Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "policy-id", "timestamp": 1622605037850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "dcae-sch", "timestamp": 1622605035940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605041713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605041723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-02T03:39:47.296Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605041886, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "cds", "timestamp": 1622605042113, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "policy-id", "timestamp": 1622605037850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "dcae-sch", "timestamp": 1622605035940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "aai-ml", "timestamp": 1622605042691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.297Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.298Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.298Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:39:47.298Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.298Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.298Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "clamp", "timestamp": 1622605043351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.298Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.298Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.298Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605043446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.298Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.298Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.298Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605043524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.298Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.298Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.298Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605043529, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.299Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.299Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.299Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "policy-id", "timestamp": 1622605037850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.299Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.299Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.299Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "dcae-sch", "timestamp": 1622605035940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.299Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.299Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.299Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "aai-ml", "timestamp": 1622605043697, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.304Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b254d260-6279-4838-9372-cf1edd822a11 2021-06-02T03:39:47.304Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b254d260-6279-4838-9372-cf1edd822a11 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.311Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.311Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-02T03:39:47.311Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.312Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.312Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "clamp", "timestamp": 1622605044441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.312Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.312Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.312Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605044449, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.316Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c04f9749-628f-414e-a0d9-172f0555048c 2021-06-02T03:39:47.316Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04f9749-628f-414e-a0d9-172f0555048c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.322Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.323Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "cds", "timestamp": 1622605044518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.332Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 2021-06-02T03:39:47.332Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.339Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.339Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "policy-id", "timestamp": 1622605037850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.339Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.339Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.339Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605044646, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.343Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c04f9749-628f-414e-a0d9-172f0555048c 2021-06-02T03:39:47.343Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04f9749-628f-414e-a0d9-172f0555048c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:39:47.348Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.348Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.348Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.349Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.349Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.349Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.349Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.349Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605045037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.349Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.349Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.349Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "clamp", "timestamp": 1622605045445, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.356Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b254d260-6279-4838-9372-cf1edd822a11 2021-06-02T03:39:47.356Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b254d260-6279-4838-9372-cf1edd822a11 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.362Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.362Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "policy-id", "timestamp": 1622605037850, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.363Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.363Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.363Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-k8s-id", "timestamp": 1622605045650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.363Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.363Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.363Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.363Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.363Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.363Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-02T03:39:47.363Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.363Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.363Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605046042, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.367Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c04f9749-628f-414e-a0d9-172f0555048c 2021-06-02T03:39:47.368Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04f9749-628f-414e-a0d9-172f0555048c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:39:47.372Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.373Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605045452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.373Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.373Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.373Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.373Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.373Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.373Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.373Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.373Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.373Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.373Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.373Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.373Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-windriver-id", "timestamp": 1622605047046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.373Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605045452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "policy-id", "timestamp": 1622605047142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-k8s-id", "timestamp": 1622605046654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.374Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605025535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605045452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "policy-id", "timestamp": 1622605048145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-k8s-id", "timestamp": 1622605046654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.375Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-windriver-id", "timestamp": 1622605048048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.376Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.376Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.376Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.376Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.376Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.376Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605045452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.376Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.376Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.376Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "policy-id", "timestamp": 1622605049147, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.380Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 2021-06-02T03:39:47.381Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.388Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.388Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605049203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.388Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.388Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.388Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-k8s-id", "timestamp": 1622605046654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-02T03:39:47.389Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.389Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.389Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:39:47.389Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.389Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.389Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-windriver-id", "timestamp": 1622605048048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:39:47.389Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.389Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.389Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.389Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.389Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.390Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605045452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.390Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.390Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.390Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-k8s-id", "timestamp": 1622605046654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.390Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.390Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.390Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.390Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.390Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.390Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-windriver-id", "timestamp": 1622605048048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-02T03:39:47.390Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.390Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.391Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.391Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.391Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.391Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605050800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.391Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.391Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.391Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605045452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.391Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.391Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.391Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-k8s-id", "timestamp": 1622605046654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-02T03:39:47.391Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.391Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.391Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-windriver-id", "timestamp": 1622605048048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605045452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-k8s-id", "timestamp": 1622605046654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.392Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.393Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.393Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-windriver-id", "timestamp": 1622605048048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-02T03:39:47.393Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.393Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.393Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605052690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.393Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.393Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.393Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "aai-ml", "timestamp": 1622605007763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.393Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.393Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.393Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605045452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-k8s-id", "timestamp": 1622605046654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-windriver-id", "timestamp": 1622605048048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-k8s-id", "timestamp": 1622605046654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.394Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605054312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "aai-ml", "timestamp": 1622605054392, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "clamp", "timestamp": 1622605008291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-windriver-id", "timestamp": 1622605048048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605054702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.395Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605055315, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.400Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c04f9749-628f-414e-a0d9-172f0555048c 2021-06-02T03:39:47.400Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04f9749-628f-414e-a0d9-172f0555048c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:39:47.404Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.405Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-windriver-id", "timestamp": 1622605048048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.405Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.405Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.405Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-k8s-id", "timestamp": 1622605056003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.405Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.405Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.405Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605056317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.405Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.405Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.405Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605056428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.405Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.405Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.405Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-windriver-id", "timestamp": 1622605057233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.405Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.406Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.406Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605057431, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.409Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 2021-06-02T03:39:47.409Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.416Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.417Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-k8s-id", "timestamp": 1622605057817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.417Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.417Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.417Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605057320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.417Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.417Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.417Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605057320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:39:47.417Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.417Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.417Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605057320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-02T03:39:47.417Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.418Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.418Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-windriver-id", "timestamp": 1622605060118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.418Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.418Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.418Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-k8s-id", "timestamp": 1622605060396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.418Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.418Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.418Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605057320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.418Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.418Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.418Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "clamp", "timestamp": 1622605061255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.418Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.418Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.418Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-k8s-id", "timestamp": 1622605061427, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.422Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 2021-06-02T03:39:47.422Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:39:47.429Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.429Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605057320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-02T03:39:47.430Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.430Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.430Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-windriver-id", "timestamp": 1622605062223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.430Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.430Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.430Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "clamp", "timestamp": 1622605062339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.430Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.430Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.431Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-k8s-id", "timestamp": 1622605062434, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.431Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.431Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.431Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605057320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.431Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.431Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.431Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "aai-ml", "timestamp": 1622605062916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.431Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.432Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.432Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-windriver-id", "timestamp": 1622605063227, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.436Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 2021-06-02T03:39:47.436Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:39:47.445Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.446Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "clamp", "timestamp": 1622605063342, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.449Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c04f9749-628f-414e-a0d9-172f0555048c 2021-06-02T03:39:47.450Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04f9749-628f-414e-a0d9-172f0555048c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.457Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.457Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605057320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.457Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.457Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.458Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "aai-ml", "timestamp": 1622605063920, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:47.462Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c04f9749-628f-414e-a0d9-172f0555048c 2021-06-02T03:39:47.462Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c04f9749-628f-414e-a0d9-172f0555048c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:39:47.474Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.474Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-windriver-id", "timestamp": 1622605064230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:39:47.474Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.475Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.475Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605057320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:39:47.475Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.475Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.475Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "clamp", "timestamp": 1622605064347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.475Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.476Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.476Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "aai-ml", "timestamp": 1622605064923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.476Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.476Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.476Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "clamp", "timestamp": 1622605064347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:39:47.476Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:47.476Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.477Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605066262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:39:47.477Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:39:47.477Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:39:47.477Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "aai-ml", "timestamp": 1622605064923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-02T03:39:47.477Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:39:53.953Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc81c8a0-2017-429d-b74a-d5a98e663059 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:39:53.962Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc81c8a0-2017-429d-b74a-d5a98e663059 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:39:53.965Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:39:53.966Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-02T03:39:53.966Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-02T03:39:53.966Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-02T03:39:53.966Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:39:53.966Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:39:53.966Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:39:53.966Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:39:53.966Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:39:53.966Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:39:54.040Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:39:54.046Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-02T03:40:24.046Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc81c8a0-2017-429d-b74a-d5a98e663059 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-02T03:40:24.050Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc81c8a0-2017-429d-b74a-d5a98e663059 and serviceModelVersionId: ac4cf8e5-db5d-42bf-822f-99258edc22b8 2021-06-02T03:40:24.050Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f1d05034-057b-441d-984d-bdf17acaf507 2021-06-02T03:40:24.050Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f1d05034-057b-441d-984d-bdf17acaf507/model-vers/model-ver/ac4cf8e5-db5d-42bf-822f-99258edc22b8?depth=0 2021-06-02T03:40:24.054Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-06-02T03:40:24.163Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f1d05034-057b-441d-984d-bdf17acaf507/model-vers/model-ver/ac4cf8e5-db5d-42bf-822f-99258edc22b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-06-02T03:40:24.164Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f1d05034-057b-441d-984d-bdf17acaf507/model-vers/model-ver/ac4cf8e5-db5d-42bf-822f-99258edc22b8?depth=0|INFO|500||Invoke 2021-06-02T03:40:24.178Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f1d05034-057b-441d-984d-bdf17acaf507/model-vers/model-ver/ac4cf8e5-db5d-42bf-822f-99258edc22b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-02T03:40:24.436Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f1d05034-057b-441d-984d-bdf17acaf507/model-vers/model-ver/ac4cf8e5-db5d-42bf-822f-99258edc22b8?depth=0|INFO|500||InvokeReturn 2021-06-02T03:40:24.437Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f1d05034-057b-441d-984d-bdf17acaf507/model-vers/model-ver/ac4cf8e5-db5d-42bf-822f-99258edc22b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210602-03:40:24:177-17317], vertex-id=[184392], Content-Length=[0], Date=[Wed, 02 Jun 2021 03:40:24 GMT], Content-Type=[application/json]} 2021-06-02T03:40:24.437Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-06-02T03:40:24.437Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-02T03:40:24.437Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:40:24.441Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-02T03:40:24.441Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc81c8a0-2017-429d-b74a-d5a98e663059 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-02T03:40:24.442Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-02T03:40:24.442Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:24.443Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:24.444Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605224442, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:40:24.544Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:40:24.545Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:24.545Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:24.555Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:24.555Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:40:25.453Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||received message from topic 2021-06-02T03:40:25.454Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b254d260-6279-4838-9372-cf1edd822a11","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"abbd25e9-1946-4ced-bfde-7bb88179a84d","serviceDescription":"service","serviceInvariantUUID":"9755ec4d-9609-4504-a3ae-d28efd3ff852","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5224580-6470-4bca-b1e5-0eda218e82a6","resourceInvariantUUID":"86547008-8487-40f6-83a2-ad7874c15cdc","resourceCustomizationUUID":"9c890af0-7cd9-4142-a225-3031b1330ba7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MzAyZWJmZDlhMzM4NDA0NmZjMzFmOGZiY2YxZGI3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f3e0b8d-3f31-4eba-829a-9f403fee6b89","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZTBhZjUzNTY2NGYyNjNlYWYyNzU2MmVkOWJlNmZkZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5bbb235f-383e-44bb-8c14-d4e70b409a09","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0f8c60c6-31c1-481a-84fa-9f8612410921","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24c47fb2-210d-4323-8be6-3f28516d7395","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fbe87cdb-4166-41ac-9b35-6b1e7030a6ed","artifactVersion":"2","generatedFromUUID":"0f8c60c6-31c1-481a-84fa-9f8612410921"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2UzNDM5MjgwMzMzODQ1M2I4NzNhMWQ2ZGZiZTYxNTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"415dc686-4e9d-40b0-9859-826a5d11f0b4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWJkMTgzYWM1Yjc5OTlmNTg5YWQ5NDc0NzQ2N2M3ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eccf8cf8-7faf-46a6-9ea0-96f6b78e375c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-02T03:40:25.454Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:40:25.454Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:25.456Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:25.456Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:25.556Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:40:25.557Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:25.557Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:25.566Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:25.566Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:40:26.457Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:40:26.457Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:26.459Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:26.459Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:40:26.559Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:40:26.560Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:26.560Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:26.567Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:26.568Z||pool-70-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:40:26.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250 2021-06-02T03:40:27.460Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:40:27.461Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:27.463Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:27.463Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-02T03:40:27.563Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:40:27.564Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:27.564Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:27.578Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:27.578Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:40:28.463Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:40:28.464Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:28.466Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:28.466Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:28.566Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:40:28.567Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:28.567Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:28.577Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:28.577Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:40:29.466Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:40:29.467Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:29.469Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:29.469Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-02T03:40:29.569Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:40:29.570Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:29.570Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:29.581Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:29.581Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:40:30.469Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:40:30.470Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:30.472Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:30.472Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:30.572Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-02T03:40:30.573Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:30.573Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:30.588Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:30.589Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:40:31.473Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:40:31.474Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:31.476Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:31.476Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:40:31.576Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:40:31.577Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:31.577Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:31.591Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:31.592Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:40:32.477Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "abbd25e9-1946-4ced-bfde-7bb88179a84d", "serviceDescription": "service", "serviceInvariantUUID": "9755ec4d-9609-4504-a3ae-d28efd3ff852", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "9c890af0-7cd9-4142-a225-3031b1330ba7", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f5224580-6470-4bca-b1e5-0eda218e82a6", "resourceInvariantUUID": "86547008-8487-40f6-83a2-ad7874c15cdc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "ZTBhZjUzNTY2NGYyNjNlYWYyNzU2MmVkOWJlNmZkZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5bbb235f-383e-44bb-8c14-d4e70b409a09", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0f8c60c6-31c1-481a-84fa-9f8612410921", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fbe87cdb-4166-41ac-9b35-6b1e7030a6ed", "generatedFromUUID": "0f8c60c6-31c1-481a-84fa-9f8612410921" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fbe87cdb-4166-41ac-9b35-6b1e7030a6ed", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MWJkMTgzYWM1Yjc5OTlmNTg5YWQ5NDc0NzQ2N2M3ZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eccf8cf8-7faf-46a6-9ea0-96f6b78e375c" } ], "workloadContext": "Production" } 2021-06-02T03:40:32.477Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-02T03:40:32.478Z|dc81c8a0-2017-429d-b74a-d5a98e663059|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 abbd25e9-1946-4ced-bfde-7bb88179a84d ASDC 2021-06-02T03:40:32.478Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:b254d260-6279-4838-9372-cf1edd822a11 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:abbd25e9-1946-4ced-bfde-7bb88179a84d ServiceInvariantUUID:9755ec4d-9609-4504-a3ae-d28efd3ff852 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:eccf8cf8-7faf-46a6-9ea0-96f6b78e375c ArtifactChecksum:MWJkMTgzYWM1Yjc5OTlmNTg5YWQ5NDc0NzQ2N2M3ZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:9c890af0-7cd9-4142-a225-3031b1330ba7 ResourceInvariantUUID:86547008-8487-40f6-83a2-ad7874c15cdc ResourceName:basic_vm ResourceType:VF ResourceUUID:f5224580-6470-4bca-b1e5-0eda218e82a6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:5bbb235f-383e-44bb-8c14-d4e70b409a09 ArtifactChecksum:ZTBhZjUzNTY2NGYyNjNlYWYyNzU2MmVkOWJlNmZkZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:0f8c60c6-31c1-481a-84fa-9f8612410921 ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:fbe87cdb-4166-41ac-9b35-6b1e7030a6ed ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:fbe87cdb-4166-41ac-9b35-6b1e7030a6ed ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-02T03:40:32.478Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF abbd25e9-1946-4ced-bfde-7bb88179a84d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:40:32.610Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:40:32.611Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:40:32.611Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:40:32.611Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: eccf8cf8-7faf-46a6-9ea0-96f6b78e375c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-02T03:40:32.611Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:40:32.612Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-02T03:40:33.316Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:40:33.319Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar eccf8cf8-7faf-46a6-9ea0-96f6b78e375c 69725 2021-06-02T03:40:33.320Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-06-02T03:40:33.320Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-02T03:40:33.320Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:40:33.320Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:33.322Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:33.322Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605233320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:40:33.423Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-02T03:40:33.424Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:33.424Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:33.434Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:33.435Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:40:34.323Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:40:34.325Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:40:34.325Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: eccf8cf8-7faf-46a6-9ea0-96f6b78e375c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-06-02T03:40:34.326Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-06-02T03:40:34.326Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-06-02T03:40:34.326Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-06-02T03:40:34.649Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9821122228928193026/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-06-02T03:40:35.621Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-02T03:40:35.622Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-06-02T03:40:35.622Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-02T03:40:35.622Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-06-02T03:40:35.622Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-02T03:40:35.622Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-02T03:40:35.623Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-02T03:40:35.623Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-02T03:40:35.623Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-02T03:40:35.623Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-02T03:40:35.623Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-02T03:40:35.623Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-02T03:40:35.623Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-02T03:40:35.623Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-02T03:40:35.623Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-06-02T03:40:35.624Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:35.624Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:35.624Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-02T03:40:35.624Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-02T03:40:35.624Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:40:35.625Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:35.625Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:35.625Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-02T03:40:35.625Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-02T03:40:35.625Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:40:35.625Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:35.626Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:35.626Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:35.626Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-02T03:40:35.626Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-02T03:40:35.626Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-06-02T03:40:35.626Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-06-02T03:40:35.627Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-06-02T03:40:35.627Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-02T03:40:35.627Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:35.627Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-02T03:40:35.627Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:35.627Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-02T03:40:35.627Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:40:35.628Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:35.628Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-02T03:40:35.628Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:40:35.628Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:35.628Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-02T03:40:35.628Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:40:35.629Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:35.629Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-02T03:40:35.629Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-02T03:40:35.629Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-02T03:40:35.629Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cc7c648c-bf49-4699-ad1b-47a4abad0ebd 2021-06-02T03:40:35.630Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:35.630Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:35.630Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:35.630Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:35.630Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:35.630Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:35.630Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:35.631Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:35.631Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:abbd25e9-1946-4ced-bfde-7bb88179a84d Model Version:NULL Model InvariantUuid:9755ec4d-9609-4504-a3ae-d28efd3ff852 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:c1f54fc9-e310-4867-8872-f706781cf735 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:86547008-8487-40f6-83a2-ad7874c15cdc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9c890af0-7cd9-4142-a225-3031b1330ba7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:435e8e5a-7eaf-4f4b-80c2-f75ea6dfa191 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:18f8f778-87ec-44b4-87da-11973e211a72 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cc7c648c-bf49-4699-ad1b-47a4abad0ebd ModelInvariantUuid:c31c6270-9103-49de-9ade-aff2ee0818f4 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:60c68121-d178-44ab-a8fd-8e4afd9321e2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:12ad21d8-695a-47ef-aa19-f30e300d05c8 ModelInvariantUuid:933d8aa5-75e2-45cb-9d3f-b23d02745eae ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:73cc9119-2327-4fce-8926-3feb3a3e5cc1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-02T03:40:35.636Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f5224580-6470-4bca-b1e5-0eda218e82a6 Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:40:35.639Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||basic_vm 0 2021-06-02T03:40:35.640Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5224580-6470-4bca-b1e5-0eda218e82a6 2021-06-02T03:40:35.640Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 5bbb235f-383e-44bb-8c14-d4e70b409a09 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-06-02T03:40:35.640Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:40:35.640Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-06-02T03:40:36.226Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:40:36.226Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 5bbb235f-383e-44bb-8c14-d4e70b409a09 787 2021-06-02T03:40:36.226Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-06-02T03:40:36.226Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-06-02T03:40:36.226Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:40:36.227Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:36.228Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:36.228Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605236226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:40:36.329Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:40:36.329Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:36.329Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:36.340Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:36.340Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:40:37.229Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "435e8e5a-7eaf-4f4b-80c2-f75ea6dfa191", "vfModuleModelVersion": "1", "vfModuleModelUUID": "18f8f778-87ec-44b4-87da-11973e211a72", "vfModuleModelCustomizationUUID": "d54ebf6c-de3a-42b9-b010-45f252dc7da9", "isBase": true, "artifacts": [ "0f8c60c6-31c1-481a-84fa-9f8612410921", "fbe87cdb-4166-41ac-9b35-6b1e7030a6ed" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-02T03:40:37.233Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:18f8f778-87ec-44b4-87da-11973e211a72 VfModuleModelInvariantUUID:435e8e5a-7eaf-4f4b-80c2-f75ea6dfa191 VfModuleModelDescription:NULL Artifacts UUID List:{ 0f8c60c6-31c1-481a-84fa-9f8612410921 , fbe87cdb-4166-41ac-9b35-6b1e7030a6ed } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-02T03:40:37.236Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "435e8e5a-7eaf-4f4b-80c2-f75ea6dfa191", "vfModuleModelVersion": "1", "vfModuleModelUUID": "18f8f778-87ec-44b4-87da-11973e211a72", "vfModuleModelCustomizationUUID": "d54ebf6c-de3a-42b9-b010-45f252dc7da9", "isBase": true, "artifacts": [ "0f8c60c6-31c1-481a-84fa-9f8612410921", "fbe87cdb-4166-41ac-9b35-6b1e7030a6ed" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-02T03:40:37.236Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:18f8f778-87ec-44b4-87da-11973e211a72 VfModuleModelInvariantUUID:435e8e5a-7eaf-4f4b-80c2-f75ea6dfa191 VfModuleModelDescription:NULL Artifacts UUID List:{ 0f8c60c6-31c1-481a-84fa-9f8612410921 , fbe87cdb-4166-41ac-9b35-6b1e7030a6ed } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-02T03:40:37.236Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 0f8c60c6-31c1-481a-84fa-9f8612410921 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-06-02T03:40:37.237Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:40:37.237Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-06-02T03:40:38.813Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:40:38.813Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0f8c60c6-31c1-481a-84fa-9f8612410921 5033 2021-06-02T03:40:38.814Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-06-02T03:40:38.814Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-06-02T03:40:38.814Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:40:38.814Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:38.816Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:38.816Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605238814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:40:38.916Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:40:38.917Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:38.917Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:38.926Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:38.926Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:40:39.817Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: fbe87cdb-4166-41ac-9b35-6b1e7030a6ed from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-06-02T03:40:39.817Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:40:39.818Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-06-02T03:40:40.793Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:40:40.794Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env fbe87cdb-4166-41ac-9b35-6b1e7030a6ed 903 2021-06-02T03:40:40.794Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-06-02T03:40:40.794Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-06-02T03:40:40.794Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:40:40.794Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:40.796Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:40.796Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605240794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:40:40.896Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-02T03:40:40.897Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:40.898Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:40.910Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:40.910Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:40:41.797Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: abbd25e9-1946-4ced-bfde-7bb88179a84d 2021-06-02T03:40:41.798Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f5224580-6470-4bca-b1e5-0eda218e82a6 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:40:41.809Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:41.810Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:41.810Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Processing vnf with UUID: c1f54fc9-e310-4867-8872-f706781cf735 2021-06-02T03:40:41.810Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Will get resource from SDC using resource id: c1f54fc9-e310-4867-8872-f706781cf735 2021-06-02T03:40:41.810Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel to get resource 2021-06-02T03:40:41.811Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel 2021-06-02T03:40:41.812Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|INFO|500||Invoke 2021-06-02T03:40:41.812Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|DEBUG|500||===========================request begin================================================ 2021-06-02T03:40:41.812Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel 2021-06-02T03:40:41.813Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|DEBUG|500||Method : GET 2021-06-02T03:40:41.813Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|DEBUG|500||Headers : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"b254d260-6279-4838-9372-cf1edd822a11", X-RequestID:"b254d260-6279-4838-9372-cf1edd822a11", X-TransactionID:"b254d260-6279-4838-9372-cf1edd822a11", X-ECOMP-RequestID:"b254d260-6279-4838-9372-cf1edd822a11", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"a11a9deb-1f72-47ae-8986-440d7a5cb9a0"] 2021-06-02T03:40:41.813Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|DEBUG|500||Request body: 2021-06-02T03:40:41.813Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|DEBUG|500||==========================request end================================================ 2021-06-02T03:40:42.050Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|DEBUG|500||============================response begin========================================== 2021-06-02T03:40:42.050Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|DEBUG|500||Status code : 200 OK 2021-06-02T03:40:42.051Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|DEBUG|500||Status text : OK 2021-06-02T03:40:42.051Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-BasicVm-csar.csar"", Content-MD5:"OTUzNTg5Mjk2YzFkZThhNmM4Y2IyMjI3YTY0ZDNkZWY=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"b254d260-6279-4838-9372-cf1edd822a11", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-06-02T03:40:42.058Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|DEBUG|500||Response body: PKf�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPKf�RTOSCA-Metadata/TOSCA.metaM�� �0 Dw�@I�zK�vk M�.R �d꿯nj��w��\�R�{�I �������:��x!Tz�T��(1� +2��T��'p�&gO�*�+;��%�[�t�6����1��{A�R;c|f%VX�Ѹ�O��l�PK��Љ�PKf�R)Definitions/resource-BasicVm-template.yml�Ys�������~w:r��2sg��$m��N�,M��1[X�8����݀Ӻ/):��Φ#A��*�5���������1DC�a�&���2eN�>X$����1� � lww�nj8��ˊH�E�>C���Q�Un�j*`��*�Oy]��p,�ř�DQ#]`g�ȩ�0���-r�(�7Tyc����g�A$��9< �.I�Tq@V��=f>�xe����\��<��J9^�cc����+?�I��>r#�ce���sZ R?~�9^�@� C>U�� ���e� U%�@�>L�U�b�0am� �� �GL-��`  ��s�"T�$v�PK,�g �m'���r�3�bE�t�a�ӱJ�R&`'��B˃�ہ� �5�`�#4�_K+��(DF�Q�xe���1���j��K ��<�A7e4�j��±�0�'��5 ��tl�Q�!�=t�^��ո� ��� ܧ�4b%�%r�b}?dJoV��J&i� �8�����bf-Y:�G�{4�8�x�m�3y �$ <�^\5iڎT�H%p����VN��Qt���F�-G� -~B#��C38f2�ܟ�*��#2DZ�^eH��}�H ^3�#��1|������Q���r~��y�94<�3:6����6\�u�@6l?��cD�FV[7V���"m��E�ǁ�n�0�u�L�L,�/�jh�&О��W�9�j�GFY�-#�,�g�0��4����v��Z��q��5 롭������4�'Cv��\n.я�st:�����7�0㔸����~�Ɂ�V�p�4����fp���� ���$��K=EvCE^�mE"�D���9�N&�7�������t~=?��W׋��<����{7�?��̯�W�r;�~ Xa��?��P�͗c�==��;������'��Z�K���|��������d_�/����>���_7��zS�����tlc�����I��]��fO����\��~������zk���xu$��ţ4�t���N�1���.�I����H�~�8}��d���Z�\��גb���g����r��_��dﰷ%�����+=�L���?����[fC�e�������]�Z|�/ca����0tBN衫Eǰ{*P�1`P�3 a�� Ψ1������*i1�MAHKVX�# �')|gr���:��?��� r:�y ���I� �#��8� J-Y�Ї5���h*&�`�h � ���?��٬�HW �4�|��#�8]�Ϙ��sh-��}�`y>�,�Qڢ��l�;�Anl�0d�Q���=� J��f�gN��焏]# ��m2X����r�M�zNJ�z��a��؄@a�Y� ��x�n�sHv�M���N��F����\`�j4]d柘�r�Q$���J��<2!c����X���� k�t1�]�(�G�wU�nG�cTؒ'T�-��Wjqc"a<���֐�i�uQ���4�p���� �:�"M�5@�NG��eE�bm&d(j��e�E��W����NgH� �0A�LNJ3�]T>��Zbi�'�Ž���s�ߘ�U�Z)[&�f���uM#��Q�h��J�[��|j�\���*JT�w�h��sK�|�i�z^0m������r�+����o׺�(&�¸���������b l���r؛�v�#��z̰��������=l��=�137 va0��P�~���(� b�6^ɤ�˅���AΜ��q��D�O��#�'�M��q*O;�z�K�ݦQJe�G�br�`ư-ܐܔ�$���+Y�`oDP'�: ,�8v�Q� �C�MX�u�fDn�!�D��XAX�!��4sd�Tp�/�H�y �$!�q � ���E�Z�}M���_�u��)h��؇e��v���/�b@x���S�������뀺��n��|�I�f�P���NJPrs\��r���Wy����{�Z�B@Q�:W��Ƣ�����(���r"2$]-���C� LӪ�C�N 9�f}�z2�W�(��1��][����B eN�焆�u�0�逽�+y8ڽ5�]5%�/��8"����e丙Rnb�۬ �-3?�z+�KB�X�c�Ul����V�d��lX��� #{��X� ��y+�n���w��eL �7��[4�w5���wey�Lq3\Ŋ�K�e=U0 S���/xU�a�LpM���x�������q{v*�8�����8�a�/Xo��a��}�%y]\ �l]m"��Ǫ���ָ�]�_�ȕ�4�_�B�j���d��e��"�!�T��@+F,ʥU�|��H�žoD�8T�zj���T����J�y��͑o� �M�J�� D.�+ө�U D ��@����;�<��yJ��w�`倿�`��$(��%�so��l����]�KSk/��� ���`^l������jG��A�GȨ�X�� ͑(��'8(Rd�ġ���� �Ќ�5 E�C#&�]��rQ�]�b6�)H��*Yc�=�cF���A����w�4j����Z;$TZ"ܻUD�i��5�J�l�&��?.M ��z�ҚrYnMޡz�@�$=�f��6��@c/[y��|���̭�&%�F���6�Qπ�vw5Y�j�����2<ϡ�o�3ձm]��#�G�E+�2�~��~��n�ɞ�m>�Z�ԗ�P��a`���������ԃ.�z莸�����h��HOG�w 2 ��B��w�[�shɐG�[����nOF�+ɴ��~G(Ԙ�noz�z�`���1�h�;Q�)b�&���=)X!^�`�K#5�j�!n~�aS4�}��ǽ(�E�)�#�`�:� �U�*S�g��9��'��nuQ�Q�+<��a�q�0!c��¸�~w��vfF���D׵v�&V�������_�S��T��W�?�� �=z���]�<)� -��@ɝ�d�A%1��: �����-�+�[�Ǽ:��R�E��S��% �t���H�t1cv�𚮂5�x �����BT���*���˦j�S��Zl�jK�������f���(��‘5U4�s�+,qMg�\��7��C��9�]mLn�e�e�J���B�K䊯-�_KHo%Du��l�I<���r�l^c����b{Q.�4���ncԆ�ȴ���Ʃ��Ya]�fev�,SJ1l-��¸�Ӿ����{��D'֍%iW��l�5���m"�ȶq��ƪ��>�=mནj�od�~}�6��Ү�C̾��7���(���c��t�n��]=����l�w��T'Q��g]�����Q�&v�1��Ѱ�<Ś3M�}K��q&=o�v�� � +[{�w= X� �Z9m����D;�m�+H����h1��C�&�d��<�Me��wv��g�]M7�|������ �?,֠5�8�)�&���k�?�KCy4 ��3k��!?��h������}I��Խ�����*��$z�~���n��?>���뤙�q����NW�XY �{����\z�p����0���u�&Tp� s�6Z]�;�4v����0ZG��>�}���?�D@�Qd��^���ݤ�Gq��6��o��>�~:�A��}�8}�8�g�;���8��CK\���ս����B�|� �%Oz}E uO���Y�j�v"�?*���3+|� ��'��>7�*#����jJu���(T3�.n�-0T~�+�}��H��H�u�A��;��?���e�՗�P�{|͟dA5c9=�;��\�WoPuh7���;�>H�T�)T|\�B�S/����T���� �|�����T(Ϧ�uaT����PK���.VPKg�R3Definitions/resource-BasicVm-template-interface.yml�]Ys�~�_ᷙ�K6Ru�.�99I Yn�r [[2�Lb~�H�!6��@�)���^�nu˒`�V��Aa���2���_�%�=��iPq�i(���I(����I�h���GG<� d�4�C 0�\+ZA�U`�2���*��*��h!+R7� �<�ĉ��K��1��4�,�0&��7\+T�U�*  �Ă�Ĵd m�P�S]��}��J�M��蔘�I���f�L���ozM-ʫ�WqI�TWL�9\;H���!t��\� ̜b>�o��z�:��s����0��V)�������M��k']�%d �H��4p�v�r�hI��Aj� {>�=F�b�)� `�<�)*�::��C7��2�B ����``r�V;]H�'leȥ�)��� ���r�k�������r���0��p�w2������M�Bw�U��"%����Jh �v�w���Wn+�L2|w�*3��b��0v�`��!fp�&�jXU7,�3!d�>aέM���2�n }�=�QH���Z3P+�j�!~�+�JU;��6� ]�o9E��n23.[/��;O,�z|���:e���ӡ�m㸕���O��Ԯ���ӧ'���;yb�v�����'W�[&����W��S��Nө�4n/�?ܣ����siD�%��F�����g|Qƥ�&>�s Ǘ����O\��t�������cO���<z�˅����]�r���Y��1�<5f�%�wM�=�y��<&��Y��S������IM?�F�t�6�hrl�W�캵I�G����V�X��`������Rk<>����Z˘�^��v��<)M�u�V�tnf�X��1 ����S��6�?<�2��^�\���Y����k���C����.F��A�iX��Exd�zyV��Z-7�'':l�wʥ��K�<0���Y��7��V:/w��.tf����Q�R*M&�f���om�#��=?2Og���v��6���=Ɓos'���Mm �}� ��&q�I\@�s��P5�`�q�.�ÂX��=�� \;˴�9Qg�I�Z��Jp��������6;�,x�?d�����ת�{�z��(�i��K)�ԯ��gV]��g@a�;[\b����l�vLE��HY��$��S��<�����8��9�g䲨��>9e<�䏹��M�.*��s��I�*Xt�C�6xiq%~:T�����"�B�2�F�)P`xl'�M##,����*� 2��O�`+�Ҋ�w��q���ëx������(]�XC*�6���l�p%�n��=H�b`y�$ �"�Dӊ87_���u��nE��"�|���� �F����+}���5��?�fs��a��T�ɳ�l�o׾滯��s&�����O�.�����M3U�9���/��Wc�P�[����g���a�����L ��<��F�.Y=�$��+X"��-X���_����ye�W�!}��(F��<$9�Y�j[�~">V׵4�֗p_�E5p�W�z�I<��G;Y��ᵟ��;T!ƽ�ʚܖT� h-�/�9�+Cڈ.R�A�Kn�F���M�'�T�be'O4m� ��}S)M�WX�v��5� a�/��n��_��pתjw� ` ���-2�E�Uiu�����A��]N�o�u��f�Y{2���j�ȅo0��cg��/�T�be!?;B��0Z��TBk�0l���Cղ.R�`�8�����˰����bND�O�e��4Lߴ�t�P��\ޔ>�D��Ae��%ݐ����@���˩�M�Ά,��?��5�*0�>�A���i�;ޤ����K a�5�;��RN�cn����ެ��Lp5�̀��X?��ɒ��&�Ya�Z�))�)�������e��H��p��pu�90����+a{��拏�w�'��j�y&�x���y��w�=��6x�1�_[&��R��] ���^��@W��Ȏ��<��ڷ�M����]0s���ͭ6/b�0J�w�.A$���E�_���C��nj��Wل�^唍�>][�!��?PKb��#� c�PKg�R/Definitions/resource-Globalcompute-template.yml�Ko�8�����=H�I�[��.��tQ4��A�c�XJԒ���l)Io�A���1��i�e�at�a+ra������ŊX�eDVHXi&����*K9�tuE��T �ۧ��V�v1�O�7�d6e�ɂ�o��bƓ��Na ������rvM��b���bv=K�l�1��L����%ۢqN3X����Py������ Ӣ���_��` ��P�s�� �-�F�^�@��ݓLa���0ZЍ��e0)h�V���{�f��N�#V 9h�0͔�s���XM��t�X���wȹ�+������[�܇W�_A5X�4���O�l>+��6���{w��+m��*!9f�JvB�Bb1.!=f3+�T��T�M~��]����I {Q�l{��N��oU�4م�����MkLh�+[�۵�$;ê��S�ޥ�@�0d"m%L[�֪4��%r���z�U�p�7k�����:V#̿){�@S�� ڬ��~�z���D�� ��kЧ�����p���oU&K4�o@>�Bέ;b6঱���� ��NJ��x�8=լ+����;IHB����O_��x8��|]���+�q�%���Ш��JX�����^ ��������"�=�zQBG³Ĥ�V��j�I�n�7�gm�0�^z�k���%2�˶M"7��v�A!he ��d�x�>��kQ���NB&:~��_���9�U4P�VV`ld� o�0�(�ɲ^YEc�k��w�V`(����6t�1ks���9t*���y��CG��I�(|��၂F�� x�RMm�<��0�����]��N؀���ui���z��d ���hE�T�=6�x�"�NE=�mw��T�� �'�8Ȉ3� -,G�D��"���Z�=��CO$�w���h1��B����} 4F�'2xFb,'��*e�V_$��N��(�0B_kp*�aQp���.����H0�3��a�_Bf��s�q�p�Cѡ�~�e1���(8��}r1�'���e��F��|���O�~94.;��w;�G|���r�]5�j0�Cn# >�B�n��q�/����d�<�PK�<KPKg�R(Definitions/resource-Extcp2-template.yml�RM��0��+��m� ��6�-���eQ�TU������ذ���NBH���*.�7�����Y&��Z:i���H�?Rp5eeY)�.�T�$��JtL0����gF�i��Y�0S����U�x�'����XDәXDy�gQ�@\0��8�b�JLa��-���+�r����w�v�4Z# l��rfܥB`J�qG$Xn}5�3BA����z�?9sx0tI�3j/����oн� k�%jg=Oh͉8~C- ��y���]0��+�+*�3�0����"���4OF�ڜ�}����7ސ��(�)(��mj ��ʓ!���@���b�T>ޡ���RB��+8�j���@�4T5HKWFI��'�X+aZ���zp- �f݆���|LܔU|�0�U|Nb ���j�YH;�GUc�n������]��@H7+%�!�W�z�ÁY���u]���D��߾����o>=�7�����LI�5f�����ѽ+��P�z�Ώ� ~���7�u���������AG�_'I(R(��8�PK=����PKg�R:Definitions/resource-BasicVmNodesUbuntu20cvfc-template.yml��r�8���i3{�JoK�y4�l���$>���� _K��=_? >�S�*U) @7�F?� &ش���s?6�4����]��.5_�� sq�Q�-��͕a8�G�ُ���1�jA���9�/�+��[�1��m{I�|���k��o�d�[,�Z\��z���l ����~�\�% ��Go�#�b�=��g?��ϒ��p� ��&9!K�>����4�k�=cf8����2pl�4f�W�����G@�����|!��S��R�F�#N�U��1f& �#ID��� �)={�E��1����0Շ�l�����v��HՇW�� b��J�s���!cū�B'��io�� ��qa��!b{>4�.N�� ��RG>��<*kɻ��uHmʢ-�}?`^q��\ҕ1 ��r|F#*�C��!��{W��(� �n_����{��(�J�w/�����W��K< �Z�?����%t��eE�A ����lF�T%Н���bV2^��w��R��� �|���� %Z�����'naV�"-�6 , @��ӫY�f��tB3 bf:~�@k:���$�m�D�l(�i6N\Z8Jhޖ)�c����/q"j�6v�l$��`��-��M�ȧf�37ӣL-ӧ�W��o� \'f ��gѫ�g���� ��,Akr��J�4�g�=f3���Ʊs�=���� _̜���H����Sp�&&�(�?�7�Ğ�3OܒdLφ77VG�} P�l�.�{GIC�@3��� VN����pH>�^�b���&�CvR�A��9�cZ�sz6�;.H��^�NZ���@�`�B07�ua��/���՛ *+� &�j�|��f���8#��^@ �U)��ڎn�4���g���D�QZ��Z��C��ͼe��?q$F��l�� �uc�ٍB����h�E�L�[��sf���8.|`j�̒��� 6U ���|����(���`x�&���~�/��x��F�|!�-��L�9p��?�⧰��n�KI��6Ÿ��v��0~�׷�n���4 ?�_���C�};�{�<.�|yrP���"����>+l���T�v�#�q�ݜFn�ZY;�7�zC�h�!G��V6:.W�|y��P\y������b�G����mrw���lz\������$f������b����ڡ�~�����c@g��t5�[� ٕ�e��H�e�,��#�PBHRr0أ$��7p�#K�;!���|�G��+�#��H����٘0ى���ԏ-��(�,��F�?��(�H��Y�����U��# =Hh�fZ<K����ǻ�|��Ge�2��l�z��f�pD� ���\Q�_?6��=>�=����B ��m�, u�,�a��!����\T�`����Ý|�FP4@��$|��߂�f��,'�9�C}�f�Q��r1� H���2@�.��=���������*c UcS��yE��0m��< ��C���b��ѫ���3�'�^�cumU�������y�<(d�Q�I�D�:�SMs<�$L��Lẏ�Ŵn˞VZy4�K :̓���lL��"%v�d�Mʱ���Y�v�1]A�4�0�,���p��YN�� ��$�8aa� |iJ�֪) ]s?���OU�j� *�LDñ�]g�r�D�z�2�S�؆�y�<��Xt���~~�A\10ą8jԺ3�:�c���\,I�Q_KR�W��r&^��*8ӑݲ�=�,�C�#Y��ni����͏��\,��Z%l�YP2��-Z����j��q�G;��Z��ƶ��-�]n����'Ԭk��� E�͆��S�T�N[vK��Z��35n���;�����W�i!1+)�a1�L#��Бs��^�1��VM�3ו��0�\)���y}��}0~��o�[3��x��/k�Ҍ��R�$�GH2 *kV2�e^ZN���� ���� �D.�Q�l����D�H��e.�����;�U��k����Q]瘲��N�.� ]��C��!O:����K���7��:�M6�:�s�5��g��WY��ӊZ��U (*5�� 6y�RF���9�xJ4R�(�8�U�G.~2��$+���[�嵖���_�@$M\�9����:�TQY'�ڽ����8>x�B�b�rt��s�(��Ë@J��L�(�W�҆��R���.�ԥE����B��F�O�!�"��]���0x���O��E>�]t�8W����ިQ$�e��0&G��3�y���g�.�dUt�"�J�k�c�~ʑ\k)�)@U�^�-"u)�_�I�S��Wyt�����̢�-�*�Ӓ���P#i�/̝�A��z����$�����u,J����t`�N]�P���� ����n��J :��k �2��Q=��o�zg޽�*hn�x{:~kU�U�YW��[dY���� �T�췂�Z�[��VC���Q�I�Os�<(�Ξy��e6ʕ���Z$|\+%�D� 긯�C������}����'�L�Κ�vU��'���J�M����փ�dծ9`�0y�Ě�p���iw3E)6�,��t��)4'� &ԟ��<���(�� ���nʼn zII�����}��b}���t��n�!jX�K�/�W������Ej��(x^��zD�e )��uDw�l��� N=�r�j�T��uqA����T�H��B*M^[oE���P7{-Т�j����7\ �Zإ���6]�j�o=��SS�n����&�#}�~6��w�?����K�bi��7�n@ũ��{�|,3����+�O껟�(^�#���&5ܑ� ����}.4���y��c�f[��;��%Փ{P$��[���?�Q� GRk�4^��� �~�cɚ �^���|���Th��� H}g���r:�w�WT>*Fr�# k��:�PK��@ JOPKg�RDDefinitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.yml�]Ko�8���mw�}K�(ФE��X4E��H����z���HK��Ēi�>�9~�q8|��B��`�i&�Bk*\�"]>R,�S�68K�5�� � ���7 ��~ ��Yu#�d)�������� v?�=(���zd O��Ճv���L�L�{8�2r���4�c�B�p���� 4��+ԥ�3���d$��,p=��M9�QE:z�5`H���?ݕBZ�6ƥ3�Uթ5<�ќF�� �h� e�$�-8ޖ,pVRךo�k�����/?��x��>�%���g%��,�����N���S�?�γ^cuPkQ�*�+MQ� q���U}���nџ���֒0�ʄ���P�E�w$��7�������bkߩ��7`�� �7F��.ؾ���\B�H��$0�f�s��j�k��:�>�F~ �w,p݃��0����LO\J-j��cEڽNSA�����G� Z�=n� !b3��Y�������i<� |���R�C�3�{`�����!�!��?k��#��c�7s��KY�q۩{����L鷄��)]��8 +���kߩ��G�"�PdsߩF蓰�"��sȁ���{L +4���(������6C��>�'FU}���:O|c���N�;��챳[{�u ��Ɲ�I)��Nݤ�B��F�ya$���e�Q��P����켁����,X䅞��i���͸Q#�ǰC���o�U�jj��mu��*4KC�;�m���c��Dz�džD2L:f�� M�VY�/� w-�1ul��S�����ZZ�=��ʼ�~� b\�a����*�z��A,�O,�-�Qp��>�2����T�l�����*���7�!6i�iB�E�k���>�ۄ �hvJ}��V&w��@�ͨ�iI�@� �B�11�{kv������A����, D�z/��|�l�g��>1��η{�6��D����݌K�A�}'�B��j�=^ ��k����𢞦'ֺ�J��:�އ����u�L.��-(օ|Y���{��4���+}�c�8����[y�\�\K��Ƿ�����b�����:��H��H��,�9�%�����L���I��c"�����m�ͩ� �a�4ͦ�z�������x�B<��Pfy���|�9��aIV��ٗw�V��3��qέ��/������چ�&��Es�NLB���3���h2�D�g�q$r7���D=��DͱM�O��C���@�m�A���Ʌ�^�yT�\d��h��79.j�A8�yF\���$/Ω"��2b��$��A`qYB�y�?P��z���1!����d���������U�w&�������hGW��[o#`d�L���^�g���@����e�oB��j?��$s?������‡�z��I��f��� �8�����Ϊ���^��)h���t�J�����h��P�uD-+��T�PK�� ֢}PKg�R,Definitions/resource-Novaserver-template.yml�WKs�6��W���@ղ4���+;�:�����N��K �(����w %ʖ+���T�B/���{�My�A.�pB+/�X�3矬(J q� ���I�g��� cB-�\����՘�9?OG�h4����|�D��"����!���l�'(���Y���a4� ��������GQz �i6���2+^����%�А��M�(�y� �Yƙ.�6l)�����B( ���=6U�6'afKHE. c��[�袬0�3`+!%K�U�f��s�Z݂;��e���"�� H���U��� ����&GS̊/B͑{����()�^� � �tk,]���1a�uF���T� ��G��ګm�flr��D (���&�[�À���<���w�̑a�~F�H�U�!c� ʙ*u�|���ʤ����ۛ�;��#׷����~�W����ϘyS ��w�N�@�qv|��Y�L�����zu!񑪖\�b b��'Bbl�t� ��e����zh��FW�\��<�Z��ɖְp�� z�\�g$g㵇��{��$a��^��2O{!* �?��Z+����J����b�_I�2������6&#�%�M�2ƳB���vMi͢;k�V�Ѥ����4���:��v��� �}.-��C0�[���Vp �ˎ0#a J���Z딺=D��GY%קWT��k�ν�^ �O�v�E�8�n\�8P ��[�;}U`W\��4�]�Ϋ�FX��e���U����{�u�v��G���0��b������f��W*V4�A}Hi�Z�6!c�)�BYǕ��v��+ۂ�d`񿁗��J��MWs�5��H���Ɩ51y|@V�f��믐Ս�ò�K�����_� �`�0pk_�i�'KS�����gH+�hR����zPt��0h�n���ao���'�c�a��1��%ޚP!ŕ����u�ү�XdG�_�w�#<��M��!���؃�b� -����U���I�����5�� _��?�R>[��6��{�1�7��c�.��������<��&zʿF��I䙗o�����[3�U�#vtP��V�˷ҋO;��f�~�� ��!69�M�5#ju�VxF�Mhq'(K�7�ng�������>���9��?���xb���[@���b��֗�}��I\e|�(¡�Óח����������Y �+�_�h���'Z&짉���0��eXh���-[r�>�a��U?�*l߰8vT��W�ؾ1�%�U��׸{u��+���q��FS�v���n�X��N �e���T�8PKj���PKg�R.Definitions/resource-Extneutroncp-template.yml�VK��6��W�Դ+�����7����6�{ �"G6�TH�^���zX�nbMჅ���Ǚof�e4� %���&0?b�ʊ����h.�q2��(���B��P#�r���YL2��8��a������'����,��/p��L~y �Z)`^H�Z(GRj��]�JI�[�!�K&�-�V��b�(4b(�e�/�m��J�$䠜E��K�� �&&������S�� �_ 1�d����65�(��ۛ7L�6�ƃ!Q��>�dB�� �v�D����K�� k=�M��"�M���Ԁ�� kQ�l{��xetٷ�$���R�����6�JiW��Zu���_6io��*���鼈�F��6Q�.�˪�<�E��l��4#�0��ӏ,lb��F�]��x�l��j��Q��꽤+�SR�}˅���1i������:2�b�J ���F0H� ��V�Ø�Cd>#:�X�G"}�6 L؝ʗ���a�O��b��g�:G���]릷��9�aQa�!*)�{Ӕ�0;�$��o�KR;"�Q�ރ*(J�;d�U9!Q���.�l 9��j����΁h �Eu�i�h��j�P�o�`���-�?X�/�2�T|϶���oCe �-�ur��������}�9@���uxw��PL�A�8�g�PL��?�X�����rT�����8'����ۥ�����O��Զ+�Pj��:�@!) +�E�u�>>ܟgYu02f���\��B��4OR�uXHn����u3���m'lwU�Q}��?��ץ���A?��?�g�'�8��9g`}P2_�}Z���Z;�q����h�S�L�sȈc���X�_��?�:��B%HIY�BFgJ8��ý:m��p"~8�l�td��E1�pi:�X��w����S�$��;��/~�ޒ��1�G�{N[��V3��A��C2�|?.��?.fw�V��<�Z�~ȑ��}9XLǑ5�����c�F������X��{ۖil/*��E��a��T�s�{(��au�K|����PKT˸�J� PKg�R)Definitions/resource-Compute-template.yml�VKo�8��W���A��*��[�&ER��X#jd�CKRN�_�CIV���j�"�ԾP3g�y���qHs,�^��=ZG���F�*%�5(�.��L��<$3Ƅރ��f��*a��x�!ZBv�+~���"*�8�Ә��� �j�q|����ut��AD��h�^�EYvV��u�ي�&�Ҩ��H�9:nE���XZt��c�,�dƲ�������ȡ����.�U63W"���ч����&G� �d���F�����߁')yҭأ&�T¢j��*����AH�d����\1'��%�#3�8`�h��f/r���*�{.C�d�3���譬�7�(�m ��1����� e�"T����&��S�}]R>���5�[$�O�h'���G1%��>[q_�P.*��,�OD�؄�\�`| ���+�-��m9_��!_�� �#�+�!Y{�bF�i�w�,j �B[2*�$3�`^+I�в!� ;=�2!iƐ���Z�M��N�#�Hс��TcT+�ԥ�����A�A@k�[�C�@�C�ia3��6]c����W�F%#ح1����g1v��h�84�����lԗw�G�+kQ�Gs�El1Xo�/n6�Wo�z����vغNb�Z���ה��l�)�S����۶��t�d��m@B��v�9�-aH�C/���t��������( �'��M����_[Q����d:��HR2c�����7!7D�fVo�j�Q��|�f^dUs4�=h�vb�5[�j��X;b�SM4�:�ͽ�$V;㦴����d�?����z�3��s?�AF���Z�J����8��G]sO��/���nU����D�Č�pRS�����S�XT?�oF;�΄������_Ў�φ/��vĤ�(S獅� ?Ģ�>����P�~ �:~�]����N�6�� ���� PK�Q'�� PKg�R/Definitions/resource-Securityrules-template.yml�T[o�0~�8o�D-����B�n�^#�>i,;��N��'i.+b �J����;�8m9�&RI'��� ��C�6Y��˳x�&9:&�c�@�3�)���F0{��뀱�"�o��3� �d�Z��|���j�<���|��� "��Y̗���^0�\Y�#���4�U�e��P��Y�:��y, �(t&yƓ) 8 ���$ B���!9qUA�?�Й3�Gm���B#9a�<��Y٠ե���Jh�����<�R��0�c�̒�,���YL?\p�k�ٮ�Hޮ�&Tn`4 @���:$2#75VyFF��������Y�2���)C������T#��В�F�cV����/$�XKaJi���pM���]��C]Po�΋�\����s��&E�B��Y���_:�U8��FRP�O(��輝��ý֮���( �m�.�#ݞ�Sh���؁#�k�U~�z�UH��J �ͫ��;xN%O� TH��S) ��W*�Tb�)��$,�8���������K�El�Ț�1�`&����7�x��F��%T�T��)欗<��Ǭ۱����?'圔ڤ�z z5��AŇY0��������Ӷúŭ�;Z�k�O�hw��˔���şV����� \�~"� �>��/PK��{�YPKg�RADefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.yml�����0E{;W",ɊW�]$H�-ح0$G^|$%���É� ���st��P�QB���N'�]lG � Ks(j�lo`M����b �cڍ4�t>}iX]�� ��Nٱ�"�U�e�(ա8+���TJY�y�eqʎ���.>de���+)s�Xl�'�Z^,���CB����?����8K� �O��_}b�� =�a`���D�[O��YB«��}A"�$-��Q�@&�F?�tʇ���M��~M�w�w4�2�s~ؿ � ��`��~��.��b���\��^�:m�a��f ��Ol�I\�z��,�ȣ�� �#����V����e ��h�Gʻ�"��O��#� ��Tl��B���4�i���B>v��w��m9�u9���&<�j��m�/��G�?0�_�z��~PK��jR�TPKg�R&Definitions/resource-Port-template.yml�SMo�0 ��W���� q�f�mm�a��E��AYt*T���K����{Ua-���l�:4{Jy?��]���uܺwn5{%� �$�wԂ�Z�j�U�@(#�Ĺ�Ͳ�92 Z �E��^���� ;�̱�����x��Ph�<�O�9^�a���k����X�ŕ>h�N�-�PK �\ePKg�R,Definitions/resource-Globalport-template.yml�WKo�8��W��� !��<|�&���kd�\ ��F2Q�Ԓ����R�X��HԀ�C��<��8�� "����K��(�Sbܑ�Y�B��Y���Q�F���!\���T�����)9���0�����ɘ�z��󘞇1���1Z�ʓ��.���o2 �wFco|�):���]����L�� i��ʠ(�ύK�r�ф�ĩ�T&�����7K�I�N*.�hNC�b��}�f�9�Z�'���(�P����Bme6 * ��D$Ք|���㽅�x��R�Ì�����7tne��B@o>!옾�yD���x��8���R<���5���:���U��P�*H�����=��A��(Y��JIu�˔�g!kY�B������ꈝ�-6h*�*�e��a2��B��~ ��$�7�r��a'W��YE��J�-�EH�0U�"�7&�[p��\�k�\�F�ˆG��ctEn��K"f %�˟�8�rU���:�l m#ױ��6�jP���:Q+��0P[���+˶r,���㗞��e��D�\"��[����v�Q�Bp �"5]h�2��0A�s����p����-e�������Q��DZj���ݼ>. ��2���H�M � u�bg�<&�N!:dIW�n�U�䦎�#E��j��G���q���8��ڤ���]�;���R*^k��Wu��������R���+-ɼ�$_P���UTA똳ȁ����T�-�!L���3 �1q;�[�l��&+M�#㌰Òq�ϟ�g���Q����M*|��gl�kj8�{��l�%����"X`\hC���'`���Cmj��\X}.�-��}�}{��g�ob�]��+� x*����fn�q���D��@W٭s��&�$s�Vۈ�-��}�6�=�M��X�=G�:��Ȩ��0�������u#[Q|��r����w���4ߛ[��.�����[�� Rz�lR�_�j3�� �q}]V�%;�r�=����I��;\�(r� 9� �+���ȱ'�#���}[��{m��'oҍ�y���{0����x��D>��wX�Z���j�5���=�05�kc޻�q�7��o�_��PK�yi�PKg�RDefinitions/data.yml�}ks�F��w� FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$ $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X� ���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W ��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gV X'�u ,VDT�� U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����> z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z! MKs�C��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�t���+���>(�#�e�����*�� ?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G �`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:��� �wm�o�O��ܭ�[FdZ)���Ғh���Iq ����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[ X4�,x���ZE�퐞�q ��$$����(I�#�B���O `�,�ܷ�j� ���r��e��ӚR_H�` ��z�:����Y�N ZCns7 ��a��S��-��=E�2��T_��FA�Eևx ޭ�ަΆ�& �2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}�� ����q��DF:^��M����VY�Od�����ב݇ =T� ��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���I lcж1�-�V ��jT,�P7L� O�#���c&�@I&��tr��X `Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z) O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U ��v���X��[�wۢ�%��O��(���{�^ b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h ���{�je����c �%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#��� ��Z�g�i,�<�)������ᅴ�� �Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0 �>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6 Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o �����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[� ��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So� X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ�� ���c� ~2y��!]V�{���60#t�R���� �l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_ e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�& �Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3 aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r ���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ� �]��s��.ꤥS�7���sx� �5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D" Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q� 8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#� �Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O� D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯} �X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/������� '�� �6'C�Ֆ玱������U��� �p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj� ��O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5} ����� �kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0 �(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp ����{�J=�.���.�?� ����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД �RY�_# Cz��%aT��' �(���U�����Q�X˛e��h��X?/�ϋ��b� 6���0���jq���V�5Ѡ�@�WJ ��ċ����`��Tr3�Z�a�\1s� ^V�x�% ���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��| UJ���mj�c\�#���:}i����i�~�zh� �G�����e��O���U� ZM�m���Δ��x^��75�EFtf���$&Jd ���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID� %��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me! 4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>�� &�y��ޤXg�Z����]�� ����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0 ��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i�� )���_��/ڸ��2i�w���q��g�P8 �)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7�� Dm/�;�}R(qܥƕA��~ ��%9\�� r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw �z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x ��+$�w���ñ˟K e�jn?�S�V� ��y�ap����= ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq�� �%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F �x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2�� o�De��\��B�\������2-�����Prh �τ��R�j�����X1m� ��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e ���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{ "&z/��r����\���i>��'�)[*Y�- �/c #��� o5��7>�L3f��� -T��6284����=���3= ���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`���� J�W� ,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7� ��a-�W 9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ��� ���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J����� �1� LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#' �B�����q~ ����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{ x���U�E{�խ��4�@� �}�%.�L��i�%�Bӛ��s�b"�~�H] ��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A�� ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I �y� �G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ� �����LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D� �X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_} $N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y���� ���`�W�� 8" �f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�] � �\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG� ���z���$�( F$��2Q+��33S<��� ,�z�]�h � ���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����* ����%Vi��J+'r��X�V���w{�T%ZU�c ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X���� >5�Pm���m.� �)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b \�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I� ��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�! ��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*� �p��NJ��u���zg|�����p��s ��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[ �D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG ��Q9 �[қL�@��ٗ���j�+C����Ί ��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ ���Ome�Q�F۽ v2��L��x���HKWi9^c��8"�ld�c� �Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n� m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x� Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5 �^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F ����UU��ط�����].�ՄS�rȆ<�>U���i G��^u�`�.���q�I� ��u�6����_eFA�J^�9O�q� \/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�: �[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB�� ��%����7oa�ף�HvҜй�I�7Y�2`��mO� <�_�?�s��Lő�H ��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+ �F����Z��V���M �O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM 2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù� hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ �y W��� �@I�_�-��6ZȘ���!~�� �AV6�oC7aZ:Lᜬ`��ߐE bL%����hF� �L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM ˫k(8�TӨ��B�p��v��p ,��� �k(ܻ�Al�j��V����C���z>�6E� ���}����������E��e{��-d�f%��<� �V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;� DE�&�������$~��Թ �*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.� �E!�����- J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5� [�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{ ���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_ k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ ����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PKg�RDefinitions/groups.yml�X�o7 �_A�/)_��-+ ��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x�� 預 o3������:�>��r _WW����t �Wp|9:^/G�� �o��ptrH�"3x[Y�O %�s�q@a" Wa& ��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!� b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*�� i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�% �V�¤=GLjf��P#3��`��'���nZ_M�2��m��� �q�EVHlu���s�́H�� )%F!����.�坻,�r!���Y�g�� �F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^���� ��A4�#�}n+ySc �pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX��� npŷO�� �ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�) Bˆ� !-��H��Q7���@���[ ���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{� O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y] �(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PKg�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|�� %ɛ�+� ����sU��ΉT��� aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u �1�eέ%�-����j��!���)Q�Б��� <5� 9:!VenJ .��Έa�m5�����/*�q�� n��O���� ��mp����w���O����-���\|��� >^ïw��;�up}yB8� ��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S� .s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�] ��]�/����$�}�]��y �ծ�"Z���n� �'Z�ۗ��ѩ�&4/�� Hk����������'?'�M�h���4�i�D%˂�q��$���v �������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r� �V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��l n���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1� �^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6� L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6� �vp�g��� ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU��� >A. �5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v���� �� ��U ��}Z�W嚚�Y�� �J�����`�����T3H�������m���;��=��;�= e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+, A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|�� nk�^61�c~���LLo��ѿl�2=C�[� g�*��|Ab"���"SR���æVx�� ګ�!��RV�i�_������JK�K b@OU�Shb�J� e�@�j���+E�V��\/ r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY� Pv�@ȍ�`� J -���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3��� �iȶ(g���A8h�M�"��&"b �S�'�W�� �rN���7�T&�7j�*q:4hc�� )2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�# ;:�C�H�B !6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E �a�0�!O�th�US�R&2y:�PASW��"�Obh���'�� ��P�.��څF� vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d= ���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat� �a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9� ���7~F�&�m��Ȭ� �3W�z�E�?$W�&�;C���|�# 靈fX �Wb�N�� ˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n��� �7m�8o�oY���@ }mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@ @PKg�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQm r.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6 �'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L� ^%.��#Ǜ���4 _bQQ�����iڇL!���k���<��q�W�TȘ�]����Y -I��&5�4��H�>�M�J ��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[���� ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PKg�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج� ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?� ������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{! J�0s�� ���1o��*���Z8��;i ^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��] WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv��� ^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^� +�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@ �3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U�� ��(�p����8��G���Q��> 7"d���@{��o�^�Ui;X��x;�� "i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+ ��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X {j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,��� 11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������ �LP�Q��>v<ס{�Q�[ �;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�. ��SvDI�m�'��:�%O��ӛ�Цթ��� �zv,�_�y��w�Fk�{�j�� {[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/�� ��/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o l�2@_��ʺOȖ�䓲�������y �)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:��� ��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PKg�RDefinitions/artifacts.yml�VMo�8��W ���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s����� ���W���ہ���  頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t� n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*�� �d1c��r� S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L ���e*�F2OŚsK�"�0g&��8��6, �B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u( xԦ���Fޥ�G{��) ��}&�+���ᵟ���>�)uH]<��VR��;�|���a�? �^˧�[�J�E]���� l/2��B]T Q pC��R�7#� yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��& �u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E������ �_���P���vD�ͮ:��(�� ��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л, ��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č�� O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw� m��_��"77O���n��h�M=e����%R??�M3 �sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?��� /�B�G��e���9����\�ƅ �,1l���f�t�{v��\-����PK 2ea� PKg�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L ���>�ﲮwC �@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a �:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�� ���<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#� P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$ -Oh�bMd 1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�# �Jc�P�Js}0z�� A�� �_p� �wJ�c��\�E��?4�e&��e yX5��t� ;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? �� �0:��,���WS � 7����1ź�)���ܬ�er��&� �)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=> [N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r �3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$ j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^ �M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R�� ���o��r���f q����{�ўRP2q�L`��H���c�rwiqh"��8�� ���Ω�"8*;���Za!�Z�TkuA� �.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��, YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u ����M�2y�<g�� �|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3��� _�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ� ~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PKg�RDefinitions/interfaces.yml�XMo�6��W �K $J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G� ��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufh h�w#4պ�+�gK���-( l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n �[��<���o����l>F0��|�)\��}z���;��>��V�� ��I�t�ĉ!���"d �"�꒫ [!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�, vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�� ���i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f� <��R�㺪���ȑ �����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T� �:���|O�u5E���/{ Ԃ�� ��g�-�}c��]�d���g���_��4�}R���qN�$i��)���8N�a��C���������)���ϑ�I}+q����Y���ѹ������n�j̒�A�)?��5H��'gM�L̙E$ɶq>���sѝ�9�;?��2�)�tR6�a1*��yi��@ss7?q���s�:$ �8��)�˒d~��o����0 �E^��Ȯ�QDv�픛e9lUG �ְ�E���.�'i7s|8~�G+?��He�C�x�1�B�l����f�:�d7Q�'��"M$_!���_�?�|�>=;�ߪ#+���$Z���9 �#ȳ0X��� ���W#�S� H!#�t/ Ԉh� �M���u�5����^������6~�>.v�?��ix �q��O���;��0�r?�5:�8�m��4�]NL��`g�x^\D9[�~��!��w�fز� %$����!���_���ugig��)��QL[ڧ�Q:�|ugq�~���?I:�!6م�ā�=�M�CP;7��^>^��3�g��_�Pܑ�g�C�'�ܐ-�s)��� ����#I�y �Q�Gm���F��'L<�N��;~Ww��X�7��K�'O���th?˳��SO|�5��������"�$UR��N��6�rv �*��=��O�(zN���FrǛ���9���5��f$��`0��I柜���w����B�D��ߔ������>�٢v�p}q��� �eh� ��Grڝ�j��7��ۊ�A)M���1�ː��!C]΍dڶd���xr�X�q�>�I��<-��ca5@Ԝcq`/���<��/�� Mq ބ���=��Q�Ҭ��۾g��$Id���N�������)��=��P��w*�F��!��ټl��5iD#�އ)��@�1Y}���^���n�4ȷ���Z ���?���oa����̲R��E��,;X��^j��y~������ϙGL;�S N �P�Fp�H[ �TȘ^j„nc4���C1���N���� ��z���Eer��hnO���F>��Z�d����] �a���� �g�4c�g�_{||f��C�l�n�,Q �r�iq}>�ҿv�E����0Bh��ͫE�M�z�q�*aVo����yzp3o���^E�����ުm�\���`�!w� ��i%5���"�N-\��X�����mYRщ�v˘�}E=�4g\Z�q�Ϻp�%8��E�4u�Nf+�K`A�!�.ە�Z⋝j������XE�N�E ��� 0d�h��e#)�f����F��IƘ�W��u�jjt}�^@� �m�5�CV��� ��ڿ�M����Q.�m\iJm�����aAy�(�P ����4!�rT�\��,���Э�qb�\�s�a�@�|�Z���+�b����o c c��� [�}�w��?s�A������Ç'���4C��X��u���]��Y���/�&pБ�@1� �.��T# zܹ4�.�0�E�ݚm� 4~ �Of�X��/N3At����Hxq_��F�54�i�jr ��#�$�Z�R���6�,6~�&Y ��f>P :( ��H�C�A��Y��E�E��Xh��� �߶>��ʼP�m\�+�2��q��t#�kg�QY4��-�<'��U��,�`M�A�r6����1Ÿ^sl[�?�_цI������;!_��XvYi�M,��h��I�� �+��M����$�L����Q`��@2p� �Ww��$$� U�Zك� ���������i忤5�ϔL�yK�(n#�� 莑��[�Z;��m�>�s�h��@{�Qu�!˸�!M�X�ŶKBF-���Y,�.�f�C��i��MmK%jP֎<�b\�D�.���`?��3����]�:Y���T&��J�_e3�"�����{>E$o���G�/K��x��FjbAp��Ţ� ��\������b~�|�����ɥ)vƒ��u��R����y@X������q!K3Jx�Q�����3*%G�Gѓi�Ϝ���aQP�3�L\0�a��l����v�I}�`ǐ�� �% �C��Y����������m��OEu��Ix?���rL�V 8bQ��f�3����|x�a��d�蟣v�>�F�8��+m�T�o��7m��[���Е�c�N����)ڀ�8}$� �vA���hNҍ���@l�5\�;�󩩿�j� �؋����3jR��Q�z��8 ڀ[��r}��Z�S�����N����^'9Ay\��h �ː�H0�|�&�6�I��h�8$Rt���ԒI;��%�r��&���M�u�� *MU�G��iO�$7�ֈ5��v�E��W���[��4I���޵�HTV_�i {�Ǯ*ˠ�c�5jB� ,ke�W���~��_D�W�N��@[�l��[hȝt���QbV,˙����h_Ұ��]q��Q�+5�̪�L�g����u��2�V�C�� =l]f���Lr#q� �z�<����c���Q͢��w�}��%�Byhd �[4�`G6�P/ِ8�x��^Dk��Y��v����a(`�WH1/N�%�9�rCE�����#f)#��R�ft��.�b/���_�N���%8(�ej��O���H�����C�&S���ɼb��A,��y`�-�:�Ⱦ�[��5��h���K��"�YY�Ѥ �X(���z���b�ɋy`�8;k�+4Wf.�*4=���*���rWq�.��\���p4ts8�kH ?�@}X�,NwPՠq)^)����J�цf$+F�bnX0S%�l��,�2�i�~��E7{m ]'Rg;��hABj^C���2I��\�h�c%�4�h�O�{i&K����e.�x�' ,�+� ��FQW�~�S��F1[����.ܐs�8 ֥��2Ȑ�3L��5�b� ���)z��-z�h�"��LA0�9m%��lF����򑀌8�.��0ݣ��r�b�Z�\5� ~��J�%ׯWۚ�"Ղ�.\��j2u9�j���Ev}�y������r�6~㸻R�(M%�UUm��e:���NV�������v-5���!B�g���ɶ��P~Y]B���(l@���B��?+���>�Oc��jG��ԑ{�� E�mФj�Tu�����*V��-�)J`��*�cU���kˊ��4��^�X!�NB��r�G�u���h�b]\Z�E����I��h`��݅�"�jIɅ�� ���܌o�@f��� ��bU�XFV��q ��*�H���i��33B�VB2c�3㱒��p����,A�2k�~i��S�3��i��}�K�I.�|*jW� eY��C*K]B� �Q��J�o ��'��}Jд�YhX{�o��P����H���3Y�(O}f�9-}���`�.R�G �D_'F}�d����*�Ku����f%�m�:�`�'qM4�� �ڡ�[�y� �����hUQ5=�cW>����ϥ�O� .��^�S�E�_�d�cd���$�E�$ "������E!��c݅q���3BC�H�$���}c�ΐ�A�@*�c������� �!���Qȡ�4N���<�q�=[\���ܓ��N�C��'M��� -��5e�����U6m*��[�����:�/B�p_���,��#�^j�7e�4�?����5F�D�̈(@wA��o��ӪԙƤ �3TE��T1g���Dg�7���R���z��q�� ��I.Bo�#2�+���}���N�$�x��E��U��2�����_ߛ����sgFNV��� ���—u�Օ���;R ����#K��a�AτK� ��Ǿ����#U͆�^�+���F�c�<��[��+���c'!�Wz�FoͪtY�7 #{��w�� `�I)���}-�_��������Ү���a���Ϝ��_)��4U��[�n °��8�0M���������(����O�d�$F�P#uj��7:aE�2�%is{9U��̹�s�z�p����a-���j���/|:�`} ��v�"\��}8D;rp�8��� ^��'tԂ]J�?�XM=�Yz~_+9� �ύ2B�s�:B[�az܂����������G|5��  ��&_ +|��a��C��4&� �T����P�����9���� p��̚�}�]���1� ��I��xE�2J�v����Lyz����y�I#1l�R�7,� �E�jB;8�>�w>�w��;����������������� s��-��ϥF�Mt�$<B�wg�?i3}��MZD�w� ~v$�$�Ǚ97Qx�H���<�* !��մ����yi������aMa�no �N�j�b� ^]�]�� lɣK��:�2Nש���q'�̜߀�PH��s�/Dg*c�:*286�'�#DoYi m�0�����YB��5�� �Sb ��|�3~,,5u�^Iv��r�Q��XZ�p�*x�c�P�y�X���eU����D��5��������B�}��Bdo���JA��Jo���JA������y�JA?w)hk�$�eI�eI�j�[��[��[�����?�Z��%]sR�=�[�93Yل”#�-j�S �U��~+��V�{��ܯ�T�W�����>\�����3�VyQՇ����/Ţ�"Nɓ�j'���Ԕ7�y��V�v>{�m���U�]�Ř�],N���}�X9R����\� �"�g��[-(��Q��W �ֿz��ׯ����[�l�U�f�Fl����;�x{�_}����*_��f��3�(96@�� ����h� ��e{����b�2̣&+�1%X]�N����?� �蹚����6%���+e�z��,�}� �2��b��mҲC�FD�bf4G������p��]��1�DU0�(# "���n�M��>j�l�bͫ��7���_2.Jp�O�N��*������/,$�,�XgE)%�U�W&���u���k���� �Nfx�e��aNh ,��g]�i�H=��H�/ŷx��^}L�D�cND���$�-A�vQ >���Z�_f�P4BwJ�Y �z�5Ƃ߻'O���W�(����Hi)"�_t��]_ Iz� f�gz���-q~�,�B���8 -�;�Z:��T�h�#�����<�e�u��:|�'L�SR��7PZ�� ��cOְ�8u�*�U��e;�����HV�3ŒI@� L�~��7éBXM�X�8���B�H��(P�τA���C^}~.�_����@�.��.�H�N ���U� �l�*k�F\��C�����O�Pz�9�Vdf��E-R&�V��uDyE9G���ǁټoÉKBrp�ձ�i��ʢԕ��[�Ժs��c�ઘ��o���y�ՀQ&MJ�dNw>2�(��iG�M�L�m�7D��%6�'߂�N�Kd,��3�'�e�fCѥA�RD��=�&�e��dv� �eB��GNJa ^��N]����F���*��.�6�Xk>��0;L^s�ݾA��� x.̀�y1!������r�3!,V+�o�HX��O9�z�wl����nu�rV�讥��H�dhu'm�s�U�|~C؀u��f(���|v�|�n�ċ�ϵ;��l�0�Ŕ��b�m'�t��ܑ�׻zxY��i�٪_bԟ[�g�� -�<��؈�\a�|���Pe���v�_��X�!�RS��B�fp������=��h!S,�{�%��+�'l�*D+V��Y�����;�6jxg[�r ���W�g'��ʰ�"o*���*�߬���X7�w�F`��T�$!KA�}��&��qHKP=��pN}@f����W�vg�n�n7�� ���<��t'f�����|(i��NJ ���*�Jh���F0C�)[�D����BSh�)�t��6��@�'��J�m���n~R� /x��ٻ��0�$�-�&���.�_�x ���Z{C��Y[y�49f#(� y(fd4�G0�]����s!ʅU�`�)�IW�i[��kR����{G��`@,ظݓg�:k��x_ ��V���\��I'��5�YC��t�ó��; L�͠E|���� O?Jp�Ldiݐ7��:�u���wV�:$Ѧfj۰m�#:�ݴ���V���ہ�]��ޟr�����YU�/1k`��^�c l4h� ��=����ܜi!݅�ZB���v7���;TeF��@��^ί� ʞ%��(�ix���ܺ��e�W�4 1K�z+��b=PyH����4��� �ZU.w�ِ���w�%������i�`�E� �ͮ@Y�/�Q����� .x��g�r�ルi�A�����q[�� ��%�R�m���T������d� xg�j���I�� �|}�p!�M�e#j�g�������ebD^ ��O�����n�ś��DY�"Ey��&`N�VG��� e���l�X��GZ����Ϡ�u)��8|�@Y��Ȥw9$N�~#�H{�6�o���8��K!n�rGm#�K�>P���t�����%� A&��! O�3��g����X�/@�ɀ��넾T>`��d C�$%�h�>��_c����5e<'��~q��F�W|\{����?z ,S��"�GW (]�ݕ�k�Z�)Ú��c/k��w�.��CEK����v|~]��'�T��r�r� =Vs��Q�F�A�f� ��O]q��qgW�v�w��R���t�/T�' �u�P���0c$��a�A��j��Uq\�$��5?�[�����*>z J�H7ŬE�v��o�E����?.��ie�@&��V2ѹ���8�Cf�8�˒��26h�E�rU� �Q尔�E"D퍫:p����邞0��fP��^g�' �Iy�#}���l�"�Y�����u� �0q�������p<��w�d!��=f,F���B����'7Ȇ�R��$��遲Tqf`����(!}H!�9'� @Y0�|s-f����\W������7�~:����݂��U�C������O��\�j���奇8�$7dX��F��x>v�Kz+�ܪ� \��GM;*c^ PW�h��B�T��4�o�q��/����J�C~9B ���9V�2�W����\M��=���<ۢ U/����DیgM&�Rg�V�����c�m����h6�]���vD�R�hK�����6�cw{\���U�^�~��k�5o"QX ���zQ�\q�,�#՜�pgIPG�w.-@Co��ŶpEZ0Wt��v�KV�ŘXy��� �: ��U�Y�tƥ$��mj��2�(�,Z���J�x0�Pd独Մ��%���Z�8��� G5���zT�c�nb%a�;��o��=�NG�g].F ���u�D�f�>�fZ;�V0����"���o�)U�G����-S��@���֘_��ǩ��`�� n��� ���ܚ6ke�O��JQ>5ܾKPd�j(M�����x[�V�`�&�������<�u�#���Fr�IF�3V�ix6�F��j)��m`�ԧ��V�]h>��TR �C�����1yE��)m��K�:�m���9�h(��C6Ҋar�5BR��J�L��K1W���*ˡ1�>��!^g��N�b��ݠOUO豻�@/$Qf�3t�����r�w�E�hv��4���U����n��I�w�a�[�S�j��-ێ�\p��.�-�,3�w|6��Z��K1�W�܊�\��1U+g�eunڪ��&��b3W�9h20�����#u*�ipC�m2�i��K�����yhpni���*5�� XQ.�DU�b�ݹg ;>՗˲i88�lv��cT�X�Z��D�Z�-��Xo��-Ϻ�J����&"�J����~i��y��!l]�*x�T&�&T�����^�'$�}�R���ʹqM�E>�Çu���ڟU� �o�f� ����u%���,Qz�mt���f��Dv ���1���D���>�^Yz����GQ�̕��T�x���wR�P����z�}k�e^�c3-��x�56�6���kڥ6������*k[l�G�ë=_�}����Vؓ���)�C���x������Qƛ�2!f+*G�[��[�ɯq�'��e�?�d�ֲ=�c�V�/�b.a�"����D�}|Ɔ�@g�7�����-η�=����O�'̬�������1#��a;��5�������4�‚T�'H�4w��߃���.& ��r������y�yJ��e� �/X [���#9 ��B����:��֍z�d����/b&���sI��c�ʷúW>��G��ɐiY��zGIj�NF[�w4�'�?�����مX��@��fE�-�k0(�4��m�X��y׋E�v�m��,aG�Q�Z��`� & Sx[xR�b1�6�0�*�������E�>ͻ��\K����p(�l/V�Ij�iv�S�����i,��{)���^K��۷Rh���R$���Ba�㽒�=a���� �a�D�H�� �Xd.�Q���g�J�`�qx�Ѩ�b 8)��K_8dž�s-���2)���b�^�4�jr�$W�>����=E#�9�$�� �?Z?�#�m�p���}���[������K�=K\���S���2b�V������ ��+�kq������ r�1�3��;����x<ǣ@ �0,Ty)��^� *hY"�!�Z���ЋU�0Yd��Q]dB����(<ЬuZ4믨ѕf۸We��tQ�u0�O���`gg~����`i���=!\��– VZ�-�A@�l�ȸ���ZZ�ݟ�_̕O7w�s����ŝ���/ ���!X3\��M��gzA+��x�Qv�@Yu�b�d�R+/br� �)�� �0������� nql�-����i���nq�l��x"n�ǖ V��=p�nQ*����q499������c�+�k� `j��D�R��2��G���ש��"?a���i����U����}��͌l�I=���l��hŊ�"�}��%��"t�b�JLQ�a*�ŋ 2d� ��#��ź�ٗ�N��@e�l��Y�Q%��m�� ,U����G�� �ӱ�i�����]�!`���lȎ�*�o��MT%~fp� �G��8vV=*�AߺX� ����~^�+����1�_�Z�*��uF ZIU5�/o��R��|a\ז�Q��/�ˢG�nԍ�Ǡ�h�;�#胍 ���.���˘S���S5 �W(� �������6_�BPi`���t�(aCU�hI �3`���D������*0:/,����ڹ�K3g��#ax���x��̾`MH�G�:�Ce)� a�[i�2E�=���T�#�u>�!�Q���Jit_�eI��9�d�� ���⼏�:Pj{=WQ�M�/*I��H���K���L��&Ir��$��sJ���Q��2Ir�=K��J�������0ZM�:2��&��46L�&6�;x��T��ඎ@MQj@TF�/Y��-Q�-Q~�Dy��i&h�ҳ���Dm>�.�t'Ve���i*~\��X�yћ)�e�ʼn�sOG-�:8j��!���v���O��x��*rJg�n���PK5n���/�tPKg�R>Artifacts/Informational/OTHER/VSP_basic_vm_VSP_Information.txt�T]o�@|n�>�RC��R�RT#j�(N�CUEDZ6��>�>��_����R��������q5{�� &��*��U����e��)�e�hi�8p��K*4�J̷B��~f��bk�vl�K�T����҅�u�J�k��"G@G��D�}�0����A�9J�;�7�+�S:�b�i��a��n��a�k/r��-.y�� b�"��6?���ʉ�ܔV�PJz���#-$K�d���0�Y��t�EJ�9���!��/�,U���ˈ�/��D��@9�����"�U$�� �|�M(��'rC���4�=�r���~� ]OC���Wrj� �U`˜� �gu Rwi{Ϙgv� �B�F������k�}��N�չre�z����D��B��9Y�+ ��;��C����E�� �%)k\�T��z۾�g�N$Y��3[W�{73v��=��B�[�Jc�ne ��q/D���ei� �z�`�+�r�I�a��r� ��WRh�]�����u���;8��AzW=v�ýdqL�fĔ�����#�o+(��W��{��G�E=}�ա?�C��^�[�"�PK}�;.@�PKg�R,Artifacts/Deployment/HEAT/base_ubuntu20.yaml�Wmo�6��_qk�`/��]1�C�"m�bK�]�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B��O? &?�OF�M���^�������J� �Y��>\�E* &� �R���7���gh�~48�+�<ᖃƿ �Ia���e>g9���F`����|�i���\|�Ć��Sח���%/a@iY����e2)R%�&2��#"���|܀���g���� �e��Xf��b��<��I=Oy)�ܗ�ƒ�������w /�����[\�'�)f���p]­l���Ӕ.+s���}�ue���p)��h菉=2�/e,�yS)� ���a� �~c�1'^������)�"���T��+^V��",��J��i��� ��<9Ƈ�bFC5}��ɍI�ˮ�BX�S�#,��Q�t�,fc��ʜ����$�A�&�є�1�vb��]lH�����ś� �Zgde^��c��tIc~�_+4 ����6'�L0��jJ�J�DŽ��Å H�]k�X��!��4�K�L�sY �q?k�`�娸�Ax���ʹ'P*xD{̞O�}���#x��Xd�ka�ː�B�ou����]ת"�S�yOP�� �+1)���_��m�����gO{ ��?6��h���ҤgZ���r� ���K��Ƴee�*B8}R��yAm|�#�q<x���_PK�ظW�PKg�R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm�� �0DEzOV��+���fwC6�������0�a܌����#��!IX ��p~��JE�(T����%8����w����q��'s��rϽ �j�HY/h�� �fl�����PKwHy�PKg�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU�M� ��Ҹǧ�"4��4k"?4=~�����7��;�.CA�����k(��]kz��� ��S� �X��m�(�c�1��=�I������$�3y�.V1A��1.(�&ΑY���]�ҙ�u�2�9�-wKu�� �PK[E����PKf�R�R�B4E csar.metaPKf�R��Љ�kTOSCA-Metadata/TOSCA.metaPKf�R���.V);Definitions/resource-BasicVm-template.ymlPKg�Rb��#� c�3nDefinitions/resource-BasicVm-template-interface.ymlPKg�R�<K/�Definitions/resource-Globalcompute-template.ymlPKg�R=����('!Definitions/resource-Extcp2-template.ymlPKg�R��@ JO:�#Definitions/resource-BasicVmNodesUbuntu20cvfc-template.ymlPKg�R�� ֢}D?0Definitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.ymlPKg�Rj���,S9Definitions/resource-Novaserver-template.ymlPKg�RT˸�J� .�>Definitions/resource-Extneutroncp-template.ymlPKg�R�Q'�� )qCDefinitions/resource-Compute-template.ymlPKg�R��{�Y/kGDefinitions/resource-Securityrules-template.ymlPKg�R��jR�TALJDefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.ymlPKg�R �\e&\LDefinitions/resource-Port-template.ymlPKg�R�yi�, ODefinitions/resource-Globalport-template.ymlPKg�R+�@j5���SDefinitions/data.ymlPKg�R�'}8{�Definitions/groups.ymlPKg�R0?��@ @<�Definitions/policies.ymlPKg�R���C&œDefinitions/annotations.ymlPKg�R�����1�Definitions/relationships.ymlPKg�R 2ea� <�Definitions/artifacts.ymlPKg�R�H�v~(��Definitions/capabilities.ymlPKg�R8��G�Definitions/interfaces.ymlPKg�R5n���/�t@�Definitions/nodes.ymlPKg�R}�;.@�>y�Artifacts/Informational/OTHER/VSP_basic_vm_VSP_Information.txtPKg�R�ظW�,%�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPKg�RwHy�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKg�R[E����4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKX �� 2021-06-02T03:40:42.060Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|DEBUG|500||=======================response end================================================= 2021-06-02T03:40:42.141Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c1f54fc9-e310-4867-8872-f706781cf735/toscaModel|INFO|500||InvokeReturn 2021-06-02T03:40:42.144Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-06-02T03:40:42.144Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||VF Category is: Generic 2021-06-02T03:40:42.145Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||VFCustomizationUUID= 9c890af0-7cd9-4142-a225-3031b1330ba7 2021-06-02T03:40:42.145Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9c890af0-7cd9-4142-a225-3031b1330ba7 matches Tosca VF Customization UUID: 9c890af0-7cd9-4142-a225-3031b1330ba7 2021-06-02T03:40:42.145Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||vfCustomizationUUID: 9c890af0-7cd9-4142-a225-3031b1330ba7 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-06-02T03:40:42.148Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:42.148Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:42.149Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||resource request for resource customization id 9c890af0-7cd9-4142-a225-3031b1330ba7: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-06-02T03:40:42.149Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40d2e670 2021-06-02T03:40:42.149Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:42.150Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-02T03:40:42.150Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d54ebf6c-de3a-42b9-b010-45f252dc7da9 2021-06-02T03:40:42.150Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d54ebf6c-de3a-42b9-b010-45f252dc7da9 Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_, vfmodule0_.IS_BASE as IS_BASE4_58_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-06-02T03:40:42.153Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:42.153Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-02T03:40:42.153Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:40:42.154Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:42.154Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-02T03:40:42.154Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:40:42.154Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:42.155Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-02T03:40:42.155Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-02T03:40:42.155Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-02T03:40:42.155Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cc7c648c-bf49-4699-ad1b-47a4abad0ebd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-02T03:40:42.157Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:42.158Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-02T03:40:42.158Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:40:42.158Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:42.158Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-02T03:40:42.159Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9c890af0-7cd9-4142-a225-3031b1330ba7 Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:40:42.161Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:42.161Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:42.161Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500|| resourceSeq for service uuid abbd25e9-1946-4ced-bfde-7bb88179a84d: basic_vm 2021-06-02T03:40:42.161Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:42.161Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:42.162Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:42.162Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:42.162Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:42.162Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:42.162Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:42.163Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:42.163Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:40:42.163Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:40:42.163Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, ORCH_TEMPLATE_ARTIFACT_TYPE, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:40:42.224Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f5224580-6470-4bca-b1e5-0eda218e82a6 1 ASDC deployResourceStructure 2021-06-02T03:40:42.225Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-06-02T03:40:42.225Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-06-02T03:40:42.225Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:40:42.225Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:42.227Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:42.227Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605242225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:40:42.327Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:40:42.329Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:42.329Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:42.340Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:42.340Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:40:43.229Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-06-02T03:40:43.229Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-06-02T03:40:43.229Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:40:43.230Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:43.231Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:43.231Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605243229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-02T03:40:43.331Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:40:43.332Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:43.332Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:43.342Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:43.343Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:40:44.232Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-06-02T03:40:44.233Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-06-02T03:40:44.233Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:40:44.233Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:44.235Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:44.235Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605244232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-02T03:40:44.336Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:40:44.337Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:44.337Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:44.346Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:44.347Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:40:45.236Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-06-02T03:40:45.237Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-02T03:40:45.237Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:40:45.237Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:40:45.239Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:40:45.239Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605245236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:40:45.339Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:40:45.340Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:40:45.340Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:45.350Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:45.350Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:40:46.240Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b254d260-6279-4838-9372-cf1edd822a11 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:40:46.249Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b254d260-6279-4838-9372-cf1edd822a11 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:40:46.253Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:40:46.253Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-02T03:40:46.254Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-02T03:40:46.254Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-02T03:40:46.254Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:40:46.255Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:40:46.255Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:40:46.255Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:40:46.255Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:40:46.255Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:40:46.256Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:40:46.259Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-02T03:40:46.965Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:40:46.966Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:40:46.966Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:40:46.989Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:40:46.990Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:46.990Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "clamp", "timestamp": 1622605064347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:46.990Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:46.990Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:46.990Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605067463, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "aai-ml", "timestamp": 1622605064923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "clamp", "timestamp": 1622605064347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "aai-ml", "timestamp": 1622605064923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605068735, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "clamp", "timestamp": 1622605064347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "aai-ml", "timestamp": 1622605064923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:46.991Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605069738, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:40:47.045Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 2021-06-02T03:40:47.045Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-02T03:40:47.053Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.053Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "clamp", "timestamp": 1622605064347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:47.053Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:47.053Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.053Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "aai-ml", "timestamp": 1622605064923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:47.054Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:47.054Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.054Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605070741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:40:47.054Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:40:47.054Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.054Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "clamp", "timestamp": 1622605064347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:47.054Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:47.054Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.054Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "aai-ml", "timestamp": 1622605064923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:47.054Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:47.054Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.055Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "clamp", "timestamp": 1622605064347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:40:47.055Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:47.055Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.055Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "aai-ml", "timestamp": 1622605064923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:40:47.055Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:47.055Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.055Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "aai-ml", "timestamp": 1622605074213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:40:47.055Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:40:47.055Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.055Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "clamp", "timestamp": 1622605081311, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:40:47.055Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:40:47.055Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.056Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "aai-ml", "timestamp": 1622605082422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:40:47.056Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:40:47.056Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.056Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "aai-ml", "timestamp": 1622605083426, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:40:47.060Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 2021-06-02T03:40:47.060Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:40:47.067Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.067Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "clamp", "timestamp": 1622605084045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:40:47.067Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:40:47.067Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.067Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "clamp", "timestamp": 1622605085048, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:40:47.070Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 2021-06-02T03:40:47.071Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:40:47.095Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.095Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "830a1c6f-2280-4caa-adae-9b2a845f2a67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605121300, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:40:47.095Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:40:47.095Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.095Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:47.095Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:47.096Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.096Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:47.096Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:47.096Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.096Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:47.096Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:47.096Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.096Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:47.096Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:40:47.096Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:40:47.096Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:40:47.096Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:16.260Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b254d260-6279-4838-9372-cf1edd822a11 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-02T03:41:16.265Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b254d260-6279-4838-9372-cf1edd822a11 and serviceModelVersionId: abbd25e9-1946-4ced-bfde-7bb88179a84d 2021-06-02T03:41:16.265Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9755ec4d-9609-4504-a3ae-d28efd3ff852 2021-06-02T03:41:16.266Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9755ec4d-9609-4504-a3ae-d28efd3ff852/model-vers/model-ver/abbd25e9-1946-4ced-bfde-7bb88179a84d?depth=0 2021-06-02T03:41:16.270Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-06-02T03:41:16.301Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9755ec4d-9609-4504-a3ae-d28efd3ff852/model-vers/model-ver/abbd25e9-1946-4ced-bfde-7bb88179a84d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-06-02T03:41:16.301Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9755ec4d-9609-4504-a3ae-d28efd3ff852/model-vers/model-ver/abbd25e9-1946-4ced-bfde-7bb88179a84d?depth=0|INFO|500||Invoke 2021-06-02T03:41:16.322Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9755ec4d-9609-4504-a3ae-d28efd3ff852/model-vers/model-ver/abbd25e9-1946-4ced-bfde-7bb88179a84d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-02T03:41:16.453Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9755ec4d-9609-4504-a3ae-d28efd3ff852/model-vers/model-ver/abbd25e9-1946-4ced-bfde-7bb88179a84d?depth=0|INFO|500||InvokeReturn 2021-06-02T03:41:16.453Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/9755ec4d-9609-4504-a3ae-d28efd3ff852/model-vers/model-ver/abbd25e9-1946-4ced-bfde-7bb88179a84d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210602-03:41:16:323-41834], vertex-id=[213104], Content-Length=[0], Date=[Wed, 02 Jun 2021 03:41:16 GMT], Content-Type=[application/json]} 2021-06-02T03:41:16.454Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-06-02T03:41:16.454Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-02T03:41:16.454Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:41:16.457Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-02T03:41:16.458Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b254d260-6279-4838-9372-cf1edd822a11 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-02T03:41:16.458Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-02T03:41:16.458Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:16.459Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:16.460Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605276458, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:41:16.560Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-02T03:41:16.560Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:16.560Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:16.574Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:16.574Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:41:17.472Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||received message from topic 2021-06-02T03:41:17.472Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c04f9749-628f-414e-a0d9-172f0555048c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"04a402b9-9051-49a7-acaa-f16c0d784a52","serviceDescription":"service","serviceInvariantUUID":"7e85cbd3-0ca4-4ec5-ad86-f2445d1dc3e8","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"846bf440-9986-4304-a8b6-4ce452407a4f","resourceInvariantUUID":"18e9ba73-7e24-4736-8689-1e65d25b35d9","resourceCustomizationUUID":"498f7caa-d99c-463b-afe3-8ac6cf4ab2ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MjAxM2QxYzFkYmFhNTFmYmEwODRkMDhiOGMzNDM4YTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d11126a-5cf0-406a-af50-fa5d3c11f65b","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"867a69a9-81ac-46b4-8d7b-ffece0b0ef14","artifactVersion":"2","generatedFromUUID":"d2cbe0a9-3222-4cc9-b967-638bc5626c4a"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d2cbe0a9-3222-4cc9-b967-638bc5626c4a","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"Y2M4YzI1ODI4NmQ5NzU4N2FhZGU1ODI2YjMwNGYzNTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d282b83b-4da3-44de-981d-cc55fb19bcbb","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8516bac8-a2ab-428a-a04c-3991d562e6e4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"092744aa-a71c-4a50-bcef-96da4947972e","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"343318df-a33f-431e-b8a2-80f0fc3b9292","artifactVersion":"2","generatedFromUUID":"8516bac8-a2ab-428a-a04c-3991d562e6e4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDM2NjgwZGY5ODAzMjFmOWQ0ZDliZWNhYjk0YTQ4ZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98fb76db-d113-47ef-9c12-b0878803a100","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTM5OWMyODhhYWQ3YWQ3OGY3MGRiYmFkNDNmZDI3YzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6d2be84-b905-4e65-b96a-37c280e2d798","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-02T03:41:17.472Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:41:17.472Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:17.474Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:17.474Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:17.574Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:17.575Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:17.575Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:17.584Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:17.584Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:41:18.474Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:41:18.475Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:18.477Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:18.478Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-02T03:41:18.578Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:18.579Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:18.579Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:18.589Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:18.589Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:19.478Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:41:19.479Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:19.481Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:19.481Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-02T03:41:19.581Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-02T03:41:19.582Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:19.582Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:19.595Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:19.595Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:20.482Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:41:20.483Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:20.485Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:20.485Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:41:20.585Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:20.586Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:20.586Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:20.607Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:20.608Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:21.485Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:41:21.486Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:21.488Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:21.488Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-02T03:41:21.588Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-02T03:41:21.589Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:21.589Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:21.605Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:21.605Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:22.489Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:41:22.489Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:22.491Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:22.491Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:22.591Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:22.592Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:22.593Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:22.605Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:22.606Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:23.491Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:41:23.492Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:23.494Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:23.494Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-02T03:41:23.594Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:23.595Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:23.596Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:23.605Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:23.606Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:24.495Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:41:24.495Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:24.497Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:24.497Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:24.598Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-02T03:41:24.599Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:24.599Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:24.609Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:24.609Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:25.498Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:41:25.499Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:25.500Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:25.500Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:41:25.601Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:25.602Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:25.602Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:25.611Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:25.612Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:26.503Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "04a402b9-9051-49a7-acaa-f16c0d784a52", "serviceDescription": "service", "serviceInvariantUUID": "7e85cbd3-0ca4-4ec5-ad86-f2445d1dc3e8", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "498f7caa-d99c-463b-afe3-8ac6cf4ab2ff", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "846bf440-9986-4304-a8b6-4ce452407a4f", "resourceInvariantUUID": "18e9ba73-7e24-4736-8689-1e65d25b35d9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "867a69a9-81ac-46b4-8d7b-ffece0b0ef14", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d2cbe0a9-3222-4cc9-b967-638bc5626c4a", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "Y2M4YzI1ODI4NmQ5NzU4N2FhZGU1ODI2YjMwNGYzNTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d282b83b-4da3-44de-981d-cc55fb19bcbb", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8516bac8-a2ab-428a-a04c-3991d562e6e4", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "343318df-a33f-431e-b8a2-80f0fc3b9292", "generatedFromUUID": "8516bac8-a2ab-428a-a04c-3991d562e6e4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "343318df-a33f-431e-b8a2-80f0fc3b9292", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YTM5OWMyODhhYWQ3YWQ3OGY3MGRiYmFkNDNmZDI3YzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6d2be84-b905-4e65-b96a-37c280e2d798" } ], "workloadContext": "Production" } 2021-06-02T03:41:26.503Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-02T03:41:26.504Z|b254d260-6279-4838-9372-cf1edd822a11|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 04a402b9-9051-49a7-acaa-f16c0d784a52 ASDC 2021-06-02T03:41:26.504Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c04f9749-628f-414e-a0d9-172f0555048c ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:04a402b9-9051-49a7-acaa-f16c0d784a52 ServiceInvariantUUID:7e85cbd3-0ca4-4ec5-ad86-f2445d1dc3e8 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:b6d2be84-b905-4e65-b96a-37c280e2d798 ArtifactChecksum:YTM5OWMyODhhYWQ3YWQ3OGY3MGRiYmFkNDNmZDI3YzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:498f7caa-d99c-463b-afe3-8ac6cf4ab2ff ResourceInvariantUUID:18e9ba73-7e24-4736-8689-1e65d25b35d9 ResourceName:basic_cnf ResourceType:VF ResourceUUID:846bf440-9986-4304-a8b6-4ce452407a4f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:867a69a9-81ac-46b4-8d7b-ffece0b0ef14 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:d2cbe0a9-3222-4cc9-b967-638bc5626c4a ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:d282b83b-4da3-44de-981d-cc55fb19bcbb ArtifactChecksum:Y2M4YzI1ODI4NmQ5NzU4N2FhZGU1ODI2YjMwNGYzNTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:8516bac8-a2ab-428a-a04c-3991d562e6e4 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:343318df-a33f-431e-b8a2-80f0fc3b9292 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:343318df-a33f-431e-b8a2-80f0fc3b9292 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-02T03:41:26.504Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 04a402b9-9051-49a7-acaa-f16c0d784a52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:41:26.597Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:41:26.598Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:41:26.598Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:41:26.599Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: b6d2be84-b905-4e65-b96a-37c280e2d798 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-02T03:41:26.599Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:41:26.599Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-02T03:41:26.788Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:41:26.791Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b6d2be84-b905-4e65-b96a-37c280e2d798 66804 2021-06-02T03:41:26.791Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-06-02T03:41:26.791Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-02T03:41:26.791Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:41:26.792Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:26.793Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:26.793Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605286791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:41:26.894Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-02T03:41:26.895Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:26.895Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:26.905Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:26.906Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:27.794Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:41:27.795Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:41:27.796Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: b6d2be84-b905-4e65-b96a-37c280e2d798, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-02T03:41:27.796Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-06-02T03:41:27.796Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-02T03:41:27.796Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-02T03:41:27.902Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5229999091030175702/Definitions/service-BasicCnf-template.yml 2021-06-02T03:41:28.765Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-02T03:41:28.766Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-06-02T03:41:28.766Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-02T03:41:28.766Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-06-02T03:41:28.766Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-02T03:41:28.766Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-02T03:41:28.766Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-02T03:41:28.766Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-02T03:41:28.766Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-02T03:41:28.766Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-06-02T03:41:28.766Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:28.767Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:28.767Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-02T03:41:28.767Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-02T03:41:28.767Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:41:28.767Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:28.767Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:28.767Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-02T03:41:28.768Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-02T03:41:28.768Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:41:28.768Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:28.768Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:28.768Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:28.768Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-06-02T03:41:28.768Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-06-02T03:41:28.768Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2021-06-02T03:41:28.769Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-02T03:41:28.769Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:28.769Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-02T03:41:28.769Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:28.769Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-02T03:41:28.769Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:41:28.769Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:28.770Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-02T03:41:28.770Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:41:28.770Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:28.770Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-02T03:41:28.770Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:41:28.770Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:28.770Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-06-02T03:41:28.770Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-06-02T03:41:28.771Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6db9934c-36e5-4180-b06a-b3bfa16e0de5 2021-06-02T03:41:28.771Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:28.771Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:28.771Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:28.771Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:28.771Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:28.771Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:28.772Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:28.772Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:28.772Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:04a402b9-9051-49a7-acaa-f16c0d784a52 Model Version:NULL Model InvariantUuid:7e85cbd3-0ca4-4ec5-ad86-f2445d1dc3e8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:2863f469-cde3-4267-853f-075fdfe4b8cb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:18e9ba73-7e24-4736-8689-1e65d25b35d9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:498f7caa-d99c-463b-afe3-8ac6cf4ab2ff NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c3718618-b6e9-429f-bd6a-af8e06a041d8 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:4ba1b3e6-3bc2-40d6-8952-97ca8a871ea0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6db9934c-36e5-4180-b06a-b3bfa16e0de5 ModelInvariantUuid:975733c0-8e2a-49dd-b746-ac043541794b ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:d0110e5a-2fd5-4c54-be3a-935e9547631c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:6763ac14-3fd3-447a-87f5-894f862c21d4 ModelInvariantUuid:de217b19-bd71-4502-9500-d19032506a8f ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:f4e7bf1b-1c4a-4faa-9f96-baeeac058a54 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-02T03:41:28.777Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 846bf440-9986-4304-a8b6-4ce452407a4f Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:41:28.778Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||basic_cnf 0 2021-06-02T03:41:28.779Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 846bf440-9986-4304-a8b6-4ce452407a4f 2021-06-02T03:41:28.779Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 867a69a9-81ac-46b4-8d7b-ffece0b0ef14 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-06-02T03:41:28.779Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:41:28.779Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-06-02T03:41:29.131Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:41:29.131Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 867a69a9-81ac-46b4-8d7b-ffece0b0ef14 12 2021-06-02T03:41:29.131Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-06-02T03:41:29.131Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-06-02T03:41:29.132Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:41:29.132Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:29.133Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:29.134Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605289131, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:41:29.234Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:29.235Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:29.235Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:29.244Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:29.245Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:30.134Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: d2cbe0a9-3222-4cc9-b967-638bc5626c4a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-06-02T03:41:30.135Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:41:30.135Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-06-02T03:41:30.818Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:41:30.819Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d2cbe0a9-3222-4cc9-b967-638bc5626c4a 2688 2021-06-02T03:41:30.819Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-06-02T03:41:30.819Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-06-02T03:41:30.819Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:41:30.819Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:30.822Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:30.822Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605290819, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-02T03:41:30.922Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:30.923Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:30.923Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:30.935Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:30.936Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:31.824Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: d282b83b-4da3-44de-981d-cc55fb19bcbb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-06-02T03:41:31.825Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:41:31.825Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-06-02T03:41:32.797Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:41:32.797Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d282b83b-4da3-44de-981d-cc55fb19bcbb 828 2021-06-02T03:41:32.797Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-06-02T03:41:32.798Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-06-02T03:41:32.798Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:41:32.798Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:32.800Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:32.800Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605292797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:41:32.900Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:32.901Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:32.901Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:32.915Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:32.915Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:33.801Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "c3718618-b6e9-429f-bd6a-af8e06a041d8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4ba1b3e6-3bc2-40d6-8952-97ca8a871ea0", "vfModuleModelCustomizationUUID": "b6a3cf1a-5796-425c-a561-08d632322238", "isBase": true, "artifacts": [ "8516bac8-a2ab-428a-a04c-3991d562e6e4", "d2cbe0a9-3222-4cc9-b967-638bc5626c4a", "343318df-a33f-431e-b8a2-80f0fc3b9292" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-02T03:41:33.806Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4ba1b3e6-3bc2-40d6-8952-97ca8a871ea0 VfModuleModelInvariantUUID:c3718618-b6e9-429f-bd6a-af8e06a041d8 VfModuleModelDescription:NULL Artifacts UUID List:{ 8516bac8-a2ab-428a-a04c-3991d562e6e4 , d2cbe0a9-3222-4cc9-b967-638bc5626c4a , 343318df-a33f-431e-b8a2-80f0fc3b9292 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-02T03:41:33.810Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "c3718618-b6e9-429f-bd6a-af8e06a041d8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4ba1b3e6-3bc2-40d6-8952-97ca8a871ea0", "vfModuleModelCustomizationUUID": "b6a3cf1a-5796-425c-a561-08d632322238", "isBase": true, "artifacts": [ "8516bac8-a2ab-428a-a04c-3991d562e6e4", "d2cbe0a9-3222-4cc9-b967-638bc5626c4a", "343318df-a33f-431e-b8a2-80f0fc3b9292" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-02T03:41:33.810Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4ba1b3e6-3bc2-40d6-8952-97ca8a871ea0 VfModuleModelInvariantUUID:c3718618-b6e9-429f-bd6a-af8e06a041d8 VfModuleModelDescription:NULL Artifacts UUID List:{ 8516bac8-a2ab-428a-a04c-3991d562e6e4 , d2cbe0a9-3222-4cc9-b967-638bc5626c4a , 343318df-a33f-431e-b8a2-80f0fc3b9292 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-02T03:41:33.811Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 8516bac8-a2ab-428a-a04c-3991d562e6e4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-06-02T03:41:33.811Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:41:33.811Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-06-02T03:41:34.312Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:41:34.313Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8516bac8-a2ab-428a-a04c-3991d562e6e4 1164 2021-06-02T03:41:34.313Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-06-02T03:41:34.313Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-06-02T03:41:34.313Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:41:34.313Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:34.315Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:34.315Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605294313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:41:34.415Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:34.416Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:34.416Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:34.426Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:34.427Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:35.316Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 343318df-a33f-431e-b8a2-80f0fc3b9292 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-06-02T03:41:35.317Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:41:35.317Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-06-02T03:41:35.921Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:41:35.922Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 343318df-a33f-431e-b8a2-80f0fc3b9292 200 2021-06-02T03:41:35.922Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-06-02T03:41:35.922Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-06-02T03:41:35.922Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:41:35.923Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:35.924Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:35.924Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605295922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:41:36.025Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:36.026Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:36.026Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:36.034Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:36.034Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:36.925Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: 04a402b9-9051-49a7-acaa-f16c0d784a52 2021-06-02T03:41:36.926Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 846bf440-9986-4304-a8b6-4ce452407a4f ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2021-06-02T03:41:36.932Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:41:36.941Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:36.941Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:36.941Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Processing vnf with UUID: 2863f469-cde3-4267-853f-075fdfe4b8cb 2021-06-02T03:41:36.942Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Will get resource from SDC using resource id: 2863f469-cde3-4267-853f-075fdfe4b8cb 2021-06-02T03:41:36.942Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel to get resource 2021-06-02T03:41:36.943Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel 2021-06-02T03:41:36.944Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|INFO|500||Invoke 2021-06-02T03:41:36.944Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|DEBUG|500||===========================request begin================================================ 2021-06-02T03:41:36.945Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel 2021-06-02T03:41:36.945Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|DEBUG|500||Method : GET 2021-06-02T03:41:36.945Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|DEBUG|500||Headers : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"c04f9749-628f-414e-a0d9-172f0555048c", X-RequestID:"c04f9749-628f-414e-a0d9-172f0555048c", X-TransactionID:"c04f9749-628f-414e-a0d9-172f0555048c", X-ECOMP-RequestID:"c04f9749-628f-414e-a0d9-172f0555048c", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"10bed0bc-6abd-4513-a4d3-95780ce4ae6f"] 2021-06-02T03:41:36.945Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|DEBUG|500||Request body: 2021-06-02T03:41:36.945Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|DEBUG|500||==========================request end================================================ 2021-06-02T03:41:38.401Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|DEBUG|500||============================response begin========================================== 2021-06-02T03:41:38.402Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|DEBUG|500||Status code : 200 OK 2021-06-02T03:41:38.402Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|DEBUG|500||Status text : OK 2021-06-02T03:41:38.402Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-BasicCnf-csar.csar"", Content-MD5:"YjhkMmVjNjViMzQ5YTgzNWZlOWU5YWU3MDIzMTBhZTY=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"c04f9749-628f-414e-a0d9-172f0555048c", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-06-02T03:41:38.406Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|DEBUG|500||Response body: PKn�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPKn�RTOSCA-Metadata/TOSCA.metaM�� �0 Dw}�@I�zK�vk M�.R �l꿯nj��w��\܈V»�o��'�f�.���u&�̤���Z�(�T�B�$7�\�ʻ�M(֜B���o�'*~s��r��7�Y,���N���p\�9�ˍ�§�OO�j�[��u�}�H�s2���A&��mH�\����Ɉ���zx��e�yJɌ&5�U� u��G�EW��r���������"��t�8́�V&�� F��J%8�% �x���e�3'�= ���\φ���N�� �c눮�/ f����g�X��U"�F?6�\b�A�Ԣš����`�.�z���X���6�i���E"d�F9�*h�Xñn��Bg�,�]M�v��|��X�0���/Z��?�f�D�j��Ig�����P+nԧ|��i���w�sjx E·pDn�� �ڧ䒏^�`�ה��j4aE�S�O� IM���ot�\�6L�^�@*N|g������d�X��^�kv��@u*�g8L��J.%��\8��3*Γ�7�:���4ۤf[���,F�g����3c��q?vgo�6Z�V3�agš9 �X|���9���}�~��ӏ'@�Fy�� {I�USp���pS�R�'�Q��+�S���0fx�����̧�C��U������7z�*8�^�M���|:���%{}O���� �k� ����1T&����}�_T�W�t�\� �Aƀ"���? V�nz8-��b��V|���ǧ�&? z�2�&J�Ko�UTw�\{�#[{�!���h��� l��tE�O0v���d����7>F�}��j��j�A�:� ��ۯ�kKݧ2t�4K�\U�@9��c��m�5�����v1��3ֱ�24�hC���0�a�u|'�Nn�|� ��դ=Jw���5or�tW���m��;�]�ڋ5[���vp��S|���~��G�X� 2Jߕr���HC�Z�����B��f�8s+�S�N>�l�r|B_��2��Lo�Q��7M�]n�eLC��r���w��st�[uu�� �Y?T����7*p��̈�m��Fd���^)6�B0�wť�)A?12�Do��^E�s���ש�W���y��:�}'�Jo5wl;1ur1�nu�^� �s��kjT#�^v�a�u�;jd����|����f�cj�/���@��L���/�QQi��G��0W:���5���0��B]��>\�U}��M��]�| ��V�h����j<�E�@���,҇5u�7���Ī�)+jN<�PK�@�� }6PKn�R4Definitions/resource-BasicCnf-template-interface.yml�\K��(����q��V�5�~�4��Mό�Z��8A�� 8��_�8��؝Ǵ�bEN����*��Fj�QFs&�aRh��J��,1�fE�)Zィkt}�2zvq��Q�H��3Ng� ]nf�`�.�la}����N�U��uUE9vc[��S�s���P����%��RrFv�ܔ�U��x��Z�bW�N53�j�ʒ JdQ��jY)B�U��b�ȝȽ��*��ʕ,fC��\��I=�?>�����j�W��rTȬ��lSf��q��,��������{t�'zz���԰��%��V3M+���%W,�Y2_'����S1E�Y�c�i]�_X�J� bB, s@!"E��r�zFhTEwF5��S,t(r$p���$��-_�^7�붫����kr`4��L|A��4[�͵���������Ay%HW '�E%9� /������ׇO��7�n���0������_�p%LOg�;]0a肪C4�AL(�IXL�3��b�Xa��Ҍ�U9���m�ĉL��#XyJ��<��[�xs'�%�4��4\��s���M5��ߓ��e���^}-��P�8�3�0���ӯr���*] �"����x�=�M��3й��X����U�����9��A;��*�����qT{�E:3t��0dA�g�5��Ѣ�. I1)��P����L���C� �� &�bܝ��docܟ��Ni7���=��>>8�;) f�e&�P����?�y��yŊށ�JA�9D�@�[ճ�v�a�9���H��� �9V��7�u��i�� �a}=$��x����9޾5s.��ڑ�-�ᬶ@=����ƌ6��Т��g���Gj�[�ł=���%Er�E��Шa�.M�17�#G�'c�"@GR����&�.I��i�H�h� ���$#9�|&abl2���ۜŌ��pá����7L�lB<��s�����á�}^X�#�9��� �����[���I�)C��Ib �:'��i���֖�B�$��0��w�5��i"�\W-�r�QP���E��T�5��_òkì󍇯Rn}l���j��߻��'�?5{h�# ���`����ɲh �s��a�<�A�0W/��o��?PK��A52^PKn�R/Definitions/resource-Globalcompute-template.yml�Ko�8�����=H�I�[��.��tQ4��A�c�XJԒ���l)Io�A���1��i�e�at�a+ra������ŊX�eDVHXi&����*K9�tuE��T �ۧ��V�v1�O�7�d6e�ɂ�o��bƓ��Na ������rvM��b���bv=K�l�1��L����%ۢqN3X����Py������ Ӣ���_��` ��P�s�� �-�F�^�@��ݓLa���0ZЍ��e0)h�V���{�f��N�#V 9h�0͔�s���XM��t�X���wȹ�+������[�܇W�_A5X�4���O�l>+��6���{w��+m��*!9f�JvB�Bb1.!=f3+�T��T�M~��]����I {Q�l{��N��oU�4م�����MkLh�+[�۵�$;ê��S�ޥ�@�0d"m%L[�֪4��%r���z�U�p�7k�����:V#̿){�@S�� ڬ��~�z���D�� ��kЧ�����p���oU&K4�o@>�Bέ;b6঱���� ��NJ��x�8=լ+����;IHB����O_��x8��|]���+�q�%���Ш��JX�����^ ��������"�=�zQBG³Ĥ�V��j�I�n�7�gm�0�^z�k���%2�˶M"7��v�A!he ��d�x�>��kQ���NB&:~��_���9�U4P�VV`ld� o�0�(�ɲ^YEc�k��w�V`(����6t�1ks���9t*���y��CG��I�(|��၂F�� x�RMm�<��0�����]��N؀���ui���z��d ���hE�T�=6�x�"�NE=�mw��T�� �'�8Ȉ3� -,G�D��"���Z�=��CO$�w���h1��B����} 4F�'2xFb,'��*e�V_$��N��(�0B_kp*�aQp���.����H0�3��a�_Bf��s�q�p�Cѡ�~�e1���(8��}r1�'���e��F��|���O�~94.;��w;�G|���r�]5�j0�Cn# >�B�n��q�/����d�<�PK�<KPKn�R,Definitions/resource-Novaserver-template.yml�WKs�6��W���@ղ4���+;�:�����N��K �(����w %ʖ+���T�B/���{�My�A.�pB+/�X�3矬(J q� ���I�g��� cB-�\����՘�9?OG�h4����|�D��"����!���l�'(���Y���a4� ��������GQz �i6���2+^����%�А��M�(�y� �Yƙ.�6l)�����B( ���=6U�6'afKHE. c��[�袬0�3`+!%K�U�f��s�Z݂;��e���"�� H���U��� ����&GS̊/B͑{����()�^� � �tk,]���1a�uF���T� ��G��ګm�flr��D (���&�[�À���<���w�̑a�~F�H�U�!c� ʙ*u�|���ʤ����ۛ�;��#׷����~�W����ϘyS ��w�N�@�qv|��Y�L�����zu!񑪖\�b b��'Bbl�t� ��e����zh��FW�\��<�Z��ɖְp�� z�\�g$g㵇��{��$a��^��2O{!* �?��Z+����J����b�_I�2������6&#�%�M�2ƳB���vMi͢;k�V�Ѥ����4���:��v��� �}.-��C0�[���Vp �ˎ0#a J���Z딺=D��GY%קWT��k�ν�^ �O�v�E�8�n\�8P ��[�;}U`W\��4�]�Ϋ�FX��e���U����{�u�v��G���0��b������f��W*V4�A}Hi�Z�6!c�)�BYǕ��v��+ۂ�d`񿁗��J��MWs�5��H���Ɩ51y|@V�f��믐Ս�ò�K�����_� �`�0pk_�i�'KS�����gH+�hR����zPt��0h�n���ao���'�c�a��1��%ޚP!ŕ����u�ү�XdG�_�w�#<��M��!���؃�b� -����U���I�����5�� _��?�R>[��6��{�1�7��c�.��������<��&zʿF��I䙗o�����[3�U�#vtP��V�˷ҋO;��f�~�� ��!69�M�5#ju�VxF�Mhq'(K�7�ng�������>���9��?���xb���[@���b��֗�}��I\e|�(¡�Óח����������Y �+�_�h���'Z&짉���0��eXh���-[r�>�a��U?�*l߰8vT��W�ؾ1�%�U��׸{u��+���q��FS�v���n�X��N �e���T�8PKj���PKn�R)Definitions/resource-Compute-template.yml�VKo�8��W���A��*��[�&ER��X#jd�CKRN�_�CIV���j�"�ԾP3g�y���qHs,�^��=ZG���F�*%�5(�.��L��<$3Ƅރ��f��*a��x�!ZBv�+~���"*�8�Ә��� �j�q|����ut��AD��h�^�EYvV��u�ي�&�Ҩ��H�9:nE���XZt��c�,�dƲ�������ȡ����.�U63W"���ч����&G� �d���F�����߁')yҭأ&�T¢j��*����AH�d����\1'��%�#3�8`�h��f/r���*�{.C�d�3���譬�7�(�m ��1����� e�"T����&��S�}]R>���5�[$�O�h'���G1%��>[q_�P.*��,�OD�؄�\�`| ���+�-��m9_��!_�� �#�+�!Y{�bF�i�w�,j �B[2*�$3�`^+I�в!� ;=�2!iƐ���Z�M��N�#�Hс��TcT+�ԥ�����A�A@k�[�C�@�C�ia3��6]c����W�F%#ح1����g1v��h�84�����lԗw�G�+kQ�Gs�El1Xo�/n6�Wo�z����vغNb�Z���ה��l�)�S����۶��t�d��m@B��v�9�-aH�C/���t��������( �'��M����_[Q����d:��HR2c�����7!7D�fVo�j�Q��|�f^dUs4�=h�vb�5[�j��X;b�SM4�:�ͽ�$V;㦴����d�?����z�3��s?�AF���Z�J����8��G]sO��/���nU����D�Č�pRS�����S�XT?�oF;�΄������_Ў�φ/��vĤ�(S獅� ?Ģ�>����P�~ �:~�]����N�6�� ���� PK�Q'�� PKn�R8Definitions/resource-BasicCnfNodesDummycvfc-template.yml�ZKw�:��W��J>vlDZwm��9'M{������nA�"����w�S�/r�43�K߀$>vRF%�L�/$��Α���q����]����H`�w�C� N)f����;g�Yo�K�n�F�m o��F؟����b�]y�U��bN�]����� yd��v�&��js�\�@�pLv���]����Y�����%T��4��η\i��(2G��C�� 8X8� ��s�9�>����>�ƒ�%����s>FR���� ��L�/a<%�g�O~�ԓ�`C��!�N"�,u���/;�_@��1�=�.//��<�bw���er� i ;�&�;� 5X��8����&�>^��$�y<�Ġ5&J�}�3��)�Q��d5V�`Ƹ,��T�p�Wa(� �2I���T��{��nY���>(&_1I��m�� V�3B+�dV��L�,�_��-��U?K�r�j{�G���H h��E>�+�S�=��Z��fz� I���J����[��Kϊ�4q.�K��P3h�`��,��,͟ R��!�" 5(�H9V$��9�+�R�_FS�G��d���uy/�-e���*n�WW�t��� ���I�L��I\sV�� ^hNY@^�e��幱���=Ik"���+!N.��!:�rP���2S���C ,]��=VuOy�'�M�W�73�����6b7u�_�+���ay�T��� �(�l�o۽֑���{U��fAE� E��g<:�0����1g�� �a��Mŗ� #��S��{"�V��x��.�����e�zց����N��z�@K��a/j�Z������q��� ����I{��+�cG��)(�m��1ޓ� ��Еx?�h�8.��S�2@���L�E3��g�v� �����E�|K�2݄;��|�xnB��b,l��wB���k,��Q]�B�[�̶Ghu�� [g��K�� J��C��r��x�-�����+�]��(Xl�˫��߄5o���� Z�+��!�n� �z}�׫&w3!yL���i� `��Z���V�n6��lW�������W��8| �����dB��TV��ں�/~}H� �G�`��w��?|h�r'u�� �>�vX4����SR�8����Zvη�����_w��ۏ����J�[VU6�?F�P?��RWi�B���~�{�C�����Ó��c�o�n��8>����LQ������?���FL�*~�pq�@�F�R?[��{i��bS�ᐥ�IRknSh@�ߠP�`����$�#�\D�l�N]�65�O���̙L����O�d�i ��R(���O㷺�\�]1˨��)f 3���!nlwo�f#�?�+���J�V�c8Ҏ�[piP���G�i����U��T���JF�8�mR�-!q��,�͟Y�;R,83�[2�c��t�J��ՙ2Ş��,7DyrVF+���m�>��ӏ']��F�bG'�R�WO�N84�� �g)i�d�5=�"���T�����b~�?t^s�'�i7>I�Lb���tlh�ho�'�c\n�bo� �wG�j��p���Q�l#���vT�j�K&��1���p�7�n����})�x�3����ӼƩ��>#�Bm=ڳ�lal 9���S\t��w����F�*�ݶ 6�V ��ߒY���ji��\z���jYW���p[ee�v7�Z�!� ����A�J����Du��qT�7.�V�l-O[����ۛ6K��oe��o�Ʊ�Ş�#�;*3�:�N���n:�c:��1ى�A��o'{ �^�MMc{��m�,���m����/U��M ��}K��4[� �< 凔6{s�毨���@}��)��g>�w^y:$XB�2L]�p��,�AOo`�`; ���+���=;h!|;�o�VT=���l:�N;����(y�گ�ъ�s]l~�U4����]�A�hUX��|��\��}��^>A�U�#�����e��U��z�ٿ���@}�Zݫ����r���Xߍ�w'�z����7P{��PK����,�*PKn�RBDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.yml�\�r�6��+pK{0���f;�LqfꤗN�K 5�(G��.@R"%2�R��f��.���H�i�M!J8���0�YY!��ɜ���7�Sgon��)�?�2�â*H�2LJ)s�m���/��sV��ȱѮH��5��`�Z�΃Zxetٕ�J�Dž�?h�)�E�R�Uz�R�� �;Kw=�f��p-�Āե�l2��3+��ʸ�������� ���r[5��Hif�\ )>��LJ�P�0(k��b�EA m�:��}�\�L�J~5¾񌕹C�v��� ��:�v��)��tA2��F;J�R��J�,����� �P �y��ʅu=�:f�rfK-_�l�o4�mu��R�F7,/������ LK�r#��a�ѫ"A�qka�-�[•^�X0��8���S�S$��?.�G1 �M�O�}��m����b�}��D�r �Á�N ��%���QB��d+�a�Q����NT�A!�dR��V� Zmp4 }*0��jMن��n{I�uO4��� ��h�05x�Q�SNz�a���*�uH��.:�3�s D�O��YvoB�s�Nށ>uL�"�����y��|}�������w�2�"�ՌM[�P%_�[��O:s/���,��N;��=�ZJʋ�S6��a�ą}�$�_�S��37%憉�9S'Z�� >F������T.A�����I >�bv��d�u`��� ��`�bO@��Kw!G��[3���y�"� ȧ�dO߭��T`ki�Y����7��> �]��)��^�Y�g ǿN1��+��u��A��=ʤ½�7����&!�|Yץ{x�c�_�њ)��F�L�cqb�ܹ��\�j��0�ϝ >G�y+Ra,*�Ϙ��E�@���=ZZ���i�x�΁#�UøLh�� �H� hq����#,�Ƈu��l64h_ CZ�N���H��H��xҐ;Re:�t0�1[$Hm�.������f��#x�胍�����8:!ra��z��IXq�����k�hq����O�u�^�C���ɷ����Ouq�j���z����clB\՚#��(8̝ �D't�0v6�A�>�4bZj\Y6Q[?���s���L�N��lOp���j�X$�8�Н1��*~�?ͬ0�/�A����3��� �]*�:克~^� ���l���E�}�q�i�Vg#���h��c=n|l������υ?��]z�Z���� �zYv����3@���*�WIs�K���љ���kျ#r^hU��8���u��j�EO\[�����a���Rc�װ!�$N.y<>*�8Ϙu�2`E C�ed�kL �3fC�o3������MQ��8���n��7�[�U �t���ӆ��T�:���C���Y�HUw��u�:���ˍX��w�v�Y�}�_���"R=[jct��9�ײ�r8��=���TuA�*�`��7�PKMp�Qs:[PKn�R?Definitions/resource-BasiccnfComputeNodesHeatDummy-template.yml���n�0�����*V2$�NvPbA�v��SK�D�)o�ɥeB���|�NIB�Po� >u#�D����J��� ��:8̠ C{`�������}n��Suե�\uS��KS���.�SS����[+�k< ]���5�(.�rW@Y6���{pزO��|����!#�Aa�/�����Hd4}^j �E�T��Ȟ�<����g �!N-��DIZ�o��H9�̤GLa��ѫ[&押�i���he:V�<���S��qp)��x���S{(���<\ƴ�amur��y�s;`7_B�X����74��e�/�߱;c��1 {jU6���?R�jއ�ƽ�n�����: ��CO����_G�G-�ۋ�mG}k:E�Qu:��+��uF�?1����� �PK�X`>�PPKn�RDefinitions/data.yml�}ks�F��w� FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$ $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X� ���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W ��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gV X'�u ,VDT�� U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����> z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z! MKs�C��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�t���+���>(�#�e�����*�� ?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G �`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:��� �wm�o�O��ܭ�[FdZ)���Ғh���Iq ����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[ X4�,x���ZE�퐞�q ��$$����(I�#�B���O `�,�ܷ�j� ���r��e��ӚR_H�` ��z�:����Y�N ZCns7 ��a��S��-��=E�2��T_��FA�Eևx ޭ�ަΆ�& �2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}�� ����q��DF:^��M����VY�Od�����ב݇ =T� ��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���I lcж1�-�V ��jT,�P7L� O�#���c&�@I&��tr��X `Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z) O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U ��v���X��[�wۢ�%��O��(���{�^ b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h ���{�je����c �%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#��� ��Z�g�i,�<�)������ᅴ�� �Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0 �>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6 Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o �����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[� ��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So� X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ�� ���c� ~2y��!]V�{���60#t�R���� �l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_ e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�& �Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3 aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r ���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ� �]��s��.ꤥS�7���sx� �5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D" Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q� 8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#� �Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O� D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯} �X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/������� '�� �6'C�Ֆ玱������U��� �p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj� ��O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5} ����� �kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0 �(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp ����{�J=�.���.�?� ����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД �RY�_# Cz��%aT��' �(���U�����Q�X˛e��h��X?/�ϋ��b� 6���0���jq���V�5Ѡ�@�WJ ��ċ����`��Tr3�Z�a�\1s� ^V�x�% ���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��| UJ���mj�c\�#���:}i����i�~�zh� �G�����e��O���U� ZM�m���Δ��x^��75�EFtf���$&Jd ���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID� %��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me! 4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>�� &�y��ޤXg�Z����]�� ����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0 ��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i�� )���_��/ڸ��2i�w���q��g�P8 �)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7�� Dm/�;�}R(qܥƕA��~ ��%9\�� r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw �z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x ��+$�w���ñ˟K e�jn?�S�V� ��y�ap����= ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq�� �%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F �x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2�� o�De��\��B�\������2-�����Prh �τ��R�j�����X1m� ��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e ���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{ "&z/��r����\���i>��'�)[*Y�- �/c #��� o5��7>�L3f��� -T��6284����=���3= ���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`���� J�W� ,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7� ��a-�W 9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ��� ���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J����� �1� LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#' �B�����q~ ����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{ x���U�E{�խ��4�@� �}�%.�L��i�%�Bӛ��s�b"�~�H] ��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A�� ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I �y� �G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ� �����LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D� �X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_} $N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y���� ���`�W�� 8" �f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�] � �\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG� ���z���$�( F$��2Q+��33S<��� ,�z�]�h � ���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����* ����%Vi��J+'r��X�V���w{�T%ZU�c ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X���� >5�Pm���m.� �)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b \�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I� ��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�! ��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*� �p��NJ��u���zg|�����p��s ��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[ �D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG ��Q9 �[қL�@��ٗ���j�+C����Ί ��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ ���Ome�Q�F۽ v2��L��x���HKWi9^c��8"�ld�c� �Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n� m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x� Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5 �^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F ����UU��ط�����].�ՄS�rȆ<�>U���i G��^u�`�.���q�I� ��u�6����_eFA�J^�9O�q� \/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�: �[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB�� ��%����7oa�ף�HvҜй�I�7Y�2`��mO� <�_�?�s��Lő�H ��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+ �F����Z��V���M �O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM 2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù� hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ �y W��� �@I�_�-��6ZȘ���!~�� �AV6�oC7aZ:Lᜬ`��ߐE bL%����hF� �L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM ˫k(8�TӨ��B�p��v��p ,��� �k(ܻ�Al�j��V����C���z>�6E� ���}����������E��e{��-d�f%��<� �V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;� DE�&�������$~��Թ �*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.� �E!�����- J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5� [�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{ ���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_ k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ ����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PKn�RDefinitions/groups.yml�X�o7 �_A�/)_��-+ ��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x�� 預 o3������:�>��r _WW����t �Wp|9:^/G�� �o��ptrH�"3x[Y�O %�s�q@a" Wa& ��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!� b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*�� i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�% �V�¤=GLjf��P#3��`��'���nZ_M�2��m��� �q�EVHlu���s�́H�� )%F!����.�坻,�r!���Y�g�� �F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^���� ��A4�#�}n+ySc �pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX��� npŷO�� �ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�) Bˆ� !-��H��Q7���@���[ ���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{� O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y] �(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PKn�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|�� %ɛ�+� ����sU��ΉT��� aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u �1�eέ%�-����j��!���)Q�Б��� <5� 9:!VenJ .��Έa�m5�����/*�q�� n��O���� ��mp����w���O����-���\|��� >^ïw��;�up}yB8� ��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S� .s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�] ��]�/����$�}�]��y �ծ�"Z���n� �'Z�ۗ��ѩ�&4/�� Hk����������'?'�M�h���4�i�D%˂�q��$���v �������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r� �V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��l n���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1� �^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6� L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6� �vp�g��� ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU��� >A. �5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v���� �� ��U ��}Z�W嚚�Y�� �J�����`�����T3H�������m���;��=��;�= e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+, A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|�� nk�^61�c~���LLo��ѿl�2=C�[� g�*��|Ab"���"SR���æVx�� ګ�!��RV�i�_������JK�K b@OU�Shb�J� e�@�j���+E�V��\/ r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY� Pv�@ȍ�`� J -���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3��� �iȶ(g���A8h�M�"��&"b �S�'�W�� �rN���7�T&�7j�*q:4hc�� )2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�# ;:�C�H�B !6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E �a�0�!O�th�US�R&2y:�PASW��"�Obh���'�� ��P�.��څF� vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d= ���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat� �a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9� ���7~F�&�m��Ȭ� �3W�z�E�?$W�&�;C���|�# 靈fX �Wb�N�� ˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n��� �7m�8o�oY���@ }mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@ @PKn�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQm r.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6 �'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L� ^%.��#Ǜ���4 _bQQ�����iڇL!���k���<��q�W�TȘ�]����Y -I��&5�4��H�>�M�J ��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[���� ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PKn�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج� ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?� ������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{! J�0s�� ���1o��*���Z8��;i ^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��] WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv��� ^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^� +�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@ �3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U�� ��(�p����8��G���Q��> 7"d���@{��o�^�Ui;X��x;�� "i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+ ��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X {j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,��� 11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������ �LP�Q��>v<ס{�Q�[ �;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�. ��SvDI�m�'��:�%O��ӛ�Цթ��� �zv,�_�y��w�Fk�{�j�� {[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/�� ��/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o l�2@_��ʺOȖ�䓲�������y �)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:��� ��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PKn�RDefinitions/artifacts.yml�VMo�8��W ���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s����� ���W���ہ���  頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t� n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*�� �d1c��r� S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L ���e*�F2OŚsK�"�0g&��8��6, �B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u( xԦ���Fޥ�G{��) ��}&�+���ᵟ���>�)uH]<��VR��;�|���a�? �^˧�[�J�E]���� l/2��B]T Q pC��R�7#� yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��& �u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E������ �_���P���vD�ͮ:��(�� ��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л, ��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č�� O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw� m��_��"77O���n��h�M=e����%R??�M3 �sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?��� /�B�G��e���9����\�ƅ �,1l���f�t�{v��\-����PK 2ea� PKn�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L ���>�ﲮwC �@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a �:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�� ���<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#� P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$ -Oh�bMd 1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�# �Jc�P�Js}0z�� A�� �_p� �wJ�c��\�E��?4�e&��e yX5��t� ;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? �� �0:��,���WS � 7����1ź�)���ܬ�er��&� �)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=> [N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r �3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$ j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^ �M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R�� ���o��r���f q����{�ўRP2q�L`��H���c�rwiqh"��8�� ���Ω�"8*;���Za!�Z�TkuA� �.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��, YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u ����M�2y�<g�� �|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3��� _�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ� ~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PKn�RDefinitions/interfaces.yml�XMo�6��W �K $J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G� ��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufh h�w#4պ�+�gK���-( l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n �[��<���o����l>F0��|�)\��}z���;��>��V�� ��I�t�ĉ!���"d �"�꒫ [!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�, vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�� ���i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f� <��R�㺪���ȑ �����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T� �:���|O�u5E���/{ Ԃ��Ȃ�#�܄)}'��-i�;��|�O�xL�o�9|��8� ���]e��W���$)�+i��A� �!����\fA^>����~u�" �u�0 �� �`����<`ϓ �Z��Z�bh���1���Eů�/�#�^dL �s쬳�T�I��T^T s�OSb�$Q��� P��+��7/��1�f�)�x�c�l��8v�0�VMUԁo�Db�>.a����k��2�C���}}�K���/0�'8� R�(��I歃�������ˎwp�'�w{���\}a/�h� ܰ��x��曤�7^� >�+ �� E�'T�޴|��}�(�z�gaZ�x� �����Թ�ל{����I�M���,�<����msp�����Ů�@� �����6�S| �r��� e+��]���.K{p�A \ �����)���y ]�Ov�S@~S����wY A�"��������ӳS򬺬��w�';kl@���I���G�����)ܝH!�t' ԈhӉ�u���u�y�d��QiҼ�w\c^D~���g��(�u� ۇ~�<�pD�0/��謒���f��ͻ�k9 �փ����]\����_o�������R/ρw� =|�u� @ �f} n��0>E�$.�i ��[R�R@-]p���G/ f hq�v#��r O�^|՝<�]u���8��`oƟ/ٞ�!�s�" Sy�k7O>�� k����K7Ov�/(Q��TwOm��)'����m��S����"��i��w��ښ�l}M�?Lu�qo�a��?��;�J��N�D��?������ˮ�S#v�����3�Kߡk`g�ޡ�p���Rp�}��`��4�'���A C�L�n9�rn,Ҷ�$ˍ��=�'�� k�Bi�P�Y�מc�"/�?��pY.)����5WWe����Hi6b2�w_��z�iY0i�%�����1E���x(*}xS� �(у;D�=��o��$�h�0-Nt�x�/p{�v�I�-[�E�$ �Ͷ�l��]��<��!�o����QhfY)O�|��,Xk�/5�������.� ŝ$1Bx/K��E��N�,g�*��%T�G������M��D�^5�2��-,72��V�j�����eg0�7P~R 7u����H�p~V�z�y*dץǦ�H(�V�F��� �� K�͉ ����۳������?d�I����N~��z&=�����ȭ�v!򉢇��[d�?kn�|�TC�AZf�"���/�Z���9��)�?knE3��� �>���΋���o�h���k�6���^��r����zO.�[w��I�����"��Y������A=��B�M_�Ct~�6?\�33�*���(���5~:ٟL@��v��x6��������������xL M7��tyk�Kӱ?/��Om�|b�B1�I"ە�|��<�����"�m#�<%���S� s[o���p@_8��.~�%�$�L�:b���O¡��(y�`�In�Y�()A;].C� ���~��;l"�LħGp�I0g�n�)����iu7�&����7���T6��� h�H[�ɫ��E'b/+�&'s�ʭ9������Jϖ�M���I�--\d7O�A[a* gOlt�[���8c?�-�?A�Cu��d��W�� & i��Hc��k!��y`� �k3�� ��X@wQ�snm�G������Sv��I� ���IL�������R8�s���.2'������8.�g����̝^�1��N>Yޅk`i�ϼ�� ��w��0��r���آ�i��)@W�� �8��<�v�59a��qr�˹H9���J+�k��ÀZ�;�/�A �>����V�i��L���\9\8�c�Z @�A��*Ipֲ)���������y��P�*A�� b9�[� �2�Fm���q��o�* �2d��"�2m� _DK�5�hI�5�p��!.o'h��Ç�x�2>u<���-���n�Y��;:���Mgg<��XnC��U6n�1�gi���x�N{#R��ͬWX��L�^��p2y��^Ö_�پS�Zl2��M�����^'o7U�}/;mj�7�-���cOV����Ȗ<� f�x���1��6q����Й�����q�a��b�)� Vwl�8��f��8HB�Zj-�$жt#�D�'+��N�f�Zv�_i�}6; ��=E�����5��i_�7^����7��r���v�8?O�b>&����N�mD��{|zٕboH"ɠ V�,\o�'$aI#ů�er�H`CZר�r.������3ZHg�D�qoj ��vKV��n ͷ����XJ*�ٟ�z���Y��#Sܐ�M٢�� ��D�&��K�P�BK|�S��h�%�M ]�ڤb1��N�b��̐�;�8�2$Dm�����W�<�.b��@L���f�C�*3�a��:cX��VAIg�e��,#�BR�ϗ�\�r� �jARq㮠�ϗZ�f|&g�%O�v���!�̵�Mf� !��h�c+W&�'���R��E�A�L]�up��pL�Y�������/O&P�i�`ѹZkIuw�cg�&�v��b�2��� �M�~��=i]�B�~%����l�.�(П������xqZ��O��2 Z�Pq_��6J��黟�eS��l �q��͚<�������� �?6�"�6�/���he�3:��%9��a���4�ڹ�'/终��8´A:��JT� 6�٘��ɐ3\������Ԓpo�R��v�V�ٳ�uG>d/��Ů���r ��zO�v�����6�Q�tp)e�����S=��{�$�^l ��n#t�z����2��ۢ�Y��ʞ���� �\wvs5�^ �8k����;�_��`a5��@��x�C*K��~B�a���#@ �|O������A${����0.ώ�d��Fj|A��ub���p.�zwv�p1;���vy�ezi���P��R���< ,���aI���wiN�<��= ��tFe�1�����/�C��؋��է�����������8��u��8��aェ��!)Wp��6���g�����^��N�ѣ�5�zZ���I�|{��L����9ߴ���o%�}Wv�c[E�糧(�:����0�k�������AA���Jx�nk��$�ȫ�K&6d�]oɨ �>\�;����*`�>�p?��r�1,O/�l��#p�aC�4K7P�p0M��#`L=]l���.9HO�̣G� d4��ː�H�f�g��$�)�'��!93�d�'r]A(1�͂U��J�tP�fʓ8�植x�C�L`gC8�}�o��U�N�Tj��`C+��@e�����'l�:,�cl�޴FL������P�o��m�C�;ŗ�:�oq1����IZ8%�B̴ؗ �KV��JN�Z j}���Y6����(��5�J�!�W�w�o�p���y�� �T �Q�c��­�n�z���~� ��"^��|�1J�����hݝΜվ�28�0@Z����U��ټQ�^o��PD�X}�H��Kiz6bX��2�de(ǜ��>����� �O�d=q�bs�Ie"s �q�{��j���d�M��ܐ��Z�JC�1��yk!A-';E=py��!�g�~6�w�`����x�65�n��G��[ax�u��db�38S_:����[/nآ�V���[�,�6ZvFy��]�+�:�dasI}m�'x�͇���&M��ձ�R��0s���a_^�? �7E�� ����?��+ �Hи���憱�R㐆d$ F�nR�"I�MÞ�`�aQf9��O�si��Fq.C�T��`<�>i*@�kx��݅�M�r9���XJ�3M+���q/͂g��V�2�|��X�Wd�Ì�.����N��O �l��,+]�q��0\��� �e���x\�qtDoL��z��R��"��LN0�9m%��lF� �uEz��q�S��0��ث�%�r��j�P '�Y�+n� �\�Nik$���m���*2U9�r���E�>��<��5�������wW �����Q��Lg��ފB��]��Ӯ����q=DH~,�2?�V���/+K�['\r��� vV��3��>�I6�їG�8��A��q�sz�A�w�[�X���vAMQ�W9��J��_�PV\ϧ����/� )w*x��= ��落E���2���Ӥ?H� E�JFE�փ�ks ���"iƷt"����WY�����Dd׀���>m��KS#Dg5�!!3�23+1O?p�l�D4�f��_<a1qΞ&�ݗ����e`�o@E�����uD��.T �"�F)� (��!�^O���C�Fk� ��.2�W�p�4\*��&�A�ޥ2����WvƼ�K��X)�!5���/�•�< �o���w��ӌP���Lu,Q���Y��޲&��DǟtB1l��G�7���* � c��jOR���$Stlo��l�?�a��;��C�O!ĕg�#pE&$6',m�����/��]�$�������sH��l����EZˀ`�Z�!��\]�Q ��K�����Rs����� �C����Լ*,��"��d��V�2^���k?�~�7M��J뙂؆�Y���F��,����^��E�;"2&���t��v�]�Q��4� ��������9(���f���+ģ�N�C/jec�6��Ļ#g�ߎ��,�g�k�-ݴ����2����d��x{~�@�^'x�H���~N��{g�2�C�\�2�R���G�\�����a̍��!k��C 6\_+I�CN[��K~�!0۾�6O��}>>�pY���!�U��?k�f[W;����7�}��u��3|�R����!��Zr���������~�`-�&�w�U+���bk�jǰ�~��J�?�־���El��\]b�s����&���AA^*����Rŝecݞ�a<�q��*�4�9s���[h� )�+���^�$�^W�"�HHڶÈe�T_4M4��u�-n�E(-�6J��^QM�:�Rꁃ����Uq��*�T�t�¸�S�U&�wU��E X@6[o量��ﮢ�R�W%6������Z/O_��էd �3�>�B|�.�Ǿ�Z�⍴tI�#4x_�)�-�aU]�4��5N�m�LUv0����7WN)\J!����t���\��Kq�M�mip��7����RTJ!��{��з.�[���1Ak�"��ˊ��1�r�S R� �p7>[�7}��T�My-�ᄃe�$�Ǹ���Z�H��y�+�$d�_��S+8���X@wQ����Ȃ4�K ��L���G����Y�Ąx�M���.]����h��Iӯ�7�q\n���ٙ;��c�wҟ�O���T�ׄ���?_�=i�V�)!g�i�#8��<�v�59�{p��9.�"��8������l-��j8m[Hm����nƠ�qk �x�����Y��i�����o�lκx��m�l]n�� �#4�y��zZQg�4�ٜ�B��[9?^��Q%�M�޸��;��X�y}l�kt�u����r_Pv�I��"3Vct ,���[����r}�:�0��1�@�Pv��4ۊ��Aw �����36e"�3�6��Ҕ����U����"m/bЕ/��;���P/((S�oص>.�>��5^Mz�0��Nhա5�v��@��/�&�zO}��= Z���wW�-LAN� ��"��}�Y�Z\S(W��=�K0ǚZ����I�*̲$� ��w��J�� A�_n8�EQ�K�����ᾌ��Y�'c�P��Y��\ ��1�U������9�����$��$�=wHD�V�3�I� ����"�j�j���L�N�7��$���5A��ey.PЛ�#�z��V�w-d�NN�4Jx��y�}K� �����}Fb^9o�!�۴Q�� |��C5�$������nݢ�J�4p�`o�t��?|��p�3��aCyk�M@�U�*-��h��6#PUw�O} �$Y���[�<������'�;��� �a%R���#��@���VF2�a��ȏa�����jc����M��,�l�yӸ1�Z�q�C�t.bXg�I���J���NUldzٞ|*�>��I��R���M۴�:.�6t>c�oKgg���-W',���3|y� mÿUgp�},�r�&��~?��՘8�I���{��/��{�yMx��d��&�ɕy�}&�۔���E+�z���;8q�>i����exBH-ڧtz��wsG|��«�v���F��닙Q��-��rN���dr�ğ&��eӆ�0g�kcV��|z�}�K�m5d�4:B�sg �?iS���M����A>��4�I��3qn�� � �9�N_��HB#f%�c�;"���5e�������u���� �����=�0��2��D���%q�g_,�ۚ X(wB�;q�C)�^P�)z�)�<�Y���O!y�9B���OИ �]��: x�[��֋㔘g���� KM���&�g��{鑫�� �XKx�c�P�}T��jC��"���Ew�uL d� �Xc+�q!Q#�Xd?U�(�'=����|���� �L�zw9//�L�3$Y�&�� �L*�N��A���wT�X�}�����b�G��G��G���E�D��H�y�V�(�!A3j���*gbc5b�^���`�Mz�m#�~!�8J�B,��Y@�#��$�KR;8���W0� [��E�'9���N+�1���^zD��`�G����^�E�?_MKz{r:q�x˅��5�m+$�x+RIY��klX�����jH��&���]n#�@G�v�p�vop�p���š����@�$m�z�������Y�O|\�����᲼ί:��f#������dw��J��ja���O�v���e��/\�������s�L��"d;�b[ ��1�_s".�b���Ҩ��Л���,�s��[0V/)J��ovG�x�G�f�.TP[ ��a��8��&�_ �|�La��&bC���3�9��4 H[5O D`��Xf��g)�A����|�����E�3?$�� tP�8�0�u��X�Q�Gvr+� V�|�,����Y�a��7�~���}��϶Z�A)�j�6� ��c���o�?���T�����9T@�M1��j�]�K}�A���'+ci�]�ߠ2�"1&X#��A�Xx�ƅ����J��E���T G��__��+���ZE����b&��I/�����D-F���La2��T^���QP����jm=��7��bŊ����Q4j��2^pMp#6�v ���H�����3M(��^1S��` 9���U�����q����.XǗI0 �+,k�GsJ��IF�; Lk�G����v-�f5%����[��Ȧ�j�O�0��K��R�9����-�rRؗ�$KW����ud�0�3�D��9�&Irt?�2‚d�1g���p�$۰�%�ӝ^%��]!�9�)��a���`�/��Q��M�4�K%9��H�/ŷX�$�o�t�1��fa���.^�O:�h:�@��\@�FN�8��UϢ��X�g����@Q�bm�p��O���vh.���/ߋ��_����)_Q����wi��-�$��ŝ1���J��d�1�q<���4^{D�^��j�u�D�L��OH3gAhB؅y��:��` P�3w#�Y,[������E�:�Đ��b�ꘇ�t�W�`�hũ'wlҦ�MWK���Y���+kt���B��}� Ӽ�幂2v/�6`U6� _�z�]�hyF7��*qGF9a�\��*�`>�U��m�u����[/�z[N���� ��I��F�}&�N�Z���H�U�N��*瀄Է[�rN��, �:��>����^�l_��7@��1���4�՞} �6�� �X��[�x�� [�wH���������S��� .�2,.{�u��JC�o�!(�#:�eÔXt)1 Ȓ� E�)�D�6i �<� ����U!�%q�mw.��v3�upWe�� ��]�Չ�^����F��d Kp�B���(��;��_�\2�%Q�xKR��T���~XS��OR�����l�yO���S�����M�ɩ���Ғ�҅�[�,��=;���U-/>��L�1����� �_�m�9����`�:��.wp�m���wp 30q��9����y�*A���;6V�g�����-�� ���A��t�ó�W[L�f���ug>��op���Һ!n��u��E៴����0S�x؆mK��)gl�%Y��j�I�W� ���RRB_�F��x����0���@c�r�Ph!Ё��ߺ�ͩ��7D)%īK{S�Poàă(*H_����rv�TPv,i��aA�׺�t���N �e_����t���L\(��1�U�eK���!��;����q�V��s:%9שּׂm�M��x6~x�z1��Ҹ�fWް��T8�G[F��p�R�/�"��>��ۜ�U� 槓y��.i�)A�T#�O)�E�pK�����"Xa��"�5�,'��~q��F`*>��qTU�@�?; ,S��"���6q�N%c҄Xo�V��;TY3����ٗ�*4�3fV���uYn���J�J�Lk�|[�T�U���mjD��;��uJwv�l�rG�����L��BE=�ìr�Jn��P�H��XN�>)+�=J���ڣ0�������:^���cXZF��y�Z���p��5'��S���X!���x5��Ђ���]��a2�%I=X�[���Ay.���Tm~0�G��R����yu�P��Ȇ�n�<�͠.���8K� ��G4���*�ٮD���y���v�)�0q��������d���H�$B��f,�\�\���kQ�+��S�[��$�˲a�����y��Y"҆%�8�E�@Y0����y�G�+���)�!"B�H��d� 3��燉> ��#�_���K��\�J�,k��,��+�ý�C��qr���~nqPF0�ß�=�ӯ��nb�Yı�lEb�vm컕u�l��V�Y����ꠃH�v�Ӆ�.�2D5�EN���Q~��I�u� Y��2� �[�ȉ����@B���,��O�N�xt#;�֣i��;{*��w*,7/��,�9Q�}�̱\���]��HhH�חo��v8��L⥢�SjM�Ħ�uY�B[ E��'_����b&g���E"y���'�M� ����.sIo���ǵ�vĴ�2F��բ*ģ� q�S����_U���+5�և�r�5���P��T^��f�21���w>�l�6T��Gm3���R�1[Q���B�5�)b���l�� q��^�$�і*H� �S3�M����)�[�j�K���~O���M��#^V}��*���%��$ xH$'9�Yx(#��F ��)dQ�H���W߮z�J�/nZXaZ'�ځ��� 4k�θ�$w��-�V�I�EKu���>��)� ;��Z�\���Rb��(ÏZ7�|2�+�(�'��D#J�$:~PlN>=�Nǡo].F���� �f�9�fZ;͖0�/��b��原R�_q�q�9�e�X�ix���[�8��G-Xa��[�&+]��ڞ[�f���R)ң��w��7��^����UmUN��l<���5��.���H5Ɉz��1 ���"�]-��� ,��Z�ײޅ�#�J%�� >Ey�ݝv�/F����I�`�ҭ��o����_c�g��FX1|���W��J�L��K1W���*ˡQ�>����Y��|8��s��>V=������Ĺ����q�9lVꖻ�;�u��)����NU R2���O��k#x��=A�����*\禅 ți-��w|6���cå�U8�<,�?*�b嬤��M�*���5�藫~� �|ٳ�A�H� �F�ܐ{�|��Ņ�����yhpn�3}�UZj@W�E�0�WU��Fٝ{��y�,���#˦j^��`D���T����n>ú��jy֕T�� �i$P���������/�8;+{ۇ� C9O�D܄J���7Z�𚶐�lJi���`�5i٬��ۿ��*ۆ����|�%#oD�Ѻ�A�a�(�6E���J�-C�eIB��2�ԴO�.�;�Ǔa���`�p}��X������w��d�� �� NW�1���Ћy��v�'t�P,a���6�ڛތ@�M�.p]xRFc1z�6�0�*���������.ɻ��&Ti�ϸ?v����(����z�����i|��R���K�R��ǶW �B��)E@�i����%�m{������>���0N���1�\�Q^Oų��[b�w4HY,�v��Ρ��L����L򰹇�5��S�* z�߁��<-�*[$��%Q������m�jE�� �HOI��[$.�,��Jo� #?�`�x��-�4�(���s�_��e��gc���{z{3w���ԗ�Ϙ+mAӀk�OO���acyӆ�@1ҟ�O����F)J�{����Uv����,�@��"�lݨ��۬@�,�]^9��lm��������ĕ@�?�`��+�����.`($M���� �����1�3���_�Aw�p2��A x~?,Ty)�f�.,$T��DC0��4Z��a��a��.s��Ȕ,҇E%qt Y�h��Q<"+�7�.Z�u�^��r���A�;�3�H�K�J� (�B�,nӆ-�h�-uA@�l���� ��muw?���I�n���҃���;�������U#X3\��u�zVmzA*M�d���������Ļ��J�0��������cXMnq2�[���'���� =�X� �'��-NF�jl�`e\n��[���Z��G�s�����:<�w�_y�>��ȑ�1Z�8�hqpL�*vqDL�B_ -�~�y��kl���Z45��0&uD�����KZ|a煮���([E�F�(�1y)j<���+�x�m��E�,��Ͼ$5�j|����s�ƣL ��B�2�TY3�˿��.�G'ң�݃GV���jt ��N��F�)[+%�֚�L����l9z��Y��]��żd�0|�l��gE������%���r�o���B*������l-u�g�umy���2��,z��F�8�} �&�Sv1�>� <�b��� ��9E��<�~���pnQ����l�%0)��9����J�TUA,R�-� ��50t�!��y� �V���_N����4s:90��/��b��`O��� W��@�PUM��|!4B"�S�5���Ri��e ��8�`�� ���'E5���V=�Q�L�/z��|O7���IN��Mr�n���t��<�Mr�o��7v����䇳��ą}��%o)0�TS�� #�����80� ���� { ��O՛nk ��x��~���e >�?��M�wLZ3�@k��݄�'j�ɷ!�;�*{ WNS�c7:���zOFS����8~�ɬ����jeNH]�e�&����6 Q�|5�����PK��--6v�PKn�R?Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txt�S�n�0<�_�?7i�t)bv�֮7����H���חZ*�,�@yv������ �9�w�D'�� |l+��[Qb��$��ʞ�є�%Zi�r�Ԩ�ڀՙ{�2��c��hl`&p=���+�;� b2a!��4 ���[|}+�rThH2?c���,��i��}Ģwճ�iw�A,Q�. �b��ȵt+·��F��M9���)?�]�� rMO �6"��0���W�3�������'��o d��8�����_�C��&)Xϧ �"f ����J6� 5�~�<�oJ ��H����e6 ��Zؾ�����f(����z7�s��K;!D�Cfa�`l`���;�t���$��.l_�C�sz{n�F��=%S�s|n��Fse}z�V��K�&�m������ MM6�-�%�1����KC��͖�bvk� ?��'4y�W���M���8~i]�o%z��2Eӭ<(넒8�D�Ŕ���_�PK&��PKn�R)Artifacts/Deployment/HEAT/base_dummy.yaml��_k�0���).���:T�`�=�u� U�1�V����� i,��w_�Z�L�^�C����$��^Oj�'a4��������R��܂�T��������� ������!�����7K,J����@Ma��r���߉^v9 ��=Z�d���s�1�q���~���� ����p,�Z(���-FG���:�k� �QL��U���Džm�}�0�B �ѢH�>c �(8dU�GW�����Hb��S��)�������aQ�,ͷrN�&k7J&q.�:�+>����|�p��"g)^�8j�\C�_�T��v�I�*��^�bd�C���k��}30�( e�(�P�้�R�6�9��?����`ѣH��Ś�����ձ������;�&�qf��wi9>۵a������t��p��F���PKI@�>��PKn�R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm�� �0DEzOV��+�m &�K6�{K���i�y�0nFJ�L�I�TNXv�ZHOõw9�β a�*��AS���~��G���͑��;s��RϽ`]�sY.h��>���.�W� PK,�P{y�PKn�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU�M� ��Ҹ�'`16��4k"?4=~�����7��;�.CA�����k(��]kz��� ��S� �X�жk��1ؘI�դ�b�{�< �L��U� ��n�nz�qwf��={z�Μt�떑�9n�[*�^N�/PK�ȓߎ�PKn�RVArtifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgz� ���ko�8���+xJi{��H\�{������(���h��TEʉ/���7CJ�,�q�6)�p$j83��<���pq�~��� ��;�w� x�������޳N�������e!S���<�S��t�o���(coʢ�O�L�#�0����ڿ�{ ���q�����n��yYV�'��R�Y*ђ�)@.�L�Qƣ�� IhpA'Ly��8动,Id���MD&����` دH�"���A?=��S�&�U ��i� H�8�g$�r� �m�k�w��Ҷ�-��6��j&�%��/KȘGL9/=u���^������zNS.3E���a��?Y�����-49�L2dm�G[��`��`JS��i=�M�������E��O4��,U��>�u�$�W��u\'d*Hy�M�[�OH$��B�2%��F�L��3����� ��������� Dm��|P�g����k꿧���ON?�y�JG�o�;�����n���O]���4�SF �G<��ٿ?�#�9I3!��ϊ��%���\_��F���2�<&�(�����`�TLٞJ������� q )�=��֩���52ڮ���(�����mx6� ]h�w��nќ�c����r����߆Pܺ qKg<`��'��cWX����ã������_@ 4� �V S������U�;Y��ܐ�$*)p��x�����'r!n\�sWH�� �BF\��8�"��q�� v<���D�W �!<��Ut�<�hf���L�1�c;��^(j���I��FT,�K��|r�a]1'�^��%cvIb.2_�&��\%I��������g�Y�$3PA.q�bz�q9���΃m�fi]n��Ni������ϐ��M̖l�s]�4��p2�.OnvV [J�5{������.K���p����瓷�j�Hdx�y��w��R=.��qUO��^���5*g�� �ݵ�3MC���]���+� }v{�����ΛN� �6�YZ �.t.���i�T��iH� 5�4�Anc����ϰ��e7D�仭7�x����{�&�? \_�_��}�4�쁠�Ǩ�` ��m�����U��H����,='�k�����yU��F�H�n8*�b���1����%�n@^�G�e�1�"n�$�S��t)� ���qoN�d4�cE ����s~c�����Ǡ C]OI�\�����M�x .��j�{Y5qxr���,0����1n�a��DqЮ�M�KE���9ȩ0���k[��B������g���^ �h^�lᡬ��M+r.�`�,Gԅ�K�0I��c���Z�(�F��}�,[��4�*fEWɷAФƴ�<�XP��h�y ��v0U]��|��2��ݿ����>h�?:5��P��!L9�������������� ���'���/dH՞u� .B�.f�SԱ>Ԡv�w�2M|S�Yi�^��Ff�!x.�iۄ����8�谾t�W� ���T� [��r�3�T����qpm�DW1�{y�̄�\P�L�>̩ػ���AE_3���si*�E���&Ѿ� �n�R�h)P����LX�J���>q+V1Mh �/��q�h峦\��) az%u�dh�'Y|\��l��ս����[�P)n�����}OR�e #�|<V�E|��ׇ��en��W��:%X���]o5lk�A]�G��`�����"��䟊G�P��O�H�W�����E�)Cv�;]�Vm-yV�U�Y&�/�o�F��\W�_�ܟ�&ZF,5{�dSi�*N��_l�~ϳ� ��W���^���Ov��=L�'���̏�Ւ�]i&� �䙢�8��n/-Jn?C%q��f�BH]u�J�����{+'6��1�=N����r�S�9��+!2�S9ٱ�2c��dR��aˤ e�d������r �d� ��PVv�Ü��f6g0�R�v����M�� T x�����|�d�܂:\ͧK�]S+�_���f�S���S���n��j�lp΃S��c݇��KK��c�J�����;���z���W����i!����j�?T�?z�6��`���N�G�����������ݽ����9��o�07(lh(�{s<�����;�H�Z=N�m �"�j P�PY�kj� 0N�:��AU*�d5��Ů((�y� hT$ S����p�J� ���KZ�h�*ܶ�B�6fN�kc��E~óˌ�k������ �0�x�8',wr�i�$�Qf̞������m{C:�J̼�Ş ���y &���R�H�HU,?ZUxm�H��T ��Vv�q��T�*EyETL��{.8ZŃم3���\R�4�J�L���tcE��m���\� � ���@0�h:7�#h�Ҍ�� KA����LM�N��/'��FA��u:q�5��n��{�� x�}{8K�ch]���d��bc ?����@ 4�@ 4�@ 4�@ 4�@ 4�@ 4�@ ��[}PPK���� � PKn�R�R�B4E csar.metaPKn�R�|���kTOSCA-Metadata/TOSCA.metaPKn�R�@�� }6*<Definitions/resource-BasicCnf-template.ymlPKn�R��A52^44 Definitions/resource-BasicCnf-template-interface.ymlPKn�R�<K/�Definitions/resource-Globalcompute-template.ymlPKn�Rj���,dDefinitions/resource-Novaserver-template.ymlPKn�R�Q'�� )�Definitions/resource-Compute-template.ymlPKn�R����,�*8�Definitions/resource-BasicCnfNodesDummycvfc-template.ymlPKn�RMp�Qs:[Bh(Definitions/resource-BasicCnfNodesDummycvfc-template-interface.ymlPKn�R�X`>�P?K/Definitions/resource-BasiccnfComputeNodesHeatDummy-template.ymlPKn�R+�@j5��S1Definitions/data.ymlPKn�R�'}8�fDefinitions/groups.ymlPKn�R0?��@ @�mDefinitions/policies.ymlPKn�R���C&FzDefinitions/annotations.ymlPKn�R������|Definitions/relationships.ymlPKn�R 2ea� ��Definitions/artifacts.ymlPKn�R�H�v~( �Definitions/capabilities.ymlPKn�R8��ˑDefinitions/interfaces.ymlPKn�R��--6v�ĖDefinitions/nodes.ymlPKn�R&��?4�Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txtPKn�RI@�>��)��Artifacts/Deployment/HEAT/base_dummy.yamlPKn�R,�P{y�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKn�R�ȓߎ�4d�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKn�R���� � VT�Artifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgzPK]� 2021-06-02T03:41:38.407Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|DEBUG|500||=======================response end================================================= 2021-06-02T03:41:38.408Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/2863f469-cde3-4267-853f-075fdfe4b8cb/toscaModel|INFO|500||InvokeReturn 2021-06-02T03:41:38.411Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-06-02T03:41:38.440Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||VF Category is: Generic 2021-06-02T03:41:38.441Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||VFCustomizationUUID= 498f7caa-d99c-463b-afe3-8ac6cf4ab2ff 2021-06-02T03:41:38.441Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 498f7caa-d99c-463b-afe3-8ac6cf4ab2ff matches Tosca VF Customization UUID: 498f7caa-d99c-463b-afe3-8ac6cf4ab2ff 2021-06-02T03:41:38.441Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||vfCustomizationUUID: 498f7caa-d99c-463b-afe3-8ac6cf4ab2ff matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-06-02T03:41:38.444Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:38.444Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:38.445Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||resource request for resource customization id 498f7caa-d99c-463b-afe3-8ac6cf4ab2ff: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-06-02T03:41:38.445Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79d35681 2021-06-02T03:41:38.445Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:38.445Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-02T03:41:38.446Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6a3cf1a-5796-425c-a561-08d632322238 2021-06-02T03:41:38.446Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6a3cf1a-5796-425c-a561-08d632322238 Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_, vfmodule0_.IS_BASE as IS_BASE4_58_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-06-02T03:41:38.450Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:38.450Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-02T03:41:38.451Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:41:38.451Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:38.451Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-02T03:41:38.451Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:41:38.452Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:38.452Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-06-02T03:41:38.452Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-06-02T03:41:38.452Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6db9934c-36e5-4180-b06a-b3bfa16e0de5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-02T03:41:38.455Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:38.455Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-02T03:41:38.455Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:41:38.456Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:38.456Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-02T03:41:38.456Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=498f7caa-d99c-463b-afe3-8ac6cf4ab2ff Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:41:38.458Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:38.459Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:38.459Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500|| resourceSeq for service uuid 04a402b9-9051-49a7-acaa-f16c0d784a52: basic_cnf 2021-06-02T03:41:38.459Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:38.459Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:38.460Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:38.460Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:38.460Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:38.460Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:38.461Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:38.461Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:38.461Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:41:38.461Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:41:38.461Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, ORCH_TEMPLATE_ARTIFACT_TYPE, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:41:38.513Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 846bf440-9986-4304-a8b6-4ce452407a4f 1 ASDC deployResourceStructure 2021-06-02T03:41:38.514Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-06-02T03:41:38.514Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-06-02T03:41:38.514Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-06-02T03:41:38.514Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:38.516Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:38.516Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605298513, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-06-02T03:41:38.616Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:38.617Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:38.617Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:38.625Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:38.625Z||pool-100-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:39.517Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-06-02T03:41:39.517Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-06-02T03:41:39.518Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-06-02T03:41:39.518Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:39.520Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:39.520Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605299517, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-06-02T03:41:39.620Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:39.621Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:39.621Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:39.633Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:39.633Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:41:40.521Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-06-02T03:41:40.521Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-06-02T03:41:40.521Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:41:40.522Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:40.524Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:40.524Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605300521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:41:40.624Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:40.625Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:40.625Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:40.638Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:40.639Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:41.525Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-06-02T03:41:41.526Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-06-02T03:41:41.526Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:41:41.526Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:41.528Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:41.528Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605301524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-06-02T03:41:41.628Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:41.629Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:41.630Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:41.638Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:41.639Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:42.529Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-06-02T03:41:42.530Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-06-02T03:41:42.530Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:41:42.530Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:42.532Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:42.532Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605302529, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-06-02T03:41:42.632Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:42.633Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:42.633Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:42.642Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:42.642Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:41:43.533Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-06-02T03:41:43.534Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-02T03:41:43.534Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:41:43.534Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:41:43.536Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:41:43.536Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605303533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:41:43.636Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:41:43.637Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:41:43.637Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:43.647Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:43.647Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:41:44.537Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c04f9749-628f-414e-a0d9-172f0555048c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:41:44.545Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c04f9749-628f-414e-a0d9-172f0555048c Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:41:44.547Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:41:44.547Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-02T03:41:44.547Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-02T03:41:44.547Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-02T03:41:44.547Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:41:44.548Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:41:44.548Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:41:44.548Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:41:44.548Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:41:44.548Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:41:44.548Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:41:44.588Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-02T03:41:46.965Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:41:46.966Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:41:46.966Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:41:46.997Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:41:46.998Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:46.998Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/resourceInstances/pnfcd28dcac62f50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:46.999Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:46.999Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:46.999Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:46.999Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:46.999Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:46.999Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:41:46.999Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:46.999Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:46.999Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605131009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:41:46.999Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:41:46.999Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:46.999Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605132923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfLeeye2k5e3xncrsqbdai/1.0/artifacts/service-DemoPnfLeeye2k5e3xncrsqbdai-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:41:46.999Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:41:47.000Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.000Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "cds", "timestamp": 1622605133547, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.000Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.000Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.040Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "dcae-sch", "timestamp": 1622605135940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.040Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.041Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.041Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "cds", "timestamp": 1622605133547, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.041Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.041Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.041Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "dcae-sch", "timestamp": 1622605135940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.041Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.041Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.041Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1622605141626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.041Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.041Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.041Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "policy-id", "timestamp": 1622605142197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.042Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "cds", "timestamp": 1622605133547, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.042Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "dcae-sch", "timestamp": 1622605135940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.042Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1622605141626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.042Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.042Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.042Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "policy-id", "timestamp": 1622605142197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.043Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.043Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.043Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "cds", "timestamp": 1622605133547, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.043Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.043Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.043Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "dcae-sch", "timestamp": 1622605135940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.043Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.043Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.043Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1622605141626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.043Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.043Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.044Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "policy-id", "timestamp": 1622605142197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.044Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.044Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.044Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "cds", "timestamp": 1622605133547, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.044Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.044Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.044Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "dcae-sch", "timestamp": 1622605135940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.044Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.045Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.045Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1622605141626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.045Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.045Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.045Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-windriver-id", "timestamp": 1622605144684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.046Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.046Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.046Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "policy-id", "timestamp": 1622605142197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.046Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.046Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.046Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "cds", "timestamp": 1622605133547, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.046Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.046Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.047Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605145535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.047Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.047Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.047Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "dcae-sch", "timestamp": 1622605135940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.047Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.047Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.047Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1622605141626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.047Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.047Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.047Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-windriver-id", "timestamp": 1622605144684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.048Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.048Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.048Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "policy-id", "timestamp": 1622605142197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.048Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.048Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.048Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "cds", "timestamp": 1622605133547, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.048Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.048Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.048Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605145535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.048Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.048Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.048Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "dcae-sch", "timestamp": 1622605135940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.048Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.049Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.049Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1622605141626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.049Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.049Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.049Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-windriver-id", "timestamp": 1622605144684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.049Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.049Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.049Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "policy-id", "timestamp": 1622605142197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.049Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.049Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.049Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "cds", "timestamp": 1622605133547, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.049Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.050Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.050Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605145535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.050Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.050Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.050Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "dcae-sch", "timestamp": 1622605135940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.050Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.050Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.050Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1622605141626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.050Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.051Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.051Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-windriver-id", "timestamp": 1622605144684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.051Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.051Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.051Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "policy-id", "timestamp": 1622605142197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.051Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.051Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.051Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "cds", "timestamp": 1622605133547, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:41:47.052Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.052Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.052Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605145535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.052Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.052Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.052Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "dcae-sch", "timestamp": 1622605135940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.052Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.052Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.053Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1622605141626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.053Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.053Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.053Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-windriver-id", "timestamp": 1622605144684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.053Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.053Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.053Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "policy-id", "timestamp": 1622605142197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.053Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.053Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.053Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605145535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.054Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.054Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.054Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1622605141626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:41:47.054Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.054Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.054Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-windriver-id", "timestamp": 1622605144684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.054Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.054Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.054Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "cds", "timestamp": 1622605150732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:41:47.054Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:41:47.054Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.055Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "policy-id", "timestamp": 1622605142197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:41:47.055Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.055Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.055Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605145535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.055Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.055Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.055Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-windriver-id", "timestamp": 1622605144684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.055Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.055Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.056Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "cds", "timestamp": 1622605152055, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:41:47.089Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2a9c3797-b44f-42d0-aec3-95a4e087df0b 2021-06-02T03:41:47.089Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a9c3797-b44f-42d0-aec3-95a4e087df0b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:41:47.097Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.097Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605145535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.097Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.097Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.097Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-windriver-id", "timestamp": 1622605144684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.097Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.097Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.097Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "policy-id", "timestamp": 1622605152410, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:41:47.098Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:41:47.098Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.098Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605145535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.098Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.098Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.098Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-windriver-id", "timestamp": 1622605144684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:41:47.098Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.098Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.098Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "policy-id", "timestamp": 1622605153438, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:41:47.098Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:41:47.098Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.099Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "multicloud-starlingx-id", "timestamp": 1622605145535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:41:47.099Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.099Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.099Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "policy-id", "timestamp": 1622605154441, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:41:47.102Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a9c3797-b44f-42d0-aec3-95a4e087df0b 2021-06-02T03:41:47.102Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a9c3797-b44f-42d0-aec3-95a4e087df0b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:41:47.110Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.110Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605156385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.110Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.110Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.110Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605156385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.110Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.110Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.111Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "aai-ml", "timestamp": 1622605157763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.111Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.111Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.111Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "clamp", "timestamp": 1622605158291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.111Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.111Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.111Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605156385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.111Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.111Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.111Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "aai-ml", "timestamp": 1622605157763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.111Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.111Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.111Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "clamp", "timestamp": 1622605158291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.112Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.112Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.112Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605156385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.112Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.112Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.112Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "aai-ml", "timestamp": 1622605157763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.112Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.112Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.113Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "clamp", "timestamp": 1622605158291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.113Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.113Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.113Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605156385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.113Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.113Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.113Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "aai-ml", "timestamp": 1622605157763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.113Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.114Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.114Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "clamp", "timestamp": 1622605158291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.114Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.114Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.114Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605156385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.114Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.114Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.114Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "aai-ml", "timestamp": 1622605157763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.114Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.114Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.114Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "clamp", "timestamp": 1622605158291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.114Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.114Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.114Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605156385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "aai-ml", "timestamp": 1622605157763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "clamp", "timestamp": 1622605158291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605156385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "aai-ml", "timestamp": 1622605157763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.115Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "clamp", "timestamp": 1622605158291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.116Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.116Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.116Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605156385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:41:47.116Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.116Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.116Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "aai-ml", "timestamp": 1622605157763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.116Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.116Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.116Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "clamp", "timestamp": 1622605158291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:41:47.116Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.116Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.116Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605166251, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:41:47.117Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:41:47.117Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.117Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "aai-ml", "timestamp": 1622605157763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:41:47.117Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.117Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.117Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "clamp", "timestamp": 1622605158291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:41:47.117Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-02T03:41:47.117Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.117Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "aai-ml", "timestamp": 1622605167632, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:41:47.117Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:41:47.117Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.118Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605167726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:41:47.118Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:41:47.118Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.118Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622605168729, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:41:47.121Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a9c3797-b44f-42d0-aec3-95a4e087df0b 2021-06-02T03:41:47.122Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a9c3797-b44f-42d0-aec3-95a4e087df0b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:41:47.127Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.127Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "aai-ml", "timestamp": 1622605172092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:41:47.128Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:41:47.128Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.128Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "aai-ml", "timestamp": 1622605173100, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:41:47.131Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a9c3797-b44f-42d0-aec3-95a4e087df0b 2021-06-02T03:41:47.131Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a9c3797-b44f-42d0-aec3-95a4e087df0b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:41:47.137Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.138Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "clamp", "timestamp": 1622605177074, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:41:47.138Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:41:47.138Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.138Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "clamp", "timestamp": 1622605178142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:41:47.138Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:41:47.138Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-06-02T03:41:47.138Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "clamp", "timestamp": 1622605179146, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:41:47.142Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2a9c3797-b44f-42d0-aec3-95a4e087df0b 2021-06-02T03:41:47.142Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a9c3797-b44f-42d0-aec3-95a4e087df0b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:42:14.589Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c04f9749-628f-414e-a0d9-172f0555048c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-02T03:42:14.595Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c04f9749-628f-414e-a0d9-172f0555048c and serviceModelVersionId: 04a402b9-9051-49a7-acaa-f16c0d784a52 2021-06-02T03:42:14.595Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e85cbd3-0ca4-4ec5-ad86-f2445d1dc3e8 2021-06-02T03:42:14.596Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e85cbd3-0ca4-4ec5-ad86-f2445d1dc3e8/model-vers/model-ver/04a402b9-9051-49a7-acaa-f16c0d784a52?depth=0 2021-06-02T03:42:14.601Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-06-02T03:42:14.662Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/7e85cbd3-0ca4-4ec5-ad86-f2445d1dc3e8/model-vers/model-ver/04a402b9-9051-49a7-acaa-f16c0d784a52?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-06-02T03:42:14.663Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/7e85cbd3-0ca4-4ec5-ad86-f2445d1dc3e8/model-vers/model-ver/04a402b9-9051-49a7-acaa-f16c0d784a52?depth=0|INFO|500||Invoke 2021-06-02T03:42:14.681Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/7e85cbd3-0ca4-4ec5-ad86-f2445d1dc3e8/model-vers/model-ver/04a402b9-9051-49a7-acaa-f16c0d784a52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-02T03:42:14.913Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/7e85cbd3-0ca4-4ec5-ad86-f2445d1dc3e8/model-vers/model-ver/04a402b9-9051-49a7-acaa-f16c0d784a52?depth=0|INFO|500||InvokeReturn 2021-06-02T03:42:14.913Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/7e85cbd3-0ca4-4ec5-ad86-f2445d1dc3e8/model-vers/model-ver/04a402b9-9051-49a7-acaa-f16c0d784a52?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210602-03:42:14:686-65911], vertex-id=[213168], Content-Length=[0], Date=[Wed, 02 Jun 2021 03:42:14 GMT], Content-Type=[application/json]} 2021-06-02T03:42:14.913Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-06-02T03:42:14.914Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-02T03:42:14.914Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:42:14.917Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-02T03:42:14.918Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c04f9749-628f-414e-a0d9-172f0555048c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-02T03:42:14.918Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-02T03:42:14.918Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:14.920Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:14.920Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605334918, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:42:15.020Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:15.021Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:15.021Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:15.033Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:15.033Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:42:15.930Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:42:15.930Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:42:15.930Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:20.208Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:20.209Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||received message from topic 2021-06-02T03:42:20.209Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab0f757d-aed3-4f9b-99b0-29bb1befb0c2","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d5ad65b1-991e-4869-b5f2-36fa4612ca42","serviceDescription":"service","serviceInvariantUUID":"96c7c81f-92fd-4fa1-aa79-35a32d4fb68a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e8e07ee1-38be-4fd3-85fe-1e38fd32097d","resourceInvariantUUID":"31c26e16-37ed-4d09-bd29-7d4362377815","resourceCustomizationUUID":"4cd71490-efcf-4aab-9c7d-ccb63a08a3f0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ODkwNTlhNDE0N2RhYTgwZGM0MGZlY2FjZWYxMjg4OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b4f37a4-2b4f-45af-b14f-427f7d1ec409","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MzdhOGEyNjYxNjlhYWM1MDUwNDdmZGVhNmY5YWMzZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7efd458b-e474-4cca-8aa3-dde40a7f96bc","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68735f1e-aafc-4b5a-8ae0-c35d700ba654","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b0ca0356-915f-46fd-a6df-1dc2b69e1639","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bbdfeac9-4fb9-4d4c-9d3d-fb6b13e82c34","artifactVersion":"2","generatedFromUUID":"68735f1e-aafc-4b5a-8ae0-c35d700ba654"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"OTg1YzNkYTI1YzUzNDkxMGE1ODA2MmI4NzJmNGY0NWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3e097680-4d9a-4474-a4ec-b5a288784ce1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"OTI0MGE5MWRhNDEzMjA4MzY5YjZjYTllNGJkOWUzZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5dfb524-d679-4637-b081-ad916c1d1408","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODU5NjczNDNjNGU1NmZkYzFjZmNkYzAzOTZmOWU3MGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a93aeff-4974-4d98-beb8-92bdf7f9e601","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-02T03:42:20.212Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:42:20.212Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:20.214Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:20.214Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:42:20.314Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:20.315Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:20.315Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:20.328Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:20.329Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:21.215Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:42:21.216Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:21.217Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:21.217Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:42:21.318Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:21.318Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:21.318Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:21.328Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:21.329Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:22.218Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:42:22.219Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:22.221Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:22.221Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-02T03:42:22.321Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:22.322Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:22.322Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:22.331Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:22.331Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:23.221Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:42:23.222Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:23.224Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:23.224Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:42:23.324Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:23.325Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:23.325Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:23.336Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:23.336Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:24.224Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:42:24.225Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:24.227Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:24.227Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-02T03:42:24.328Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-02T03:42:24.329Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:24.329Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:24.340Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:24.341Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:25.228Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:42:25.229Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:25.231Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:25.231Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:42:25.331Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:25.332Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:25.332Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:25.340Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:25.341Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:26.231Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:42:26.232Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:26.234Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:26.234Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:42:26.334Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:26.335Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:26.335Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:26.390Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:26.390Z||pool-113-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:27.235Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:42:27.236Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:27.238Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:27.239Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:42:27.339Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:27.340Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:27.340Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:27.350Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:27.351Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:28.240Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "d5ad65b1-991e-4869-b5f2-36fa4612ca42", "serviceDescription": "service", "serviceInvariantUUID": "96c7c81f-92fd-4fa1-aa79-35a32d4fb68a", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "4cd71490-efcf-4aab-9c7d-ccb63a08a3f0", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e8e07ee1-38be-4fd3-85fe-1e38fd32097d", "resourceInvariantUUID": "31c26e16-37ed-4d09-bd29-7d4362377815", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "MzdhOGEyNjYxNjlhYWM1MDUwNDdmZGVhNmY5YWMzZTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7efd458b-e474-4cca-8aa3-dde40a7f96bc", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "68735f1e-aafc-4b5a-8ae0-c35d700ba654", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bbdfeac9-4fb9-4d4c-9d3d-fb6b13e82c34", "generatedFromUUID": "68735f1e-aafc-4b5a-8ae0-c35d700ba654" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bbdfeac9-4fb9-4d4c-9d3d-fb6b13e82c34", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ODU5NjczNDNjNGU1NmZkYzFjZmNkYzAzOTZmOWU3MGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6a93aeff-4974-4d98-beb8-92bdf7f9e601" } ], "workloadContext": "Production" } 2021-06-02T03:42:28.241Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-02T03:42:28.241Z|c04f9749-628f-414e-a0d9-172f0555048c|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d5ad65b1-991e-4869-b5f2-36fa4612ca42 ASDC 2021-06-02T03:42:28.242Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:d5ad65b1-991e-4869-b5f2-36fa4612ca42 ServiceInvariantUUID:96c7c81f-92fd-4fa1-aa79-35a32d4fb68a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:6a93aeff-4974-4d98-beb8-92bdf7f9e601 ArtifactChecksum:ODU5NjczNDNjNGU1NmZkYzFjZmNkYzAzOTZmOWU3MGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:4cd71490-efcf-4aab-9c7d-ccb63a08a3f0 ResourceInvariantUUID:31c26e16-37ed-4d09-bd29-7d4362377815 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:e8e07ee1-38be-4fd3-85fe-1e38fd32097d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:7efd458b-e474-4cca-8aa3-dde40a7f96bc ArtifactChecksum:MzdhOGEyNjYxNjlhYWM1MDUwNDdmZGVhNmY5YWMzZTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:68735f1e-aafc-4b5a-8ae0-c35d700ba654 ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:bbdfeac9-4fb9-4d4c-9d3d-fb6b13e82c34 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:bbdfeac9-4fb9-4d4c-9d3d-fb6b13e82c34 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-02T03:42:28.242Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5ad65b1-991e-4869-b5f2-36fa4612ca42 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:42:28.310Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:42:28.311Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:42:28.311Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:42:28.311Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 6a93aeff-4974-4d98-beb8-92bdf7f9e601 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-02T03:42:28.311Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:42:28.312Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-02T03:42:28.480Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:42:28.483Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 6a93aeff-4974-4d98-beb8-92bdf7f9e601 77520 2021-06-02T03:42:28.484Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-06-02T03:42:28.484Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-02T03:42:28.484Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:42:28.484Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:28.486Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:28.486Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605348484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:42:28.586Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:28.587Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:28.587Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:28.596Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:28.596Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:42:29.486Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:42:29.488Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:42:29.488Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: 6a93aeff-4974-4d98-beb8-92bdf7f9e601, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-02T03:42:29.489Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-06-02T03:42:29.489Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-02T03:42:29.489Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-02T03:42:29.673Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12448337389397707562/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-06-02T03:42:30.600Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-02T03:42:30.601Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-06-02T03:42:30.601Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-02T03:42:30.601Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-06-02T03:42:30.602Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-02T03:42:30.602Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-02T03:42:30.602Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-02T03:42:30.602Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-02T03:42:30.603Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-02T03:42:30.603Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-02T03:42:30.603Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-02T03:42:30.603Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-02T03:42:30.603Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-02T03:42:30.604Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-02T03:42:30.604Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-06-02T03:42:30.604Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:30.605Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:30.605Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-02T03:42:30.605Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-02T03:42:30.606Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:42:30.606Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:30.606Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:30.607Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-02T03:42:30.607Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-02T03:42:30.607Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:42:30.608Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:30.608Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:30.608Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:30.608Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-02T03:42:30.609Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-02T03:42:30.609Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-06-02T03:42:30.609Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-06-02T03:42:30.609Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-06-02T03:42:30.610Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-02T03:42:30.610Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:30.610Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-02T03:42:30.610Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:30.611Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-02T03:42:30.611Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:42:30.611Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:30.612Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-02T03:42:30.612Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:42:30.612Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:30.612Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-02T03:42:30.613Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:42:30.613Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:30.613Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-02T03:42:30.614Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-02T03:42:30.614Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-02T03:42:30.614Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c8a8428-a9fc-42aa-a652-5f0dd73c2552 2021-06-02T03:42:30.614Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:30.615Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:30.615Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:30.615Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:30.615Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:30.616Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:30.616Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:30.616Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:30.617Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:d5ad65b1-991e-4869-b5f2-36fa4612ca42 Model Version:NULL Model InvariantUuid:96c7c81f-92fd-4fa1-aa79-35a32d4fb68a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:6ffece82-9b40-49f2-b213-742a95aad5c4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:31c26e16-37ed-4d09-bd29-7d4362377815 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4cd71490-efcf-4aab-9c7d-ccb63a08a3f0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2ec70186-7505-4d3f-86c5-c592471320ba ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:55d96a58-f988-43e4-ad8f-e63e61abcc8f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2c8a8428-a9fc-42aa-a652-5f0dd73c2552 ModelInvariantUuid:ca86151a-4290-4463-b177-31875681b4f7 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:ac899e2e-b505-4e1e-8a4a-21098bc8bc84 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:52db3b1b-cff9-45f6-8143-c520ac5d64a6 ModelInvariantUuid:b0cb6e83-c89f-4d34-9932-b331e48d4a88 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:9a83e3d3-a8af-4edb-9750-cac6fe6fd579 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-02T03:42:30.622Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e8e07ee1-38be-4fd3-85fe-1e38fd32097d Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:42:30.625Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||basic_vm_macro 0 2021-06-02T03:42:30.625Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e8e07ee1-38be-4fd3-85fe-1e38fd32097d 2021-06-02T03:42:30.626Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 7efd458b-e474-4cca-8aa3-dde40a7f96bc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-06-02T03:42:30.626Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:42:30.626Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-06-02T03:42:31.098Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:42:31.098Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7efd458b-e474-4cca-8aa3-dde40a7f96bc 792 2021-06-02T03:42:31.099Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-06-02T03:42:31.099Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-06-02T03:42:31.099Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:42:31.099Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:31.140Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:31.141Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605351099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:42:31.202Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 61 ms 2021-06-02T03:42:31.203Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:31.203Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:31.212Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:31.212Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:32.142Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2ec70186-7505-4d3f-86c5-c592471320ba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "55d96a58-f988-43e4-ad8f-e63e61abcc8f", "vfModuleModelCustomizationUUID": "e3e11e49-cbec-4163-8c56-c0e9d97f58b7", "isBase": true, "artifacts": [ "68735f1e-aafc-4b5a-8ae0-c35d700ba654", "bbdfeac9-4fb9-4d4c-9d3d-fb6b13e82c34" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-02T03:42:32.149Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:55d96a58-f988-43e4-ad8f-e63e61abcc8f VfModuleModelInvariantUUID:2ec70186-7505-4d3f-86c5-c592471320ba VfModuleModelDescription:NULL Artifacts UUID List:{ 68735f1e-aafc-4b5a-8ae0-c35d700ba654 , bbdfeac9-4fb9-4d4c-9d3d-fb6b13e82c34 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-02T03:42:32.153Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2ec70186-7505-4d3f-86c5-c592471320ba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "55d96a58-f988-43e4-ad8f-e63e61abcc8f", "vfModuleModelCustomizationUUID": "e3e11e49-cbec-4163-8c56-c0e9d97f58b7", "isBase": true, "artifacts": [ "68735f1e-aafc-4b5a-8ae0-c35d700ba654", "bbdfeac9-4fb9-4d4c-9d3d-fb6b13e82c34" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-02T03:42:32.153Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:55d96a58-f988-43e4-ad8f-e63e61abcc8f VfModuleModelInvariantUUID:2ec70186-7505-4d3f-86c5-c592471320ba VfModuleModelDescription:NULL Artifacts UUID List:{ 68735f1e-aafc-4b5a-8ae0-c35d700ba654 , bbdfeac9-4fb9-4d4c-9d3d-fb6b13e82c34 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-02T03:42:32.153Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 68735f1e-aafc-4b5a-8ae0-c35d700ba654 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-06-02T03:42:32.154Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:42:32.240Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-06-02T03:42:33.007Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:42:33.008Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 68735f1e-aafc-4b5a-8ae0-c35d700ba654 5033 2021-06-02T03:42:33.009Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-06-02T03:42:33.009Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-06-02T03:42:33.009Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:42:33.009Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:33.012Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:33.012Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605353009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:42:33.113Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:33.114Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:33.114Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:33.124Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:33.124Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:34.013Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: bbdfeac9-4fb9-4d4c-9d3d-fb6b13e82c34 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-06-02T03:42:34.014Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:42:34.014Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-06-02T03:42:34.603Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:42:34.603Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env bbdfeac9-4fb9-4d4c-9d3d-fb6b13e82c34 903 2021-06-02T03:42:34.603Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-06-02T03:42:34.603Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-06-02T03:42:34.603Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:42:34.604Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:34.605Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:34.606Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605354603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:42:34.706Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:34.706Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:34.707Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:34.718Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:34.718Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:35.606Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: d5ad65b1-991e-4869-b5f2-36fa4612ca42 2021-06-02T03:42:35.607Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e8e07ee1-38be-4fd3-85fe-1e38fd32097d ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:42:35.620Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:35.620Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:35.621Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Processing vnf with UUID: 6ffece82-9b40-49f2-b213-742a95aad5c4 2021-06-02T03:42:35.621Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Will get resource from SDC using resource id: 6ffece82-9b40-49f2-b213-742a95aad5c4 2021-06-02T03:42:35.621Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel to get resource 2021-06-02T03:42:35.623Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel 2021-06-02T03:42:35.623Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|INFO|500||Invoke 2021-06-02T03:42:35.623Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|DEBUG|500||===========================request begin================================================ 2021-06-02T03:42:35.623Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel 2021-06-02T03:42:35.624Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|DEBUG|500||Method : GET 2021-06-02T03:42:35.624Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|DEBUG|500||Headers : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", X-RequestID:"ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", X-TransactionID:"ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", X-ECOMP-RequestID:"ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"1cb4d493-d598-4de4-843b-e4370caa8cd5"] 2021-06-02T03:42:35.624Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|DEBUG|500||Request body: 2021-06-02T03:42:35.624Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|DEBUG|500||==========================request end================================================ 2021-06-02T03:42:36.297Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|DEBUG|500||============================response begin========================================== 2021-06-02T03:42:36.297Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|DEBUG|500||Status code : 200 OK 2021-06-02T03:42:36.297Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|DEBUG|500||Status text : OK 2021-06-02T03:42:36.298Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-BasicVmMacro-csar.csar"", Content-MD5:"NDM2Y2Q1ZWQwZDIwMTY3NjQwYjY2ZGQzNjY4MGUwYTQ=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-06-02T03:42:36.302Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|DEBUG|500||Response body: PKl�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPKl�RTOSCA-Metadata/TOSCA.metaM�� �0 Dw�@I�zK�vK M�.\ �d꿯nj��w��\�3)�=�I��������:��x!Tz�T��({.vAVd47V�p�O�M(ΞB/T�W��%�-�$�R:���մ��DΆ�ҥ����J��֣q������PK��ڊ��PKl�R.Definitions/resource-BasicVmMacro-template.yml�Ys��������;9�1��ܙ�8I���Y�ya��-,��_%6��[��J�"}�v��)PR��[��ۖ'����?N)?��t�1����!1��D>T�O�P�n���C˟ϯ�O�!��Z������,�� �y7<�=߅���]�ف���Tۍ9%��,�h �z��Wf@-M_�*2f�)#L���/X���{�_e�)����4����4�$+�F� �� t����� ���E ��Uwr���x��A*���Е�d,��e��,Tf8]W$(�?Q�[>r5���Zc�3�0�CPa��G���C;�\,?`��ZS�2��C�)�μ:l��k�^���~5�x�v�� [�F�B�C�b�Oo�JxJq�Z�[l�xd�++�A��A$�W�T��_��q�[��c&���g�> ��J�d� ��ȼv�ѴӴ{��g(�]ۚ���܊���RW������J2 �K �t|ۿ��J�h �,cRkM2m#J�������O�TʋKA�� ǮY��)R��?�"�����:�t�r\{��H��-u3���x.zt��� /b�tGrlϗt��q��C�$)����� �UZ����ɶ�������$��&���R"Z+-It��S�23�]l��A ��a &�Kx�K����/�;������N��Y ,%+斘���>r%�m����pq �'��n���F=�ҧm!��7xsXEKL�i⒗�mR8�R$��:vܾf2��X����B�Ҋ<���&�w6�}�)�U� ������ /�CU~_n͗��������s��n��ݛO�g/���mQu�l��x1��WO��������v�����l����>��Oyb��%�����⋿�_o糭~wLo/�ξo�� �ˏ᫻j��:��ɿ֕h _.-�iˌ~.���kx=yX �ߖ�zs���6v_��B��?&>z���q�t�l?|N�� ݽ]|n�Ӽy��4{0eke�ϟ7���mq��O�xv�0~U.�������~A�a;}��>�Y�o�k;�p5G��?^\o5��V��|�Όw���?}����?��Z��������n?���~�8b-hnNn�ī�����~3����(B�j�:S��jkj���p{"�ի8��x[2g�8�_�����>+g�巗��w^C�o�w��N�܉���߅���|���m��9t�(�|���pw�������o>-�=���^�_���7g�{z�_ʄN �7���{��.���t�����= �. (Q���ƨR�E��)�18��Ԡ��ȃ���0��KP��2��u�:ﴣ�%��=�W7���t���\��^j�A>�v���@��>>�H%�)�9z� ���m�tKAUʼn�G�Z�����2٣�)�첋�.{��K��dKK��a Ǧ��AC�kEp\3Э�fP�'�a3��:�9f���g�$:� T�.pډc���j� �:�'�ȵ������D�Oa���j�:�Dẁk,�ʍ���3��m�Վ���%?@�6�)��Rv`d������.���)E�+�O� ���Bk����L�Vn2�WW�n�c�$(� ���6:ɸ㇏ �>T^ ��k�j#g.9�Ab�D��f���8��ֶ��ΐ&� !��#rA>©x۸6\�̾�^z��>��.�^��@�gF +Ҁ��!��� a<�F�q�-@EE�" �h�I��9X�Y!�sMn�U(p,�D��`�ȏX0�hUv4b۹����:WA����H�#�1�$ sD��h�+5�ӭ�Q�=�iO��'�۪�^\�W���=ن �d�R.5���%"�0�i1}�袊6���n8���$��l?�x<v$�4fgf1OO��/B�ҔB/��Z�����U� �U�!Z/O���DlW�E� ��l�'O�϶ZX��S��q�E��2�(Ͱ��XK�?�֕]z%i��#7��:;$�O�Yh��P"�Ǵ+ M#��j-$GB[�ƾf+� �Cq�jA��Y��B����=�|��;&МYf��\?�_�� ۯ1�Dk̼�ب��rh�����@�|u\� � �E9�0r[��%�_��TrVlp��%�8�=�ooo�/Υ�������b���X{�;_�v�h3������DX�G��U�֨^�_����T�[ �(j1� �V�Bfav�Cމ����1�.���9��-.D�}ZM��#��B��0V �<��8�Bc�韽w������=:�Ċt*e�@�c�w������t��M���,%����_��^��V�/Ȫ�$�so�U��Gg��.��KBk'����'s���dv1�0l%J{�ՎP �<�˨�X�� ͐��vm�?�S���ġ�Vc�k� �� �� 5tE�BC&�M�h��Z��e��!�����U��4z�VǔB�$�&���diTR'���;�T<��2��0_m%L6�&��?�� N��8<��Ų̙!{KA� ݃f�27^��^��8�t�ϩ[�M �,�L���M�Þ*TwQ�9yu��`�k� ���L�- ��II�P��宝w�L�ߩ�-2�S�f�ȡIMuڌS)�u��u�7?�#ϭ�ׂ�k=�".��Q�O�jtu4�l� ���1���~��p���2d���v)��Q�J0�ϯ�a�3���=�=������o0�z���n1~a�]gƧ,#7sSئ� j�:���1���)�o��T���P�Hӌ��qxݨ5 ��(#���̐�eXM(��T�'>h� n�8UA�"����Z5�bw��t{FD��IW5v��������7�)E�弳\�; os!>|W �c�YR��(~8%s�[��gWb� �T!�<�؎���n�G���HFa]ddE�@�����4d��5W����X)x�i2dN�y��*��.t�e���E�֠3DZR��`p2�{�N򆒻��]aASɅy�EE�ao�g$��mS�&�ٿl� �z��K��H�dB��>/^W�DS� �B���}z~�N^��r�k�4�r�d5,��v�\ĩ%ަ�Ĩ ��im���S �����.�l�0MyQ�n�ي� �"N�)����=�z�X�f�m�4��ׯ�˶�@-��⽉U �yW{��{7U�_��xmΦ�ΥYj��}}��]m�Q@i�G�h<���ZnW����o��R��R�Kk˿��G�jj���T@�g�����$,v�Sc�ڝt|ڴ��=�Zs��7�{�3�Uˠ���D: _K����D��TK��^��vco9���M�ˣYUz[k��{U��Ѵ��#��v?�#Dw�X�V��}�z�m���A[�ˣv�v7���)r�K���ܝAc|����$rH퓨��m��)O�#�#$o]��b}|�t��J2=�X%v���\��ѲV�(�G ��\:W���=l����Z� %�5�aF�D�mw��N���F�ht���S��������%k��]�G[e7�{Զ�a��Z[B��)�i�� ��p= ��2����z�v{��@���ʗwU�(����J_���x��W�@;����V�bn���G�@v���܇�@a<��(�$g��+S� (�m��@�\r����@�-����2J3�9T}L�wb�~:$E��w�@�k}��ls9��;��\�Wq@yj����w H�T���.J!�)P�q�wXJ�%��6|74��X�P�(���aP����PK!kcZ��VPKm�R8Definitions/resource-BasicVmMacro-template-interface.yml�]Ys�~�_ᷙ�T�l��V]�srNad�u�%ll��2����2l�IH����Zz���-K�SGE��u�ܠ�Q&�9��B��#ǰl+�L%������q��C�P � >�a�Y��Y&<�Gܳ�Da�\E6�& �.�2l"���aG�F����Z���MMC]r^TA�P>�7\+T�W�* )����Բe��2�]� �P{�5R���afL���ZI-Q�� �\� ���� ����$i�+�\P�����:rM~!u�.�n!w�k��-��/$� �PCGe��}���kH�~;�&��`bhX����j�o-��څ�#ә� [����8n�"TTJtc�2�W ݜ����)51"� Ht� XZ�tQ I���H(UM↍�gk��7y� �5`|���c�k��;�yj�b�j��]�FհE{P$g�41S�����i�So�ʷ����&�0g>�S��`�B/�0;f����x��k0Ո� 0,�2}�0�֦�n_a/�>�2Ie�T��)��=�P?k�v�"��jQ���س݂zy7����/���O�~��e��?��OF�t?m��kݟz�rt2��G�R� �z��ߟ���:^u��Qn��A�Y�v��F]\�~�|dΨ����%���4���[��Y+�b�<-N���)��q��]*��_ڥ��~��+���ͤ�~��u�;V�����x�P>��]���A?r.}>�sC�lz`�����,�p����|���o�[8��Ӛ(��\�c�w�`��D���� ����Q�+��̼ �8�4��ζ�̵i��L���:���6;��2n���2�+�1��{��E�7vna�3�]��w�/MP�CE�_���'�+(c{N�!�g;��ha��`��\ņI�{?�-��+~w� ��� U|wy�w�4Jk� �����˶((��:���=H�b`�5I�?E���qn3.F�q ���5.E,̈́>��Wx�@0���p�~�R6"����w�Ck�P�ͣon�N�f?�NRJB��N>F��„���G �Ji�._w`�/�E�K�wwn}�?�`�a�\���n�_���먦I�ٚc�w�פ�*�fA�IK�\v������&�=Љ,� d`�!XVd�*��#� ����h@����~�p'��HTԩ��<��Q�W� s��ʬ�M���C�ڨ�TA�7�,=�5`VĜ*�Xآ,˄v���tS�Y��[\D��>x�}��{5%�an� ?ݟs���� <�RO-�L �������NTfa��:b_����3cp��e�E`�������i�H�mi��ֹ��q?�J�����q�>\��:,�� ;�6UP�D��A��ZZ����6�/�U�O5Iʈ�B[��z&,*���&b�jf<�1_��2��[ ��o1b�2d/���R)F���Vd���C�4���u�,����L�B�xO��I��Q�&R&��u�]���ʷ �aXc���8|�w�X��m��R��{��7^��Bin�+���gl���s�$3%��� ���d��s���W�D]]�z#8�-����ym�W�!}��(F��<49�Y�j��~"��9[_�K�׃��n����BO>��7�h'k8,� ��#�ԡ��{���mI�ƀ֦������2���"UD�4��vgoB|�� k;y�is���Jij��B��n�I_�z1�w���ҀP���VU;� h�_��l� �W�{W�f��_��B� ��rRxC���5[�ړ��oU " ��(���BÙ�S��������h�BR ��ð��U��H��}�Fް�/��glϟ�9UI>�e�_r�0}��ʭBd�ryS� �{��z�tC&r�6͞�/� 6�;� j�x��D���S�����g�1��5���N_F)ϮY�y�6�r��s�_���fŔf��qg����)O��0�� 3��5HI�O�V���t,E�F����8�`�9z����]���߈D�>�?]�R�����xϫE�ڻ���6̧���S-�M3��J4 2�؝�]9����n���dN��L����ol�\뵮� P6���ڂ�Y�x��fG�0t��n�_�`�3J��� �X�/A*�PKlL� h�PKm�R/Definitions/resource-Globalcompute-template.yml�Ko�8�����=H�I�[��.��tQ4��A�c�XJԒ���l)Io�A���1��i�e�at�a+ra������ŊX�eDVHXi&����*K9�tuE��T �ۧ��V�v1�O�7�d6e�ɂ�o��bƓ��Na ������rvM��b���bv=K�l�1��L����%ۢqN3X����Py������ Ӣ���_��` ��P�s�� �-�F�^�@��ݓLa���0ZЍ��e0)h�V���{�f��N�#V 9h�0͔�s���XM��t�X���wȹ�+������[�܇W�_A5X�4���O�l>+��6���{w��+m��*!9f�JvB�Bb1.!=f3+�T��T�M~��]����I {Q�l{��N��oU�4م�����MkLh�+[�۵�$;ê��S�ޥ�@�0d"m%L[�֪4��%r���z�U�p�7k�����:V#̿){�@S�� ڬ��~�z���D�� ��kЧ�����p���oU&K4�o@>�Bέ;b6঱���� ��NJ��x�8=լ+����;IHB����O_��x8��|]���+�q�%���Ш��JX�����^ ��������"�=�zQBG³Ĥ�V��j�I�n�7�gm�0�^z�k���%2�˶M"7��v�A!he ��d�x�>��kQ���NB&:~��_���9�U4P�VV`ld� o�0�(�ɲ^YEc�k��w�V`(����6t�1ks���9t*���y��CG��I�(|��၂F�� x�RMm�<��0�����]��N؀���ui���z��d ���hE�T�=6�x�"�NE=�mw��T�� �'�8Ȉ3� -,G�D��"���Z�=��CO$�w���h1��B����} 4F�'2xFb,'��*e�V_$��N��(�0B_kp*�aQp���.����H0�3��a�_Bf��s�q�p�Cѡ�~�e1���(8��}r1�'���e��F��|���O�~94.;��w;�G|���r�]5�j0�Cn# >�B�n��q�/����d�<�PK�<KPKm�R(Definitions/resource-Extcp2-template.yml�RM��0��+��m� ��6�-���eQ�TU������ذ���NBH���*.�7�����Y&��Z:i���H�?Rp5eeY)�.�T�$��JtL0����gF�i��Y�0S����U�x�'����XDәXDy�gQ�@\0��8�b�JLa��-���+�r����w�v�4Z# l��rfܥB`J�qG$Xn}5�3BA����z�?9sx0tI�3j/����oн� k�%jg=Oh͉8~C- ��y���]0��+�+*�3�0����"���4OF�ڜ�}����7ސ��(�)(��mj ��ʓ!���@���b�T>ޡ���RB��+8�j���@�4T5HKWFI��'�X+aZ���zp- �f݆���|LܔU|�0�U|Nb ���j�YH;�GUc�n������]��@H7+%�!�W�z�ÁY���u]���D��߾����o>=�7�����LI�5f�����ѽ+��P�z�Ώ� ~���7�u���������AG�_'I(R(��8�PK=����PKm�R?Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.yml��r�8��i�{�JoK�y<�l���I|� A���{�~|$����L�d�h4��„`Ӧ��� ��<�8�/�˺׏���TPY�n0�v��K,0��7@��%'�j8��Z�Dp���ut[G�}�/t�8��4 ���) ��E��n�땸��#12$F�@����K�n��݈�%�O�-�e"ߊ��3���wZDž�̒Y�S��$�j�C}�Z��r�>~1K�']�,m�W����oY8��bt��Ϝ�����.~�Z�׸��1hmS �/j�Z �'}};�� lI����� �J`�v)[�,5;��%�P$֑;ߗw��Q=GRk厴���.L~)=`ɚ[������|'���Th.� H}g�3�ɷrz%�?ZT�4Fr�# k��7;�PKw�O0I �OPKm�RIDefinitions/resource-BasicVmMacroNodesUbuntu20cvfc-template-interface.yml�]K��(���mwQ����d�T�*3Ie��lmQa� ���x�6zX`Ic{ƒq>���돦yk�F ]0�4\�5� ��"]>R,�S�68K�5�� ~ ���7 �/|,��*!�d)�B��}��B>��N5)S��G!ʵ� EV4�m�F��ٖ�q]c����V�F)���T��a ?P�[Yp�F<� �, j|AǠ�kT��R*Z�xY�*�g�!E��"V%�H��t���w���-us��� ]���F�BӶ�BQ�L+�B� ��[�Qk��E��B�_��w�� ���-i*�5/� ���8-��+��,���w+�} j ��<�46�2�0!7G�cE��U�����"~�~|,1H ;kT�}%��exI_ �L�/�fTc����G ޢgҐ��=ع�<+3Es�h���>� �����7X��r��������w˾��U��9 r,�@�������^}ۑ��d_�q����)� �����9|!۹U�0��r� �t�>Wp��j@\��Q���x؞��]�����'#**EEb�S����$jF�HP,�[�z��:d� Df=]�d.�D���z �Q��C�4�{�� 2� 5��D�Ϛ��bY�E���T�ÌQ�z�]a q�`�Sރ�~�NI!ad@���j[#h��<����4��3/� w��I#;�? ����x� B�mŻB]j9� ZIF�[�R߇P�)�7�HG�� IZ@�E��RH��ƸtF���:���<��(�A �R�L�D��ۚ�J�Z�Mtm}�q��ˏ���o���UK��D��ś��߻ �����O����X�ZT� � @SU�E�E��}U��p�߭ �ӑ��[���B��?P` ��N������01~?b�0���gM�"�`$��zl�f�]z)�H5o;�����)���:���'aaetr�a�;5��(Pd� `�;U� }v\��|w 90b��z�)a�Fy�[��6��{�1�7��c�.��������<��&zʿF��I䙗o�����[3�U�#vtP��V�˷ҋO;��f�~�� ��!69�M�5#ju�VxF�Mhq'(K�7�ng�������>���9��?���xb���[@���b��֗�}��I\e|�(¡�Óח����������Y �+�_�h���'Z&짉���0��eXh���-[r�>�a��U?�*l߰8vT��W�ؾ1�%�U��׸{u��+���q��FS�v���n�X��N �e���T�8PKj���PKm�R.Definitions/resource-Extneutroncp-template.yml�VK��6��W�Դ+�����7����6�{ �"G6�TH�^���zX�nbMჅ���Ǚof�e4� %���&0?b�ʊ����h.�q2��(���B��P#�r���YL2��8��a������'����,��/p��L~y �Z)`^H�Z(GRj��]�JI�[�!�K&�-�V��b�(4b(�e�/�m��J�$䠜E��K�� �&&������S�� �_ 1�d����65�(��ۛ7L�6�ƃ!Q��>�dB�� �v�D����K�� k=�M��"�M���Ԁ�� kQ�l{��xetٷ�$���R�����6�JiW��Zu���_6io��*���鼈�F��6Q�.�˪�<�E��l��4#�0��ӏ,lb��F�]��x�l��j��Q��꽤+�SR�}˅���1i������:2�b�J ���F0H� ��V�Ø�Cd>#:�X�G"}�6 L؝ʗ���a�O��b��g�:G���]릷��9�aQa�!*)�{Ӕ�0;�$��o�KR;"�Q�ރ*(J�;d�U9!Q���.�l 9��j����΁h �Eu�i�h��j�P�o�`���-�?X�/�2�T|϶���oCe �-�ur��������}�9@���uxw��PL�A�8�g�PL��?�X�����rT�����8'����ۥ�����O��Զ+�Pj��:�@!) +�E�u�>>ܟgYu02f���\��B��4OR�uXHn����u3���m'lwU�Q}��?��ץ���A?��?�g�'�8��9g`}P2_�}Z���Z;�q����h�S�L�sȈc���X�_��?�:��B%HIY�BFgJ8��ý:m��p"~8�l�td��E1�pi:�X��w����S�$��;��/~�ޒ��1�G�{N[��V3��A��C2�|?.��?.fw�V��<�Z�~ȑ��}9XLǑ5�����c�F������X��{ۖil/*��E��a��T�s�{(��au�K|����PKT˸�J� PKm�R)Definitions/resource-Compute-template.yml�VKo�8��W���A��*��[�&ER��X#jd�CKRN�_�CIV���j�"�ԾP3g�y���qHs,�^��=ZG���F�*%�5(�.��L��<$3Ƅރ��f��*a��x�!ZBv�+~���"*�8�Ә��� �j�q|����ut��AD��h�^�EYvV��u�ي�&�Ҩ��H�9:nE���XZt��c�,�dƲ�������ȡ����.�U63W"���ч����&G� �d���F�����߁')yҭأ&�T¢j��*����AH�d����\1'��%�#3�8`�h��f/r���*�{.C�d�3���譬�7�(�m ��1����� e�"T����&��S�}]R>���5�[$�O�h'���G1%��>[q_�P.*��,�OD�؄�\�`| ���+�-��m9_��!_�� �#�+�!Y{�bF�i�w�,j �B[2*�$3�`^+I�в!� ;=�2!iƐ���Z�M��N�#�Hс��TcT+�ԥ�����A�A@k�[�C�@�C�ia3��6]c����W�F%#ح1����g1v��h�84�����lԗw�G�+kQ�Gs�El1Xo�/n6�Wo�z����vغNb�Z���ה��l�)�S����۶��t�d��m@B��v�9�-aH�C/���t��������( �'��M����_[Q����d:��HR2c�����7!7D�fVo�j�Q��|�f^dUs4�=h�vb�5[�j��X;b�SM4�:�ͽ�$V;㦴����d�?����z�3��s?�AF���Z�J����8��G]sO��/���nU����D�Č�pRS�����S�XT?�oF;�΄������_Ў�φ/��vĤ�(S獅� ?Ģ�>����P�~ �:~�]����N�6�� ���� PK�Q'�� PKm�R/Definitions/resource-Securityrules-template.yml�T[o�0~�8o�D-����B�n�^#�>i,;��N��'i.+b �J����;�8m9�&RI'��� ��C�6Y��˳x�&9:&�c�@�3�)���F0{��뀱�"�o��3� �d�Z��|���j�<���|��� "��Y̗���^0�\Y�#���4�U�e��P��Y�:��y, �(t&yƓ) 8 ���$ B���!9qUA�?�Й3�Gm���B#9a�<��Y٠ե���Jh�����<�R��0�c�̒�,���YL?\p�k�ٮ�Hޮ�&Tn`4 @���:$2#75VyFF��������Y�2���)C������T#��В�F�cV����/$�XKaJi���pM���]��C]Po�΋�\����s��&E�B��Y���_:�U8��FRP�O(��輝��ý֮���( �m�.�#ݞ�Sh���؁#�k�U~�z�UH��J �ͫ��;xN%O� TH��S) ��W*�Tb�)��$,�8���������K�El�Ț�1�`&����7�x��F��%T�T��)欗<��Ǭ۱����?'圔ڤ�z z5��AŇY0��������Ӷúŭ�;Z�k�O�hw��˔���şV����� \�~"� �>��/PK��{�YPKm�R&Definitions/resource-Port-template.yml�SMo�0 ��W���� q�f�mm�a��E��AYt*T���K����{Ua-���l�:4{Jy?��]���uܺwn5{%� �$�wԂ�Z�j�U�@(#�Ĺ�Ͳ�92 Z �E��^���� ;�̱�����x��Ph�<�O�9^�a���k����X�ŕ>h�N�-�PK �\ePKm�R,Definitions/resource-Globalport-template.yml�WKo�8��W��� !��<|�&���kd�\ ��F2Q�Ԓ����R�X��HԀ�C��<��8�� "����K��(�Sbܑ�Y�B��Y���Q�F���!\���T�����)9���0�����ɘ�z��󘞇1���1Z�ʓ��.���o2 �wFco|�):���]����L�� i��ʠ(�ύK�r�ф�ĩ�T&�����7K�I�N*.�hNC�b��}�f�9�Z�'���(�P����Bme6 * ��D$Ք|���㽅�x��R�Ì�����7tne��B@o>!옾�yD���x��8���R<���5���:���U��P�*H�����=��A��(Y��JIu�˔�g!kY�B������ꈝ�-6h*�*�e��a2��B��~ ��$�7�r��a'W��YE��J�-�EH�0U�"�7&�[p��\�k�\�F�ˆG��ctEn��K"f %�˟�8�rU���:�l m#ױ��6�jP���:Q+��0P[���+˶r,���㗞��e��D�\"��[����v�Q�Bp �"5]h�2��0A�s����p����-e�������Q��DZj���ݼ>. ��2���H�M � u�bg�<&�N!:dIW�n�U�䦎�#E��j��G���q���8��ڤ���]�;���R*^k��Wu��������R���+-ɼ�$_P���UTA똳ȁ����T�-�!L���3 �1q;�[�l��&+M�#㌰Òq�ϟ�g���Q����M*|��gl�kj8�{��l�%����"X`\hC���'`���Cmj��\X}.�-��}�}{��g�ob�]��+� x*����fn�q���D��@W٭s��&�$s�Vۈ�-��}�6�=�M��X�=G�:��Ȩ��0�������u#[Q|��r����w���4ߛ[��.�����[�� Rz�lR�_�j3�� �q}]V�%;�r�=����I��;\�(r� 9� �+���ȱ'�#���}[��{m��'oҍ�y���{0����x��D>��wX�Z���j�5���=�05�kc޻�q�7��o�_��PK�yi�PKm�RFDefinitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.yml��Io�0�����$ŽGҭ Z���WaH�\.��;Z�XI�ބ7�|�F�G ��N;��w�0D�hX�JQ��`{k�}��XL� A�aL���N�_�&vR�* Y�]qP塨��e��C�PUtj�k�J,UY@�E�p�+$�c��N�?�;�ذ��<�G��s�m�r�F����Id��ݎ�&���d��'0G�;��FT���v�����õa?�-I�Y��_DLd"=`�9H<�S>���a�m��2ݨ~�~�A�t�v�w�O�G�a��H �� ܇�M�&��봡��5TS}��Q\�z�P�k�V_Ѐ��_t�bW����Ԭ,��-?\��-8�������'p4۾9���}O �����|�����=�˞̷* {@�v���_�o:8?�@������PK�DwR�dPKm�RDefinitions/data.yml�}ks�F��w� FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$ $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X� ���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W ��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gV X'�u ,VDT�� U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����> z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z! MKs�C��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�t���+���>(�#�e�����*�� ?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G �`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:��� �wm�o�O��ܭ�[FdZ)���Ғh���Iq ����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[ X4�,x���ZE�퐞�q ��$$����(I�#�B���O `�,�ܷ�j� ���r��e��ӚR_H�` ��z�:����Y�N ZCns7 ��a��S��-��=E�2��T_��FA�Eևx ޭ�ަΆ�& �2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}�� ����q��DF:^��M����VY�Od�����ב݇ =T� ��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���I lcж1�-�V ��jT,�P7L� O�#���c&�@I&��tr��X `Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z) O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U ��v���X��[�wۢ�%��O��(���{�^ b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h ���{�je����c �%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#��� ��Z�g�i,�<�)������ᅴ�� �Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0 �>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6 Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o �����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[� ��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So� X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ�� ���c� ~2y��!]V�{���60#t�R���� �l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_ e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�& �Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3 aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r ���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ� �]��s��.ꤥS�7���sx� �5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D" Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q� 8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#� �Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O� D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯} �X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/������� '�� �6'C�Ֆ玱������U��� �p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj� ��O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5} ����� �kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0 �(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp ����{�J=�.���.�?� ����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД �RY�_# Cz��%aT��' �(���U�����Q�X˛e��h��X?/�ϋ��b� 6���0���jq���V�5Ѡ�@�WJ ��ċ����`��Tr3�Z�a�\1s� ^V�x�% ���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��| UJ���mj�c\�#���:}i����i�~�zh� �G�����e��O���U� ZM�m���Δ��x^��75�EFtf���$&Jd ���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID� %��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me! 4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>�� &�y��ޤXg�Z����]�� ����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0 ��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i�� )���_��/ڸ��2i�w���q��g�P8 �)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7�� Dm/�;�}R(qܥƕA��~ ��%9\�� r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw �z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x ��+$�w���ñ˟K e�jn?�S�V� ��y�ap����= ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq�� �%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F �x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2�� o�De��\��B�\������2-�����Prh �τ��R�j�����X1m� ��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e ���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{ "&z/��r����\���i>��'�)[*Y�- �/c #��� o5��7>�L3f��� -T��6284����=���3= ���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`���� J�W� ,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7� ��a-�W 9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ��� ���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J����� �1� LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#' �B�����q~ ����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{ x���U�E{�խ��4�@� �}�%.�L��i�%�Bӛ��s�b"�~�H] ��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A�� ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I �y� �G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ� �����LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D� �X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_} $N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y���� ���`�W�� 8" �f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�] � �\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG� ���z���$�( F$��2Q+��33S<��� ,�z�]�h � ���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����* ����%Vi��J+'r��X�V���w{�T%ZU�c ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X���� >5�Pm���m.� �)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b \�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I� ��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�! ��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*� �p��NJ��u���zg|�����p��s ��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[ �D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG ��Q9 �[қL�@��ٗ���j�+C����Ί ��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ ���Ome�Q�F۽ v2��L��x���HKWi9^c��8"�ld�c� �Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n� m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x� Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5 �^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F ����UU��ط�����].�ՄS�rȆ<�>U���i G��^u�`�.���q�I� ��u�6����_eFA�J^�9O�q� \/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�: �[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB�� ��%����7oa�ף�HvҜй�I�7Y�2`��mO� <�_�?�s��Lő�H ��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+ �F����Z��V���M �O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM 2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù� hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ �y W��� �@I�_�-��6ZȘ���!~�� �AV6�oC7aZ:Lᜬ`��ߐE bL%����hF� �L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM ˫k(8�TӨ��B�p��v��p ,��� �k(ܻ�Al�j��V����C���z>�6E� ���}����������E��e{��-d�f%��<� �V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;� DE�&�������$~��Թ �*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.� �E!�����- J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5� [�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{ ���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_ k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ ����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PKm�RDefinitions/groups.yml�X�o7 �_A�/)_��-+ ��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x�� 預 o3������:�>��r _WW����t �Wp|9:^/G�� �o��ptrH�"3x[Y�O %�s�q@a" Wa& ��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!� b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*�� i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�% �V�¤=GLjf��P#3��`��'���nZ_M�2��m��� �q�EVHlu���s�́H�� )%F!����.�坻,�r!���Y�g�� �F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^���� ��A4�#�}n+ySc �pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX��� npŷO�� �ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�) Bˆ� !-��H��Q7���@���[ ���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{� O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y] �(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PKm�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|�� %ɛ�+� ����sU��ΉT��� aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u �1�eέ%�-����j��!���)Q�Б��� <5� 9:!VenJ .��Έa�m5�����/*�q�� n��O���� ��mp����w���O����-���\|��� >^ïw��;�up}yB8� ��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S� .s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�] ��]�/����$�}�]��y �ծ�"Z���n� �'Z�ۗ��ѩ�&4/�� Hk����������'?'�M�h���4�i�D%˂�q��$���v �������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r� �V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��l n���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1� �^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6� L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6� �vp�g��� ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU��� >A. �5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v���� �� ��U ��}Z�W嚚�Y�� �J�����`�����T3H�������m���;��=��;�= e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+, A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|�� nk�^61�c~���LLo��ѿl�2=C�[� g�*��|Ab"���"SR���æVx�� ګ�!��RV�i�_������JK�K b@OU�Shb�J� e�@�j���+E�V��\/ r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY� Pv�@ȍ�`� J -���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3��� �iȶ(g���A8h�M�"��&"b �S�'�W�� �rN���7�T&�7j�*q:4hc�� )2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�# ;:�C�H�B !6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E �a�0�!O�th�US�R&2y:�PASW��"�Obh���'�� ��P�.��څF� vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d= ���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat� �a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9� ���7~F�&�m��Ȭ� �3W�z�E�?$W�&�;C���|�# 靈fX �Wb�N�� ˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n��� �7m�8o�oY���@ }mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@ @PKm�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQm r.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6 �'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L� ^%.��#Ǜ���4 _bQQ�����iڇL!���k���<��q�W�TȘ�]����Y -I��&5�4��H�>�M�J ��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[���� ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PKm�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج� ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?� ������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{! J�0s�� ���1o��*���Z8��;i ^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��] WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv��� ^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^� +�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@ �3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U�� ��(�p����8��G���Q��> 7"d���@{��o�^�Ui;X��x;�� "i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+ ��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X {j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,��� 11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������ �LP�Q��>v<ס{�Q�[ �;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�. ��SvDI�m�'��:�%O��ӛ�Цթ��� �zv,�_�y��w�Fk�{�j�� {[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/�� ��/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o l�2@_��ʺOȖ�䓲�������y �)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:��� ��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PKm�RDefinitions/artifacts.yml�VMo�8��W ���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s����� ���W���ہ���  頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t� n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*�� �d1c��r� S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L ���e*�F2OŚsK�"�0g&��8��6, �B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u( xԦ���Fޥ�G{��) ��}&�+���ᵟ���>�)uH]<��VR��;�|���a�? �^˧�[�J�E]���� l/2��B]T Q pC��R�7#� yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��& �u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E������ �_���P���vD�ͮ:��(�� ��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л, ��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č�� O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw� m��_��"77O���n��h�M=e����%R??�M3 �sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?��� /�B�G��e���9����\�ƅ �,1l���f�t�{v��\-����PK 2ea� PKm�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L ���>�ﲮwC �@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a �:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�� ���<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#� P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$ -Oh�bMd 1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�# �Jc�P�Js}0z�� A�� �_p� �wJ�c��\�E��?4�e&��e yX5��t� ;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? �� �0:��,���WS � 7����1ź�)���ܬ�er��&� �)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=> [N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r �3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$ j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^ �M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R�� ���o��r���f q����{�ўRP2q�L`��H���c�rwiqh"��8�� ���Ω�"8*;���Za!�Z�TkuA� �.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��, YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u ����M�2y�<g�� �|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3��� _�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ� ~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PKm�RDefinitions/interfaces.yml�XMo�6��W �K $J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G� ��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufh h�w#4պ�+�gK���-( l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n �[��<���o����l>F0��|�)\��}z���;��>��V�� ��I�t�ĉ!���"d �"�꒫ [!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�, vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�� ���i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f� <��R�㺪���ȑ �����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T� �:���|O�u5E���/{ Ԃ�� ��g�-�}c��]�d���g���_��4�}R���qN�$i��)���8N�a��C���������)���ϑ�I}+q����Y���ѹ������n�j̒�A�)?��5H��'gM�L̙E$ɶq>���sѝ�9�;?��2�)�tR6�a1*��yi��@ss7?q���s�:$ �8��)�˒d~��o����0 �E^��Ȯ�QDv�픛e9lUG �ְ�E���.�'i7s|8~�G+?��He�C�x�1�B�l����f�:�d7Q�'��"M$_!���_�?�|�>=;�ߪ#+���$Z���9 �#ȳ0X��� ���W#�S� H!#�t/ Ԉh� �M���u�5����^������6~�>.v�?��ix �q��O���;��0�r?�5:�8�m��4�]NL��`g�x^\D9[�~��!��w�fز� %$����!���_���ugig��)��QL[ڧ�Q:�|ugq�~���?I:�!6م�ā�=�M�CP;7��^>^��3�g��_�Pܑ�g�C�'�ܐ-�s)��� ����#I�y �Q�Gm���F��'L<�N��;~Ww��X�7��K�'O���th?˳��SO|�5��������"�$UR��N��6�rv �*��=��O�(zN���FrǛ���9���5��f$��`0��I柜���w����B�D��ߔ������>�٢v�p}q��� �eh� ��Grڝ�j��7��ۊ�A)M���1�ː��!C]΍dڶd���xr�X�q�>�I��<-��ca5@Ԝcq`/���<��/�� Mq ބ���=��Q�Ҭ��۾g��$Id���N�������)��=��P��w*�F��!��ټl��5iD#�އ)��@�1Y}���^���n�4ȷ���Z ���?���oa����̲R��E��,;X��^j��y~������ϙGL;�S N �P�Fp�H[ �TȘ^j„nc4���C1���N���� ��z���Eer��hnO���F>��Z�d����] �a���� �g�4c�g�_{||f��C�l�n�,Q �r�iq}>�ҿv�E����0Bh��ͫE�M�z�q�*aVo����yzp3o���^E�����ުm�\���`�!w� ��i%5���"�N-\��X�����mYRщ�v˘�}E=�4g\Z�q�Ϻp�%8��E�4u�Nf+�K`A�!�.ە�Z⋝j������XE�N�E ��� 0d�h��e#)�f����F��IƘ�W��u�jjt}�^@� �m�5�CV��� ��ڿ�M����Q.�m\iJm�����aAy�(�P ����4!�rT�\��,���Э�qb�\�s�a�@�|�Z���+�b����o c c��� [�}�w��?s�A������Ç'���4C��X��u���]��Y���/�&pБ�@1� �.��T# zܹ4�.�0�E�ݚm� 4~ �Of�X��/N3At����Hxq_��F�54�i�jr ��#�$�Z�R���6�,6~�&Y ��f>P :( ��H�C�A��Y��E�E��Xh��� �߶>��ʼP�m\�+�2��q��t#�kg�QY4��-�<'��U��,�`M�A�r6����1Ÿ^sl[�?�_цI������;!_��XvYi�M,��h��I�� �+��M����$�L����Q`��@2p� �Ww��$$� U�Zك� ���������i忤5�ϔL�yK�(n#�� 莑��[�Z;��m�>�s�h��@{�Qu�!˸�!M�X�ŶKBF-���Y,�.�f�C��i��MmK%jP֎<�b\�D�.���`?��3����]�:Y���T&��J�_e3�"�����{>E$o���G�/K��x��FjbAp��Ţ� ��\������b~�|�����ɥ)vƒ��u��R����y@X������q!K3Jx�Q�����3*%G�Gѓi�Ϝ���aQP�3�L\0�a��l����v�I}�`ǐ�� �% �C��Y����������m��OEu��Ix?���rL�V 8bQ��f�3����|x�a��d�蟣v�>�F�8��+m�T�o��7m��[���Е�c�N����)ڀ�8}$� �vA���hNҍ���@l�5\�;�󩩿�j� �؋����3jR��Q�z��8 ڀ[��r}��Z�S�����N����^'9Ay\��h �ː�H0�|�&�6�I��h�8$Rt���ԒI;��%�r��&���M�u�� *MU�G��iO�$7�ֈ5��v�E��W���[��4I���޵�HTV_�i {�Ǯ*ˠ�c�5jB� ,ke�W���~��_D�W�N��@[�l��[hȝt���QbV,˙����h_Ұ��]q��Q�+5�̪�L�g����u��2�V�C�� =l]f���Lr#q� �z�<����c���Q͢��w�}��%�Byhd �[4�`G6�P/ِ8�x��^Dk��Y��v����a(`�WH1/N�%�9�rCE�����#f)#��R�ft��.�b/���_�N���%8(�ej��O���H�����C�&S���ɼb��A,��y`�-�:�Ⱦ�[��5��h���K��"�YY�Ѥ �X(���z���b�ɋy`�8;k�+4Wf.�*4=���*���rWq�.��\���p4ts8�kH ?�@}X�,NwPՠq)^)����J�цf$+F�bnX0S%�l��,�2�i�~��E7{m ]'Rg;��hABj^C���2I��\�h�c%�4�h�O�{i&K����e.�x�' ,�+� ��FQW�~�S��F1[����.ܐs�8 ֥��2Ȑ�3L��5�b� ���)z��-z�h�"��LA0�9m%��lF����򑀌8�.��0ݣ��r�b�Z�\5� ~��J�%ׯWۚ�"Ղ�.\��j2u9�j���Ev}�y������r�6~㸻R�(M%�UUm��e:���NV�������v-5���!B�g���ɶ��P~Y]B���(l@���B��?+���>�Oc��jG��ԑ{�� E�mФj�Tu�����*V��-�)J`��*�cU���kˊ��4��^�X!�NB��r�G�u���h�b]\Z�E����I��h`��݅�"�jIɅ�� ���܌o�@f��� ��bU�XFV��q ��*�H���i��33B�VB2c�3㱒��p����,A�2k�~i��S�3��i��}�K�I.�|*jW� eY��C*K]B� �Q��J�o ��'��}Jд�YhX{�o��P����H���3Y�(O}f�9-}���`�.R�G �D_'F}�d����*�Ku����f%�m�:�`�'qM4�� �ڡ�[�y� �����hUQ5=�cW>����ϥ�O� .��^�S�E�_�d�cd���$�E�$ "������E!��c݅q���3BC�H�$���}c�ΐ�A�@*�c������� �!���Qȡ�4N���<�q�=[\���ܓ��N�C��'M��� -��5e�����U6m*��[�����:�/B�p_���,��#�^j�7e�4�?����5F�D�̈(@wA��o��ӪԙƤ �3TE��T1g���Dg�7���R���z��q�� ��I.Bo�#2�+���}���N�$�x��E��U��2�����_ߛ����sgFNV��� ���—u�Օ���;R ����#K��a�AτK� ��Ǿ����#U͆�^�+���F�c�<��[��+���c'!�Wz�FoͪtY�7 #{��w�� `�I)���}-�_��������Ү���a���Ϝ��_)��4U��[�n °��8�0M���������(����O�d�$F�P#uj��7:aE�2�%is{9U��̹�s�z�p����a-���j���/|:�`} ��v�"\��}8D;rp�8��� ^��'tԂ]J�?�XM=�Yz~_+9� �ύ2B�s�:B[�az܂����������G|5��  ��&_ +|��a��C��4&� �T����P�����9���� p��̚�}�]���1� ��I��xE�2J�v����Lyz����y�I#1l�R�7,� �E�jB;8�>�w>�w��;����������������� s��-��ϥF�Mt�$<B�wg�?i3}��MZD�w� ~v$�$�Ǚ97Qx�H���<�* !��մ����yi������aMa�no �N�j�b� ^]�]�� lɣK��:�2Nש���q'�̜߀�PH��s�/Dg*c�:*286�'�#DoYi m�0�����YB��5�� �Sb ��|�3~,,5u�^Iv��r�Q��XZ�p�*x�c�P�y�X���eU����D��5��������B�}��Bdo���JA��Jo���JA������y�JA?w)hk�$�eI�eI�j�[��[��[�����?�Z��%]sR�=�[�93Yل”#�-j�S �U��~+��V�{��ܯ�T�W�����>\�����3�VyQՇ����/Ţ�"Nɓ�j'���Ԕ7�y��V�v>{�m���U�]�Ř�],N���}�X9R����\� �"�g��[-(��Q��W �ֿz��ׯ����[�l�U�f�Fl����;�x{�_}����*_��f��3�(96@�� ����h� ��e{����b�2̣&+�1%X]�N����?� �蹚����6%���+e�z��,�}� �2��b��mҲC�FD�bf4G������p��]��1�DU0�(# "���n�M��>j�l�bͫ��7���_2.Jp�O�N��*������/,$�,�XgE)%�U�W&���u���k���� �Nfx�e��aNh ,��g]�i�H=��H�/ŷx��^}L�D�cND���$�-A�vQ >���Z�_f�P4BwJ�Y �z�5Ƃ߻'O���W�(����Hi)"�_t��]_ Iz� f�gz���-q~�,�B���8 -�;�Z:��T�h�#�����<�e�u��:|�'L�SR��7PZ�� ��cOְ�8u�*�U��e;�����HV�3ŒI@� L�~��7éBXM�X�8���B�H��(P�τA���C^}~.�_����@�.��.�H�N ���U� �l�*k�F\��C�����O�Pz�9�Vdf��E-R&�V��uDyE9G���ǁټoÉKBrp�ձ�i��ʢԕ��[�Ժs��c�ઘ��o���y�ՀQ&MJ�dNw>2�(��iG�M�L�m�7D��%6�'߂�N�Kd,��3�'�e�fCѥA�RD��=�&�e��dv� �eB��GNJa ^��N]����F���*��.�6�Xk>��0;L^s�ݾA��� x.̀�y1!������r�3!,V+�o�HX��O9�z�wl����nu�rV�讥��H�dhu'm�s�U�|~C؀u��f(���|v�|�n�ċ�ϵ;��l�0�Ŕ��b�m'�t��ܑ�׻zxY��i�٪_bԟ[�g�� -�<��؈�\a�|���Pe���v�_��X�!�RS��B�fp������=��h!S,�{�%��+�'l�*D+V��Y�����;�6jxg[�r ���W�g'��ʰ�"o*���*�߬���X7�w�F`��T�$!KA�}��&��qHKP=��pN}@f����W�vg�n�n7�� ���<��t'f�����|(i��NJ ���*�Jh���F0C�)[�D����BSh�)�t��6��@�'��J�m���n~R� /x��ٻ��0�$�-�&���.�_�x ���Z{C��Y[y�49f#(� y(fd4�G0�]����s!ʅU�`�)�IW�i[��kR����{G��`@,ظݓg�:k��x_ ��V���\��I'��5�YC��t�ó��; L�͠E|���� O?Jp�Ldiݐ7��:�u���wV�:$Ѧfj۰m�#:�ݴ���V���ہ�]��ޟr�����YU�/1k`��^�c l4h� ��=����ܜi!݅�ZB���v7���;TeF��@��^ί� ʞ%��(�ix���ܺ��e�W�4 1K�z+��b=PyH����4��� �ZU.w�ِ���w�%������i�`�E� �ͮ@Y�/�Q����� .x��g�r�ルi�A�����q[�� ��%�R�m���T������d� xg�j���I�� �|}�p!�M�e#j�g�������ebD^ ��O�����n�ś��DY�"Ey��&`N�VG��� e���l�X��GZ����Ϡ�u)��8|�@Y��Ȥw9$N�~#�H{�6�o���8��K!n�rGm#�K�>P���t�����%� A&��! O�3��g����X�/@�ɀ��넾T>`��d C�$%�h�>��_c����5e<'��~q��F�W|\{����?z ,S��"�GW (]�ݕ�k�Z�)Ú��c/k��w�.��CEK����v|~]��'�T��r�r� =Vs��Q�F�A�f� ��O]q��qgW�v�w��R���t�/T�' �u�P���0c$��a�A��j��Uq\�$��5?�[�����*>z J�H7ŬE�v��o�E����?.��ie�@&��V2ѹ���8�Cf�8�˒��26h�E�rU� �Q尔�E"D퍫:p����邞0��fP��^g�' �Iy�#}���l�"�Y�����u� �0q�������p<��w�d!��=f,F���B����'7Ȇ�R��$��遲Tqf`����(!}H!�9'� @Y0�|s-f����\W������7�~:����݂��U�C������O��\�j���奇8�$7dX��F��x>v�Kz+�ܪ� \��GM;*c^ PW�h��B�T��4�o�q��/����J�C~9B ���9V�2�W����\M��=���<ۢ U/����DیgM&�Rg�V�����c�m����h6�]���vD�R�hK�����6�cw{\���U�^�~��k�5o"QX ���zQ�\q�,�#՜�pgIPG�w.-@Co��ŶpEZ0Wt��v�KV�ŘXy��� �: ��U�Y�tƥ$��mj��2�(�,Z���J�x0�Pd独Մ��%���Z�8��� G5���zT�c�nb%a�;��o��=�NG�g].F ���u�D�f�>�fZ;�V0����"���o�)U�G����-S��@���֘_��ǩ��`�� n��� ���ܚ6ke�O��JQ>5ܾKPd�j(M�����x[�V�`�&�������<�u�#���Fr�IF�3V�ix6�F��j)��m`�ԧ��V�]h>��TR �C�����1yE��)m��K�:�m���9�h(��C6Ҋar�5BR��J�L��K1W���*ˡ1�>��!^g��N�b��ݠOUO豻�@/$Qf�3t�����r�w�E�hv��4���U����n��I�w�a�[�S�j��-ێ�\p��.�-�,3�w|6��Z��K1�W�܊�\��1U+g�eunڪ��&��b3W�9h20�����#u*�ipC�m2�i��K�����yhpni���*5�� XQ.�DU�b�ݹg ;>՗˲i88�lv��cT�X�Z��D�Z�-��Xo��-Ϻ�J����&"�J����~i��y��!l]�*x�T&�&T�����^�'$�}�R���ʹqM�E>�Çu���ڟU� �o�f� ����u%���,Qz�mt���f��Dv ���1���D���>�^Yz����GQ�̕��T�x���wR�P����z�}k�e^�c3-��x�56�6���kڥ6������*k[l�G�ë=_�}����Vؓ���)�C���x������Qƛ�2!f+*G�[��[�ɯq�'��e�?�d�ֲ=�c�V�/�b.a�"����D�}|Ɔ�@g�7�����-η�=����O�'̬�������1#��a;��5�������4�‚T�'H�4w��߃���.& ��r������y�yJ��e� �/X [���#9 ��B����:��֍z�d����/b&���sI��c�ʷúW>��G��ɐiY��zGIj�NF[�w4�'�?�����مX��@��fE�-�k0(�4��m�X��y׋E�v�m��,aG�Q�Z��`� & Sx[xR�b1�6�0�*�������E�>ͻ��\K����p(�l/V�Ij�iv�S�����i,��{)���^K��۷Rh���R$���Ba�㽒�=a���� �a�D�H�� �Xd.�Q���g�J�`�qx�Ѩ�b 8)��K_8dž�s-���2)���b�^�4�jr�$W�>����=E#�9�$�� �?Z?�#�m�p���}���[������K�=K\���S���2b�V������ ��+�kq������ r�1�3��;����x<ǣ@ �0,Ty)��^� *hY"�!�Z���ЋU�0Yd��Q]dB����(<ЬuZ4믨ѕf۸We��tQ�u0�O���`gg~����`i���=!\��– VZ�-�A@�l�ȸ���ZZ�ݟ�_̕O7w�s����ŝ���/ ���!X3\��M��gzA+��x�Qv�@Yu�b�d�R+/br� �)�� �0������� nql�-����i���nq�l��x"n�ǖ V��=p�nQ*����q499������c�+�k� `j��D�R��2��G���ש��"?a���i����U����}��͌l�I=���l��hŊ�"�}��%��"t�b�JLQ�a*�ŋ 2d� ��#��ź�ٗ�N��@e�l��Y�Q%��m�� ,U����G�� �ӱ�i�����]�!`���lȎ�*�o��MT%~fp� �G��8vV=*�AߺX� ����~^�+����1�_�Z�*��uF ZIU5�/o��R��|a\ז�Q��/�ˢG�nԍ�Ǡ�h�;�#胍 ���.���˘S���S5 �W(� �������6_�BPi`���t�(aCU�hI �3`���D������*0:/,����ڹ�K3g��#ax���x��̾`MH�G�:�Ce)� a�[i�2E�=���T�#�u>�!�Q���Jit_�eI��9�d�� ���⼏�:Pj{=WQ�M�/*I��H���K���L��&Ir��$��sJ���Q��2Ir�=K��J�������0ZM�:2��&��46L�&6�;x��T��ඎ@MQj@TF�/Y��-Q�-Q~�Dy��i&h�ҳ���Dm>�.�t'Ve���i*~\��X�yћ)�e�ʼn�sOG-�:8j��!���v���O��x��*rJg�n���PK5n���/�tPKm�RDArtifacts/Informational/OTHER/VSP_basic_vm_macro_VSP_Information.txt���o�0ǟ���7ie��1)R5� (�`���a��185�������s�@BR��)�}�����,s��^���3�`k�I��d��jea��2D-�2C*�Ӎb�*2ς2V�\GK�Y[2��ޥ3o*sXe:&��9  �[����Y� ���Sd�����$�[���N�S����VS���LM՗4��K��T#&�-�ʳC死;�-�"�����;wι0���JF�@ȧ�<;��A���$��=�Ήq�%�H�ە�r ��`�m��D�ƃnAun$��f�T����znH-���2������l�r�~��#�l(�t6�S7�ګY�:�������B����P%Yn��r �N���n��C�S�\�E* &� �R���7���gh�~48�+�<ᖃƿ �Ia���e>g9���F`����|�i���\|�Ć��Sח���%/a@iY����e2)R%�&2��#"���|܀���g���� �e��Xf��b��<��I=Oy)�ܗ�ƒ�������w /�����[\�'�)f���p]­l���Ӕ.+s���}�ue���p)��h菉=2�/e,�yS)� ���a� �~c�1'^������)�"���T��+^V��",��J��i��� ��<9Ƈ�bFC5}��ɍI�ˮ�BX�S�#,��Q�t�,fc��ʜ����$�A�&�є�1�vb��]lH�����ś� �Zgde^��c��tIc~�_+4 ����6'�L0��jJ�J�DŽ��Å H�]k�X��!��4�K�L�sY �q?k�`�娸�Ax���ʹ'P*xD{̞O�}���#x��Xd�ka�ː�B�ou����]ת"�S�yOP�� �+1)���_��m�����gO{ ��?6��h���ҤgZ���r� ���K��Ƴee�*B8}R��yAm|�#�q<x���_PK�ظW�PKm�R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm�� �0DEzOV��+%&K fwC6�{KkA��0��c܌����#��!IXO*����{=��JE�(T�� ��?#8���݇ǁ�_��8�H!6���w�!�� Ң����v�nG��e�&����PKW�P2}�PKm�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU��� D�q��`}��+�jM�KM?��n�rr�dF3�V>qha{|��ӫx�J�Tb](1.T'k�D��J�-F�5鴚ÍN���H�o�sz�j2O�EmW[��\W��75gu �;K�'g�y�@��{8O�L�oW�PKI�_���PKm�RGArtifacts/Deployment/CONTROLLER_BLUEPRINT_ARCHIVE/BASIC_VM_enriched.zip�yuXT]�7�%�9�tHJ#-0t�C� �"JH7�"1�t��JwKHCH�ȫ>����}<�����s]�s����~k��[{-�*2 1�(u�• ��̓�TE�����߯��W�_�����=���~�-µ�ꆭ5 2����ݹ�!.;��!�y 98���^xn�Z��L�����ZhK�v���d�K�O�sq�)�i��EF)VS�h^'�@�sr5R�!�mJ���~e��q�'��I*%���n��>Ww%�pnw(xW7΃0�ke] j�i��� h�8�n��$��<��j�v%����=0�\Dc�Ϋ��J� �.W��<�M� }L<��:�'�1�z�}F-\S{#�b�H(L�-;�eM�-q��ܘ�Y [�`>A�@�ۉ�:t\H��q���Te+���O��ʹU�/�.pU�p��%��I�1C�"6xw�����0U���\�ި9�"�Vؙ����y�b��XO*�*��B�� }ļۋA�c�ᔝj|1%x�.�m^�wJ��/S��C�:?E}%2��`��e�.p)\cy&"���Mj@eUY�rFw�/�}7�}����PC~�����6-����F���N�?��ٻ^ ypdV/N�W#T2��n��E�ҫΎ�DckS)���u��Ţ"������H��F12�@����b7|�����ת�0�G�Z����uw��̓#9m�+jJyV�:#[/���j8Dw�%�y����M����(Wn��t7��A�m@V�+>��H@:x B��t��Y��a�9ز��������(�mSx�c����w/��>�!�T�N(�7�Fb �j�CdG6 %�"G��\���FxQ�4�F�x��/S˒U����0WZm��G{ Z�����(Fk�4�$��>4Vn��!���.���WO[pȝRW�+���0Ƥ�i<�a�S6��DB ���� ��?�,]�ʻĚ�8[6^=��� S#���_��!��5��_]�F�9!��!s���ȜoM�CZQ�k���=�Bs0��jgTr� �:.Ϣ�$�Tr��원d8#V�%���Pe_����|%dT�`���v��PnP7 ��a��r��$�TR�� #�!{ƻg#n����R ���? �9P��c7*��������v�D��ծL�L��$9u����"t�;�*<��>m,�]����ˢ��mvQ��"�� W4�5�2$UW��g��!w��c�i��Xj���"O1^�}M�C���5��k�v(8ҋt��hH+�T�n#M[��I$�Y�֕�B���{���)�D��R�cjbW����)Y�ZD.E*Ǜ⊖�����������N����� O����Z��B^>P)!�f�pm�7�n�:{��ӓT���Ip��|z��&u��c�����g��@>�B0�{��4f%��72�i[���� ���r��c���ѽ匁�c�ZM$�ѹKu���� _4�%5EN�a��z�+�m�8�.f2A)"M�Z�D�W @��|��L3����iXь ������&���q�9�F���v��� \�ŮE�5�Wo6jxOa�ț�f�Ҽ��D7J���r'�^��2(r&є��.�����včc�@���-��rW�x7�!�W=�W��c�����!�Egh��Z�M9ƻ�r�=�&uoC~��!�΄I;�.�#�T�KͶ9q�}3�P`q]G�ri�Q�S�g�%#\�6��� ��"�uHUd�%�>6�:FX�F���̇1��߫����1��r1{a�&���k�=�Z5u]�`�ou�@�`&M$9)���l� �ݪǘ���f��RmO���Ԛ�1�& �F�kf��YV��fh��Uzzď~��3仰n��Jxl7���=���|�<{���1�g�]2��BYh��rcjcx[�{o���r�uF}%��5�:��{�Z5V/�'v)DࢤOv��G;�J�SHb�x�`����o��rM7�evF�ԴgzZ{QU��$s�Qd_8޷�)Y�_�b�I�ܭ��7/���fs'�y���I��֕4����o9Eu� ڜz;P��n����p��� �^#��I k�����9y^0c^���.Ⅎ6IQ㓭ئyOVB?r��3ʍ�e�r�� i��:��F�\�� �ާE��'̈́Ru��D��E"@Pa�y���)=B��!�'�k �����rl�}VO3�M��,���NpǠ� �H&pR����*.�̯+�f ���EdU���9^l����l�V�(٢\ɋ^�y����F1|�%Y�h��h�x`g�@�ͧ Z�4ג���)��™����� ��_��Ut�'���̈)����gW��?�t;U}u�&���ҹ��݌��۸aMG���Gf[Z#{x��)��p]d�'-�5����Gؑ��b��D�s������Y�T�m^�?���;U��3���&�� ��nB8M�D�jF�hR��� v�3��u��fX�òm�Ć��'�E[��o�a"�o<�DQ�n�k�䪏=�� �#]�2��Mp&��37a%d[[����j��ui�� Y��j4L� fw9$���b�L��ܟ�yg��V�Kz��o���X�$�l��6^t�4�����k�h����$� �t�8�[�\���/Z@ �ǡ��e��XM���q7���f�ZĽn�g�y�Q*�]���a Kf�M��$X��d��`�2�tAѷ ��Q��@���r�Cr��r�������!�{,�b&��������ˇ���$��c�/y�4��1����@��%���zOU���S�J}5��?�#o�T/< X�/J�:�4��2;�eb���Z�00�WrP��_�=�gxJl��&8�(h*({?��g �8nWD�� o�4A�������"M���I�>��)pQ�z�o�=`��wO�F-y>ܝj{�8�@���t��^��� ?�F���K_״����n�I@�l.<�i�}4ԝ�(����g-U�K����J�lCՋ�(�g"��:p��Q�m���8�":�+�M"Į�F�F���P��_Y�` $��X�z �nxk���F��;XY�, g�����o����c�E%uh�̨�B���{���A�AԔ uT���#N ��[\G�yt ��ŞZ}iw��MN�X�ߧ���7k���2 �<�@�� ��Qz�� �F$�Ea��RW�U�8�^�4�����2�~Uc��-��8�k#S ���}c�+Vk��˥ý�Z�2���2/�'R���)lݡ~[�uS;���p��Lf��c�N�$(�s� qD��!E�_��2H�2�T� ��M��.�/��{�;�)ix�"��ݹ ّ�=���>�l,����;������޻�CLş�9�|�_�5GC=£Bϋ)�&�A��n��(�����4t��`���VLQ0�r�р�ȫA������� ל�OS������So�� �[�ڤzc!��s[���)5�����4R�,hThT�� =�r�����g��bd���Mu����#�:;L��J��.��@��ӥ��,����~�:`gW'��*~�k�� w���s.�����:%%D?�'>Q���_ �\�e ��%d����?�^��Vܽ�At=w؄GY6� �� .� ��a�eY[ <�Ѥ��LI���#�UT>�S��J��u�8w�e�����63#/,|�`O�{��eߒ��p[Z���屒 �����Y���e��3���{�m����/�|�@ ~J�C+�B{v&2���z��ů,N���}'�C QYҟ�N8�֟ʻ�� ���ˊ���GT.0�� � t(�K[ϫ�3��"��5�^�-���)��O�U�=5�2���_t{v�$���2T�n��<�������+�~O����n��_�aq�����x�Nz��`���H-*�`�X؝ׁ�~�i]ya�Q�+���#E�T�^�@��Z�s� ����Zs��懶R~��C����J�M��˶^�"����2�G�]yp���U�A��{S_�k�S�LJ���]O���XE��Z!���pj��-�����x�R}mZ��!_��=S��Q�A`�Φ ��`��GC�PT�˒{��b���%[�s>:d�N}(>����Ӿ�_\�"�?�� ru�w����i�;t�⴬s��n7o)�4�x�}cW;�Iٝ�&�vq2�����ړbLY\�Ty׹X�FLnt�[i@��:%����M 0{o�׀����̌�g�q(��"h�4�l9��)=� V��u�����8�-(��K.C1Ι�byp� 6�v���Ym���~��ÎLv��t�@] �1�y�e(w8���ip � �q�۬�J ��.�zB !|y�S��� �����zI��8AIq�)�W#���rx�r�'�ok���~ѓ�r����t��������ɳ���E?�_�~C<�'$�ڻ���e���AEڜ�\;�QfI�It��.��l�$�wF�q��)� �R����hU$���}ۣ��e�:���l�j@KA��7DU��yv~#�c&q��F�~�qoQ�'�H��StZ�n@e�!��t���b�w*g��d���b6�"(>n��ԍgj}�`�͛��N>Q�L#:���c]�c X��WC�3iG}�� ~���$��� �jc:��UD´=�LA�m���Y�� ��R�����u��/�n]���̵9���k�|8�^h��f�n#C�'���� r E�Ѵ�&���Qi�a�E��ÿ^�X;'GN_d@�-b0���c٫��L�j�>�����}�"g6��ѵ�<��D��%��,�xΫ�u���X[�&��EҸ1S� xVa �y��.��]7��::>�?W�$��|��!��'au�df���t�H{���@:�k+\�&����:X����NË�o��I?��G&��r��h����B1�w��n`j��hD��Q�wm_7��(�5��Aɓ5�mi��(jh��p��������kP����#��G��>�g��N.Ÿ<-݈'g:p}+�0�Q�S���F�^�_�֙� �A����F�����gf���V��y�����M���>xa/� �^)�����F�Ž����,q�����w�3q~�Rzb�x j`������ܔv��5Ue��)������E�O*��A����Lh[�ٻBoO��O�����jq�G����\�>�:A|�]}�cdԑ�p~mE������j���X�aF��q�3����w�� ���Z�-�A������\Ԫ��0������+�Q�>�"�l�ȿ p�15�K�[/�iP�]��tT\"�T4�dc�u���m��R�wO���6 �$��Sk�Ԅ�N�;��F��$���J�9�U�.>�iYe[���хR�=Xޏ�/�fl���W�l��_����z!"#\���l!"ܼxn��ڧ|׏�W-���Ju�����M��MN�k@H�A{�jS�� =����Z;�� ʭ]ś@W��4׀l��C��&�պ�5�A�[��7a��8�������m� �03�U�9��'�5;s�wF��x5���a���s�M��9�u8*����߄��`Q^�3!�--��s5���Iq[rv�^��=��K^n� ��#����7�sUo�O�����6�k0e4���_h��47G~u���f�L��d �����K�_#�����PKU�,�%PKl�R�R�B4E csar.metaPKl�R��ڊ��kTOSCA-Metadata/TOSCA.metaPKl�R!kcZ��V.?Definitions/resource-BasicVmMacro-template.ymlPKm�RlL� h�8Definitions/resource-BasicVmMacro-template-interface.ymlPKm�R�<K/�Definitions/resource-Globalcompute-template.ymlPKm�R=����(=!Definitions/resource-Extcp2-template.ymlPKm�Rw�O0I �O?�#Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.ymlPKm�R|����#}Ic0Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template-interface.ymlPKm�Rj���,�9Definitions/resource-Novaserver-template.ymlPKm�RT˸�J� .�>Definitions/resource-Extneutroncp-template.ymlPKm�R�Q'�� )�CDefinitions/resource-Compute-template.ymlPKm�R��{�Y/�GDefinitions/resource-Securityrules-template.ymlPKm�R �\e&yJDefinitions/resource-Port-template.ymlPKm�R�yi�,)MDefinitions/resource-Globalport-template.ymlPKm�R�DwR�dF�QDefinitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.ymlPKm�R+�@j5��TDefinitions/data.ymlPKm�R�'}8��Definitions/groups.ymlPKm�R0?��@ @s�Definitions/policies.ymlPKm�R���C&��Definitions/annotations.ymlPKm�R�����h�Definitions/relationships.ymlPKm�R 2ea� s�Definitions/artifacts.ymlPKm�R�H�v~(��Definitions/capabilities.ymlPKm�R8��~�Definitions/interfaces.ymlPKm�R5n���/�tw�Definitions/nodes.ymlPKm�R�6��D�D��Artifacts/Informational/OTHER/VSP_basic_vm_macro_VSP_Information.txtPKm�R�ظW�,f�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPKm�RW�P2}�<�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKm�RI�_���4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKm�RU�,�%G��Artifacts/Deployment/CONTROLLER_BLUEPRINT_ARCHIVE/BASIC_VM_enriched.zipPK� c 2021-06-02T03:42:36.303Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|DEBUG|500||=======================response end================================================= 2021-06-02T03:42:36.340Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6ffece82-9b40-49f2-b213-742a95aad5c4/toscaModel|INFO|500||InvokeReturn 2021-06-02T03:42:36.343Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-06-02T03:42:36.344Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||VF Category is: Generic 2021-06-02T03:42:36.344Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||VFCustomizationUUID= 4cd71490-efcf-4aab-9c7d-ccb63a08a3f0 2021-06-02T03:42:36.344Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4cd71490-efcf-4aab-9c7d-ccb63a08a3f0 matches Tosca VF Customization UUID: 4cd71490-efcf-4aab-9c7d-ccb63a08a3f0 2021-06-02T03:42:36.344Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||vfCustomizationUUID: 4cd71490-efcf-4aab-9c7d-ccb63a08a3f0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-06-02T03:42:36.347Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:36.347Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:36.348Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||resource request for resource customization id 4cd71490-efcf-4aab-9c7d-ccb63a08a3f0: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-06-02T03:42:36.348Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@405c6079 2021-06-02T03:42:36.348Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:36.348Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-02T03:42:36.349Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3e11e49-cbec-4163-8c56-c0e9d97f58b7 2021-06-02T03:42:36.349Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3e11e49-cbec-4163-8c56-c0e9d97f58b7 Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_, vfmodule0_.IS_BASE as IS_BASE4_58_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-06-02T03:42:36.351Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:36.351Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-02T03:42:36.352Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:42:36.352Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:36.352Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-02T03:42:36.352Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:42:36.353Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:36.353Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-02T03:42:36.353Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-02T03:42:36.353Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-02T03:42:36.353Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c8a8428-a9fc-42aa-a652-5f0dd73c2552 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-02T03:42:36.355Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:36.355Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-02T03:42:36.355Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-02T03:42:36.356Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:36.356Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-02T03:42:36.356Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4cd71490-efcf-4aab-9c7d-ccb63a08a3f0 Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:42:36.358Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:36.358Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:36.358Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500|| resourceSeq for service uuid d5ad65b1-991e-4869-b5f2-36fa4612ca42: basic_vm_macro 2021-06-02T03:42:36.358Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:36.359Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:36.359Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:36.359Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:36.359Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:36.359Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:36.359Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:36.360Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:36.360Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:42:36.360Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:42:36.360Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, ORCH_TEMPLATE_ARTIFACT_TYPE, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-02T03:42:36.447Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e8e07ee1-38be-4fd3-85fe-1e38fd32097d 1 ASDC deployResourceStructure 2021-06-02T03:42:36.447Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-06-02T03:42:36.447Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-06-02T03:42:36.448Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:42:36.448Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:36.450Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:36.450Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605356447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:42:36.550Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:36.550Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:36.551Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:36.561Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:36.561Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:37.451Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-06-02T03:42:37.451Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-06-02T03:42:37.451Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:42:37.451Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:37.453Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:37.453Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605357451, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-02T03:42:37.553Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:37.554Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:37.554Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:37.565Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:37.565Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:38.455Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-06-02T03:42:38.455Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-06-02T03:42:38.455Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:42:38.455Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:38.457Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:38.457Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605358454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-02T03:42:38.557Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:38.558Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:38.558Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:38.567Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:38.568Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:39.458Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-06-02T03:42:39.459Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-02T03:42:39.459Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:42:39.459Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:42:39.461Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:42:39.461Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605359458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:42:39.561Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:42:39.562Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:42:39.562Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:39.573Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:39.574Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:42:40.461Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:42:40.471Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:42:40.473Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:42:40.473Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-02T03:42:40.474Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-02T03:42:40.474Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-02T03:42:40.474Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:42:40.540Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:42:40.540Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:42:40.541Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:42:40.541Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:42:40.541Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:42:40.541Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:42:40.546Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-02T03:42:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T03:42:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:42:46.966Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:42:46.966Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:42:46.983Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:42:46.984Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:46.984Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc81c8a0-2017-429d-b74a-d5a98e663059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605224442, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:42:46.984Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:42:46.984Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:46.984Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:42:46.985Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:42:46.985Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:46.985Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:42:47.040Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:42:47.041Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:47.041Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-02T03:42:47.041Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:42:47.041Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:47.041Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:42:47.041Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:42:47.041Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:47.041Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-02T03:42:47.041Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:42:47.041Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:47.041Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:42:47.041Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:42:47.041Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:47.041Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605233320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605236226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605238814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605240794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:47.042Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605242225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:42:47.043Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:42:47.043Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:47.043Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605243229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-02T03:42:47.043Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:42:47.043Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:47.043Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605244232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-02T03:42:47.043Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:42:47.043Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:42:47.043Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605245236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:42:47.043Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:43:10.546Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-02T03:43:10.551Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 and serviceModelVersionId: d5ad65b1-991e-4869-b5f2-36fa4612ca42 2021-06-02T03:43:10.551Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96c7c81f-92fd-4fa1-aa79-35a32d4fb68a 2021-06-02T03:43:10.552Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96c7c81f-92fd-4fa1-aa79-35a32d4fb68a/model-vers/model-ver/d5ad65b1-991e-4869-b5f2-36fa4612ca42?depth=0 2021-06-02T03:43:10.557Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-06-02T03:43:10.660Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/96c7c81f-92fd-4fa1-aa79-35a32d4fb68a/model-vers/model-ver/d5ad65b1-991e-4869-b5f2-36fa4612ca42?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-06-02T03:43:10.661Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/96c7c81f-92fd-4fa1-aa79-35a32d4fb68a/model-vers/model-ver/d5ad65b1-991e-4869-b5f2-36fa4612ca42?depth=0|INFO|500||Invoke 2021-06-02T03:43:10.676Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/96c7c81f-92fd-4fa1-aa79-35a32d4fb68a/model-vers/model-ver/d5ad65b1-991e-4869-b5f2-36fa4612ca42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-02T03:43:10.998Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/96c7c81f-92fd-4fa1-aa79-35a32d4fb68a/model-vers/model-ver/d5ad65b1-991e-4869-b5f2-36fa4612ca42?depth=0|INFO|500||InvokeReturn 2021-06-02T03:43:10.998Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/96c7c81f-92fd-4fa1-aa79-35a32d4fb68a/model-vers/model-ver/d5ad65b1-991e-4869-b5f2-36fa4612ca42?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210602-03:43:10:682-16169], vertex-id=[221360], Content-Length=[0], Date=[Wed, 02 Jun 2021 03:43:10 GMT], Content-Type=[application/json]} 2021-06-02T03:43:10.999Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-06-02T03:43:10.999Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-02T03:43:10.999Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:43:11.002Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-02T03:43:11.003Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab0f757d-aed3-4f9b-99b0-29bb1befb0c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-02T03:43:11.003Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-02T03:43:11.003Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:43:11.042Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:43:11.042Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605391003, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:43:11.142Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:43:11.143Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:43:11.143Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:43:11.156Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:43:11.156Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:43:12.090Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||received message from topic 2021-06-02T03:43:12.090Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2a9c3797-b44f-42d0-aec3-95a4e087df0b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"62fd71a0-114b-4ba5-87c3-8c49e143512f","serviceDescription":"service","serviceInvariantUUID":"57ba85b5-efe4-4a3c-b386-de1702e70099","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fdeb183f-6a83-4289-a5b2-d555f44860ab","resourceInvariantUUID":"aebd2b9d-a9e9-4743-a10d-e27a6763e8f9","resourceCustomizationUUID":"56047b72-1ad6-4185-88b2-6977a7d0eedb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NDQ1Yzk4YzBmYzQ3Y2I0ZGJlOWMxNGFiZTA2MTA1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ced3d4c-4f8b-48af-9355-46cdf9c08fb0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7772ed95-9268-4555-a851-7c7b1d91430b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39be5b40-6513-48d3-b6ad-c8c7c0eab978","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"Y2QxMjhiODc4OTdlZjhlMTU0MWNhYWY0NGFiZTA4MTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4186f468-5206-4538-9b31-bb4bb57c6720","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eb357a27-d2e7-48a6-bc87-19d800fb9879","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce1c44a4-f6f3-47c9-8872-828154dd1de3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e528147-9bbe-4426-a017-52cc0b8d956e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MmViNDI1OWJiNTc0MDI5YTYyYTEzYmZkMThjMDk1YzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"691e643f-e796-45cd-a24d-2586c23c2d53","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YWYwOGQ3OWQzOGUwZTU0OWY3OTJjY2IwZjIxNTE3ODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c1b0383-549c-4944-8571-12fd725fc1fc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-02T03:43:12.090Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:43:12.090Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:43:12.092Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:43:12.092Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:43:12.192Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:43:12.193Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:43:12.193Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:43:12.202Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:43:12.202Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:43:13.093Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:43:13.093Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:43:13.095Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:43:13.095Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:43:13.197Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-06-02T03:43:13.198Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:43:13.198Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:43:13.208Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:43:13.208Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:43:14.096Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:43:14.097Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:43:14.101Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:43:14.101Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:43:14.199Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-06-02T03:43:14.200Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:43:14.200Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:43:14.210Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:43:14.210Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:43:15.101Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:43:15.102Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:43:15.104Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:43:15.104Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:43:15.204Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:43:15.205Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:43:15.205Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:43:15.216Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:43:15.217Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:43:16.105Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:43:16.105Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:43:16.107Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:43:16.107Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:43:16.207Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:43:16.208Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:43:16.208Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:43:16.219Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:43:16.219Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:43:17.107Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:43:17.108Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:43:17.110Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:43:17.110Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:43:17.210Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:43:17.211Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:43:17.211Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:43:17.223Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:43:17.223Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:43:18.110Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:43:18.111Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:43:18.113Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:43:18.113Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:43:18.213Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:43:18.214Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:43:18.214Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:43:18.224Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:43:18.225Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:43:19.113Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:43:19.114Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:43:19.124Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:43:19.124Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:43:19.217Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2021-06-02T03:43:19.218Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:43:19.218Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:43:19.228Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:43:19.228Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:43:20.125Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-02T03:43:20.126Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:43:20.128Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:43:20.128Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:43:20.228Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:43:20.229Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:43:20.229Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:43:20.238Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:43:20.238Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:43:21.129Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "62fd71a0-114b-4ba5-87c3-8c49e143512f", "serviceDescription": "service", "serviceInvariantUUID": "57ba85b5-efe4-4a3c-b386-de1702e70099", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "56047b72-1ad6-4185-88b2-6977a7d0eedb", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "fdeb183f-6a83-4289-a5b2-d555f44860ab", "resourceInvariantUUID": "aebd2b9d-a9e9-4743-a10d-e27a6763e8f9", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "YWYwOGQ3OWQzOGUwZTU0OWY3OTJjY2IwZjIxNTE3ODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c1b0383-549c-4944-8571-12fd725fc1fc" } ], "workloadContext": "Production" } 2021-06-02T03:43:21.129Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-02T03:43:21.129Z|ab0f757d-aed3-4f9b-99b0-29bb1befb0c2|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 62fd71a0-114b-4ba5-87c3-8c49e143512f ASDC 2021-06-02T03:43:21.130Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:2a9c3797-b44f-42d0-aec3-95a4e087df0b ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:62fd71a0-114b-4ba5-87c3-8c49e143512f ServiceInvariantUUID:57ba85b5-efe4-4a3c-b386-de1702e70099 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:2c1b0383-549c-4944-8571-12fd725fc1fc ArtifactChecksum:YWYwOGQ3OWQzOGUwZTU0OWY3OTJjY2IwZjIxNTE3ODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:56047b72-1ad6-4185-88b2-6977a7d0eedb ResourceInvariantUUID:aebd2b9d-a9e9-4743-a10d-e27a6763e8f9 ResourceName:test-pnf ResourceType:PNF ResourceUUID:fdeb183f-6a83-4289-a5b2-d555f44860ab ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-06-02T03:43:21.130Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62fd71a0-114b-4ba5-87c3-8c49e143512f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:43:21.190Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:43:21.191Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:43:21.191Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:43:21.191Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 2c1b0383-549c-4944-8571-12fd725fc1fc from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-06-02T03:43:21.191Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-06-02T03:43:21.191Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-06-02T03:43:21.517Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-02T03:43:21.520Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2c1b0383-549c-4944-8571-12fd725fc1fc 101794 2021-06-02T03:43:21.521Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-06-02T03:43:21.521Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-06-02T03:43:21.521Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-02T03:43:21.521Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:43:21.522Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:43:21.522Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605401521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:43:21.623Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:43:21.623Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:43:21.624Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:43:21.634Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:43:21.634Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-02T03:43:22.524Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-02T03:43:22.526Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-06-02T03:43:22.526Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: 2c1b0383-549c-4944-8571-12fd725fc1fc, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-02T03:43:22.526Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-06-02T03:43:22.526Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-02T03:43:22.526Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-02T03:43:22.629Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13389821828486793119/Definitions/service-TestPnfMacro-template.yml 2021-06-02T03:43:23.150Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-02T03:43:23.150Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-06-02T03:43:23.150Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-02T03:43:23.150Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-06-02T03:43:23.150Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-02T03:43:23.150Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-02T03:43:23.150Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-02T03:43:23.151Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-02T03:43:23.151Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-02T03:43:23.151Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-02T03:43:23.151Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-02T03:43:23.151Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-06-02T03:43:23.151Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-06-02T03:43:23.151Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:43:23.152Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:43:23.152Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-06-02T03:43:23.152Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-02T03:43:23.152Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:43:23.152Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:43:23.152Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:43:23.152Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-06-02T03:43:23.153Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-02T03:43:23.153Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-02T03:43:23.153Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:43:23.153Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:43:23.153Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:43:23.153Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:43:23.153Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:43:23.153Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:43:23.153Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:43:23.154Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:43:23.154Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:43:23.154Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:43:23.154Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:62fd71a0-114b-4ba5-87c3-8c49e143512f Model Version:NULL Model InvariantUuid:57ba85b5-efe4-4a3c-b386-de1702e70099 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-02T03:43:23.159Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: fdeb183f-6a83-4289-a5b2-d555f44860ab Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:43:23.161Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||test-pnf 0 2021-06-02T03:43:23.161Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fdeb183f-6a83-4289-a5b2-d555f44860ab 2021-06-02T03:43:23.161Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||No resources found for Service: 62fd71a0-114b-4ba5-87c3-8c49e143512f 2021-06-02T03:43:23.161Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: 62fd71a0-114b-4ba5-87c3-8c49e143512f 2021-06-02T03:43:23.162Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 fdeb183f-6a83-4289-a5b2-d555f44860ab ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:43:23.166Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:43:23.166Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:43:23.166Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500|| resourceSeq for service uuid 62fd71a0-114b-4ba5-87c3-8c49e143512f: test-pnf 2021-06-02T03:43:23.166Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||Processing PNF resource: fdeb183f-6a83-4289-a5b2-d555f44860ab 2021-06-02T03:43:23.167Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-02T03:43:23.167Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-02T03:43:23.167Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||Resource customization UUID: 56047b72-1ad6-4185-88b2-6977a7d0eedb is the same as notified resource customizationUUID: 56047b72-1ad6-4185-88b2-6977a7d0eedb Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as CONTROLL4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as CREATION5_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as MODEL_IN6_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as MULTI_ST7_44_0_, pnfresourc0_.NF_FUNCTION as NF_FUNCT8_44_0_, pnfresourc0_.NF_NAMING_CODE as NF_NAMIN9_44_0_, pnfresourc0_.NF_ROLE as NF_ROLE10_44_0_, pnfresourc0_.NF_TYPE as NF_TYPE11_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as PNF_RES14_44_0_, pnfresourc0_.RESOURCE_INPUT as RESOURC12_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO13_44_0_, pnfresourc1_.MODEL_UUID as MODEL_UU1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as RESOURCE2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as CREATION3_43_1_, pnfresourc1_.DESCRIPTION as DESCRIPT4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as MODEL_IN5_43_1_, pnfresourc1_.MODEL_NAME as MODEL_NA6_43_1_, pnfresourc1_.MODEL_VERSION as MODEL_VE7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as ORCHESTR8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as TOSCA_N10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as MODEL_UU1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as RESOURCE2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as CREATION3_43_0_, pnfresourc0_.DESCRIPTION as DESCRIPT4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN5_43_0_, pnfresourc0_.MODEL_NAME as MODEL_NA6_43_0_, pnfresourc0_.MODEL_VERSION as MODEL_VE7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as ORCHESTR8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as CONTROLL4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as CREATION5_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as MODEL_IN6_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as MULTI_ST7_44_1_, pnfresourc0_.NF_FUNCTION as NF_FUNCT8_44_1_, pnfresourc0_.NF_NAMING_CODE as NF_NAMIN9_44_1_, pnfresourc0_.NF_ROLE as NF_ROLE10_44_1_, pnfresourc0_.NF_TYPE as NF_TYPE11_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as PNF_RES14_44_1_, pnfresourc0_.RESOURCE_INPUT as RESOURC12_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO13_44_1_, pnfresourc1_.MODEL_UUID as MODEL_UU1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as RESOURCE2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as CREATION3_43_0_, pnfresourc1_.DESCRIPTION as DESCRIPT4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as MODEL_IN5_43_0_, pnfresourc1_.MODEL_NAME as MODEL_NA6_43_0_, pnfresourc1_.MODEL_VERSION as MODEL_VE7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as ORCHESTR8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as TOSCA_N10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as MODEL_UU1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as RESOURCE2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as CREATION3_43_0_, pnfresourc0_.DESCRIPTION as DESCRIPT4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN5_43_0_, pnfresourc0_.MODEL_NAME as MODEL_NA6_43_0_, pnfresourc0_.MODEL_VERSION as MODEL_VE7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as ORCHESTR8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURCE9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-06-02T03:43:23.197Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf fdeb183f-6a83-4289-a5b2-d555f44860ab 0 ASDC deployResourceStructure 2021-06-02T03:43:23.197Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-06-02T03:43:23.198Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-06-02T03:43:23.198Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-02T03:43:23.198Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:43:23.200Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:43:23.200Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605403197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:43:23.300Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:43:23.301Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:43:23.301Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:43:23.312Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:43:23.312Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-02T03:43:24.200Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a9c3797-b44f-42d0-aec3-95a4e087df0b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:43:24.208Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a9c3797-b44f-42d0-aec3-95a4e087df0b Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_, watchdogco0_.CREATE_TIME as CREATE_T4_12_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-02T03:43:24.212Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-02T03:43:24.212Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-02T03:43:24.212Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-02T03:43:24.212Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-02T03:43:24.213Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:43:24.213Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:43:24.213Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:43:24.213Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:43:24.213Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:43:24.214Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-02T03:43:24.214Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-02T03:43:24.218Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-02T03:43:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:43:46.966Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:43:46.966Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:43:46.989Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:43:46.990Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:46.990Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b254d260-6279-4838-9372-cf1edd822a11", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605276458, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:43:46.991Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:43:46.991Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:46.991Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:43:46.991Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:43:46.991Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:46.991Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-02T03:43:47.040Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:43:47.040Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.040Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-02T03:43:47.040Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:43:47.041Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:43:47.042Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.042Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605006962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:43:47.042Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-06-02T03:43:47.042Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.042Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605286791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:43:47.042Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:43:47.042Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.042Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605289131, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:43:47.042Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:43:47.042Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.042Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605290819, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-02T03:43:47.042Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:43:47.043Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.043Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605292797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:43:47.043Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:43:47.043Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.043Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605294313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:43:47.043Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:43:47.043Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.043Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605295922, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:43:47.043Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:43:47.043Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.043Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605298513, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-06-02T03:43:47.043Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:43:47.043Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.043Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605299517, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-06-02T03:43:47.044Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:43:47.044Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.044Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605300521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:43:47.044Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:43:47.044Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.044Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605301524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-06-02T03:43:47.044Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:43:47.044Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.044Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605302529, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-06-02T03:43:47.044Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:43:47.044Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-06-02T03:43:47.044Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605303533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:43:47.045Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:43:54.218Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a9c3797-b44f-42d0-aec3-95a4e087df0b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_, watchdogse0_.CREATE_TIME as CREATE_T4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-02T03:43:54.223Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a9c3797-b44f-42d0-aec3-95a4e087df0b and serviceModelVersionId: 62fd71a0-114b-4ba5-87c3-8c49e143512f 2021-06-02T03:43:54.223Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 57ba85b5-efe4-4a3c-b386-de1702e70099 2021-06-02T03:43:54.223Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/57ba85b5-efe4-4a3c-b386-de1702e70099/model-vers/model-ver/62fd71a0-114b-4ba5-87c3-8c49e143512f?depth=0 2021-06-02T03:43:54.230Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-06-02T03:43:54.263Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/57ba85b5-efe4-4a3c-b386-de1702e70099/model-vers/model-ver/62fd71a0-114b-4ba5-87c3-8c49e143512f?depth=0|INFO|500||Invoke 2021-06-02T03:43:54.264Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/57ba85b5-efe4-4a3c-b386-de1702e70099/model-vers/model-ver/62fd71a0-114b-4ba5-87c3-8c49e143512f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/57ba85b5-efe4-4a3c-b386-de1702e70099/model-vers/model-ver/62fd71a0-114b-4ba5-87c3-8c49e143512f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a9c3797-b44f-42d0-aec3-95a4e087df0b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae22deac-e931-4911-811b-11789d1a6898], X-ECOMP-RequestID=[2a9c3797-b44f-42d0-aec3-95a4e087df0b], X-TransactionId=[], X-ONAP-RequestID=[2a9c3797-b44f-42d0-aec3-95a4e087df0b], Content-Type=[application/merge-patch+json]} 2021-06-02T03:43:54.280Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/57ba85b5-efe4-4a3c-b386-de1702e70099/model-vers/model-ver/62fd71a0-114b-4ba5-87c3-8c49e143512f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-02T03:43:54.494Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/57ba85b5-efe4-4a3c-b386-de1702e70099/model-vers/model-ver/62fd71a0-114b-4ba5-87c3-8c49e143512f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/57ba85b5-efe4-4a3c-b386-de1702e70099/model-vers/model-ver/62fd71a0-114b-4ba5-87c3-8c49e143512f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210602-03:43:54:286-43067], vertex-id=[237776], Content-Length=[0], Date=[Wed, 02 Jun 2021 03:43:54 GMT], Content-Type=[application/json]} 2021-06-02T03:43:54.494Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/57ba85b5-efe4-4a3c-b386-de1702e70099/model-vers/model-ver/62fd71a0-114b-4ba5-87c3-8c49e143512f?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-02T03:43:54.495Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/57ba85b5-efe4-4a3c-b386-de1702e70099/model-vers/model-ver/62fd71a0-114b-4ba5-87c3-8c49e143512f?depth=0|INFO|500||InvokeReturn 2021-06-02T03:43:54.495Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-02T03:43:54.495Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-02T03:43:54.499Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-02T03:43:54.499Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a9c3797-b44f-42d0-aec3-95a4e087df0b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-02T03:43:54.540Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-02T03:43:54.541Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-02T03:43:54.542Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-02T03:43:54.542Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605434540, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:43:54.642Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-02T03:43:54.643Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-02T03:43:54.643Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:43:54.652Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:43:54.652Z||pool-135-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-02T03:43:55.587Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:43:55.588Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:43:55.588Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:44:05.131Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:44:05.132Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:44:05.132Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:44:05.132Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:44:14.674Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:44:14.674Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:44:14.675Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:44:14.675Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:44:24.214Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:44:24.215Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:44:24.215Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:44:24.215Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:44:33.754Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:44:33.755Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:44:33.756Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:44:33.756Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:44:43.296Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:44:43.296Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:44:43.297Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:44:43.297Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:44:46.965Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:44:46.966Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:44:46.966Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:44:46.985Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:44:46.986Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:46.986Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c04f9749-628f-414e-a0d9-172f0555048c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605334918, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:44:46.987Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:44:46.987Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:46.987Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:44:46.988Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-02T03:44:46.988Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:46.988Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-02T03:44:46.988Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-02T03:44:46.988Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:46.988Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-02T03:44:47.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-02T03:44:47.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:47.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:44:47.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-02T03:44:47.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:47.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-02T03:44:47.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-02T03:44:47.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:47.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:44:47.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-02T03:44:47.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:47.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:44:47.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-02T03:44:47.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:47.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:44:47.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-02T03:44:47.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:47.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605348484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:44:47.042Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:44:47.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:47.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605351099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-02T03:44:47.042Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:44:47.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:47.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605353009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-02T03:44:47.042Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:44:47.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:47.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605354603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-02T03:44:47.043Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:44:47.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:47.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605356447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-02T03:44:47.043Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:44:47.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:47.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605357451, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-02T03:44:47.043Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:44:47.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:47.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605358454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-02T03:44:47.043Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:44:47.044Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-06-02T03:44:47.044Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605359458, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:44:47.044Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:44:52.833Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:44:52.833Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:44:52.834Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:44:52.834Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:45:02.375Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:45:46.963Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:45:46.963Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:45:46.964Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:45:46.965Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:45:46.966Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:45:46.966Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:45:47.056Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:45:47.057Z||pool-3-thread-4|||||DEBUG|500||received message from topic 2021-06-02T03:45:47.057Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab0f757d-aed3-4f9b-99b0-29bb1befb0c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605391003, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:45:47.058Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:45:47.058Z||pool-3-thread-4|||||DEBUG|500||received message from topic 2021-06-02T03:45:47.058Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:45:47.058Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-02T03:45:47.058Z||pool-3-thread-4|||||DEBUG|500||received message from topic 2021-06-02T03:45:47.058Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-02T03:45:47.059Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-02T03:45:47.059Z||pool-3-thread-4|||||DEBUG|500||received message from topic 2021-06-02T03:45:47.059Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-02T03:45:47.059Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-02T03:45:47.059Z||pool-3-thread-4|||||DEBUG|500||received message from topic 2021-06-02T03:45:47.059Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-02T03:45:47.059Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-02T03:45:47.059Z||pool-3-thread-4|||||DEBUG|500||received message from topic 2021-06-02T03:45:47.059Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-02T03:45:47.059Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-02T03:45:47.059Z||pool-3-thread-4|||||DEBUG|500||received message from topic 2021-06-02T03:45:47.059Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:45:47.060Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-02T03:45:47.060Z||pool-3-thread-4|||||DEBUG|500||received message from topic 2021-06-02T03:45:47.060Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-02T03:45:47.060Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-02T03:45:47.060Z||pool-3-thread-4|||||DEBUG|500||received message from topic 2021-06-02T03:45:47.060Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-02T03:45:47.060Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-02T03:45:47.060Z||pool-3-thread-4|||||DEBUG|500||received message from topic 2021-06-02T03:45:47.060Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605335930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-06-02T03:45:47.060Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-02T03:45:47.060Z||pool-3-thread-4|||||DEBUG|500||received message from topic 2021-06-02T03:45:47.060Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605401521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-02T03:45:47.061Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:45:47.061Z||pool-3-thread-4|||||DEBUG|500||received message from topic 2021-06-02T03:45:47.061Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605403197, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-02T03:45:47.061Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:45:56.506Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:46:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4 2021-06-02T03:46:46.962Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:46:46.963Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:46:46.963Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:46:46.965Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:46:46.965Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:46:46.966Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:46:47.482Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:46:47.482Z||pool-3-thread-4|||||DEBUG|500||received message from topic 2021-06-02T03:46:47.482Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a9c3797-b44f-42d0-aec3-95a4e087df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622605434540, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-02T03:46:47.483Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-02T03:46:56.507Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:47:26.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250 2021-06-02T03:47:46.962Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:47:46.963Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:47:46.964Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:47:46.965Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:47:46.966Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:47:46.966Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:47:56.579Z|2a9c3797-b44f-42d0-aec3-95a4e087df0b|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:47:56.586Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:48:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T03:48:46.962Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:48:46.963Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:48:46.963Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:48:46.965Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:48:46.965Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:48:46.966Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:48:56.513Z|8f95dcc2-8ffe-40dd-8338-75fce6080fab|pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:48:56.513Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:48:56.602Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250 2021-06-02T03:49:46.962Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:49:46.963Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:49:46.963Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:49:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:49:46.966Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:49:46.966Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:49:56.521Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:49:56.522Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:50:26.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168 2021-06-02T03:50:46.963Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:50:46.965Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:50:46.965Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:50:46.965Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-02T03:50:46.966Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-02T03:50:46.966Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ... 2021-06-02T03:50:56.582Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-02T03:50:56.625Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK