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=N?vI{0v(qmWNtRbD@@b3%!l% -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.5.RELEASE) 2021-04-10T03:21:17.035Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-v4xzw with PID 14 (/app/app.jar started by so in /app) 2021-04-10T03:21:17.041Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE 2021-04-10T03:21:17.041Z||main|||||INFO|500||The following profiles are active: basic 2021-04-10T03:21:23.116Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-10T03:21:23.116Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19] 2021-04-10T03:21:23.327Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-10T03:21:25.030Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-10T03:21:25.175Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-10T03:21:25.394Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-10T03:21:25.421Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-10T03:21:26.734Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [ name: catalogDB ...] 2021-04-10T03:21:26.861Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final} 2021-04-10T03:21:26.866Z||main|||||INFO|500||HHH000206: hibernate.properties not found 2021-04-10T03:21:27.273Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final} 2021-04-10T03:21:27.773Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect 2021-04-10T03:21:31.325Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [ name: requestDB ...] 2021-04-10T03:21:31.586Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect 2021-04-10T03:21:32.954Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-10T03:21:32.972Z||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$$305f4aaf.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-04-10T03:21:32.973Z||main|||||WARN|500||The sdc end point is not alive 2021-04-10T03:21:34.171Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context 2021-04-10T03:21:36.331Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory 2021-04-10T03:21:37.766Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-10T03:21:38.799Z||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-04-10T03:21:40.936Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-10T03:21:40.937Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-10T03:21:40.947Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-10T03:21:40.970Z||main|||||INFO|500||Started Application in 26.711 seconds (JVM running for 27.696) 2021-04-10T03:21:40.971Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-10T03:21:41.050Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac18d5db-3d11-4d14-b4b5-97bd9c5fbefe url= /sdc/v1/artifactTypes 2021-04-10T03:21:41.050Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-10T03:21:42.167Z||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.1.121] 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-04-10T03:21:42.172Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67655ca1 2021-04-10T03:21:42.172Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-10T03:21:42.181Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-10T03:21:42.182Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-10T03:21:42.184Z||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-04-10T03:21:55.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.77.103 2021-04-10T03:22:30.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-10T03:22:30.934Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-10T03:22:30.934Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-10T03:22:30.955Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-10T03:22:30.961Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28551adb-d27a-496d-9825-1a001270795d url= /sdc/v1/artifactTypes 2021-04-10T03:22:30.962Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-10T03:22:31.992Z||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.1.121] 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-04-10T03:22:31.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@437e3734 2021-04-10T03:22:31.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-10T03:22:31.993Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-10T03:22:31.994Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-10T03:22:31.994Z||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-04-10T03:22:40.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.76.80 2021-04-10T03:23:20.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-10T03:23:20.934Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-10T03:23:20.934Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-10T03:23:20.956Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-10T03:23:20.975Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c611c5aa-e90e-401c-a72f-798e77a40ab9 url= /sdc/v1/artifactTypes 2021-04-10T03:23:20.975Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-10T03:23:22.008Z||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.1.121] 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-04-10T03:23:22.009Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4cc3c936 2021-04-10T03:23:22.009Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-10T03:23:22.009Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-10T03:23:22.009Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-10T03:23:22.010Z||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-04-10T03:24:10.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-10T03:24:10.934Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-10T03:24:10.934Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-10T03:24:10.945Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-10T03:24:10.953Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8b7123d9-bb72-424b-8e9d-b12e3886c616 url= /sdc/v1/artifactTypes 2021-04-10T03:24:10.953Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-10T03:24:12.024Z||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.1.121] 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-04-10T03:24:12.025Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70f39b35 2021-04-10T03:24:12.025Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-10T03:24:12.026Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-10T03:24:12.026Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-10T03:24:12.027Z||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-04-10T03:24:12.030Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.77.103 2021-04-10T03:25:00.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-10T03:25:00.934Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-10T03:25:00.934Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-10T03:25:00.945Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-10T03:25:00.951Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 369a1ff8-f9b4-4de2-9c98-a9871d827fe7 url= /sdc/v1/artifactTypes 2021-04-10T03:25:00.952Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-10T03:25:02.039Z||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.1.121] 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-04-10T03:25:02.040Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47a8a5ed 2021-04-10T03:25:02.041Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-10T03:25:02.041Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-10T03:25:02.041Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-10T03:25:02.042Z||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-04-10T03:25:40.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18 2021-04-10T03:25:50.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-10T03:25:50.933Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-10T03:25:50.934Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-10T03:25:50.938Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-10T03:25:50.944Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f93814d2-c310-4002-9914-9facf21ab5d1 url= /sdc/v1/artifactTypes 2021-04-10T03:25:50.944Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-10T03:25:51.142Z||scheduling-1|||||DEBUG|500||GET Response Status 403 2021-04-10T03:25:51.143Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b022b43 2021-04-10T03:25:51.143Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso] 2021-04-10T03:25:51.144Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5003", "text": "Error: Not authorized to use the API.", "variables": [] } } } 2021-04-10T03:25:51.144Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso 2021-04-10T03:25:51.144Z||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-04-10T03:26:40.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-10T03:26:40.934Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-10T03:26:40.935Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-10T03:26:40.940Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-10T03:26:40.946Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef899f3f-ee49-4a9c-90c7-b6ef22f7ecc1 url= /sdc/v1/artifactTypes 2021-04-10T03:26:40.946Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-10T03:26:41.070Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-10T03:26:41.079Z||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-04-10T03:26:41.098Z||scheduling-1|||||DEBUG|500||create keys 2021-04-10T03:26:41.108Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-10T03:26:41.172Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:26:41.190Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 660d93dc-7b2a-4005-bcbe-22c5dced0ea1 url= /sdc/v1/registerForDistribution 2021-04-10T03:26:41.286Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 660d93dc-7b2a-4005-bcbe-22c5dced0ea1 url= /sdc/v1/registerForDistribution 2021-04-10T03:26:41.287Z||scheduling-1|||||INFO|500||start DistributionClient 2021-04-10T03:26:41.300Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:26:41.301Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:26:41.304Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-04-10T03:26:41.305Z||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-04-10T03:26:41.305Z||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-04-10T03:26:41.305Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:26:41.305Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:26:51.535Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:26:51.538Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:27:10.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103 2021-04-10T03:27:41.298Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:27:41.299Z||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-04-10T03:27:41.299Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:27:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:27:41.300Z||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-04-10T03:27:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:27:50.845Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:27:50.864Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:28:41.298Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:28:41.299Z||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-04-10T03:28:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:28:41.299Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:28:41.301Z||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-04-10T03:28:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:28:50.905Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:28:50.907Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:29:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:29:41.299Z||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-04-10T03:29:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:29:41.299Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:29:41.300Z||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-04-10T03:29:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:29:50.902Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:29:50.902Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:30:41.298Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:30:41.299Z||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-04-10T03:30:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:30:41.300Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:30:41.301Z||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-04-10T03:30:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:30:50.903Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:30:50.903Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:30:55.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.76.80 2021-04-10T03:31:38.189Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-10T03:31:41.298Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:31:41.299Z||pool-3-thread-6|||||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-04-10T03:31:41.299Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Hu9lFoKno2CVeD8e) ... 2021-04-10T03:31:41.299Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:31:41.301Z||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-04-10T03:31:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:31:50.908Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:31:50.912Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:32:25.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.71.18 2021-04-10T03:32:41.298Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:32:41.299Z||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-04-10T03:32:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:32:41.299Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:32:41.301Z||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-04-10T03:32:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:32:50.906Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:32:50.906Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:33:10.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103 2021-04-10T03:33:41.300Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:33:41.302Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:33:41.309Z||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-04-10T03:33:41.310Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:33:41.312Z||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-04-10T03:33:41.312Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:33:50.903Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:33:50.903Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:34:41.298Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:34:41.299Z||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-04-10T03:34:41.300Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:34:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:34:41.301Z||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-04-10T03:34:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:34:50.871Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:34:50.871Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:35:41.297Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:35:41.298Z||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-04-10T03:35:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:35:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:35:41.300Z||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-04-10T03:35:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:35:50.853Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:35:50.857Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:36:10.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18 2021-04-10T03:36:41.297Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:36:41.298Z||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-04-10T03:36:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:36:41.300Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:36:41.301Z||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-04-10T03:36:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:36:50.901Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:36:50.907Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:37:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103 2021-04-10T03:37:41.298Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:37:41.299Z||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-04-10T03:37:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:37:41.299Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:37:41.300Z||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-04-10T03:37:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:37:50.889Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:37:50.890Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:38:25.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18 2021-04-10T03:38:41.298Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:38:41.299Z||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-04-10T03:38:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:38:41.299Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:38:41.300Z||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-04-10T03:38:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:38:50.856Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:38:50.856Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:39:10.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.76.80 2021-04-10T03:39:41.298Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:39:41.298Z||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-04-10T03:39:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:39:41.299Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:39:41.300Z||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-04-10T03:39:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:39:50.853Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:39:50.880Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:39:55.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.77.103 2021-04-10T03:40:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18 2021-04-10T03:40:41.298Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:40:41.299Z||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-04-10T03:40:41.299Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:40:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:40:41.300Z||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-04-10T03:40:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:40:50.904Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:40:50.904Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:41:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:41:41.298Z||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-04-10T03:41:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:41:41.299Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:41:41.301Z||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-04-10T03:41:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:41:50.857Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:41:50.866Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:42:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:42:41.298Z||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-04-10T03:42:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:42:41.299Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:42:41.300Z||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-04-10T03:42:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:42:50.902Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:42:50.902Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:43:40.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103 2021-04-10T03:43:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:43:41.298Z||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-04-10T03:43:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:43:41.299Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:43:41.300Z||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-04-10T03:43:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:43:50.842Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:43:50.843Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:44:25.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.76.80 2021-04-10T03:44:41.298Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:44:41.298Z||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-04-10T03:44:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:44:41.299Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:44:41.300Z||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-04-10T03:44:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:44:50.847Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:44:50.847Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:45:10.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.77.103 2021-04-10T03:45:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:45:41.298Z||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-04-10T03:45:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:45:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:45:41.300Z||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-04-10T03:45:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:45:50.897Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:45:50.898Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:45:55.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18 2021-04-10T03:46:40.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103 2021-04-10T03:46:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:46:41.299Z||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-04-10T03:46:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:46:41.299Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:46:41.300Z||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-04-10T03:46:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:46:50.845Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:46:50.846Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:47:25.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18 2021-04-10T03:47:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:47:41.298Z||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-04-10T03:47:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:47:41.299Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:47:41.300Z||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-04-10T03:47:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:47:50.856Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:47:50.906Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:48:10.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.76.80 2021-04-10T03:48:41.298Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:48:41.299Z||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-04-10T03:48:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:48:41.299Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:48:41.300Z||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-04-10T03:48:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:48:50.852Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:48:50.853Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:49:41.298Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:49:41.299Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:49:41.300Z||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-04-10T03:49:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:49:41.303Z||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-04-10T03:49:41.303Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:49:50.853Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:49:50.854Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:50:25.938Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.77.103 2021-04-10T03:50:41.298Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:50:41.299Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:50:41.300Z||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-04-10T03:50:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:50:41.299Z||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-04-10T03:50:41.302Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:50:50.846Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:50:50.848Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:51:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.76.80 2021-04-10T03:51:41.298Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:51:41.299Z||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-04-10T03:51:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:51:41.299Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:51:41.300Z||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-04-10T03:51:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:51:50.843Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:51:50.901Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:52:41.298Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:52:41.299Z||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-04-10T03:52:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:52:41.299Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:52:41.300Z||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-04-10T03:52:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:52:50.848Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:52:50.897Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:53:41.298Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:53:41.298Z||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-04-10T03:53:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:53:41.300Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:53:41.302Z||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-04-10T03:53:41.302Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:53:50.860Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:53:50.862Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:53:55.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.71.18 2021-04-10T03:54:41.297Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:54:41.298Z||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-04-10T03:54:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:54:41.299Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:54:41.300Z||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-04-10T03:54:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:54:50.902Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:54:50.903Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:55:25.937Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103 2021-04-10T03:55:41.298Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:55:41.299Z||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-04-10T03:55:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:55:41.299Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:55:41.300Z||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-04-10T03:55:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:55:50.850Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:55:50.850Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:56:10.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18 2021-04-10T03:56:41.298Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:56:41.299Z||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-04-10T03:56:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:56:41.299Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:56:41.300Z||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-04-10T03:56:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:56:50.850Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:56:50.853Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:57:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103 2021-04-10T03:57:41.297Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:57:41.298Z||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-04-10T03:57:41.298Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:57:41.299Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:57:41.300Z||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-04-10T03:57:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:57:50.842Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:57:50.842Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:58:41.298Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:58:41.299Z||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-04-10T03:58:41.299Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:58:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:58:41.300Z||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-04-10T03:58:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:58:41.787Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:58:41.788Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T03:58:41.789Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "cds", "timestamp": 1618027118210, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T03:58:41.810Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T03:58:41.984Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:58:41.985Z||pool-3-thread-4|||||DEBUG|500||received message from topic 2021-04-10T03:58:41.985Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3df069d-b152-4daf-88e1-5e4472216a54","serviceName":"vFW 2021-04-10 03-56-28","serviceVersion":"1.0","serviceUUID":"263db094-4ec4-49b8-8c6e-2674319c86d2","serviceDescription":"catalog service description","serviceInvariantUUID":"266e4436-1bac-4501-b807-f12fda1d3bd5","resources":[],"serviceArtifacts":[{"artifactName":"service-Vfw20210410035628-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml","artifactChecksum":"ZDY3NDBkYzJiMzI1N2Q1Mzk3YTYxOTFjNjcyY2M0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e4d754ce-29a6-429c-9630-f5c3418be1bb","artifactVersion":"1"},{"artifactName":"service-Vfw20210410035628-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar","artifactChecksum":"ZTkyZWVjYWEyYWZlYWEzNDIyOWM1NzVlNGZjMjY2M2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d097674e-f504-4b7c-9165-9457acb61c0a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-10T03:58:41.994Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T03:58:41.998Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T03:58:42.006Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T03:58:42.006Z||pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027121297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T03:58:42.107Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-04-10T03:58:42.112Z||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-04-10T03:58:42.112Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T03:58:42.122Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:58:42.123Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T03:58:43.013Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T03:58:43.014Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T03:58:43.016Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T03:58:43.017Z||pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027121297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "NOTIFIED" } 2021-04-10T03:58:43.117Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T03:58:43.118Z||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-04-10T03:58:43.118Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T03:58:43.130Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:58:43.131Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-10T03:58:44.018Z||pool-3-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "serviceName": "vFW 2021-04-10 03-56-28", "serviceVersion": "1.0", "serviceUUID": "263db094-4ec4-49b8-8c6e-2674319c86d2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "266e4436-1bac-4501-b807-f12fda1d3bd5", "resources": [], "serviceArtifacts": [ { "artifactName": "service-Vfw20210410035628-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "artifactChecksum": "ZTkyZWVjYWEyYWZlYWEzNDIyOWM1NzVlNGZjMjY2M2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d097674e-f504-4b7c-9165-9457acb61c0a" } ], "workloadContext": "Production" } 2021-04-10T03:58:44.020Z||pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0 2021-04-10T03:58:44.020Z||pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 263db094-4ec4-49b8-8c6e-2674319c86d2 ASDC 2021-04-10T03:58:44.150Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:f3df069d-b152-4daf-88e1-5e4472216a54 ServiceName:vFW 2021-04-10 03-56-28 ServiceVersion:1.0 ServiceUUID:263db094-4ec4-49b8-8c6e-2674319c86d2 ServiceInvariantUUID:266e4436-1bac-4501-b807-f12fda1d3bd5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210410035628-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar ArtifactUUID:d097674e-f504-4b7c-9165-9457acb61c0a ArtifactChecksum:ZTkyZWVjYWEyYWZlYWEzNDIyOWM1NzVlNGZjMjY2M2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: } 2021-04-10T03:58:44.151Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 263db094-4ec4-49b8-8c6e-2674319c86d2 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-04-10T03:58:44.368Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T03:58:44.371Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||MSO config path is: /app 2021-04-10T03:58:44.372Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||MSO config path is: /app 2021-04-10T03:58:44.372Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: d097674e-f504-4b7c-9165-9457acb61c0a from URL: /sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar 2021-04-10T03:58:44.372Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - download 2021-04-10T03:58:44.375Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar 2021-04-10T03:58:44.801Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||GET Response Status 200 2021-04-10T03:58:44.811Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar d097674e-f504-4b7c-9165-9457acb61c0a 45795 2021-04-10T03:58:44.812Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar ASDC sendASDCNotification 2021-04-10T03:58:44.812Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar 2021-04-10T03:58:44.813Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T03:58:44.814Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T03:58:44.817Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T03:58:44.817Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027124812, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T03:58:44.917Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T03:58:44.918Z||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-04-10T03:58:44.918Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T03:58:44.928Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:58:44.928Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T03:58:45.817Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T03:58:45.820Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||MSO config path is: /app 2021-04-10T03:58:45.821Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: d097674e-f504-4b7c-9165-9457acb61c0a, URL: /sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar to file: /app/ASDC/1/service-Vfw20210410035628-csar.csar 2021-04-10T03:58:45.822Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210410035628-csar.csar 2021-04-10T03:58:46.052Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210410035628-csar.csar 2021-04-10T03:58:46.053Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210410035628-csar.csar 2021-04-10T03:58:46.349Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14913012415159103471/Definitions/service-Vfw20210410035628-template.yml 2021-04-10T03:58:47.071Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-10T03:58:47.083Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T03:58:47.085Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-04-10 03-56-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T03:58:47.089Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Search for entities recursively 2021-04-10T03:58:47.090Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T03:58:47.095Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T03:58:47.096Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-04-10 03-56-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T03:58:47.096Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Search for entities recursively 2021-04-10T03:58:47.096Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T03:58:47.096Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T03:58:47.096Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-04-10 03-56-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T03:58:47.096Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T03:58:47.096Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-04-10 03-56-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T03:58:47.097Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T03:58:47.097Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-04-10 03-56-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T03:58:47.097Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T03:58:47.097Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-04-10 03-56-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T03:58:47.097Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T03:58:47.097Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Service vFW 2021-04-10 03-56-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T03:58:47.097Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-10 03-56-28 Description:catalog service description Model UUID:263db094-4ec4-49b8-8c6e-2674319c86d2 Model Version:NULL Model InvariantUuid:266e4436-1bac-4501-b807-f12fda1d3bd5 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-04-10T03:58:47.142Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||ERROR|500||Service Model contains no resources. 2021-04-10T03:58:47.142Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T03:58:47.254Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T03:58:47.257Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T03:58:47.257Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T03:59:10.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18 2021-04-10T03:59:17.258Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T03:59:17.311Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T03:59:17.315Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T03:59:17.315Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T03:59:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T03:59:41.300Z||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-04-10T03:59:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T03:59:41.318Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T03:59:41.319Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T03:59:41.319Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "multicloud-windriver-id", "timestamp": 1618027117673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T03:59:41.320Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T03:59:47.315Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T03:59:47.325Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T03:59:47.328Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T03:59:47.328Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:00:17.328Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:00:17.419Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:00:17.423Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:00:17.423Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:00:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103 2021-04-10T04:00:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:00:41.301Z||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-04-10T04:00:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:00:41.322Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:00:41.323Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:00:41.324Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "dcae-sch", "timestamp": 1618027113691, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:00:41.325Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:00:41.325Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:00:41.325Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "aai-ml", "timestamp": 1618027120092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:00:41.326Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:00:41.326Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:00:41.326Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "policy-id", "timestamp": 1618027114992, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:00:41.326Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:00:47.423Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:00:47.434Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:00:47.436Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:00:47.436Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:01:17.437Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:01:17.453Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:01:17.512Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:01:17.512Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:01:25.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18 2021-04-10T04:01:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:01:41.300Z||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-04-10T04:01:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:01:41.328Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:01:41.844Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:41.844Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027121297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:41.845Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:41.845Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:41.846Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "cds", "timestamp": 1618027118210, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:41.846Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:41.846Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:41.846Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "multicloud-windriver-id", "timestamp": 1618027117673, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:41.846Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:41.846Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:41.846Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "dcae-sch", "timestamp": 1618027113691, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:41.847Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:41.847Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:41.847Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "aai-ml", "timestamp": 1618027120092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:41.847Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:41.847Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:41.847Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "policy-id", "timestamp": 1618027114992, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:41.847Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:41.847Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:41.847Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027121297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:41.848Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:41.848Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:41.848Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "cds", "timestamp": 1618027124025, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:41.848Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:41.848Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:41.848Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "policy-id", "timestamp": 1618027124020, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:41.848Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:41.848Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:41.848Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "aai-ml", "timestamp": 1618027124031, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:41.849Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:41.849Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:41.849Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027124812, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:41.849Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:41.849Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:41.849Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "policy-id", "timestamp": 1618027125028, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:01:41.850Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:41.850Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:41.850Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "cds", "timestamp": 1618027125043, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-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-04-10T04:01:41.919Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3df069d-b152-4daf-88e1-5e4472216a54 2021-04-10T04:01:41.920Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:01:41.937Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:41.937Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "policy-id", "timestamp": 1618027126031, "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-04-10T04:01:41.942Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3df069d-b152-4daf-88e1-5e4472216a54 2021-04-10T04:01:41.943Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:01:42.011Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.011Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "clamp", "timestamp": 1618027126370, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.012Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.012Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.012Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "clamp", "timestamp": 1618027126370, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:42.012Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.012Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.012Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "multicloud-k8s-id", "timestamp": 1618027130096, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.012Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.012Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.012Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027130333, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.012Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.012Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.013Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "multicloud-k8s-id", "timestamp": 1618027130096, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:42.013Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.013Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.013Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027130333, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:42.013Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.013Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.013Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "aai-ml", "timestamp": 1618027132230, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:01:42.014Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.014Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.014Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "aai-ml", "timestamp": 1618027133243, "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-04-10T04:01:42.020Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3df069d-b152-4daf-88e1-5e4472216a54 2021-04-10T04:01:42.020Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:01:42.032Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.032Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-windriver-id", "timestamp": 1618027137673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.032Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "cds", "timestamp": 1618027133210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.033Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "dcae-sch", "timestamp": 1618027133692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.033Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "policy-id", "timestamp": 1618027134992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.033Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.033Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027140039, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.033Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-windriver-id", "timestamp": 1618027137673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:01:42.034Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "dcae-sch", "timestamp": 1618027133692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.034Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "cds", "timestamp": 1618027133210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.034Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "policy-id", "timestamp": 1618027134992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.034Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.034Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.035Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027140039, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:42.035Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.035Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.035Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "clamp", "timestamp": 1618027141797, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.035Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.035Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.035Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-windriver-id", "timestamp": 1618027137673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-10T04:01:42.035Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.035Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.035Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "dcae-sch", "timestamp": 1618027133692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "cds", "timestamp": 1618027133210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "policy-id", "timestamp": 1618027134992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027142886, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "clamp", "timestamp": 1618027142967, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.036Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "dcae-sch", "timestamp": 1618027133692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.037Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "cds", "timestamp": 1618027133210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.037Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-windriver-id", "timestamp": 1618027137673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.037Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "policy-id", "timestamp": 1618027134992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.037Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.037Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "clamp", "timestamp": 1618027143971, "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-04-10T04:01:42.043Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3df069d-b152-4daf-88e1-5e4472216a54 2021-04-10T04:01:42.043Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:01:42.053Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.053Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "cds", "timestamp": 1618027133210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.054Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.054Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.054Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "dcae-sch", "timestamp": 1618027133692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.054Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.054Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.055Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-windriver-id", "timestamp": 1618027137673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-10T04:01:42.055Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.055Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.055Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "policy-id", "timestamp": 1618027134992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.055Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-windriver-id", "timestamp": 1618027137673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.056Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "dcae-sch", "timestamp": 1618027133692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.056Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "cds", "timestamp": 1618027133210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.056Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.056Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "policy-id", "timestamp": 1618027134992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.057Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.057Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.057Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027145494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410035628/1.0/artifacts/service-Vfw20210410035628-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:01:42.057Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.057Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.057Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-windriver-id", "timestamp": 1618027137673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:42.058Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.058Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.058Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "cds", "timestamp": 1618027133210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:42.058Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.058Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.058Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "dcae-sch", "timestamp": 1618027133692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.058Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.059Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.059Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "policy-id", "timestamp": 1618027134992, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:42.059Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.059Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.059Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027146506, "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-04-10T04:01:42.065Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3df069d-b152-4daf-88e1-5e4472216a54 2021-04-10T04:01:42.065Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:01:42.074Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.075Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "cds", "timestamp": 1618027147211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.075Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.075Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.075Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-windriver-id", "timestamp": 1618027147233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.075Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.075Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.075Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "policy-id", "timestamp": 1618027147278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.075Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.076Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.076Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027140039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.076Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.076Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.076Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "cds", "timestamp": 1618027148218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-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-04-10T04:01:42.097Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0 2021-04-10T04:01:42.098Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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-04-10T04:01:42.110Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.111Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "policy-id", "timestamp": 1618027148361, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:01:42.111Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.111Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.111Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-windriver-id", "timestamp": 1618027148503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.111Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.112Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.112Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027140039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.112Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.112Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.112Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "policy-id", "timestamp": 1618027149364, "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-04-10T04:01:42.117Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0 2021-04-10T04:01:42.117Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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-04-10T04:01:42.127Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.127Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027140039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.127Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.127Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.128Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-windriver-id", "timestamp": 1618027149949, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.128Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.128Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.128Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027140039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.128Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.128Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.128Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "aai-ml", "timestamp": 1618027150092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.128Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.128Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.128Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-k8s-id", "timestamp": 1618027150096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.129Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.129Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.129Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-windriver-id", "timestamp": 1618027150956, "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-04-10T04:01:42.135Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0 2021-04-10T04:01:42.135Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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-04-10T04:01:42.145Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.146Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027150333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.146Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.146Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.146Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027140039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.146Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.146Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.146Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "aai-ml", "timestamp": 1618027150092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-k8s-id", "timestamp": 1618027150096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-windriver-id", "timestamp": 1618027151960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027150333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027140039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.147Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-k8s-id", "timestamp": 1618027150096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "aai-ml", "timestamp": 1618027150092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027150333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027140039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-k8s-id", "timestamp": 1618027150096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.148Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "aai-ml", "timestamp": 1618027150092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027150333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-k8s-id", "timestamp": 1618027150096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "aai-ml", "timestamp": 1618027150092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027150333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.149Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027155478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-k8s-id", "timestamp": 1618027150096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "aai-ml", "timestamp": 1618027150092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027150333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-k8s-id", "timestamp": 1618027150096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "aai-ml", "timestamp": 1618027150092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.150Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "clamp", "timestamp": 1618027156370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.151Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027150333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:42.151Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027157795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:01:42.151Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "clamp", "timestamp": 1618027156370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:01:42.151Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.151Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027158799, "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-04-10T04:01:42.159Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0 2021-04-10T04:01:42.160Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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-04-10T04:01:42.171Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.171Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "clamp", "timestamp": 1618027156370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.171Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.171Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.172Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "aai-ml", "timestamp": 1618027159948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.172Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.172Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.172Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027159973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.172Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.172Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.172Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-k8s-id", "timestamp": 1618027159971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.172Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.172Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.172Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "clamp", "timestamp": 1618027156370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.173Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.173Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.173Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "clamp", "timestamp": 1618027156370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.173Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.173Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.173Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-k8s-id", "timestamp": 1618027161240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.173Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.173Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.173Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027161246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.174Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "clamp", "timestamp": 1618027156370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:01:42.174Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027162436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.174Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-k8s-id", "timestamp": 1618027162431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.174Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.174Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "clamp", "timestamp": 1618027156370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:01:42.175Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:01:42.175Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.175Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027163442, "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-04-10T04:01:42.179Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0 2021-04-10T04:01:42.180Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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-04-10T04:01:42.186Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.186Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-k8s-id", "timestamp": 1618027164074, "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-04-10T04:01:42.190Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0 2021-04-10T04:01:42.190Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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-04-10T04:01:42.197Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.197Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027164445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:01:42.198Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.198Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.198Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "multicloud-k8s-id", "timestamp": 1618027165078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:01:42.198Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.198Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.199Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "aai-ml", "timestamp": 1618027166339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:01:42.199Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.199Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.199Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "aai-ml", "timestamp": 1618027167346, "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-04-10T04:01:42.204Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0 2021-04-10T04:01:42.205Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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-04-10T04:01:42.215Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.215Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "clamp", "timestamp": 1618027170672, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:01:42.215Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.215Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.215Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "clamp", "timestamp": 1618027171761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:01:42.215Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:01:42.215Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:01:42.215Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "clamp", "timestamp": 1618027172764, "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-04-10T04:01:42.221Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6b38a01-46b5-4868-9149-3a864acf44f0 2021-04-10T04:01:42.221Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b38a01-46b5-4868-9149-3a864acf44f0 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-04-10T04:01:47.513Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:01:47.527Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:01:47.532Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:01:47.532Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:02:10.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103 2021-04-10T04:02:17.532Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:02:17.542Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:02:17.549Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:02:17.549Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:02:41.300Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:02:41.301Z||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-04-10T04:02:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:02:47.550Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:02:47.565Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:02:47.572Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:02:47.572Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:02:50.840Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:02:55.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18 2021-04-10T04:03:17.572Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:03:17.586Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:03:17.590Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:03:17.591Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:03:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103 2021-04-10T04:03:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:03:41.300Z||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-04-10T04:03:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:03:47.611Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2021-04-10T04:03:47.612Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3df069d-b152-4daf-88e1-5e4472216a54 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-04-10T04:03:47.622Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3df069d-b152-4daf-88e1-5e4472216a54 and serviceModelVersionId: 263db094-4ec4-49b8-8c6e-2674319c86d2 2021-04-10T04:03:47.622Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 266e4436-1bac-4501-b807-f12fda1d3bd5 2021-04-10T04:03:50.842Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:03:54.859Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/266e4436-1bac-4501-b807-f12fda1d3bd5/model-vers/model-ver/263db094-4ec4-49b8-8c6e-2674319c86d2?depth=0 2021-04-10T04:03:54.955Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-04-10T04:03:55.526Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/266e4436-1bac-4501-b807-f12fda1d3bd5/model-vers/model-ver/263db094-4ec4-49b8-8c6e-2674319c86d2?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-04-10T04:03:55.533Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/266e4436-1bac-4501-b807-f12fda1d3bd5/model-vers/model-ver/263db094-4ec4-49b8-8c6e-2674319c86d2?depth=0|INFO|500||Invoke 2021-04-10T04:03:55.834Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/266e4436-1bac-4501-b807-f12fda1d3bd5/model-vers/model-ver/263db094-4ec4-49b8-8c6e-2674319c86d2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-04-10T04:03:56.337Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/266e4436-1bac-4501-b807-f12fda1d3bd5/model-vers/model-ver/263db094-4ec4-49b8-8c6e-2674319c86d2?depth=0|INFO|500||InvokeReturn 2021-04-10T04:03:56.337Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/266e4436-1bac-4501-b807-f12fda1d3bd5/model-vers/model-ver/263db094-4ec4-49b8-8c6e-2674319c86d2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210410-04:03:55:852-88180], vertex-id=[151744], Content-Length=[0], Date=[Sat, 10 Apr 2021 04:03:55 GMT], Content-Type=[application/json]} 2021-04-10T04:03:56.338Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-04-10T04:03:56.340Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-10T04:03:56.340Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! 2021-04-10T04:03:56.342Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||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-04-10T04:03:56.349Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||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-04-10T04:03:56.357Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3df069d-b152-4daf-88e1-5e4472216a54 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2021-04-10T04:03:56.358Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-04-10T04:03:56.358Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:03:56.360Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:03:56.361Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027436357, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2021-04-10T04:03:56.461Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:03:56.462Z||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-04-10T04:03:56.462Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:03:56.476Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:03:56.477Z||pool-7-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-04-10T04:03:57.376Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:03:57.376Z|f3df069d-b152-4daf-88e1-5e4472216a54|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-04-10T04:03:57.376Z|f3df069d-b152-4daf-88e1-5e4472216a54|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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:01.730Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:01.733Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||received message from topic 2021-04-10T04:04:01.733Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6b38a01-46b5-4868-9149-3a864acf44f0","serviceName":"basic_onboard_nrhXrW","serviceVersion":"1.0","serviceUUID":"3c4077e7-ee86-493a-998d-d08f27aadb3f","serviceDescription":"service","serviceInvariantUUID":"2f722286-3d9e-4d60-9397-a8a9513897d1","resources":[{"resourceInstanceName":"basic_onboard_nrhXrW 0","resourceName":"basic_onboard_nrhXrW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"338b4da9-4c56-4da6-979a-748380ea1aa0","resourceInvariantUUID":"3a5b6dae-03b8-4624-88a4-eaf48138f69b","resourceCustomizationUUID":"1e19944e-070a-455c-9af9-3f2ff5b83ace","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml","artifactChecksum":"Y2I0MzhkNWE2ZDNkYWI3N2VmMGRlNmNjYjA2MGVhZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a16bbdd-01ec-4eec-aee4-831afcd1867c","artifactVersion":"1"},{"artifactName":"basic_onboard_nrhxrw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json","artifactChecksum":"OTZlN2FmNjJiZmRkOTNjYjg4Njc0MmU1OTZkZDBkZDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ad0053e-b81a-4178-b628-007cc3240bfb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58a8e70b-ff71-4240-b833-d2d5ed67fb7d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e73a4857-6303-4275-91f2-3621a6cf857a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f3d824d1-c5e9-41a8-be23-8a75516c50a7","artifactVersion":"2","generatedFromUUID":"58a8e70b-ff71-4240-b833-d2d5ed67fb7d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNrhxrw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml","artifactChecksum":"NDhiODFjZWI5YzIyOWYwYWI4ZTE5YmRhMzNkODFjOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4837a00b-711a-44cf-8030-85bef5eb469f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNrhxrw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar","artifactChecksum":"ZmMxODI4MTI0ODQ1Y2VkMDgyMTM2MTY2MTIxYTg1ZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2957df3a-a568-4823-a86d-f11c0f514c8f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-10T04:04:01.741Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:04:01.741Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:01.743Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:01.743Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027437375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:04:01.844Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:04:01.845Z||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-04-10T04:04:01.845Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:01.856Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:01.857Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:04:02.744Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:04:02.745Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:02.747Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:02.747Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027437375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:04:02.847Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-10T04:04:02.849Z||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-04-10T04:04:02.849Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:02.864Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:02.864Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:04:03.748Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:04:03.749Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:03.751Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:03.751Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027437375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-10T04:04:03.851Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:04:03.852Z||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-04-10T04:04:03.852Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:03.861Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:03.862Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:04:04.752Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:04:04.752Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:04.754Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:04.754Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027437375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:04:04.855Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:04:04.856Z||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-04-10T04:04:04.856Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:04.864Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:04.865Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:04:05.755Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:04:05.756Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:05.758Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:05.758Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027437375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-10T04:04:05.859Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-10T04:04:05.860Z||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-04-10T04:04:05.860Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:05.869Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:05.870Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:04:06.759Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:04:06.760Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:06.764Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:06.764Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027437375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:04:06.864Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:04:06.865Z||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-04-10T04:04:06.865Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:06.875Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:06.875Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:04:07.765Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:04:07.767Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:07.770Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:07.770Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027437375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:04:07.870Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:04:07.871Z||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-04-10T04:04:07.871Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:07.881Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:07.882Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:04:08.773Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "serviceName": "basic_onboard_nrhXrW", "serviceVersion": "1.0", "serviceUUID": "3c4077e7-ee86-493a-998d-d08f27aadb3f", "serviceDescription": "service", "serviceInvariantUUID": "2f722286-3d9e-4d60-9397-a8a9513897d1", "resources": [ { "resourceInstanceName": "basic_onboard_nrhXrW 0", "resourceCustomizationUUID": "1e19944e-070a-455c-9af9-3f2ff5b83ace", "resourceName": "basic_onboard_nrhXrW", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "338b4da9-4c56-4da6-979a-748380ea1aa0", "resourceInvariantUUID": "3a5b6dae-03b8-4624-88a4-eaf48138f69b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_nrhxrw0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "artifactChecksum": "OTZlN2FmNjJiZmRkOTNjYjg4Njc0MmU1OTZkZDBkZDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3ad0053e-b81a-4178-b628-007cc3240bfb", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "58a8e70b-ff71-4240-b833-d2d5ed67fb7d", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f3d824d1-c5e9-41a8-be23-8a75516c50a7", "generatedFromUUID": "58a8e70b-ff71-4240-b833-d2d5ed67fb7d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f3d824d1-c5e9-41a8-be23-8a75516c50a7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNrhxrw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "artifactChecksum": "ZmMxODI4MTI0ODQ1Y2VkMDgyMTM2MTY2MTIxYTg1ZjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2957df3a-a568-4823-a86d-f11c0f514c8f" } ], "workloadContext": "Production" } 2021-04-10T04:04:08.774Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-10T04:04:08.774Z|f3df069d-b152-4daf-88e1-5e4472216a54|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c4077e7-ee86-493a-998d-d08f27aadb3f ASDC 2021-04-10T04:04:08.844Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:d6b38a01-46b5-4868-9149-3a864acf44f0 ServiceName:basic_onboard_nrhXrW ServiceVersion:1.0 ServiceUUID:3c4077e7-ee86-493a-998d-d08f27aadb3f ServiceInvariantUUID:2f722286-3d9e-4d60-9397-a8a9513897d1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNrhxrw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar ArtifactUUID:2957df3a-a568-4823-a86d-f11c0f514c8f ArtifactChecksum:ZmMxODI4MTI0ODQ1Y2VkMDgyMTM2MTY2MTIxYTg1ZjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_nrhXrW 0 ResourceCustomizationUUID:1e19944e-070a-455c-9af9-3f2ff5b83ace ResourceInvariantUUID:3a5b6dae-03b8-4624-88a4-eaf48138f69b ResourceName:basic_onboard_nrhXrW ResourceType:VF ResourceUUID:338b4da9-4c56-4da6-979a-748380ea1aa0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_nrhxrw0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json ArtifactUUID:3ad0053e-b81a-4178-b628-007cc3240bfb ArtifactChecksum:OTZlN2FmNjJiZmRkOTNjYjg4Njc0MmU1OTZkZDBkZDk= 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/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml ArtifactUUID:58a8e70b-ff71-4240-b833-d2d5ed67fb7d 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/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env ArtifactUUID:f3d824d1-c5e9-41a8-be23-8a75516c50a7 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/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env ArtifactUUID:f3d824d1-c5e9-41a8-be23-8a75516c50a7 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-10T04:04:08.844Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c4077e7-ee86-493a-998d-d08f27aadb3f 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-04-10T04:04:08.921Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T04:04:08.924Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||MSO config path is: /app 2021-04-10T04:04:08.925Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||MSO config path is: /app 2021-04-10T04:04:08.925Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 2957df3a-a568-4823-a86d-f11c0f514c8f from URL: /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:08.926Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - download 2021-04-10T04:04:08.926Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:09.133Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||GET Response Status 200 2021-04-10T04:04:09.137Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar 2957df3a-a568-4823-a86d-f11c0f514c8f 70263 2021-04-10T04:04:09.138Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar ASDC sendASDCNotification 2021-04-10T04:04:09.138Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:09.138Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:04:09.138Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:09.140Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:09.140Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027449138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:04:09.240Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:04:09.242Z||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-04-10T04:04:09.242Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:09.252Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:09.252Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-10T04:04:10.141Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T04:04:10.146Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||MSO config path is: /app 2021-04-10T04:04:10.146Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 2957df3a-a568-4823-a86d-f11c0f514c8f, URL: /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar to file: /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:10.148Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:10.149Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:10.149Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:10.406Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11689214713313282013/Definitions/service-BasicOnboardNrhxrw-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-04-10T04:04:12.220Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-10T04:04:12.224Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||#################################################################################################### 2021-04-10T04:04:12.224Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:12.224Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-10T04:04:12.224Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nrhXrW 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:12.225Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||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-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:12.225Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nrhXrW 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-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:12.225Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||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-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:12.225Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||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-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:12.225Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||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-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:12.226Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:12.226Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:12.226Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||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-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:12.226Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||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-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:12.226Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||WARN|500||#################################################################################################### 2021-04-10T04:04:12.227Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:12.227Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:12.227Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is matching search criteria 2021-04-10T04:04:12.228Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Search for entities recursively 2021-04-10T04:04:12.229Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrhXrW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T04:04:12.229Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:12.230Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:12.230Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is matching search criteria 2021-04-10T04:04:12.230Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Search for entities recursively 2021-04-10T04:04:12.230Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrhXrW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T04:04:12.230Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:12.231Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:12.234Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:12.235Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is not matching search criteria 2021-04-10T04:04:12.235Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-10T04:04:12.235Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-10T04:04:12.235Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-10T04:04:12.235Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-10T04:04:12.236Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-10T04:04:12.236Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:12.236Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-10T04:04:12.237Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:12.238Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is matching search criteria 2021-04-10T04:04:12.238Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrhXrW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:04:12.238Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:12.239Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is matching search criteria 2021-04-10T04:04:12.239Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrhXrW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:04:12.239Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:12.239Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is matching search criteria 2021-04-10T04:04:12.240Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrhXrW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:04:12.240Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:12.240Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is not matching search criteria 2021-04-10T04:04:12.241Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-10T04:04:12.241Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-10T04:04:12.241Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a42329b6-d638-4ec6-9f9a-71c7f2d982f7 2021-04-10T04:04:12.241Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:12.242Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:12.242Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:12.242Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:12.242Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:12.243Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:12.243Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:12.243Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:12.243Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_nrhXrW Description:service Model UUID:3c4077e7-ee86-493a-998d-d08f27aadb3f Model Version:NULL Model InvariantUuid:2f722286-3d9e-4d60-9397-a8a9513897d1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_nrhXrW Model UUID:adec7cf7-e852-485b-95b3-a203cb78e00d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3a5b6dae-03b8-4624-88a4-eaf48138f69b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1e19944e-070a-455c-9af9-3f2ff5b83ace NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e6c79d9d-2170-4e71-9183-5931716f635a ModelName:BasicOnboardNrhxrw..base_ubuntu18..module-0 ModelUuid:4db6a08e-d454-4cad-913e-338a52c8a1ad ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a42329b6-d638-4ec6-9f9a-71c7f2d982f7 ModelInvariantUuid:ab318692-0107-4adc-8f19-d14918abae35 ModelName:basic_onboard_nrhXrW-nodes.ubuntu18Cvfc ModelUuid:b67fb1fe-2169-49ba-94c0-b4a2c2a6c18b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7e222300-2e1c-4ae7-b6f2-f9e43a2ee6e8 ModelInvariantUuid:8f796532-dbb7-4fa6-8746-bccc6f2e4f3d ModelName:BasicOnboardNrhxrw.compute.nodes.heat.ubuntu18 ModelUuid:8f38d835-650c-4ea4-9d5f-433eec3eb62f 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-04-10T04:04:12.249Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 338b4da9-4c56-4da6-979a-748380ea1aa0 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-04-10T04:04:12.257Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||basic_onboard_nrhXrW 0 2021-04-10T04:04:12.264Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 338b4da9-4c56-4da6-979a-748380ea1aa0 2021-04-10T04:04:12.265Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 3ad0053e-b81a-4178-b628-007cc3240bfb from URL: /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json 2021-04-10T04:04:12.265Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - download 2021-04-10T04:04:12.265Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json 2021-04-10T04:04:14.164Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||GET Response Status 200 2021-04-10T04:04:14.165Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json 3ad0053e-b81a-4178-b628-007cc3240bfb 798 2021-04-10T04:04:14.165Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json ASDC sendASDCNotification 2021-04-10T04:04:14.165Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json 2021-04-10T04:04:14.165Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:04:14.166Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:14.169Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:14.169Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027454165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:04:14.269Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:04:14.271Z||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-04-10T04:04:14.272Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:14.283Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:14.283Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-04-10T04:04:15.170Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNrhxrw..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e6c79d9d-2170-4e71-9183-5931716f635a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4db6a08e-d454-4cad-913e-338a52c8a1ad", "vfModuleModelCustomizationUUID": "afbb5e2c-c168-44fa-85c1-a821f54f141b", "isBase": true, "artifacts": [ "58a8e70b-ff71-4240-b833-d2d5ed67fb7d", "f3d824d1-c5e9-41a8-be23-8a75516c50a7" ], "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-04-10T04:04:15.194Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNrhxrw..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4db6a08e-d454-4cad-913e-338a52c8a1ad VfModuleModelInvariantUUID:e6c79d9d-2170-4e71-9183-5931716f635a VfModuleModelDescription:NULL Artifacts UUID List:{ 58a8e70b-ff71-4240-b833-d2d5ed67fb7d , f3d824d1-c5e9-41a8-be23-8a75516c50a7 } 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-04-10T04:04:15.198Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNrhxrw..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e6c79d9d-2170-4e71-9183-5931716f635a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4db6a08e-d454-4cad-913e-338a52c8a1ad", "vfModuleModelCustomizationUUID": "afbb5e2c-c168-44fa-85c1-a821f54f141b", "isBase": true, "artifacts": [ "58a8e70b-ff71-4240-b833-d2d5ed67fb7d", "f3d824d1-c5e9-41a8-be23-8a75516c50a7" ], "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-04-10T04:04:15.198Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNrhxrw..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4db6a08e-d454-4cad-913e-338a52c8a1ad VfModuleModelInvariantUUID:e6c79d9d-2170-4e71-9183-5931716f635a VfModuleModelDescription:NULL Artifacts UUID List:{ 58a8e70b-ff71-4240-b833-d2d5ed67fb7d , f3d824d1-c5e9-41a8-be23-8a75516c50a7 } 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-04-10T04:04:15.198Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 58a8e70b-ff71-4240-b833-d2d5ed67fb7d from URL: /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml 2021-04-10T04:04:15.198Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - download 2021-04-10T04:04:15.198Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml 2021-04-10T04:04:16.166Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||GET Response Status 200 2021-04-10T04:04:16.167Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml 58a8e70b-ff71-4240-b833-d2d5ed67fb7d 5033 2021-04-10T04:04:16.167Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-10T04:04:16.167Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml 2021-04-10T04:04:16.168Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:04:16.168Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:16.171Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:16.171Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027456167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:04:16.271Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:04:16.273Z||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-04-10T04:04:16.273Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:16.283Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:16.284Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:04:17.172Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: f3d824d1-c5e9-41a8-be23-8a75516c50a7 from URL: /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env 2021-04-10T04:04:17.173Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - download 2021-04-10T04:04:17.173Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env 2021-04-10T04:04:19.068Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||GET Response Status 200 2021-04-10T04:04:19.069Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env f3d824d1-c5e9-41a8-be23-8a75516c50a7 909 2021-04-10T04:04:19.069Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-10T04:04:19.070Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env 2021-04-10T04:04:19.070Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:04:19.070Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:19.073Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:19.073Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027459069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:04:19.174Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:04:19.175Z||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-04-10T04:04:19.175Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:19.185Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:19.186Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-10T04:04:20.074Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: 3c4077e7-ee86-493a-998d-d08f27aadb3f 2021-04-10T04:04:20.075Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nrhXrW 0 338b4da9-4c56-4da6-979a-748380ea1aa0 ASDC 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 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 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-04-10T04:04:20.112Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:20.113Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:20.113Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: adec7cf7-e852-485b-95b3-a203cb78e00d 2021-04-10T04:04:20.113Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: adec7cf7-e852-485b-95b3-a203cb78e00d 2021-04-10T04:04:20.123Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel to get resource 2021-04-10T04:04:20.151Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel 2021-04-10T04:04:20.152Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|INFO|500||Invoke 2021-04-10T04:04:20.152Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||===========================request begin================================================ 2021-04-10T04:04:20.152Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel 2021-04-10T04:04:20.152Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||Method : GET 2021-04-10T04:04:20.152Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/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:"d6b38a01-46b5-4868-9149-3a864acf44f0", X-RequestID:"d6b38a01-46b5-4868-9149-3a864acf44f0", X-TransactionID:"d6b38a01-46b5-4868-9149-3a864acf44f0", X-ECOMP-RequestID:"d6b38a01-46b5-4868-9149-3a864acf44f0", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"d5731c27-d70d-4261-b039-5df33897affa"] 2021-04-10T04:04:20.153Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||Request body: 2021-04-10T04:04:20.153Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||==========================request end================================================ 2021-04-10T04:04:20.514Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||============================response begin========================================== 2021-04-10T04:04:20.514Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||Status code : 200 OK 2021-04-10T04:04:20.515Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||Status text : OK 2021-04-10T04:04:20.515Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node04s2of9vd0y0s1erdioimkejj8312.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardNrhxrw-csar.csar"", Content-MD5:"YTA4MTllYjAzNmY0MDUxNTFmYjUwNTRlMGIxYzQzNTI=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"d6b38a01-46b5-4868-9149-3a864acf44f0", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-04-10T04:04:20.538Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||Response body: PKA�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPKA�RTOSCA-Metadata/TOSCA.metaM���0D����@A��A՛�����[�]#�{{�8/�&3������4O��Y}nN�M��H��1��j�b�)� H�@]I�� �=y�B��ZƜ����!�e�W^���3�q u�)1(5@D�� ���K�D�$f.[傻���I�PK�1M��PKB�R4Definitions/resource-BasicOnboardNrhxrw-template.yml�Ys����� �z�t�Cf��u���i�$�ھ0�C��ί�`V��v��� }������P5�i�Vdyn��P���2Q2Z�o#u[�T�/EЀ<��a,w ������)#��&V�d J�d�AS�9A6%E�P�dh }����1Dy�e� �k���'��A��CKW=W�``�n��<�A�z`�Q���%~m|��W�Zx����\X:~�Z�x��Q�?P�Ł��kxA��*yژ�����'n�~j �� d�cGC�Oa9zA���D� cZ6Ɛ<m�eT&��ٸ}�Y6�VuJ�y65@6L��b�����l�"����I6�{���Hn�eS��zQ��<��8�+��Xn���qrF@�S�y��A���b��u:wH�+���mR�ngdF�����b-v���g+S����>dp:�;��`ѵs�.˙��qD�������9���sg7T��M'�~+�/��A�{G:L��C+�MT��k�� }��"g7|��u�o��{+x����d8L�[14m`��;J���(7�v3�l�MPd"I��+��ZT������[l���4�`��%W��xv@�2�'$ě0��S&��x �Yٌ4��Pn�����_N̏��:g���oe�`� s=��dpz���� �0%.-_��0R-7�p���P�b ��"���FA\�O�<�-�B���d�QG���0�hJ]�l��gl�7�y�b��x� e4O:xp0=K��\ \�֢��b�K�R3�i��Z�����b� �U�#�m�@�i� k��?/.���~: 3\A�N��F��\�:p��M�A���&au��.�3\]�Ad���I�3��U*n��B�K@f �L �j;X������ۀ�0�� ַ�G�8'�ǚ�D��0|A�)�� �8�6:A�<��N�����L0�������Ǽ~���a���� �����5|�n7�b�Rs� ���٫'�mq����;�z}5n���k�k�m�xʥ�=�S���)ߝ���u{�n.�ξlD��珋w�%X�b��e���w�Jq�ߗ���������WW�1�{�_��| ��u�vƏ���}�� ��O����{$�B,�������x�8�/_��w��.=���zr{���|�Z��f� <������/��yl�ߡs���]��������� �|@��?_�R�/�������7�.�E�5���J���1��ٯ; ��|�K���~̻��X�\�*W������j?.�WßI��Ǵ�M�%�^����;3y$��@S�P��Y?S.?��y�&�h���Vn����ٱ��M>���ݬ���'��̾��۩ ����~������~ac�]2�g���_����/��WK�{�pDql�p3�i�7���h�� 1��e0��Dؒ��l��;X&�E C�G/L��I��A��#~�IR�U]����5C�xf�����ɉ�_���rH�_��I vH��Ã��Gp�D˜^0$x��~p�A�����lf,j���W���b���Q�K!��h���O�� ����U�C��������Ρ����jZP8YRx�r���Ёlr 08Q�d�A$�s�D�&�ƙ�Q� PD��y�����Z��a�9�G�Cd$E^�M�$�@D�S�`���7�7'9|�U�݁J�{f�=��bJ����:Qk�.`D�hbX0Ķ�S���Yn��V����rV,�����v�v�k_�6��;G�TߣK��Dᣠ�_K����[1f�z���M�Ԧ7�-!�1�V&��T3e*��/{6�T4�0�Z]A;ƒd��$��*��d�U�l;M-�*� L �:�? �j�H� ˫"cI;�桪�f+Ti�����@Y^����@S�5��ף�:rh���'Z�m_v�@%v��������ӧ��Q���"���eG((�Q��g�2�$$�t�� ��t���"��6��2a�d�$�5���x�I��촢,g�(�V:�U�L�m�*f��I�T#�ht��bp���HE� ��(��X|�0�#r�+y�M� �j���q�]����R*%��%AP�S�k$� �p&{Ѩ����8�C���qi�z�ɣ��*�CԚ��Ġ��br��|�q��ٕ�Q�p�u�!���c]��M D(���K���OʢXw� �� ��H@7d�� �� +��� |������UEB�����Řh��؜�MV����CBڊG��.r ����0�4��f����^XI.��rT� ������� ��{��Z&��x��߻� -3��V��B�znw��D��{6�*�_2��(8/�s�����aNٓ�iH���.�;�� Ϸ Zne�L�ҝa�i��)_)I5�mHcu�(���Sލ�J�%,n� ۸+�g��5���N��^]H���H���-s�&�.��F;�sR��Em̚��c�cv��!M2D��uiR �"h�X���;8/��"�)ؿ��˲���r�.��&�R��ޣ��4���T�T��*A�l�Id0�o{�L��B��������'�S�kX�k�*�Qz�j4�o��q��2zi I$?`At4WU#B�>Q �<7a��&8ep�Ɗ�M8ɔ�1�#�R��I��0ı�- ^@@d8�urР�?6͋f�b��0���7lQ^�5�<��j��o�`ٗF�,s(�C���2���>Qb�{@=�p���A�ɐ��x7���9VT=��\N���J��E�a���� �#|�#C=�� �������Φ���N� �nB;��$��M��u�4c���:��ۙ�u�g/� ��w(8^�6c+c�/����ͭ��wG�h/_��� ��p�x�4p�~���j�EН�� i�=�.� �d�y.H{��^gn|� ��'����M�f�� P� ������U>~jϳ�m�����>w� tM�ʶ��S�2�Un�urP��I(P}\H����}P�d�O5��H��A)���v�_e����Y�߷o��h2(����Ҥ}T�WOy�t�=����dpk�_X]/Q�|r���j�w ��Z�PK��9���VPKB�R>Definitions/resource-BasicOnboardNrhxrw-template-interface.yml�][s��~߿���w�$s3U��x��$�8Fs9u�j�ю@cӘ���-"(Ę�d؅O}[��z�Z}�(ԑ�(–�� q�ŅD�#����RRJ���P�⏂da � ��td��� �3 �PPώ&�7��*����h��}?)�m#;�6��O<"؍�Z����@�Z��{~`Y�.� � � ��J !&#�Ђ*6m�@�D��L�k�Aj�b@�6���E�$h5E'ؼH��%@���AKd� KJV�I�LWL��LQH[��U��5���uK�A��H��\H�d�B� � ܍�4hI7"�tِ��[0CԤ�'u��� '�S�]H:0�e5�ي�� ˡ��H������%�_L�)q�[:�؀��R��+0�H��7$I����L~��j�� �-�E�-�1Y�Ha�� �j����Aa��x[��E讥FհC~�HJ�a@�0�b#_�S��lջ�Gj3���e�9��b�W&0#vLe��*�E��m4�,U�c�L�����-���V��ٵ�H�\ |c�,:��2�A�� �(�Q�)�"AP��� �b�w�q�8@��_�ܞ�z�S���o�ڭ���Q�^ֆӑg> l�H���΍�����ϴx�~z���'C�%�]�]��/NG�ĩ?�^�f���m��L��Л�&��N�i���3�V����F�Cݖ[�m�]־y�e 4����z�����/�e�*?���{�tr58}���7�ޠ\z���g����y2O���K�§Jirrwv_��z|^&d��͹w�=�쌿߷{�К��üs�m�����ɴ��Z�w6V��G4}81�k`�����ڶf���M0�ú���q&��drV����1=>r��+J:�W���Dq����Щ�9�+�5���2��<�;�d-St��e[�A�wnB�W�w�,���Y��<�m�N u��������p0�[���'I��>ˑ2��C� O$ �`6RfN9+�Ê�L�B���$�T�8+m��_��j!��v��4ޟ�-��E�58C|��0��X��I�?�l��)�J�:���c�b5(1�m�4�!Z���p^��)��{� A�"�uhΑ�b��'��L�1Y��4��IΎ=�c�n�!M ���f���D:SDs�Cc�����'��$�$��G�S���n % �~q-~QI5�Z�.N��7*��!mOT��)K�)��cjʩ�uܙ�Ld�̍NJ��D=�} gO��YA�=��N��ɺ�3�*�F�C˽*5�5��h��'�Q�|y9w1w��s]6{���a��0�#��[�R߲��L�*�y΍P��J�h#l���$�?�"����, OgTNҤ�-�B���f���k5rSZ���O���Oۥ��<�oa��KZ�DW#��7��&a�:{��z�%m������m0,���9�V�_;d��)�{��Ujan�����ޔ���m���$f��c�ם��z�C��� �A5t�oy��Y�峅l�_��?zgA��cfyT>��V%� � BZx7nn���(�9S6a�T^>��;��1������?9q����P��W����{  $^h�18���v�^Z <��0�X������90�^Oeg`�g��pl���y���Lj}�)_�Oqa/{NA� ro�(��B2E��a97D�@�#K��vn�ҧR�&2E������Is#k�����4�����M��۹I��p�3K�<��ғ[�s~� \K*�BBΖ��e r���14!�x�jN�=�$ �oL���؁ LnA�g��U�p%w��L���S:&/�h���)�ֲ�"<{�K���}o/��f���[�i>��}�|�r���:y��Mְ�Y�w��)�S)^�"�� �;��͔5�3E�r�ؓ7�)*@K�Uw9�������޾�P��CIRF���+��?��kuĿ�_���Y�2��A�s��g�>˪{l��ġ���~2�9x�r�2Y�k� �j�c�2ƌ)�\;:%�R��]Ț�z]�^׬9� �e gu���j�#��(� m�t���.%�G� Y// ͢p�J���c(a�S��M��5ֲIoѮ��PK�1ذ� t�PKB�R.Definitions/resource-Extneutroncp-template.yml�VKs7 ��W�ԴmdG~�M���fYml_:�.+q�%7$W�&��^���Jv"i���@�#��Ӗ�$�\(�V6Y���� *+�Rb�f�LN�ӓ˘c� �P+fS��a:���j��u68�d����b4��O����*�g��aN�j�3��j���|0J�g����y~���.�;2V����ͰrF��9 3�܈���K���/�p��B�0�B9H�Ep��I �-��͜N�Bȍ.ȗ���r�p��:��Q�'��ҍx��I�/p+�@�,� Z]���2mb������O�o/��D��i4��S6|����PΪ"E���� �_g�(RY�w�\HrѺ���5�w�2��F�Y�R!���&}ycjP����(�l�����j۪�4�RK�wB��Ƅ)�]�o�C٤��6�H�T&��2jS�2Z�E}��.�g�/z��p`�ϥ@i(�٤�$T��"��p�K%f��ef�5�Fu�-P$[P�B}�m&����u �0����92���BΤœ��JpL� ���Ø�C0���)����H_�M�DŽ�e�3�j���C����`�1��_�a����'b�2"�b��]TRX�:�q����$|߼�Ρq�Q�ރ*Iݒ:d� U9 Q@�uf�X�Ăm`�����́h��EM�q�hN��P�9^)�C_[��=],Ebj�� �B�r��&�D��9m$VI÷�}��AX��ux���0J�!�8�g�P\V�豠�����Q�;����1ɜ>��.rB��R�9uT�&P׮TB����jO4��d<����m�pw�y��Ę�~��"��Z��at��/��$r�D������n7a��j���}��4�.�$ ������?�>�x�$�A8A��tn7i��GJh��lj>x�ӲMD�x;E�!#��nfR�~q�#��밬*!�8L��2:S����q�����$�uۑ!���������}�ߵGdh v]��I��wx�_>��ْ��w1�G��(wƝ����^�p��~���{�Mn'��R)��n��!�����bڏ�]n�����7<_���o����m���bB>�E�dz�U:U��r�VG���鏼� PK�PtVN� PKB�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�PŎ���M�EMŦ��B���M,%jIʁ��wDI���7ѠƇ���<~�2R3���%7\�:=��x�!�fi^T�#-D���U�����!������0feGa`p<0X�}��Yq�W< ����—, (����W�+VԄͣK Vi���5��`������Ik�E����G+�ǞF+*�d��Y��ِp�w*کm��� NW#��AF�A^ha9 &�����ך8� ��z"鱿�t�G����00zVt���K�1�=�p��1s9��6VJ��"��w ^G��ȼ؀��Z�S�0PL����c�Q �_�F��� +ݢ��3�_�� �� ��}���-���%7�f�Ix�<��.�/5���\��1�ˡa����Y�8� W�'�3x�W��9�&��",��z��� ��Jz���PK�u �>KPKB�REDefinitions/resource-BasicOnboardNrhxrwNodesUbuntu18cvfc-template.yml��r���_��L��.�����LՌ��9�� $A ^I�ޯ�o������������h�( c�qi@�y",�/7F�u�ԏ�~c`k��m�K4_̷h����9��~��&�k�ʁ��ֵ.A��f��{ ��ڞ#k���o������qLm3 �3� ����_(�R+ �t��;�6�C��h�d+� ��_ i$��wĉAc#��c��H������Ϗ@���??��6N�!d�7�$ ��1�Ԫ�o�8a�N���8L�M~�� Y{֧���D<�c��b6����S�R�"@�Ç+�FȒ�� e��� åP���{��E�"�Ƣ����2A��(#�T�H#V�(�,LE����B�ڭ!˶A��t�P��j^9���v $���&�" *�q*_s"��ž8��SH(��&՞ yIH��0�{�s��9�U��T��q�·���/���:"�λ� ))(q�au�7�a���K�HpR�C-�B�AF�.���ៀ_�B9�����&L:���aa�8%�s�d�I� <��ekn`��\hf�@;> L ������Tf�� �h� ��/��8`�YJ�F$�Ռ�#�q�Y�U��!k����q�f��a�������z�0NN� C0uAgB.�b��Đ9�hK�|'S/����m���#q{%c8�!���YŦlM��L�-�-�B��k&���L>5� �����e`��M��o��Hjm�p�y1O�K�μj��{�&p�<�$����V��̗�Nf�� ���\*�o�?>fWH� h�j���d��� >�A��A�'�'���Znd��9�pGz8����L�ݧ;ho�y3-3d�մ�x}�:��w�'���4ݟ0tgµQ#��6A~�fpxL����6�Oӌ�.��\�i`7�鳛h��,5���6h�~�}��@I<���D�����Al״K�U5J�j0X �I%�!2z3��/f9���#,� ~�~�A��C� ,)�Lk��c;�;�ͧ|�b��8��`�Y)輍�`����+���[G#�׷��^^�����uG�éJA�A�a&j����4:�yX\9{�6��3e9?x& �q��:��gN'��s����j��ڢ��7h�]o�e���]���r*�e�sv�k����hM��k�W+B��6K�vV�8 }�gA��[�\.W�9Z��c�E ��=Y�� �U�U��L��X`~�R���(�6JM:�$KT�MW��0Lf1�s�n����{��Y~���C [7�X+��$��a �&�T[��v����5!�8cСQ�J6�Y�aD� �X��B ���&A"�8 �&�HE�*n�m��ƭ�LK�F+�8�K���F{�֨�>�,<�!qr���KP4�c�������T�Av1i9�L�Z�M:�J"u|BC2�S� l4��Tsӱ3%����9����#�0�:'Q�@h�t���GI� � 1�$�9�/�Ud�4l�È8��V��Pu�M+/fG��rּ�S`������;�{]o����5�� lg;�Y�r��׹�eIll��a��Fkk��٠���ڽ�V��^�Y7�����f�F�Y��|[Zh �{�x����t�d��d��#1n���;/hӲ��#�>Y�3�}�ar$̸{lFO�pY�W��q���"�o�{��n�����������?@U� �����J����e����d�i�u,6����QY�ۦS+�X �6�v�[@�ec4;q������k�y�z�[dj1�/�LYz�d/ d%ѡ�k�h�hu�'���m��Ju�i��t*29,�xܵ�Z�f�O�2[/�%����l��ͬ�f�P�BRi��� �S�n� ��!�2> ���'r�J�Ž/����rS��W-����0Mp:d����?��3#ufC�28 ��H;���|�cU�U�2���Ŧ`WN����b�ڬ W/�q+i]�ik��Q���۩�0�Z/�\K%#���]&ҳo�e����wڨj^��Ր�ue���T�"�)�w�_2��!����E6��Ļ'�w"F���-���iŗ�8RѬUܓ,�L5O����(-� *�PV$�5+u=�;���œ������I(� o}e�~��sPT���_����*:Zʪ��U&;[$S��Y PV�$�%�D�����k�!{�܃}KQ R����Is��G�Q��y���Ie�����Y�s�ʪD���Z��8c�2�AGo�BC'Trz�5�]V� ��e�RѺ �3OBX����(X�T�:Ue�CB���3�lC��P?Ft`p�`��7=�7P�z�O�G��ˆZ Ϊ��(��=�{+=�������T�1ѹz�Z�����RB:U��.�#�V=�")���_q��j�9�̦gy�,�Eҳ���.��� ���[=z�D�;އ>�OYB�%�+:g��� /��#�м�s���j��R�4Ph{^z�"q:���Vðjؠc@zຳ�J�n֑��l�����}�QQ��.j��;H��H��E����s���R���>�G�8�'���X��^�#������5+�V0�-�Ɛ�"��=:jw�4�}۩����8Z�͛�V�ɤY�����>�Fb��Q�"�{�4�ٴ���x��w|�G����*ε� ���XcI�[�^�5�+^�_ ���� PK�t�.G �OPKB�RODefinitions/resource-BasicOnboardNrhxrwNodesUbuntu18cvfc-template-interface.yml�]�s�(��_������i+�tz���&��L_��(���F- w��>�d�,�vɸ �l��{�_��`��%�L3��P���M��#Ŋ2�h��]��_৐Z��r�p�Q���g�rzS'��"���XoK?�Il�\�ˡR?���d�4�V�5+��ރ&�J���U�4�K�3ҫ�Mk�`΅�庹�d��4�Z(�*%唈�L%U�����%I?b��W�Xfr�,��JKLt��6_������YםQ�64CK)���Zz~|��eK yeg`Hס����qT�Sd�|@�͜$�u7IΔ�%I�ߊI�:?>�F���͚�y_6)��xE_�f`2#�W��@,l�d��P�Fer'����!N\��� f9��)��˾�~a8����!Z�R��A�7��̊�T�����.=�B�ĔI�d�z|&�8��c��jlt�|`XV��AÁx<c# ��k��ˊ�Q͇��~��y��XQ�X&z�T�r]��I�ډ�v���\y�g� ��Z���Ћ��Ϭ���WłJc�|�H���:��.LQ� ��{��C���Rl�O"�F��.�j\�:���L��^�C��΁⃞��w��¾2���fX,{ �īG�?��/!�\�Jv��K��������.� 0������_�~��ǧ]02�P=o��9>��k��I)LӜ�~�L}�}�{���[��4hh��zFp��N�K�ݟ���|�����f����i��Wҋ��V�������n��o���:*�$�U��S*)���V�d��G����!Ԓ��w����Q�]���z�51�+��hro�t�jkBF@%����' ��3���ܣRf�Av���w=)�|�� � BC�pz�v�l��8��^��T ��Z&M~�kݤv�I ^���6���fԄs��8�FdL� �����i�cV��m~!P�/�dz�t�-�ܚm$��T'�b\��0 HY�J�<"a$�� �(9"a��H��� �k�0)� cqg��U�v �#5��,H����Ӏuo��l(Xm­J�}��)CZk〡`���9���2��՘�Gv�<'\X�����?36���ε4��j:U�;͎�|����{�Rȟ��|�M�ϭ�y�`m�Ş�Vw�k���9��z�ŏb�� �,%���1���@ᾱϛ��#R�tH�ezyU�R��H�fB�4�͚�!���Dz+-�S_�����w�+��JG�̺��Y=`���sp�0g!��'��{��D�A4拀�cױ#�L���[��J����@$�cv�pG� ��V�J�a���y%^pG� r����Z&���ԡc��^Ǭ�%/ L�3 ��9tH�<�~;ED�t���0 (��U�Svg�hʤ�&b=�iw���:���{����U|�m�z+���̼�p�:ǻL��"�KLXkLօ{��������$���E�7�?�%d1��z}-�=tp��ViZ�w p&����N�t�o��"oҾ,o@N��HAX�5L����OԪ>Y.D}� ����[+L�n��3��b���co��|�K�gBЋ H��\��<�=S��oꀁ1v�%2̙��C�;�����H1��1����3h���e~��"`�Է�"�LyW0`�[��7ɦNB�B6|�)!��e��n�����{"`��߬��m��ߺ���3R6WE�_1� ���,��{���ۇ�j񅃩��y�ĉ"7�!u�b�7���KZX���=�/ (�R�x����%�� #�rnc^��0 �qv�Ejܿ���CC�q21.��`|Q1wD,L��h� �d�i�㖏^�ԁ��fn�Z�}o�w!ܿ����������'�4���7����3���ڕ�?Ao��p�ܢ�/ѶK�#x�M������4{z��:���lj�PK@���)}PKB�R,Definitions/resource-Novaserver-template.yml�WKs#5��W�p���^���,*$��PԔF걵��Ic���tK3�8q� )N$�I�_�;�z�3 �2*(k|6��c�B|�4dK^�l� �J\���G�)3�Nq.��L�/޾}�Eo�N|��w����á ߊ� �Tb���/d�x4*z�<��ཁ2? ��� /a̮�߁ChH���SU� o�r���8s�5��͕ 5~�\̔"�(�g����$�|B $�?� �ĖU�+�-��,V{d�a�d�j��HE�D��9D�[���JZ���d|Ε�^�{S�)��e�ȽF�tЭ�T�Ε�1(x�� K,� Ly想f��J�!��HR��j��Mn0��a �uK��i�>�1�aYa?L�[�Sd���Si���d �C9W�P;J7���N�#�n̮�No�W�T\_?{���ֆ��.���3��0;��.s@mo�a�Z����2&F��H�/K��T����w�+�+�m��ҥ7�tL���j�w�a�:[or%J�\Y���-�a��ؐ�v�:��H�f+���m�I��W�6��y!�)*3�?缟Z+����J�Y�l9ޭ�i�F����O��� ܺb�T&��_Q�F��Ί���{4%r�y! �$C�#"�������k��L�e��8�iG��0E`��:�nU��AV���3*E�5��ۨ�����b��c7�+(���]�;cU`W��pqyv����af�W�7�bOI�������]۟�5/��� �k�ǻ뫕�X�X!�T�>�!�AmJgĭd���M��[BՕm�b2��_�KGB%�ᦫ�9֚�����ز.#�����������6�_V ��������W�� �n��!���i�R1� 0�DM͗i���`�+:�~4N�� �n��7Ok�3,�x�`��1��Wњ2�@��@{��`ںn�U��A�7�杁O;ys�eH6�c"v��.GK�{�l��/+c�>A�q m�x�/ Uҟn��-Oi�8�;�1�7�[f^̠�����*�4�t= ��#0�H�,ʷ��^Yĭ����*��?:��|���K��'�]�~�[��g��|�����͈z[��QYZ� ����͛���������6�|�:��?��Z{�g�֒�-�D�c�]g�K��E�$�v���^�P������{r��������^ �+y\�h,��'�T��$zw�l����:�4EZ薭8^�Ă03ب|N�kX:*��+Ql�’�����5���/�����qܛs]���;��l�PX��N3�U�|�T��8PK~�E�PKB�RLDefinitions/resource-BasiconboardnrhxrwComputeNodesHeatUbuntu18-template.yml��M�� ����r2�Ď���j�CS����`H�0X����w��6ޭ�7��� �̐|��(�ƙd��̀!ҡfi E�v�+���5�M� $�7�7@0���ӗ�5���<��L q� eV�2R�R�й�[78�T���� ����AgE�#�E��;h�f�!�� A���W�ɥo�>!w^a���{ѻ��*�F� �K���O,`AX�7; ����ҵ���YB³ך}F"�$-���N�@&�F����5��?��8����h"������U�+����H �� �݇�M�&�c���R���g1�X���%t ��ᮑ{}AZ�v�b�� ,�9�~M���5�Eɛ� ��Os�{�N���l�ǡg�;��8~k!���XXf�̵ֶ�|@������*w����@?f����� PKF@��pPKB�R/Definitions/resource-Securityrules-template.yml�T�n�0 }�W�0�'�[�lÀ--����,ӱ0[r%9��~���� � �<�!I[e8 cL�V(i�jC�l�2"/2 +�g�,�Mr�,f�!OL &���u�6�+�7[7l�-�z�E|{l���Ŝm�KN��r9[,����m�-�8���[����"�y��X������Ve���1�Ea�O��Z�cgq߀�����W!Ql* �����%<r��Ի�RhJ�I���D�c8�HXfpr������M�Uno��1=a&��=�7�8�1G� &�VW��)欧<��Ǭ۱��+�='朘ڢ�z z6��FɇU{0���w���Ӯ�u�[�v��7�2�:����%u�Ë?��=�;��� \�~"�$�<��/PK���χYPKB�R(Definitions/resource-Extcp2-template.yml�T���0��+��m ��r�&Q��f�*�KU!c�UcSc����B����2��f�y3¨���a�%7\�:;��m��i������BJ��Y8+�F Ig\���D����:�{�P0E^��^��Ͻ%-B/"t��Ø�di�:q���i����P��)����ʂ�͓b(�M���vw7��+m�t恴T�(��eZ���’nn����=OIEr.�z��1�K5 �^��W���G����Cz�R�ӿ>y�z �R���X5�[�6&T��ʮ�������ϑ��P�ZݲY涝�#��Rv �w��>��]���ݬ�Z+���^�r��dW�ǧkސ�(m�FIo_� Ň����v�YؙβΌ�b�>�?��Ҷ=k�#��c��I�k��q3��u}sRQ㯆kd��AD��?PK�)��PKB�R&Definitions/resource-Port-template.yml�SMo�0 ��W���� ����m��0`K���ՠe:*K�$�ȿ���m�=�ȏ��O"���TH-�4ڥ{�� �6�dY)JX�4L�YIs����ޣ���v��&��ղX^���"�ÂO�( ��� � �0欎E�2�Qp.hī�2X��up�G�9EEњ�KJ��X�?99ae�[{TYr��evR�����=�sFH�� #�J��ڔU� P�a���Ɩ���*rs����������~�&+c��N� s��l�p�m�� z"������=|{l�����)B�������|���19�M]f�jgg3n ?�Kf��GizPH�2-0?���M��K� ��V�Iō�R�xO�����gYM��@O�YSOY҇+��xSr�z jm|�;f����\6=ް�y��k˼��N!���)O k�d�}0�����/�ʚ����y���+�a��R�����'P�r4��f��V��>⠚Ã��'[���R�����G�?%a,��[-ވI�;I�5o�N���E�Ȥ��ĩ������Q+�Q����������W�0��d��q��b�)�<�ϐ9]�q�{4�k%���X�͕>i�Im,�PKvs(]ePKB�R)Definitions/resource-Compute-template.yml�VKs�6��W�-��V�7?�N�3v�K�����1,�e~}$E��2a�s�tw?��[�z�2��42Hk|v@�i�BhT^�RaV3��e��i L����4�$3a�}w�g|!�Er�.V�*_��f�Z$�l#�/ &�vu����&b��$+\�%�7��zEk����oh�IN2_�Ob*��}��r�]�[9�)�R���x?}���� �F��m9_��Q,ο��N�Q7�Α��z5#vZ|:K���HK��(2��V������Q��9+Y.��2�wP��i���r�):���j�j%���J��<�:3Ɔ��57��l�g���-@G�v3�*��Y��`wֆ������ ��`q��s�>�b۳/�;h���WΡ�O�X �ۛ�������^v`J����I�G���_S�Jt�`�OK�I��m)Ք�&{$n���t#ͱn)Lyza������<�[�č�|B/�v������؎z$���"�)�'��[K�6�b��r�RX4�fw_�����CH�y�W��x"��5��k�<���v�N��h�9:�6�����[?��W�F'������۽-�#������o��T:�e����?b�=�?��k<�]R��{1mRdt����U�n�zĢ����t�w&��`x��a~I;^�>�(Z� (KYf>X�v�*��(��)_�@O =�c���ivI=ܷ����k��@[��?��gPK���� PKB�R,Definitions/resource-Globalport-template.yml�WKs�6��W���@�v\��i�X�/��&$��\��.��EK���D3rf����bm�f4� �.�֠4~̉qG�gy ��fi0�'QC�'�p���Sa���d<=��]�f������$�~�F�D4�g�a�OhU)��O�7�M���xD�p��O��d<����PY� ���T�4��ʠ(�ύK�r�ф�ĩ�T&�����7+�I�N*.�hNC�b��}�f69���OF $Rm0P��La+^��(�lT��#�H�9��\ܒ���ӭ�;H�j 3�G��)M�tnd��B@o>� 옾��xD���x��8���R<���5���:���U��P�*H�����=��A��(Y��JIu�˔�g!kY�B������ꈝ�-6h*�*�e��a2��B��~ ��$�7�r��a'���YE��J�-�EH�0U�"�7&�Sp��\�k�\�F�ˆG��ctE�oI��D� J �?�q��1j�M�� 2�F�c��mhՠt��u�V��a�$��Y1xW�]�X(1��/=?��� �ʹD.E{"��1Mu� ����Ej��Xe& a��Y�����(���`}��7�KB����Ԛ'b? �y!|\P1epa��� "�@��$yL�BtȊ������uwO����m�s�v��A$vTㄎj�>�wwa�L��N�x���^^չ���GL`�jn�[�J��($�ʒ|AU�WQ�c.Z &R`h�=S�І0�JL��h0D���HXn��h��4���3�K�>|^��F�w7��z���� ���1���)�<"R�/�`�ep�  �G���YMN���䱽24��\�[��)�F���=ϸ��޻��#.V�%�T��Ke-܎��a-G�`i�*����sC�I�έ6��[���m(�{���-��{�u��q��a��ׇ���F�����Q�'���n����]l{oI3zwb�3���-ؤ����f`9^A������-Jv�;�N{��[�- �H�w�1�5P��xr�A>$V'����@&G,�z�v���f_7Foҍ�y�#��{0����z��D>��wX�Z��Gj�5��=�85�kc>��q�7��oퟒ�PKˑ��k�PKB�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��PKB�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�'}8PKB�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?��@ @PKB�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&PKB�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�����PKB�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� PKB�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~(PKB�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���/�tPKB�RJArtifacts/Informational/OTHER/VSP_basic_onboard_nrhXrW_VSP_Information.txt��mo�0�_o��^n��ڍ1)R5m0TZ:i��185���I�>�HH�4� w�����\����l }�����"�}"��R� ��Z�j�x�.ăK��H�ԒV��Zi�c�,!e�ʤ�� 鐍##�l]z�jo.���uC���ŵ�]�Fg,q��ck� ���c�#��`���Љ�W���J��Y3���wGeIRa)�Ƃ�a��f�C�Yzȼ����z7�S$������;gV�X;�� � �t��g�{�ӄ�����1��D��`��W>bF�vM ��`�mT&�J��]TrW�=_�3�C�qM��%�+��V���Aϔ��%�eC!7��Ҝ�Aξ�թ���1ںY��3���4��~>��F���m��C�S�8W>"�M���C�n�:G�0�򜬲+c��w�p�Ced�j� �v�"�d\��KuNlh������>�Skj���B�*|��_��-e�.Y��t�g�q�u򲔠e�m���5��2V(�5I�a��d�{A�'�Z�t��7�����wp��HvSC(\�]�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�PKB�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-BasicOnboardNrhxrw-template-interface.ymlPKB�R�PtVN� .�Definitions/resource-Extneutroncp-template.ymlPKB�R�u �>K/~!Definitions/resource-Globalcompute-template.ymlPKB�R�t�.G �OE&Definitions/resource-BasicOnboardNrhxrwNodesUbuntu18cvfc-template.ymlPKB�R@���)}O�2Definitions/resource-BasicOnboardNrhxrwNodesUbuntu18cvfc-template-interface.ymlPKB�R~�E�, <Definitions/resource-Novaserver-template.ymlPKB�RF@��pL~ADefinitions/resource-BasiconboardnrhxrwComputeNodesHeatUbuntu18-template.ymlPKB�R���χY/�CDefinitions/resource-Securityrules-template.ymlPKB�R�)��(�FDefinitions/resource-Extcp2-template.ymlPKB�Rvs(]e&�HDefinitions/resource-Port-template.ymlPKB�R���� )�KDefinitions/resource-Compute-template.ymlPKB�Rˑ��k�,�ODefinitions/resource-Globalport-template.ymlPKB�R+�@j5��fTDefinitions/data.ymlPKB�R�'}8�Definitions/groups.ymlPKB�R0?��@ @ӐDefinitions/policies.ymlPKB�R���C&Y�Definitions/annotations.ymlPKB�R�����ȟDefinitions/relationships.ymlPKB�R 2ea� ӦDefinitions/artifacts.ymlPKB�R�H�v~(�Definitions/capabilities.ymlPKB�R8��޴Definitions/interfaces.ymlPKB�R5n���/�t׹Definitions/nodes.ymlPKB�R��N�G�J�Artifacts/Informational/OTHER/VSP_basic_onboard_nrhXrW_VSP_Information.txtPKB�R�� 'V�,��Artifacts/Deployment/HEAT/base_ubuntu18.yamlPKB�Rd�E�}�<�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKB�R� ��4f�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK� X� 2021-04-10T04:04:20.640Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|DEBUG|500||=======================response end================================================= 2021-04-10T04:04:20.641Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/adec7cf7-e852-485b-95b3-a203cb78e00d/toscaModel|INFO|500||InvokeReturn 2021-04-10T04:04:20.647Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-04-10T04:04:20.647Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||VF Category is: Generic 2021-04-10T04:04:20.647Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||VFCustomizationUUID= 1e19944e-070a-455c-9af9-3f2ff5b83ace 2021-04-10T04:04:20.647Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1e19944e-070a-455c-9af9-3f2ff5b83ace matches Tosca VF Customization UUID: 1e19944e-070a-455c-9af9-3f2ff5b83ace 2021-04-10T04:04:20.647Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||vfCustomizationUUID: 1e19944e-070a-455c-9af9-3f2ff5b83ace 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-04-10T04:04:20.655Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:20.655Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:20.656Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||resource request for resource customization id 1e19944e-070a-455c-9af9-3f2ff5b83ace: {\"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-04-10T04:04:20.657Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4918dcfb 2021-04-10T04:04:20.657Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:20.657Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-10T04:04:20.657Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : afbb5e2c-c168-44fa-85c1-a821f54f141b 2021-04-10T04:04:20.658Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID afbb5e2c-c168-44fa-85c1-a821f54f141b 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_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-10T04:04:20.669Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:20.670Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is matching search criteria 2021-04-10T04:04:20.670Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrhXrW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:04:20.671Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:20.671Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is matching search criteria 2021-04-10T04:04:20.671Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrhXrW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:04:20.671Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:20.671Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is not matching search criteria 2021-04-10T04:04:20.671Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-10T04:04:20.671Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-10T04:04:20.672Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a42329b6-d638-4ec6-9f9a-71c7f2d982f7 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-04-10T04:04:20.681Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:20.682Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is matching search criteria 2021-04-10T04:04:20.682Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrhXrW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:04:20.682Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:20.682Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_nrhXrW 0 is matching search criteria 2021-04-10T04:04:20.682Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrhXrW 0] matching following query criteria: sdcType=VF, customizationUUID=1e19944e-070a-455c-9af9-3f2ff5b83ace 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-04-10T04:04:20.685Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:20.685Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:20.685Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3c4077e7-ee86-493a-998d-d08f27aadb3f: basic_onboard_nrhXrW 2021-04-10T04:04:20.685Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:20.685Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:20.686Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:20.686Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:20.686Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:20.686Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:20.686Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:20.686Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:20.686Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:04:20.686Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_nrhXrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:04:20.687Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||Saving Service: basic_onboard_nrhXrW 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_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_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, 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-04-10T04:04:20.941Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nrhXrW 338b4da9-4c56-4da6-979a-748380ea1aa0 1 ASDC deployResourceStructure 2021-04-10T04:04:20.941Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json ASDC sendASDCNotification 2021-04-10T04:04:20.942Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json 2021-04-10T04:04:20.942Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:04:20.942Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:20.944Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:20.944Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027460941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:04:21.044Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:04:21.045Z||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-04-10T04:04:21.045Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:21.054Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:21.055Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:04:22.013Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-10T04:04:22.013Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml 2021-04-10T04:04:22.013Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:04:22.013Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:22.015Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:22.015Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027462013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-10T04:04:22.115Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:04:22.116Z||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-04-10T04:04:22.116Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:22.126Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:22.126Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:04:23.016Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-10T04:04:23.016Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env 2021-04-10T04:04:23.017Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:04:23.017Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:23.019Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:23.019Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027463016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-10T04:04:23.119Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-10T04:04:23.120Z||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-04-10T04:04:23.121Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:23.133Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:23.134Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:04:24.020Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar ASDC sendASDCNotification 2021-04-10T04:04:24.021Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar 2021-04-10T04:04:24.021Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:04:24.021Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:24.026Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:24.026Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027464020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:04:24.126Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:04:24.127Z||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-04-10T04:04:24.127Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:24.138Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:24.138Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-10T04:04:25.028Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b38a01-46b5-4868-9149-3a864acf44f0 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-04-10T04:04:25.038Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b38a01-46b5-4868-9149-3a864acf44f0 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-04-10T04:04:25.043Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:04:25.111Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-10T04:04:25.111Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-10T04:04:25.111Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-10T04:04:25.112Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:04:25.112Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:04:25.112Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:04:25.112Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:04:25.112Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:04:25.112Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:04:25.112Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||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-04-10T04:04:25.123Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-10T04:04:25.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.76.80 2021-04-10T04:04:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:04:41.300Z||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-04-10T04:04:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:41.924Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:41.925Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.925Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3df069d-b152-4daf-88e1-5e4472216a54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027436357, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2021-04-10T04:04:41.926Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:04:41.926Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.926Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027437375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:04:41.927Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:04:41.927Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.927Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027437375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:04:41.927Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:04:41.927Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.927Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027437375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-10T04:04:41.927Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:04:41.927Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.927Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027437375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:04:41.928Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:04:41.928Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.928Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027437375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-10T04:04:41.928Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:04:41.928Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.928Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027437375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:04:41.928Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:04:41.928Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.928Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027437375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:04:41.928Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-10T04:04:41.928Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.928Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027449138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:04:41.928Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:04:41.929Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.929Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027454165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:04:41.929Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:04:41.929Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.929Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027456167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:04:41.929Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:04:41.929Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.929Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027459069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:04:41.929Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:04:41.929Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.929Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027460941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/basic_onboard_nrhxrw0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:04:41.929Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:04:41.929Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.930Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027462013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-10T04:04:41.930Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:04:41.930Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.930Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027463016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/resourceInstances/basic_onboard_nrhxrw0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-10T04:04:41.930Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:04:41.930Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:04:41.930Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027464020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrhxrw/1.0/artifacts/service-BasicOnboardNrhxrw-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:04:41.930Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:04:55.123Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b38a01-46b5-4868-9149-3a864acf44f0 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-04-10T04:04:55.129Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b38a01-46b5-4868-9149-3a864acf44f0 and serviceModelVersionId: 3c4077e7-ee86-493a-998d-d08f27aadb3f 2021-04-10T04:04:55.130Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f722286-3d9e-4d60-9397-a8a9513897d1 2021-04-10T04:04:55.131Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f722286-3d9e-4d60-9397-a8a9513897d1/model-vers/model-ver/3c4077e7-ee86-493a-998d-d08f27aadb3f?depth=0 2021-04-10T04:04:55.137Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-04-10T04:04:55.250Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2f722286-3d9e-4d60-9397-a8a9513897d1/model-vers/model-ver/3c4077e7-ee86-493a-998d-d08f27aadb3f?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-04-10T04:04:55.251Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2f722286-3d9e-4d60-9397-a8a9513897d1/model-vers/model-ver/3c4077e7-ee86-493a-998d-d08f27aadb3f?depth=0|INFO|500||Invoke 2021-04-10T04:04:55.280Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2f722286-3d9e-4d60-9397-a8a9513897d1/model-vers/model-ver/3c4077e7-ee86-493a-998d-d08f27aadb3f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-10T04:04:55.664Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2f722286-3d9e-4d60-9397-a8a9513897d1/model-vers/model-ver/3c4077e7-ee86-493a-998d-d08f27aadb3f?depth=0|INFO|500||InvokeReturn 2021-04-10T04:04:55.665Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/2f722286-3d9e-4d60-9397-a8a9513897d1/model-vers/model-ver/3c4077e7-ee86-493a-998d-d08f27aadb3f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210410-04:04:55:297-55679], vertex-id=[221280], Content-Length=[0], Date=[Sat, 10 Apr 2021 04:04:55 GMT], Content-Type=[application/json]} 2021-04-10T04:04:55.665Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-04-10T04:04:55.666Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-10T04:04:55.666Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||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-04-10T04:04:55.671Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||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-04-10T04:04:55.672Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b38a01-46b5-4868-9149-3a864acf44f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-10T04:04:55.711Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-10T04:04:55.712Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:04:55.714Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:04:55.714Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||DEBUG|500||try to send status { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027495711, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-10T04:04:55.815Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-10T04:04:55.816Z||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-04-10T04:04:55.816Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:04:55.828Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:04:55.828Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 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-04-10T04:04:56.735Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:04:56.736Z|d6b38a01-46b5-4868-9149-3a864acf44f0|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-04-10T04:04:56.811Z|d6b38a01-46b5-4868-9149-3a864acf44f0|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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:05:06.355Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:05:06.356Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:05:06.356Z|d6b38a01-46b5-4868-9149-3a864acf44f0|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-04-10T04:05:06.357Z|d6b38a01-46b5-4868-9149-3a864acf44f0|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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:05:10.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.77.103 2021-04-10T04:05:15.895Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:05:15.896Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:05:15.896Z|d6b38a01-46b5-4868-9149-3a864acf44f0|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-04-10T04:05:15.896Z|d6b38a01-46b5-4868-9149-3a864acf44f0|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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:05:25.435Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:05:25.436Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:05:25.436Z|d6b38a01-46b5-4868-9149-3a864acf44f0|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-04-10T04:05:25.437Z|d6b38a01-46b5-4868-9149-3a864acf44f0|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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:05:34.974Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:05:34.975Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:05:34.976Z|d6b38a01-46b5-4868-9149-3a864acf44f0|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-04-10T04:05:34.976Z|d6b38a01-46b5-4868-9149-3a864acf44f0|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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:05:41.299Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:05:41.300Z||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-04-10T04:05:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:05:41.925Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:05:41.926Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:05:41.926Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b38a01-46b5-4868-9149-3a864acf44f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027495711, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-10T04:05:41.927Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:05:44.514Z|d6b38a01-46b5-4868-9149-3a864acf44f0|pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:05:44.515Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:05:44.515Z||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-04-10T04:05:44.515Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:05:54.053Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:06:40.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18 2021-04-10T04:06:41.297Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:06:41.298Z||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-04-10T04:06:41.298Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:06:41.299Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:06:41.300Z||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-04-10T04:06:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:06:41.436Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:06:41.439Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.439Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "cds", "timestamp": 1618027583211, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.440Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.440Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.440Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "clamp", "timestamp": 1618027576370, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.440Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.441Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.441Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-windriver-id", "timestamp": 1618027577674, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.441Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.441Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.441Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "cds", "timestamp": 1618027583211, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.441Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.441Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.441Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "clamp", "timestamp": 1618027576370, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "NOTIFIED" } 2021-04-10T04:06:41.441Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.442Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.442Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-windriver-id", "timestamp": 1618027577674, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "NOTIFIED" } 2021-04-10T04:06:41.442Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.442Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.442Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "cds", "timestamp": 1618027583211, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.442Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.442Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.442Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "clamp", "timestamp": 1618027576370, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.442Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.442Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.442Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-windriver-id", "timestamp": 1618027577674, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-10T04:06:41.443Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.443Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.443Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "cds", "timestamp": 1618027583211, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.443Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.443Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.443Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "clamp", "timestamp": 1618027576370, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.443Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.443Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.443Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-windriver-id", "timestamp": 1618027577674, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.444Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.444Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.444Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "cds", "timestamp": 1618027583211, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.444Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.444Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.444Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-windriver-id", "timestamp": 1618027577674, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-10T04:06:41.444Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.444Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.444Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "clamp", "timestamp": 1618027576370, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.445Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.445Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.445Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027590039, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.445Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.445Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.445Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-k8s-id", "timestamp": 1618027590096, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.445Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.445Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.445Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027590333, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.445Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.445Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "cds", "timestamp": 1618027583211, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "clamp", "timestamp": 1618027576370, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-windriver-id", "timestamp": 1618027577674, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027590039, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-k8s-id", "timestamp": 1618027590096, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "NOTIFIED" } 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.446Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.447Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027590333, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "NOTIFIED" } 2021-04-10T04:06:41.447Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.447Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.447Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "cds", "timestamp": 1618027583211, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:06:41.447Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.447Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.447Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-windriver-id", "timestamp": 1618027577674, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:06:41.447Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.447Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.447Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "clamp", "timestamp": 1618027576370, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:06:41.447Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.447Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.447Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027590039, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-k8s-id", "timestamp": 1618027590096, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027590333, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027590039, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-k8s-id", "timestamp": 1618027590096, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.448Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027590333, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "dcae-sch", "timestamp": 1618027593693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-windriver-id", "timestamp": 1618027594557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "cds", "timestamp": 1618027594568, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027590039, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-k8s-id", "timestamp": 1618027590096, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-10T04:06:41.449Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.450Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.450Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027590333, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-10T04:06:41.450Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.450Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.450Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "dcae-sch", "timestamp": 1618027593693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.450Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.450Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.450Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "cds", "timestamp": 1618027595576, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-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-04-10T04:06:41.520Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d985eae-d6ca-434e-b675-ea06dce169ac 2021-04-10T04:06:41.520Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:06:41.567Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.567Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "policy-id", "timestamp": 1618027594992, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.568Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.568Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.568Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027590039, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.568Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.568Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.568Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-k8s-id", "timestamp": 1618027590096, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.568Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.568Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.568Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027590333, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.569Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.569Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.569Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "dcae-sch", "timestamp": 1618027593693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.569Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.569Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.569Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "policy-id", "timestamp": 1618027594992, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.569Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.569Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.569Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027590039, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:06:41.570Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.570Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.570Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-k8s-id", "timestamp": 1618027590096, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:06:41.570Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.570Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.570Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027590333, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:06:41.570Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.570Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.570Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-windriver-id", "timestamp": 1618027597167, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:06:41.570Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:06:41.570Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.570Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "dcae-sch", "timestamp": 1618027593693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.570Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "policy-id", "timestamp": 1618027594992, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "dcae-sch", "timestamp": 1618027593693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "clamp", "timestamp": 1618027598771, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "policy-id", "timestamp": 1618027594992, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "dcae-sch", "timestamp": 1618027593693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.571Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "policy-id", "timestamp": 1618027594992, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "clamp", "timestamp": 1618027599861, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-k8s-id", "timestamp": 1618027599865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027599967, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027600196, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:06:41.572Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.573Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "dcae-sch", "timestamp": 1618027593693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.573Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.573Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.573Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-windriver-id", "timestamp": 1618027600380, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:06:41.573Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:06:41.573Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.573Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "aai-ml", "timestamp": 1618027600092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.573Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.573Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.573Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "policy-id", "timestamp": 1618027594992, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:41.573Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-10T04:06:41.573Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.573Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "clamp", "timestamp": 1618027600865, "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-04-10T04:06:41.578Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d985eae-d6ca-434e-b675-ea06dce169ac 2021-04-10T04:06:41.578Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:06:41.983Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:06:41.984Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-04-10T04:06:41.984Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d985eae-d6ca-434e-b675-ea06dce169ac","serviceName":"vFW 2021-04-10 04-04-29","serviceVersion":"1.0","serviceUUID":"89d56119-5efb-4a60-b701-52ec96d66747","serviceDescription":"catalog service description","serviceInvariantUUID":"daf5cd9e-878b-4b03-9024-4ef2df35e2d5","resources":[{"resourceInstanceName":"vFW 6d8f4ce8-c6d1 0","resourceName":"vFW 6d8f4ce8-c6d1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70dc7ccb-2abb-49c4-80bb-01722d5a69a0","resourceInvariantUUID":"db9166d4-36a3-404b-8897-c60572b2acd1","resourceCustomizationUUID":"74b568ab-bd2d-4222-880a-c39ae4133644","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vf-license-model.xml","artifactChecksum":"ZWVmMDg2MjczZGIwZjhiZTFiNWQwYmRhMTY1NjQ2NTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a63c9434-8e82-4b6a-a90a-4b931bb9141b","artifactVersion":"1"},{"artifactName":"vfw6d8f4ce8c6d10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json","artifactChecksum":"YWI3OWVjODliM2U0MzBkYTc5ZTExNjgwOWUyZmI4NTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6e359821-e116-410b-bdc9-cb4c92c2f284","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"412af719-31da-4190-9d34-158ac07fc808","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vendor-license-model.xml","artifactChecksum":"MDBlOTkyMWQzYjllZWJiNDIxYmUyN2EzMzgxODk1NGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"089850c2-c1e4-4eda-bc0c-70d266e720f4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d0278d6f-1e77-4745-a87b-8fc07341bd85","artifactVersion":"3","generatedFromUUID":"412af719-31da-4190-9d34-158ac07fc808"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210410040429-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-template.yml","artifactChecksum":"OTkxYWVkYWRmMDI2YzMyMDUyZGE5MmFiZWYyMTFhMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"82d92a85-2443-440b-bfba-39694c14f2a4","artifactVersion":"1"},{"artifactName":"service-Vfw20210410040429-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar","artifactChecksum":"YjFiNmM2ZWM1YzEyNWMzYjFmMmRhMjhkNWIxNmNlOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed815d0c-e300-43d0-90db-1c6a45286f31","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-10T04:06:41.985Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:06:41.985Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:06:41.987Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:06:41.987Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027601297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:42.087Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:06:42.089Z||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-04-10T04:06:42.089Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:06:42.099Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:06:42.100Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:06:43.011Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:06:43.012Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:06:43.014Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:06:43.014Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027601297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "NOTIFIED" } 2021-04-10T04:06:43.115Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-10T04:06:43.116Z||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-04-10T04:06:43.116Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:06:43.125Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:06:43.125Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:06:44.015Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:06:44.016Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:06:44.019Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:06:44.019Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027601297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-10T04:06:44.119Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-10T04:06:44.120Z||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-04-10T04:06:44.120Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:06:44.131Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:06:44.131Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:06:45.020Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:06:45.022Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:06:45.024Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:06:45.025Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027601297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:45.124Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-10T04:06:45.125Z||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-04-10T04:06:45.125Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:06:45.135Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:06:45.136Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:06:46.026Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:06:46.027Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:06:46.029Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:06:46.029Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027601297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-10T04:06:46.129Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-10T04:06:46.130Z||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-04-10T04:06:46.130Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:06:46.141Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:06:46.141Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:06:47.030Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:06:47.032Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:06:47.033Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:06:47.033Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027601297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:06:47.133Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:06:47.134Z||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-04-10T04:06:47.134Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:06:47.145Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:06:47.146Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:06:48.034Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:06:48.035Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:06:48.036Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:06:48.036Z||pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027601297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:06:48.137Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:06:48.138Z||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-04-10T04:06:48.138Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:06:48.148Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:06:48.149Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:06:49.038Z||pool-3-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "serviceName": "vFW 2021-04-10 04-04-29", "serviceVersion": "1.0", "serviceUUID": "89d56119-5efb-4a60-b701-52ec96d66747", "serviceDescription": "catalog service description", "serviceInvariantUUID": "daf5cd9e-878b-4b03-9024-4ef2df35e2d5", "resources": [ { "resourceInstanceName": "vFW 6d8f4ce8-c6d1 0", "resourceCustomizationUUID": "74b568ab-bd2d-4222-880a-c39ae4133644", "resourceName": "vFW 6d8f4ce8-c6d1", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "70dc7ccb-2abb-49c4-80bb-01722d5a69a0", "resourceInvariantUUID": "db9166d4-36a3-404b-8897-c60572b2acd1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw6d8f4ce8c6d10_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "artifactChecksum": "YWI3OWVjODliM2U0MzBkYTc5ZTExNjgwOWUyZmI4NTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6e359821-e116-410b-bdc9-cb4c92c2f284", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "412af719-31da-4190-9d34-158ac07fc808", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "d0278d6f-1e77-4745-a87b-8fc07341bd85", "generatedFromUUID": "412af719-31da-4190-9d34-158ac07fc808" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "d0278d6f-1e77-4745-a87b-8fc07341bd85", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210410040429-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "artifactChecksum": "YjFiNmM2ZWM1YzEyNWMzYjFmMmRhMjhkNWIxNmNlOWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ed815d0c-e300-43d0-90db-1c6a45286f31" } ], "workloadContext": "Production" } 2021-04-10T04:06:49.039Z||pool-3-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-10T04:06:49.039Z||pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 89d56119-5efb-4a60-b701-52ec96d66747 ASDC 2021-04-10T04:06:49.039Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:2d985eae-d6ca-434e-b675-ea06dce169ac ServiceName:vFW 2021-04-10 04-04-29 ServiceVersion:1.0 ServiceUUID:89d56119-5efb-4a60-b701-52ec96d66747 ServiceInvariantUUID:daf5cd9e-878b-4b03-9024-4ef2df35e2d5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210410040429-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar ArtifactUUID:ed815d0c-e300-43d0-90db-1c6a45286f31 ArtifactChecksum:YjFiNmM2ZWM1YzEyNWMzYjFmMmRhMjhkNWIxNmNlOWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 6d8f4ce8-c6d1 0 ResourceCustomizationUUID:74b568ab-bd2d-4222-880a-c39ae4133644 ResourceInvariantUUID:db9166d4-36a3-404b-8897-c60572b2acd1 ResourceName:vFW 6d8f4ce8-c6d1 ResourceType:VF ResourceUUID:70dc7ccb-2abb-49c4-80bb-01722d5a69a0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw6d8f4ce8c6d10_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json ArtifactUUID:6e359821-e116-410b-bdc9-cb4c92c2f284 ArtifactChecksum:YWI3OWVjODliM2U0MzBkYTc5ZTExNjgwOWUyZmI4NTA= 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/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml ArtifactUUID:412af719-31da-4190-9d34-158ac07fc808 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env ArtifactUUID:d0278d6f-1e77-4745-a87b-8fc07341bd85 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env ArtifactUUID:d0278d6f-1e77-4745-a87b-8fc07341bd85 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-10T04:06:49.039Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89d56119-5efb-4a60-b701-52ec96d66747 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-04-10T04:06:49.128Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T04:06:49.129Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:06:49.129Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:06:49.130Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: ed815d0c-e300-43d0-90db-1c6a45286f31 from URL: /sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar 2021-04-10T04:06:49.130Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:06:49.130Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar 2021-04-10T04:06:49.394Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:06:49.399Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar ed815d0c-e300-43d0-90db-1c6a45286f31 105051 2021-04-10T04:06:49.399Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar ASDC sendASDCNotification 2021-04-10T04:06:49.399Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar 2021-04-10T04:06:49.399Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:06:49.399Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:06:49.401Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:06:49.401Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027609399, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:06:49.502Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-10T04:06:49.503Z||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-04-10T04:06:49.503Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:06:49.512Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:06:49.512Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:06:50.402Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T04:06:50.404Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:06:50.404Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||Trying to write artifact UUID: ed815d0c-e300-43d0-90db-1c6a45286f31, URL: /sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar to file: /app/ASDC/1/service-Vfw20210410040429-csar.csar 2021-04-10T04:06:50.404Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210410040429-csar.csar 2021-04-10T04:06:50.405Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210410040429-csar.csar 2021-04-10T04:06:50.405Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210410040429-csar.csar 2021-04-10T04:06:50.647Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2565600645335309863/Definitions/service-Vfw20210410040429-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-04-10T04:06:52.762Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-10T04:06:52.763Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-04-10T04:06:52.763Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.764Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-10T04:06:52.764Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.764Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.764Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6d8f4ce8-c6d1 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.764Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.764Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.764Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.764Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.764Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.764Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.765Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.765Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.765Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.765Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.765Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6d8f4ce8-c6d1 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-Vfw20210410040429-csar.csar 2021-04-10T04:06:52.765Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-04-10T04:06:52.765Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.765Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:06:52.766Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is matching search criteria 2021-04-10T04:06:52.766Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-10T04:06:52.766Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 6d8f4ce8-c6d1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T04:06:52.766Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.766Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:06:52.766Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is matching search criteria 2021-04-10T04:06:52.766Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-10T04:06:52.767Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 6d8f4ce8-c6d1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T04:06:52.767Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.767Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:06:52.767Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.767Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is not matching search criteria 2021-04-10T04:06:52.767Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-10T04:06:52.767Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-10T04:06:52.767Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-10T04:06:52.768Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-10T04:06:52.768Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-10T04:06:52.768Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-10T04:06:52.768Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-10T04:06:52.768Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-10T04:06:52.768Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-10T04:06:52.768Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-10T04:06:52.768Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-10T04:06:52.768Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-10T04:06:52.768Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-10T04:06:52.768Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-10T04:06:52.769Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-10T04:06:52.769Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-10T04:06:52.769Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.769Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-10T04:06:52.769Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.769Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is matching search criteria 2021-04-10T04:06:52.769Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 6d8f4ce8-c6d1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:06:52.770Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.770Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is matching search criteria 2021-04-10T04:06:52.770Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 6d8f4ce8-c6d1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:06:52.770Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.770Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is matching search criteria 2021-04-10T04:06:52.771Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 6d8f4ce8-c6d1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:06:52.771Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.771Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is not matching search criteria 2021-04-10T04:06:52.771Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-10T04:06:52.771Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-10T04:06:52.771Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-10T04:06:52.771Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-10T04:06:52.771Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-10T04:06:52.771Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-10T04:06:52.771Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-10T04:06:52.772Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-10T04:06:52.772Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-10T04:06:52.772Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-10T04:06:52.772Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-10T04:06:52.772Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=277ea32a-7a00-4bc6-9e73-79ca155ded57 2021-04-10T04:06:52.772Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.773Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is not matching search criteria 2021-04-10T04:06:52.773Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-10T04:06:52.773Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-10T04:06:52.773Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-10T04:06:52.773Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-10T04:06:52.773Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-10T04:06:52.773Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-10T04:06:52.774Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-10T04:06:52.774Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-10T04:06:52.774Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-10T04:06:52.774Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-10T04:06:52.774Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-10T04:06:52.774Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-10T04:06:52.774Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9ee89e4-2057-4528-a840-98037171bcc6 2021-04-10T04:06:52.775Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.775Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is not matching search criteria 2021-04-10T04:06:52.775Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-10T04:06:52.775Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-10T04:06:52.775Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-10T04:06:52.775Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-10T04:06:52.776Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-10T04:06:52.776Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-10T04:06:52.776Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-10T04:06:52.776Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-10T04:06:52.776Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-10T04:06:52.776Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-10T04:06:52.776Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-10T04:06:52.776Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-10T04:06:52.777Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=28f9bf9f-11cd-49cf-8fca-0fd624816c7d 2021-04-10T04:06:52.777Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.777Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:06:52.777Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.777Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:06:52.777Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.778Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:06:52.778Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:06:52.778Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:06:52.778Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-10 04-04-29 Description:catalog service description Model UUID:89d56119-5efb-4a60-b701-52ec96d66747 Model Version:NULL Model InvariantUuid:daf5cd9e-878b-4b03-9024-4ef2df35e2d5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 6d8f4ce8-c6d1 Model UUID:e8b1df86-490d-440e-a21b-35880c6cc341 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:db9166d4-36a3-404b-8897-c60572b2acd1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:74b568ab-bd2d-4222-880a-c39ae4133644 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b0176c5d-a785-4573-bf2d-bac524c210f1 ModelName:Vfw6d8f4ce8C6d1..base_vfw..module-0 ModelUuid:02581704-0cd5-466a-bd33-0b58ad6d9733 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:277ea32a-7a00-4bc6-9e73-79ca155ded57 ModelInvariantUuid:033d4442-f810-4f41-bca1-4759532634aa ModelName:vFW 6d8f4ce8-c6d1-nodes.vfwCvfc ModelUuid:39caad20-e87c-4a8e-83ab-b32a80f088c9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:ad472868-a77c-45ee-b851-a71607ca26d9 ModelInvariantUuid:fe70ef6f-3efb-4931-96aa-20cf58456481 ModelName:Vfw6d8f4ce8C6d1.compute.nodes.heat.vfw ModelUuid:217c193b-5868-488c-b4bf-9a2a44de9e35 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d9ee89e4-2057-4528-a840-98037171bcc6 ModelInvariantUuid:e1bede30-9085-4f96-8746-2e78c4e69cea ModelName:vFW 6d8f4ce8-c6d1-nodes.vsnCvfc ModelUuid:ab08b40d-1129-4d8a-ab0f-9f079c6a43c4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:50f03a73-234c-4678-ab58-ae4763d62521 ModelInvariantUuid:c2cbc49c-8bad-4de5-a13e-772d9d3d9238 ModelName:Vfw6d8f4ce8C6d1.compute.nodes.heat.vsn ModelUuid:28bffbad-a1c3-4138-8376-3ba15c7f5c06 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:28f9bf9f-11cd-49cf-8fca-0fd624816c7d ModelInvariantUuid:1b2e3bb7-02c2-4d07-864c-5309333cb595 ModelName:vFW 6d8f4ce8-c6d1-nodes.vpgCvfc ModelUuid:b163b33e-6c24-4f40-8f20-deb3871b46ff ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:3391c1e5-c500-4c17-80bf-d829b022b48b ModelInvariantUuid:f907fdd3-5958-481e-bf87-cb3cabdb6e7e ModelName:Vfw6d8f4ce8C6d1.compute.nodes.heat.vpg ModelUuid:5cbd87b0-0f77-4d7e-ab00-ceb04d28b1d8 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-04-10T04:06:52.784Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 70dc7ccb-2abb-49c4-80bb-01722d5a69a0 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-04-10T04:06:52.787Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||vFW 6d8f4ce8-c6d1 0 2021-04-10T04:06:52.787Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 70dc7ccb-2abb-49c4-80bb-01722d5a69a0 2021-04-10T04:06:52.787Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 6e359821-e116-410b-bdc9-cb4c92c2f284 from URL: /sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json 2021-04-10T04:06:52.787Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:06:52.788Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json 2021-04-10T04:06:54.259Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:06:54.260Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json 6e359821-e116-410b-bdc9-cb4c92c2f284 785 2021-04-10T04:06:54.260Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json ASDC sendASDCNotification 2021-04-10T04:06:54.260Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json 2021-04-10T04:06:54.260Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:06:54.261Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:06:54.262Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:06:54.262Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027614260, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:06:54.363Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-10T04:06:54.364Z||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-04-10T04:06:54.364Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:06:54.373Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:06:54.374Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:06:55.263Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6d8f4ce8C6d1..base_vfw..module-0", "vfModuleModelInvariantUUID": "b0176c5d-a785-4573-bf2d-bac524c210f1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "02581704-0cd5-466a-bd33-0b58ad6d9733", "vfModuleModelCustomizationUUID": "21b94c2e-40cd-44e1-9965-27a20d9e8fcd", "isBase": true, "artifacts": [ "412af719-31da-4190-9d34-158ac07fc808", "d0278d6f-1e77-4745-a87b-8fc07341bd85" ], "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-04-10T04:06:55.268Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6d8f4ce8C6d1..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:02581704-0cd5-466a-bd33-0b58ad6d9733 VfModuleModelInvariantUUID:b0176c5d-a785-4573-bf2d-bac524c210f1 VfModuleModelDescription:NULL Artifacts UUID List:{ 412af719-31da-4190-9d34-158ac07fc808 , d0278d6f-1e77-4745-a87b-8fc07341bd85 } 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-04-10T04:06:55.272Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6d8f4ce8C6d1..base_vfw..module-0", "vfModuleModelInvariantUUID": "b0176c5d-a785-4573-bf2d-bac524c210f1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "02581704-0cd5-466a-bd33-0b58ad6d9733", "vfModuleModelCustomizationUUID": "21b94c2e-40cd-44e1-9965-27a20d9e8fcd", "isBase": true, "artifacts": [ "412af719-31da-4190-9d34-158ac07fc808", "d0278d6f-1e77-4745-a87b-8fc07341bd85" ], "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-04-10T04:06:55.272Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6d8f4ce8C6d1..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:02581704-0cd5-466a-bd33-0b58ad6d9733 VfModuleModelInvariantUUID:b0176c5d-a785-4573-bf2d-bac524c210f1 VfModuleModelDescription:NULL Artifacts UUID List:{ 412af719-31da-4190-9d34-158ac07fc808 , d0278d6f-1e77-4745-a87b-8fc07341bd85 } 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-04-10T04:06:55.273Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 412af719-31da-4190-9d34-158ac07fc808 from URL: /sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml 2021-04-10T04:06:55.273Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:06:55.273Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml 2021-04-10T04:06:56.863Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:06:56.864Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml 412af719-31da-4190-9d34-158ac07fc808 20368 2021-04-10T04:06:56.864Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-10T04:06:56.864Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml 2021-04-10T04:06:56.865Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:06:56.865Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:06:56.866Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:06:56.867Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027616864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:06:56.967Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:06:56.968Z||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-04-10T04:06:56.968Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:06:57.072Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:06:57.072Z||pool-33-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:06:57.867Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: d0278d6f-1e77-4745-a87b-8fc07341bd85 from URL: /sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env 2021-04-10T04:06:57.868Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:06:57.868Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env 2021-04-10T04:06:59.459Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:06:59.459Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env d0278d6f-1e77-4745-a87b-8fc07341bd85 2098 2021-04-10T04:06:59.459Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-10T04:06:59.459Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env 2021-04-10T04:06:59.459Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:06:59.459Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:06:59.461Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:06:59.461Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027619459, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:06:59.561Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:06:59.562Z||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-04-10T04:06:59.562Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:06:59.571Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:06:59.572Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:07:00.461Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Preparing to deploy Service: 89d56119-5efb-4a60-b701-52ec96d66747 2021-04-10T04:07:00.462Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6d8f4ce8-c6d1 0 70dc7ccb-2abb-49c4-80bb-01722d5a69a0 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-04-10T04:07:00.520Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:00.521Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:07:00.521Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Processing vnf with UUID: e8b1df86-490d-440e-a21b-35880c6cc341 2021-04-10T04:07:00.521Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Will get resource from SDC using resource id: e8b1df86-490d-440e-a21b-35880c6cc341 2021-04-10T04:07:00.522Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel to get resource 2021-04-10T04:07:00.523Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel 2021-04-10T04:07:00.524Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel|INFO|500||Invoke 2021-04-10T04:07:00.524Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel|DEBUG|500||===========================request begin================================================ 2021-04-10T04:07:00.524Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel 2021-04-10T04:07:00.524Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel|DEBUG|500||Method : GET 2021-04-10T04:07:00.525Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/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:"2d985eae-d6ca-434e-b675-ea06dce169ac", X-RequestID:"2d985eae-d6ca-434e-b675-ea06dce169ac", X-TransactionID:"2d985eae-d6ca-434e-b675-ea06dce169ac", X-ECOMP-RequestID:"2d985eae-d6ca-434e-b675-ea06dce169ac", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"c4346e18-30e4-4448-8523-0441e6366f63"] 2021-04-10T04:07:00.525Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel|DEBUG|500||Request body: 2021-04-10T04:07:00.525Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel|DEBUG|500||==========================request end================================================ 2021-04-10T04:07:01.357Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel|DEBUG|500||============================response begin========================================== 2021-04-10T04:07:01.357Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel|DEBUG|500||Status code : 200 OK 2021-04-10T04:07:01.358Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel|DEBUG|500||Status text : OK 2021-04-10T04:07:01.358Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-Vfw6d8f4ce8C6d1-csar.csar"", Content-MD5:"YzUyYWYxOWZkNDhmY2M0MjhlMTYyZWI4MTdiYzQ4MjQ=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"2d985eae-d6ca-434e-b675-ea06dce169ac", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-04-10T04:07:01.378Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/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�M �0��9E.0�)%;��S��C;�@2)Ɉ��f���x�s�'�� ܜ'xS�.��]sPv<���S6 -p.F[L>f=" 2�+K*p�ձ��F�D�(�O�����a=�4�~�@(l��6%x���9cjB=�ld!��V��O��v��PKbQ����PK� �R1Definitions/resource-Vfw6d8f4ce8C6d1-template.yml�]�w�F��_�[��$$��9���iǷ4� �� s�@$���� `���㳪���̞��{��7C��my�� �(�� I�?^+Y�* 6�XO�&�tK�e2۳3��/�D{; �(���8{�x�J_,N��Rl���V�}��T��ur��Z�<�x��?�>W~�� ���Z��5H���.8�[�^�}8�ifG.P~+z�;��] 9�U~�;�����d��w�l$7�����A�G>K-n�����J�cD&����7�D6 �1_J�S�k +*[;H��$o�6(�מ^�5���Vѕq��\�(�G�QQ��͗Ηb��-�4C�l���Y�Oޝ��ݛ���;E74�"-j�_�&1�;7tJǫ2�YLD�� �Y��&d,���h��}Į���`[+�yu�>�t����>�`����w,�gگY�>Y�Ǎ�ʏ�`�K�:}����-�&�.r3y)�]�dT%���Non>���oճ��I��������U��h!hrS���t�<���SǴr�eVw����4"Hw�h�W(�AU�F�-Λ n��Yၣ�<QF�����}n�h���O�M�)�ϕ��팘�%�VaT�\���E�0�}�P�Q�PLu)� ���x��{�������2-X��i���U�o�����d߁)�y�"$SCB؆FHh.����nbMJ�r^��{;����nG�U�xuy�i� ؔP�Hؔ�#(I�lO>�D%��9�9�t7M�$���{3��a��O���yv��� z|�����_���5���t�߿�ӯ_��]~�6�S�������w�0Ͽ�79���ŗ��������?��77ۓ��zc_�����Z�gw�=]������J�w�̜� ��$����w=��Lݿ^�M�Ex���3 ���yf>�y���S ��i������q}u��7O��_�̿oOO���W�����41��~|�_�����o<��������Í�q��<������v����l��޾9Y|�zvq���Y�,�OO�~z��7_�w��v;�V7�w�?������糳�o���|�Ob}w��*��Y��>�����o;��ۅ����|�������/���R�z�K]����Q��H�hk'�L�j���f U"�fT+�7��e�q£�ą��l�O�o�_5�"����;�Ѿ�C�N�!حSD :"� �� T��o`����&�%��O��~gt �mIQ&�JY��2[F8���?$�'�O��5'%fhr ���a,~-$��]��먚�OUc�۪3w*0��W��zU��bc L�W���Q h�m;su�� `����xUw�fЭ���.���T�n��=�a��B� O].t�����u�F�2,~X�F�T/�9B��3Vx�s"�b�@���&�" e>���r� >�n%R�� ����Z��'��;iab�fr T���G4Tn��᪈y�,�vZQ��f3�0��꛺�����u�X�W��t13l�%ѳ�k��T�R�tU�6�j�lGufS��|�4�K���%�aYuik�I�X��%������K1���H�b��C!����|y�M8�t��=���wAT`���<�{*+������I�;pjR!qQ %7e,V+/�Yi�]�p�t����F�Be���4���h�\��B�l�࡝�d�O��໯�l�F�t��p.�1M�I�O�Z�|�Hዶ��]��7��o�˝s��H��2�H��E�۷�� �F��Ba��V���F��:{vs`XC�>VJHi�Si�]�Ӳ�P�i5�$�`�T$��0 ��j���l�F&�|��7Ż� SioB|2"|��v���4�E�j�W�M�Q�l, ��<�?u9��"�y]H�?�;r���^7W_R����J�<9+ �[k���LOpR�6V���(���H�Dl�����|\���� �5Q܌A�`�ƚP�Lt�^o6�߾���˛���O׷�g���ͧ���sk�ʢ��\l����Y1�mH�!�m��S��jR�C��&,�$�_�<� :��D�)f�����>� pu�uuU"j�0��V� ���_�ʷ�N i��P�eA� 4���M�����YXb�/��*1�"�?Z뼶�1�C 4� ɤD�L�U%��H̩N0��t$�e��r�2�JO�XW��Ժl��=٥Ȋ�bW|�xMΐ�3{�q5'� �o gf�ۛ �nN*7R*�fC�W�ܧ�˚��Wlnr�Z�;�c\6'�A�&p_ <��z�ء���2(��t^�����쌘"9�F��/u�yi4$���*"���S�� y�n֕�Nu�&�G苃JVS+I�@����x;@m��қ�Q��(D��c��k�?z�e�`��f����c�"��zX<��M�})�XP�ė����%;����>#k i����R�o�v(�jOt��e�̖�]Uk�;�0�E��j]�IyB. �ʓKcHI���1ڑt쏴��ay9ZEt�\I#�%jʎ�-��ٖ���/LFiZ���ʪT>� Ib�j�ԗ�tAI��5��� � g,� ��Gݽkx��2����Ƿ�s��q,x3���FOU��^:�5������+���Y��D<+t$���2s��c����w�����M��/m�7{�3�A g0����+��p�%�l��=LŜ��0?�s*���� �μ��EEo�\�R��E�:tĦA���@��)��3pDP.���=�|R�"((�v�1� ��F���zC �IO�@`��=�t7�P��F6 HE Ae�}a��� #w�)����`�rƔV.����pv�2�JP7����N����æe䴺���n�e��z�c��S��+ȅ�vqs=��#Hz����ڐEi��b}"C�b�Dq�w7�iD��9�3o�0��-�Ҹ���-�5�!H����}���h`��,����5T��i"2�� ����4t7��ใ���d N�n��J"")��Qao��vX��1�M 2���i��t� Q��5@7m����� >SȂf���o�Y�£�J����$;X� ��ɀо��Q�5JJ�l�QR�^ݹ�'�k�]&r��*>� f(=C �׼)�G�c�J�B��F�l��ɸ�muG�Xݙ���,Um�NU�Ӗ��0\u>�V���u�yU���苙3�u�N t9����TS=��̥� ߯'�pӦ�嫺�z��r}XߵU��S���Nx�C�_ �9�_α8����,`nD<:���������)�������堊t�u�!�]~]��Vm"���4}��mR�6{*})/�3�V?�X��(��h�6��I leD1…̰����`ޥIY���##}�[z���V@Fg�]�K(��u��)`'&���_�#]�����!�mC��Kյ����o���t��f�`"�'���bԈщ���M��"-�)=D��#��þ�qs����x��((B8�c����4%G�g�u��w�� 9��C��$��H�ӄ�R��,b�]Ѧ�>W��K�4��%V�w�b�s�6�oCml��Z���0���D&�2&w�)mt���(�(N6m�2�it��@�*�������.�d6ϟzm��qw/e�:&�WLD���`rʷ/�u��3)C���`)1S�u�Z�)j���yRR�թ���\�J��ke�t��dh���Ge��S��Hh�aF>ɺ/�W2���+���l��g��F��lP&�'X �7���R]}�����L�w���P��33�c]����3�����W�zx~ɱ��j���2 �S�*��z�w�}�.��ﱉ]��6.�!<����� R�7�����/]�t\S5����V�J���bL�4��[^�e���-���q\�н�j.`��b��������*�� �i��/��D�����d�����(�W��z��J9�� ���a���݃r��ۭ��I~�UN��̚L��&E�P�8����~���/;_ ��E�r��&�9��\�sO�����r�:��S۝O w�k�N&T~"z:�l���B�3 [u��L՜�i{ o������Ib:��bYaҞZ��8k�����X�H�Eol�Ҳ�M�j�G���B���`��p��2��}X�6�͡�-lj�p��F(�I)9��&�}��{*ig��\�p��[)����i,�&tˤ�=�Ȩ�(�?�C1�D��"���!7�RZ�C��}>���D�:�p���bK>?bS>�}͜%���_4��fE�ʏç��M�y�t�7�o� �q��ñ ��.G��1t�P�]�*N"ig�ؔ���AJӣ��<��9��s���Q��Kh�>ډ�J[�u$�(/kP�j� �t� e�Ƌ�H{-�̡K9�j�(�!M��8�Ĥs���QU��'U�b JUҚ<�Ga��Ty�f�Fv���P�gے�� ��͊�f�_���֢� ���f A�/�By�/+�W �lo��I���L� ���zxQ�Uv��F �ɐ��jdĆ��֬(�� �5�QŜ~��%��Z�1=���ҭ��,i���x��� �������—eX1�8U��o��6DlŐ��͔��)f ����0u��'Iw!�^��{s� *c�?�)|̈����/��c�x �"l�;��'��z���h@U�x��!����i�I�4�7�"�[� ��b6m��*�S 5�ư�7,@�*�N*�N,�g�T�e�8��L|���x1t�8�41���00���cq�" � or�#ƙ��ݑ#Fe�6� A�de��)���9&6l�%ɱ�Ѷ10��eA�B��,MW�k��YD9����V�fw.�t=3�F��H�U,�6@�r0�*^TTw�����Ij[@ ��;W�� J��U��}��ӊ=�@&J���tC�.�W�������s�}��(o�!Aɀ6+� ׾���͏�H##]J^T�u�f?ǃ��Жa�q+=����x""%����1q><^i(���_��r���+�����>Kڌڔn�$�;�M\������G��L�n-�ij!�G�f8��%�c�m�8#!��:��F��W��lj4���t$��Ø���xe�JON+�>�:��MeY꧹��if�r ��W^����릌q�[�YN(�6K���)5f�^�0��)���D� 01� Q+�������"e6�q Y����;"_*:��ރ��"����A��Q�L�?Ĉp„�P=�p�]==<>P��BI_`Z�x����D+��XD[<����7� ����s{[�#-4�C��.?`d%`c]��֠A�;���[ϵ���a�Nl��M��Zg�g�D¿��5��xT>���,�� ���`�qf���ƫg��a�=@�A���\8^��()�Fmz�Gz�[�h�ݻ�K6q����sE���&����z�����o�ե����ɤn'��*���V� �nE�{L�� b��jh�U��sb�H���7���Ot��$;��a�O�_L��1S\ Ǵ�O�[���8%�ik0C�7�=��[�Y?#[�����îH�;͍�^���dX�p����foa��'�G )��[f��B/��K�I�1� /Q�Em�XP36l��E"�v{D/WK:��斆pE���̶�����V����~qPOa��,�1�tx���PK�i�U� �PK� �R;Definitions/resource-Vfw6d8f4ce8C6d1-template-interface.yml�]is�J��>�B�&�{���q� ��8��l�w�-��Z��BR�@ȯ��ڐD Im��j*D����g본�#K�BT��\�4qLl�q.��W�6�t"N��.6���?M�u���'�B����N΃ӑ_*�+�S+��0�^�,������#���Gm�K�܆��z6�E���6��S�'�ז�kr��g�#�a�n0n�����t�b�B�4L�D6GV�&���2i��Ɠ:9U��c���O�f0�BlmLQ���yޏ���ڒ�6�>]�?�lxԞ�M��@� W� ��%� [0��Q�ă�9�ZU�t�\h~:l4O�̓���A�=]ιoՌA�G�lk���>W��$E��:�;�\As�q��A|F��$��3�˖\Ӧ��G���t�����4�L$]�_i�_|�� ��;$Z�c��.�M[4�a,���'��\ O7�����݃pۺ��\>\ F�ƈ(�7o0 ��c���� �T�p\ɐ��!��G��><�( ��> M4�+jʂ��?^|�n ���织o�u�_A�]�_$��&���1��N��@;a���t�O�Wsw�,�'i���n[�B����p�{>?�=�W�y0�=[s��g�‚�� ��$Q�ć��Q�IS����UX�- I�R���9�[�#/��2s�.0��}��iHV�G��=��+<>|Tz a~�t$������N�/n�11�h2N�`�t1ǡ�5�fq�������i���l_w"��LN_�h��M�f�����7��s@Łi�u ���eSׁ.�5�!��uܨ���bB�wڭK!~Q ��8]��X�tehY�+`B0������� di���=��gZr�:O���I yV�>��<}��Qt.F�>M�6 �R�2���A4��i�D2�2���������S�w �X�/q S20zN�x�r���*��1��)�I���K�����1nj|�SVh9�!�dVZ)�@T�x����a����^6���W��hp���K�߂+ٍ���B�*_y�Ο�06�"�;�~��"�d� �8�"^�J�yj,UK��� �~���c��4[�/(��#��>O� {�SC��`Ru��S�W�7�;�p��� &*^��vJV� I魍(�+�+�oZ�/�f����m�Qh��W�+��6���Q���FF+��f������*"��v���Ec��� ���s�r��l�7���@��sk ��?��Yt�^� u��ι��\�b������b̚���� �Tϐ�eO8L̵��g���s���=\^�uZ��R�X \�,���.�(�i��I���_k���Zs���ʇ���6Pi؆ò�"8�p�5�H�-�낲A? |tF k���Cp�L���O�dx�@f��. Jj�Z���h! aQgK1�h?�s�5ks�-d�K]���Z�R;�k�c�=@c�>:8n���UPEO�2�����5 AH=G����*t�X���&h*�a'R�K6=��ݬ2ZR��TI�=���R/�J�� ߌ�����eL�q�{�# -��8��#��S���g���uA?n��������E;ڿ{����~yV\�?�F'��뷧��������?��E}!��f���ڞL�j��/�V�D��/��g��x�������^���}�~�:x �����g�u��V�'_����I�P��e�N����>�iϽ���������$��qӻ��>?�ߎ�Ѵ�{y���ۗg_��ã��C�� ������������a��go�r��{vs�vy3�����zd}�[/��E���K����5tO�o�����Ӕ�/'#��׃މ��{�y���??n�t:�n��߿^����.�_�Z������I�s$���>�N����Ǎ�Q�_�������~��lzh���EӐT��Ty`*�*H�Ó�T���Z�:3W/^�&��.eP��R\���o��hL��%Zbٲnz�H�1c������O� ��x`,�5�4F ��1h�=�o���w�" &���-騝�1�(��p�����0�d��e_��0I{�LAn�������N�r�0���'�<���d6�)|���0[,�5�L��x�=���r���}�)˞m��[m/�n� ��w����N��X�5E �8������c9�_z{R(�P8�s�1�RP�����( ��E�Ogt� ç����3�$|S3`����9� ��5���%�A �C�E��"���,�����\��A�c�3�� à8�.3��tC�Өh��+iF 9{rPuO�� �����N$��#[�h���([�s� ~ָMS'}S/��+:�� &�K�(yn�>SrL����1�iѸ�%���� "� �BT+? ��  m��鹖 �o���KqzR���g���. V�J$׳ ��8s�F CB�V.��[4� QE�@�e�#�y�=�n����� 5�G��j"���]2��\%5z�/�0�z�T�f��& Z �O(p�� ����X�1���D�S��� X���=0K2�R� �F���}�I*���#53%���)i��a��{���� ��*%.h+9>,1*���sh� ��tw䓗�(��$G�e�ja+s=[5/iPí[������L�A�W$(m�p մ'��{En�h��+/vhq�I�4�1^�a�� �;Fÿ�u�u��������9o/rr�R��d�@��ۜD��%*�MU�Lmnp+_jc�V~o�n=�s&���A�,ܒ-�+y ��C � �`G���?�Y9��{~�rɞ�)UL��s�ܕ�7�!�Y6�&�u�Zr����0NM4��[�"�A�Y�L�ѻ �0E�H�J! ����C2��c%�ܵ���ҡ���V7��`�l6��y�.Z�;|:� f�' u �F|�n9w�ԟ���a��\�� ���@��N8�������IGH:�1 CS�0!�gĖ�0�1RF�T� �Z�}�����j} o10��a������ء�]��;䦛�x5X/_��N@1���� r~'V�>v �\IXe��| �i�o��܄j�i�6��9�����Z��"k*G���+�,  NY?����S2��|��Vf3� ��M�=��DӶ�8����ºa�.�u��L"��2�T��О��Ưi��B��Yu�S1h��Ca���0#ͶM;Y.�m�, 羉�,ڽz��f����ɝL}8��O������ay�y���C/19J���j�I{�0�ע5E�v��{��� R9Pȭ0ʆ3�8�'��F� ��B��9�-�us�u��d��J̎ 6�� u�a��>o�p��� up��zž��o�DAI�+i� sL}��UB���!Co:|���E#�w>�8���bUY�,�ek��z#��+U�n,d�0,�u�\�g�O$�E�QJa��a m�D�ূ6���E�J�`�j�5Z�H3���^���U��&�T�xբ�|�7�� }~�m&�(� q�=��1Fi�k�mX��>%3�C��_�cl'��e2 x1��t޵^� �0�`�)G\@(���rQ��ǤΟn_���]o_��N�����H���q��eۍ��k����f 0�Tt� C�b8J=���$�����&׆��ʦҧ���m��) &VMy,����5F����l�4�b��!������ z�v� ט6�F�>]yA�� /�5ڒ�ܐ1�A������k�ߌ�j���N*����F��F0��:�ɼheX}w@Ʌ7t��KF�5������O�r�����䭃����L&���@�-5굙�k+�*%V@�v��ʒ:�׀�\�� �'��{��ʼn�B�%d��q�䊫4����&�B���b� ,�+���X\d�u���F`���E`��-��;�Y'�R�~؉z�o���5�v��\S�/gځ9�?Xrp�V9���V���^_B�&�P��z Vt����c!"-P`����6����O�8V����H�Y�%�փ ^�� �Q1�� '�j�w}�@b��Ti��u�b%��AN���8i+����m��*m�y�f�YZz��F^`�Y�<��/CаpR����V]oc�i�R���p�x�R���G���BQ�v�x���:�cl�.�^�{�A�q�d� :tw>��Y�X�.Ȭ �b�+��8��sG'��f!�����d�Rݽ!����#�^9|���2-)�p�2��AET�9ʮ�e,�� ��`Jc*���q� R�hWL�r�x����A���H�mӮ�m�,����h��x3�K6 �!%�H]�֥>��.ڦN�� €�曖;�S&�^br�� TY���ἀ�� ĤI�H��S M�v��{��� R9P���9�j"k�q�f����b��7(�ؓl+��S�4�%��ZWrE�j�!�7-#�,�*�2�͟�@�u6�ZOh��.�Q� `0R��b6��IA^����U'��<�0Z����c����\��3��dDlI�;JbXR=\3M�-F��^n�37�%�������G,e��JYE�Z��0Zl5V��2Q~���څd�G��=����=A\�o ��r�b<��}2�2�hZ`����%�����Z����%��Gە��|>�h) +6ky:D�3��I�7���i�D�oW�x�Ǡ�� ��M�!�x��ܖS������,��T��%�La+ 0b��Q':��7"���@�`�j%g���x�4HZ1�5<6#���A�/�w�J9i��eQuY���5�z.��d%�7�~ݖ��F�h��_?ރt>Q*�F�0�\M� �'Po�� � X�U�L`*��T K�r�%t��U�fC8�61�ly��`���;B������*�l�y!;���7�\YӤe�:D-9�p�$@l�DZ�u�QѱG�����ջ\UYF�UrA�Ğ��<$#)=V��]�ȉ/�hͿ�j���l]�$w��`,a�q4v��8(����UW��dd��6j���E5�䔶�`� ��w�ZI9=ұCz�#�J�<:X���7�o�Y��lU� -�]��{����*�t�I�J��P��u���`��4dʔ� ��a���{�e����jMz�4|�C�6`�Q9p��赩? � �dJj�f5^x�Y�����U�RB0��#� ׷Wʩ��B[Ȟm�b�����oB<�&?��̓c�oQ� 5+z,������v�p�i�B��������]\�B�]-��eU�~o܉�����X����4����,j�&�U������ �����Dz@t��][��v+^`�N�,��w�ȵs���#Xۦ�5��]��g��M��5��3QS�t�qM{.����0BZ�e�L�L��j��IށL/�nuuC ��M/�n�fM �PK~N�:4F�PK� �RDDefinitions/resource-Vfw6d8f4ce8c6d1ComputeNodesHeatVpg-template.yml��Oo� ���)�� �N�k�oU�F94�V٫5��A�`v�߾�?i׉���3<N>Jhj�L2��v�iѰ4���z��:�m��0��͎1�F\zyy��0}�+��=?�5/���uť�� �8b��k�R��9�uU�RU�A�9�(�R�բP5�:l�Y�:�Z�뇣*2�~H�9�0f�)� ��)���l��'p� ,�Yv��@T��S�y-!�Ňk��#I���+1����A����@�����}H��q6���1m,uX_;K�)����ĵ.�a,�En� ha����vSX�K�ÖZ���{k仑oڊ�s>-}o�y'���>\2�SHS���f�����kf�x(�LEi��Z|�|��f��#d?1�O����{� PKk;�cPK� �R.Definitions/resource-Extneutroncp-template.yml�VKs7 ��W�ԴmdG~�M���fYml_:�.+q�%7$W�&��^���Jv"i���@�#��Ӗ�$�\(�V6Y���� *+�Rb�f�LN�ӓ˘c� �P+fS��a:���j��u68�d����b4��O����*�g��aN�j�3��j���|0J�g����y~���.�;2V����ͰrF��9 3�܈���K���/�p��B�0�B9H�Ep��I �-��͜N�Bȍ.ȗ���r�p��:��Q�'��ҍx��I�/p+�@�,� Z]���2mb������O�o/��D��i4��S6|����PΪ"E���� �_g�(RY�w�\HrѺ���5�w�2��F�Y�R!���&}ycjP����(�l�����j۪�4�RK�wB��Ƅ)�]�o�C٤��6�H�T&��2jS�2Z�E}��.�g�/z��p`�ϥ@i(�٤�$T��"��p�K%f��ef�5�Fu�-P$[P�B}�m&����u �0����92���BΤœ��JpL� ���Ø�C0���)����H_�M�DŽ�e�3�j���C����`�1��_�a����'b�2"�b��]TRX�:�q����$|߼�Ρq�Q�ރ*Iݒ:d� U9 Q@�uf�X�Ăm`�����́h��EM�q�hN��P�9^)�C_[��=],Ebj�� �B�r��&�D��9m$VI÷�}��AX��ux���0J�!�8�g�P\V�豠�����Q�;����1ɜ>��.rB��R�9uT�&P׮TB����jO4��d<����m�pw�y��Ę�~��"��Z��at��/��$r�D������n7a��j���}��4�.�$ ������?�>�x�$�A8A��tn7i��GJh��lj>x�ӲMD�x;E�!#��nfR�~q�#��밬*!�8L��2:S����q�����$�uۑ!���������}�ߵGdh v]��I��wx�_>��ْ��w1�G��(wƝ����^�p��~���{�Mn'��R)��n��!�����bڏ�]n�����7<_���o����m���bB>�E�dz�U:U��r�VG���鏼� PK�PtVN� PK� �R=Definitions/resource-Vfw6d8f4ce8C6d1NodesVsncvfc-template.yml��nܺ�=_���}�b/ڛ�R��4@�c8� �E�(j�F+��vc���PWR"%J�u������p832 �-��^�^$֙� �rc�٧�;F>�^�ѷ��͑���)�yc^pƱ���۷���taS���h?߭���7h�57hI�;b�͞P Pygl�w�9w�b��#��aM.ڻ��l��"&t����46��5 �!�q(���Ip{v �H�Ei��m�x~6X'#}��'�^b��81���[�� �������n��Sz��w��c4��]7���4�$���&�)&��N���rE�n��|G����_��V��S�ͷ���m��g�޿;m 8߾}�ir�eK� ����!��ч�lv�X����Np�mχ����Eט�8ӊ'/� �·8<����s�i�,ۊ.8�4����+�rA��@^���ń��Џ��`��c�R�!��E�6}N��)����^���s�HT�kb�N��K<��J������=�:��TF�A {�U Z \|�ܐ����=A�|��(N��M���2��̟������,��q��d�{d^��{1%�. �2�4��^��5��бX*�w/��0I-/HR��^�b,�w8��_yWf-]|�S���m�����RP���?'/�΍�b?�{�y�`r�NjEq�R�~�����}�[`+�F��sn `6���"PqR�5�1� �# ʱ�*�4 ֑�'`�"Q}�%�lh%�a|���}6��ʞ�`D?����3&#ǒPr����� gɂ�%��a���J�=�zd9쿓0���%l� n���!Z��a6�E��b�dr�T�]���_�k}��ݑH�~>Z���aleN�8��^4W�=>�>���rN���#�n�-=� V �J�a� 1��Z�W �rZnu��>[g���j�l���VM�E�@ڢ������ @ �K�����6I����� �LJ�qŢ�;y�N����@���ŔM�^[�cχi�E�K� �A��*2���d"���8?�@|���A�ˆ�S����]z߉���Aޔ�s�!Č��}`�?FIc{W��Z������n��Hh�Nͨ����~d�-�Ay[��@�S#���!12$F�BD��g�x:A�a����ԣ�s����c��s'���F�/���AY`&�8���I&˱���~E�<�� ���;C��_�}���3=��:ރ�c�'�m�>|�����yi�etf�7�1�4�؎�;�����%�5��V�u�UzW��e6tvvɬ�-��ً"m\�mNQ뼊,�M�=A;;�t��Ŋ��v�읕�_�vl��ٮ�z�Y!s�ڡ�j�A+/�d��|S��S��G��,��ï��|��+�\����a{ �Qs�Y9��z��૓��|(�ɏ��2������&锰|6~#?���o����?�3�RtO�d�[�c�N�S��س��� �i����@Y��7"��-t�"��=Oʱ7���F���ξ��)r��{�����>~���L[��5��w�I�?pL�� f=H���1������������u��V���|�L��;��p� C�|i�� �;��%��O�nߋko3t�M������ǶYkt���9��~d+�A V/�Mljf�L�eJ 9؛�3���S����SƳZ��V���0�9��e��m�4I�p(����^J/�-"�J7�r�x9$DJ>f,�����6Y��6vщ5�G!q�}li�D#k�I2�@���p %�L��N�rֱ�$?����P���HJ�a�p��偌g R�0�@ �a��0�%ޟc���m�X��{�'c�m,����]s "��{�tS���u�悼��J,mŒ=8k�D�4��X�pq`�z��8FP�"SXz���>X����� Y2�Z�)�h`�ךA�o��U_5��ӷSY%m�gdF��=.��U��M�<')��� �ZY�ԗ�����O�� �2)�Jߔ#�I���1핋��z�L�1�~���r5�/�����z�9�mRB]#{A)2W�-�mV�Z.��v�d��e�N��zCvKQ�Ȥ����E��nA��ܚK����E\�f�D|F�F 3�"7���e�6��N�$ ���w� R�40�:E�Q�ڍ ���s^v��*jEq�}=^��R���/���SKܽ�7���լ�Mѩ�'����g�R��O*ɲ���� /��u0�����!Q�����DVk��m�s�h�Q�)K��4�1�f�J������Z0�S�Q�oધV^�w�x{�!;�5PQ��u u��*��#����Y�N�ֲ����Q2h"�pa�E���,��ع%�裨sxjí�.E��M�F��ŪĐU����Q�3 �X�a3Ug�J���(>s_� pc��!�Tj�����ޡ�k;$������� ��a}�a�Nӫ�#��#�WM�T^I j>�) ��z>^AC��z��*۱���(���4����D]7~9/g�M3�xe���s�w�z�Mdn7���=�8���&Ks;w��� 2��4z Q����l��\�ݵ�r6�3^q竽�޺�lL�W�[�v��m�+���j��Iv�+�7��O�x��/_Ym6-+�gzV���qc�7���wt��7��Jn�Kd����]�t���z�Q�8E��q�l�8��B����'E:�'&zJz��Ze�C���a��f��2�G/�CV�fi���‹ �fe)f�zY��@� 7�^��/��Er�>W`cL�n,���=xj�TΖ65� cuWu?A�_|�Ʈt 7YاWZ����N�z��u/z/C��.aR� !�_�0�^���x���.��J�I�X,��1�xx�̴k4g�w�FT���0J[Qo0��z(uU-E�+�Hա֪���H�R� )�n�U�U�7m�R�� T�s���5��E4W>_Z�'EY��@�%azQ�cjP)^E�\���Hh-%�}�괺��|�gX ��pT�U�B%�G��KL�D��Gs����N�r�9�ֶi��i�c�u򪪓���4��G�4+��D�1�1������[jzP�MD�F��mD$6k���~�fUw׋��O�ik��uP!�3�›�PK�ĵF��jPK� �RGDefinitions/resource-Vfw6d8f4ce8C6d1NodesVsncvfc-template-interface.yml�]K��6��W�����"��ӓH� ��� ��(���%)w{���%[��$� }�)�X���b�a-�aDcƙf��pM��/�H�G��YB� N��&��~ �����/>1K�mQl�FXc���La��� /X���4�˪�&��bY�n�AYy)EޮU���3�0��dUVV�� ]�m�jۊFذ�P�e 2�)iH�D. �1 ��/?G���"�����b��Bi���~)t�V�h3���i�R��}�w^���޾�I�+��EH=�,̄�!�Jc��$$��l�K���l�q�h���i]jd�E !�y]*�s&it�b�����H�@{:~4%��@(�ih�U��Tg@�E�;�d�/;�i�T�"8�v�����[)�Z�W d*��uC��1v Z�۶P ��{�9x��[��3�R���M�D����)}�:B��܄��h��r��De^��� qP{V�p �����+]���ӣ}�ш"�e�: ���砎����T��X�a�൐�zV78��f��0�� �=]t,��u���BG��I$��C��o���r��Na�5�a��T&�} �8ɡ���փݢo~l� �!�x��ϸ>zrs�W����L禛O�����Yu����%�����-AS:1m/��Jh��(��G�^�5��ı1yŖ��1K�Ni|��#M��W��.����aօ���sv��t��BFM_P4B��s�l�^A=l�A࠿�4�\�a#�d���Uz؆�E�:y ��*2�XHT���L�q�I;�=�W���x?~~�t-1>RȒB"Fz�jz�j�@�X�$�{��Z��Q&�����n�q(���-�R�_��t{�>����m����#EW3�A��h���ݱ֭�ݰ�2��9���\�MY�vs��ݹ����L�#�rZ��zTL� Q)�uD���=$����:&Z-� f|�k�J���y*3�ׂ��O~m�B8:`�Ad�oLB�0x�2�w���:��Rs�t ���Ō�� ���1:�⢏�9c�0:�^�{���3�2��]�Ld���.�b��[䘅���ɔI�J�#���>�⯎�������吒�i�!�Z�?xj�\g�v�m�=s���.��g�Ɓ �w��1���N�F�vW���������Ǯ�!"���%� ��v���/>s�q��/O$��i�a���IX����R9��K��dQ�e%�k?���|{WƇ��,�,�p��d�U���?ru�ϭ�;���Cyd��x�e��.��j�`�$3(J�.b� ��c֭H !��\�iG��5���������ٽ�'�P-oc���'������;���e�mt0Q�G����`-�L����������3{o�����1����� �� ������tS+�U՚e*�h%R_x����赋z͒$�?_�U�p� u� �|U�.�Ĺ�ƗK�� |�^ 4� L���L=?,� `A���PK���\� f�PK� �R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�PŎ���M�EMŦ��B���M,%jIʁ��wDI���7ѠƇ���<~�2R3���%7\�:=��x�!�fi^T�#-D���U�����!������0feGa`p<0X�}��Yq�W< ����—, (����W�+VԄͣK Vi���5��`������Ik�E����G+�ǞF+*�d��Y��ِp�w*کm��� NW#��AF�A^ha9 &�����ך8� ��z"鱿�t�G����00zVt���K�1�=�p��1s9��6VJ��"��w ^G��ȼ؀��Z�S�0PL����c�Q �_�F��� +ݢ��3�_�� �� ��}���-���%7�f�Ix�<��.�/5���\��1�ˡa����Y�8� W�'�3x�W��9�&��",��z��� ��Jz���PK�u �>KPK� �R,Definitions/resource-Neutronnet-template.yml�VQo�6~����n���q]�es��ܮm��aN��"F�*I�3���%ّIP,yq����}ǣ��3I�2*(k|�#�y��к��jM�+�Ͳ٤���&���)4����zo�b��y2�W��z�I~# -s9/��/g���i����"Y^-�d>�i���$W3\��f�s�`��`CMp�l(�I�Nա%��jG�L��`(�� <��{J�-5�&g��;4�$k �m��O9|8Ԝ��/�hk�a?�!��8ʃy�'��TE�g6�q�>��֭����=|�)���G�� =���S�����#̯V��4UN�ի �a]�I�]> P(�aZCz�4;�H�,#@4�~�5�J��c���C�>��Gؑ�o�mƨ�һk��8Ky��4Ɔ.�50��x��tB붩�Y&a�:=�0��+JIҾA���S��u$��#��V�'c�����׮�Srjq�R�n9M���z�`�|8�F�>�o�l���xm���EI��Ժ�����їF9�+(P{:�y�;dqk�<�L|p�l{s �-�s�#�E�G�]ؗJ�\M���� ����y�S�q�\�#:��|7�e>?j��bu{����o������/� I�D�F��B?���%qZǹ���6ZBN}"@����u��ODY)�y���5���5/�y{t�u��j�8p�ek�q �;�c/'nN-���~�>kG�᥽_�}��f?v#�5����W� ?%ow��yTX_&q|X��r����"���選<?�)��DY��_���A��{Ļ�Y[��q���UF�F[��)i0žz�<~��3>���?���{x{��V�}w�s{P�f�����w�����d�z*�u�J����N�PK��5Pm� PK� �RDDefinitions/resource-Vfw6d8f4ce8c6d1ComputeNodesHeatVsn-template.yml��Ko� ���+�� 4~{��R5ʢY��l� \O�0X�]Ϳ/~�'j���~����`��Vb�� ��N�|\4$,%��Ac{�^�I�z !@s D� �^^��6D����,h�A�\bA!ɐVU*�2��4��Nk�u3��h�d5������UW�Sa=6���*e���R&L�~2c%z����M��pj��g�����jБ˷�H��07]�^��5�#�D�����_�D��CoG'��FZא�J3���F�X�s«��>�<&�t�P�]���{��x���(Y �WMH�t�:��:�f+;`�����1�=r�o�C K��jر��_��Ԫl��j%ލ|�6��a�{O�� 8�m�8����C��goWȦN�������P֙2�=�l;g���w�����D������oPKe|���cPK� �R=Definitions/resource-Vfw6d8f4ce8C6d1NodesVpgcvfc-template.yml�ێ۸�=_���}�!��yKg3���`�L��Ey�Ȓ+���~}u%%R"e;I�z�EF�����s�,N v<�Q�q�:'����+�_���R��Cg�L��i�=��7�D'�8ʾ~��ۍ5ugt�kd�� -<{�6�A˹�����]n�U v���;�S�"�Z� m���<��7멻X�> ���X��Z+o�/� ��(�=�NN����'0�"Ip�r�oc���Y�����3+H�cJ= �VD� ��� "��P�?���� 8��8y��~�MF#=���wn�%�d�<�i|L}��'7�r=����7-�t��Sw��HC�S��v:��v^����ޥ����7�q��7oP>����e�A q��Cx�V��E��� >`7a��!��rhBC�k�sp� /���$>���'��C�E�zV�Qg^~���P DM|L��| ����o���>v�AftV�AѦM_�{z̒8�}����E�r����ۇ� �fJ��������x�TF�A ��UNZ \��ܒ����aX�z�gl ��-�m���?�O�y|ŸiN�8�N��2/i�����O�[l��ĻW�zZ�_X� �2s��C�`��?���f��䛓�aI�rw�ĂhW>J��AB=��ɑ��o`��� �4W��8��1���PB��0��+2n �qԡ��0�"�`o�1:$qF ���T��|O�j��0H3�\, �W'%�t�+� 6Nv��Ξ�ݤv��Rv��G���%���ʭZ��$��^�&���cq 3����UR��>��s�<��oeK{�;~�Oq����H�tE'^e�j�w4��-3�<�1ak��|_~���.�(���_�:d���� {u�����;� 7��ؠzF��%����}���j���|���̠I!=�����S�b�-07��� ��t�u�H�+�4���a�]'�^����z@��d��)��u�&d�r촷ޟ�3d�:x�#���tB��lŸ͗P�̠S��nl��[-�x���m������q�l�����Q��M7��-�-o����_�soE�59�Y��̏L x/\<[L�f-6�\o�@2���ʞ��9X� sU���2Ʉ[j��Z��� ۠����!���w��^��gϠ%� ҇�0��-̑��Ɋ�P-+SV�}((}�v�����_X��o�Au� ��}��bd��V�5>Ф�~��v|��(;����F�;6��:���n²T[�m�B��1"N�!��L \��̗�������}/ڞ3�ӥ��ÿ*���� �o�,���}����3�� 'i�'�XD "�{I:a�6M�ϐ�����Fѐ�H�[�2]��a��9h-Ø݄�X`)�L��ɏ�����Ҕ�P�Jo"��VV+;�UM�i��<�ś~��Λ�f|�z�g����,B�I�1Oo*���a{H*&��� ��!E!��Ӯ��ઁ�.�X�<��z]B����J����u r� 'gǣ!�����V�CHaLͮ�=#Ht�C;���{�z! ��*N /� � R�Y�""g�A��̚��.VQ���Rh{�^f���İ��X�K-c+�� (�������Y��*`U"?V�ur������x�敹:��/�k��$R�JU==�K�7ժ���[�s�6;.���f.����ԛ��m� J��c�N)E��r�\w��ͦt�z3��-�/�]o�!��haϦ�]�s�z��u73�[���w\�}��,&�H 3V�ƻ| �<O^|"��4&�F�\�"��U~�e�ȫ��Q��f�񢵣�����Q�O��+�6�6d^5��`D���f�����:�bRV7�L�1�����k��:�v�ηۥ���)4�ܴoڀ*U(�j�a�h�M�0��!c����%a�<��.T�+�]�U�O2��Ȱ�/VU�ƌN��-Ҁ,~����K��Մӫ/��+��n��?V��t8��G� lX"g�t4e��� 9f���'!�O"E�ȼq��5�cD�<��ͬ��ΎUV�UpO�ű���پ���s|�e�<���D���zxC�|���ŵ�)ׄ$��\�e��R�g����ϧ S�}9gl�Ȱo��G$r�j!�J��/N��<��ȣ�P:v���l��c��sԤ���G�>애����7��tROΩ�g!�e�E2�VQe���^�b`PBZYY�䒛��+�`�T�S�0������>8���8�s����D�p>�Y$������u��(����l��,��>Ն9���&O]Pjk���3��Gz��<�w��T%>>�K䔂co���+�������LQ�C:["�����M\�V_�P��Jz��� f �l%O�V�ζ�o�R5e�@��v�;{a�m�G;�%�����F������T�r}T(b�{���B�R_[Q�*_ȺeD�j�n�t���T��$q|���uG�N�6�&ݍ�^���&#��!����](���q�lc�s�F���J�IgO�4δz�T}H��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�-ߺ���*�\���й����PK�� ��kPK� �RGDefinitions/resource-Vfw6d8f4ce8C6d1NodesVpgcvfc-template-interface.yml�]_o�8�O���{��,�E��t ؤE�ۗ�A�)��E"u$����oHI6%S��X2�c��g~3��Iq�Q���2�(g2Y!��m��#I�2'�yr����r���O�"�S?"��hNn�xS��0E �M٭� ���hAs�[�.o� �#�ۊ����M��U�V]�<.yNq�˶���㪦kײ�ME=�d;B.�1/ #�e,���$^g8����5�-�&�����`]�R ���G-�u���L��k�&�����^���M�R@]�,�����p�ʤ�H�Ĕ�OQ?�xN�a6 �H��6��-��������Q��X>S�ɥJ(� 1E���YF��0���P�����s���\��h(SI�`��`�� �j�)�[N�:<�(�vb�H�"ڵo)tղE|�H4�\~��?��������e8a���} Y-��% � �6M\:ʣibu"����F&��s���E��hͅ��Uh+~.��@�$bd.c3.K ���@����a�NJ�dN����ܦ\,K�+A�&���s��o�[�%�XS ��YS�s��q�-�R�Q^����+~�盟�B��syBZ�{�FQ����Iƹ"HŲ����J�d�d��� b�z�Q]��@��i����F|`>��qjVЩ��5�3w"ӥ�B�#�:��T�H�4��^6��l �S~l�]��*AkDs��)��ێ��]J]�]��|��B���I�E��Ġ8(1�r��2S���]�ض��L6s���`}�3x�*� Vم��n��撎w���n��Fu�ɸ(t��#�[�����\5�;��Mղ�{����T��1xpc'@�+4xhiS��I��9͎E���� ��f�&��-�� �p�v|2��D@��!�ב��v�_�?�P4�}� ��<��� �`W���Ǯ��Ԙ� f����ߛ��] @����T|H�%���Ȯ\l#�e ��R���٦D/+Xy�W#�q�ni{���+�ul�ñ��z��9��2.~ �p��!�����0 �p}G@3u L����y�D��(��K gHȝ��2�:���p����\�YZsg8�a�X���`�;Q��Ϲb��=�ʸ�(��!T: ���B}^xD�Ԏ�����g �C G\g�Wq��B�y�Lp���ۂpټ'���V3�9S���/��?����g�ʐu'�D��_FPm+�J�C��[J! R����� <�K�HH�"(�%�o`'r�]){� �K�|p'�z�?��߆�K�j��l~�2z��p�}h\��&# G}'Oz=?�;��@���u�� ���l�MW#f��=n]��3�(� ������ YO�v"Wc����m����6�������\�Q�DҔ���q��V��=Ƃ�nx)礞���q �3��8����E�� �U��N�ǣgf�7m_����β����䊖m5�L�͈�6<±��>�kIN��� ن��������?�k8����G�1� �i�H��;���c�0��T�t�k�D��PK�8l�� ��PK� �R,Definitions/resource-Novaserver-template.yml�WKs#5��W�p���^���,*$��PԔF걵��Ic���tK3�8q� )N$�I�_�;�z�3 �2*(k|6��c�B|�4dK^�l� �J\���G�)3�Nq.��L�/޾}�Eo�N|��w����á ߊ� �Tb���/d�x4*z�<��ཁ2? ��� /a̮�߁ChH���SU� o�r���8s�5��͕ 5~�\̔"�(�g����$�|B $�?� �ĖU�+�-��,V{d�a�d�j��HE�D��9D�[���JZ���d|Ε�^�{S�)��e�ȽF�tЭ�T�Ε�1(x�� K,� Ly想f��J�!��HR��j��Mn0��a �uK��i�>�1�aYa?L�[�Sd���Si���d �C9W�P;J7���N�#�n̮�No�W�T\_?{���ֆ��.���3��0;��.s@mo�a�Z����2&F��H�/K��T����w�+�+�m��ҥ7�tL���j�w�a�:[or%J�\Y���-�a��ؐ�v�:��H�f+���m�I��W�6��y!�)*3�?缟Z+����J�Y�l9ޭ�i�F����O��� ܺb�T&��_Q�F��Ί���{4%r�y! �$C�#"�������k��L�e��8�iG��0E`��:�nU��AV���3*E�5��ۨ�����b��c7�+(���]�;cU`W��pqyv����af�W�7�bOI�������]۟�5/��� �k�ǻ뫕�X�X!�T�>�!�AmJgĭd���M��[BՕm�b2��_�KGB%�ᦫ�9֚�����ز.#�����������6�_V ��������W�� �n��!���i�R1� 0�DM͗i���`�+:�~4N�� �n��7Ok�3,�x�`��1��Wњ2�@��@{��`ںn�U��A�7�杁O;ys�eH6�c"v��.GK�{�l��/+c�>A�q m�x�/ Uҟn��-Oi�8�;�1�7�[f^̠�����*�4�t= ��#0�H�,ʷ��^Yĭ����*��?:��|���K��'�]�~�[��g��|�����͈z[��QYZ� ����͛���������6�|�:��?��Z{�g�֒�-�D�c�]g�K��E�$�v���^�P������{r��������^ �+y\�h,��'�T��$zw�l����:�4EZ薭8^�Ă03ب|N�kX:*��+Ql�’�����5���/�����qܛs]���;��l�PX��N3�U�|�T��8PK~�E�PK� �R=Definitions/resource-Vfw6d8f4ce8C6d1NodesVfwcvfc-template.yml�]K��8�ׯഽ{����[oM�nG��TT?6b/��b���j~����x�k6�1��T*�J委D&�\�����a�X''��[#�^%�!����̚�H�]�������}�߾}��֘.�i�s�mfSdz� ��!s��.������‹���;�"�Y;���6 l#{1Ǜ�7�l�-������2V��3�A�ʝ� tI29y�w'ρr��Q�I~R�_ Z�H_#��N ?1� q �IR�W������h���?��]��� �}ZGr�����$�����$�1v�w�a|k,���@d �2�d��3{�(�H�'P��d����W�~<�x�{w�ir{���%� ����!W��a/i�ж0��⽃#l�{�n�H�yQ4&{�Yœ1e�E�]�R���u�}�V��YQA��|��*�/r�B-��� %��� _P����w@{OI�C)S6�]���}O�i�)\��{�inu�؇6� Y䯥��2�Z�'��#˵�DpJUئ4��2��?�^ k�O� �������u���:%*+�#�#�p�BK^Ңk�� >��A^���\����\D�Ds�2 a���W��4�� h1T��X�gثu �8L�>Ίb�孬���F.<H��? ����IZ<���~L\��#)� �_��y"|�<ӆ�nF�-��'/4)j�<�5��O�c�6 pT�:!�1��W��d��?Id� ��$�&����y�v�Nv�;VQK��3C���q���iA'<��P�w`I����>!L�ں�W���1h�PЬkGg�����U ʅ��.�+s=�j#����t��=>�1�k+��m��.=���i�"dN��+Z��#��S�w u��C.�DۧgG��?pɋu��#�9�<�̉F$�.� ܃�,`{_k��d�B"��̚�T���v��K叏����4�bEC���#C�z1D�8��8Ż���N���3<Ʈ CbE؏�ge� x���U�)e ���[�sΘ�f;��qK��Qw �O{p��s�w�����NR8$�i�y���p<A�H���tg|:�x_��ď~��>E ��l��'� c���3��ߴ��v�����F6�6�U�~;]�*1y�{�n���@��V&ia���-U@`x��g5�Q� ����7>VR��˔]�aGj-�����D?�&LM�}`�b-?2}K`Z�^�P��/hۘ�r>� и ���C�wy�wO>a(��j�u��l�Cd\�+s��c۷�kQ`�,"f�� Zހy�8���JR�t�����1p�!���JY��9���O���1��q��'Fu���d�W��F� �I$���?���^eh���T�k�� |�B�q��[� 4��� �5�� �f�ڪ3�n�F8�9}�����/��B�T���bEaU|NoN���f>���@����^N�l���C�t�A��h;��h��ng�̞�H���Il�8��0�g� s�\#��,�_�Y����..$�1IÃ�{�m+ӭ3]/�ț�2�v���u��Y���]���*/[i�<�_����}�򆙌I:�g`c�|�i�A��g�I:>�!�-E����k� �I��ʷ�$�Z��=���lz��֗3�{ffin�������ׯt���.{`@C�߳;]Jַ��e�#�[Y a���]���vH \�H3���r,m>�.�\50 �s�$D�Yi���a�W"�������ց�q2 ��}Bt�շ������ʝZ_�U���VB�o�2x�y��V]�4V~{��±�e0�.;��� ^.���5uQD�Iuf��vi�� �=F�D7'�T{�O9Q�`t�ܸfT �z�ev�� �N�3lè65�'.��Q�+oi�Aw�<��J3S�9��Y���~���҉}�7+e쳙�_IC���±e`+�!��������]L(̼�B��Z�2�<ܺ����DܺZF�U4$�1�9 Ƿ�z5 p�@8U�t�O��NU�іn��[-��D�z�țm��]O7�37�S������Δl&k@E���B�|�����]9R|4]�-e��v�E��8[;[�YO�ŊL+�T�G����'b�����4�J�(@�i��s![a�Db�9@S����Ot��0��d0�@�z�Ց�’��Ca���8�m`?x!�m��P��Z��`�eQ�;�P��u�*�f��0��v��H&|�.�F��J �`i��b�A�n�F�{X �"��Q!� {(e4ck�-������<�q�J�z�K@k�6��[�4��zM�E�}X�M����h�m��bF��sdn�aϞ"�sw3]x�]�?�@oil, i����Ԓ�W�HzGC��Kz��EN+��(��? Oi�Z�/莲t�t\��u����F�7�x��q �])S1�0��*�T�Jn`|aZr[W�)�EKg���FG�]iH�!��9y��{�^\�$�`E�xd=%��C ����.fh��ͧ��ܘ˕����|�vfۅ���`���A�i{h���4]�%�� �`�\�))^����������j�v�|�n�N]'RU԰�}�„rL���#F~?S�?�O�K�����~��|�&'^!u�R�O�P����5�������]�Eҋ�$�= ,�gn>s������>}�� ����3Y{�z�3�Iqӂ^�n���>��|x���Ѻ�x_�P@)o���8�m��o=�QTlG���=%AC����}`Ǟ�0�Ӭ�˧�+�j�����WEU�Jr�̐� ���rN��Y��X�\�|Ύ豬R�R��L؝���$��]Sf!/n�to��H�\Uɣt�Nt�TxF��ȴ��| �X�l|�Cݜ��_f�zJ@��"�*�l��P��t�@�"�\8]FyAY � ߫Ūv�2�aB�]��Jf\��96��¤��{���2��C�:�|j����0�$��t|��*�ǬT�����|9^�ӡ]��Å�?�zX�V0���Y�zy���[f����8��*Mw��2�2��4��@7:�V����4�����Z$z"�}W_�2��oϩ�|֣�~û%^�'�Ď)`)];˨�l��=�]>9�h��5[���x뀣�vi~�Rs���<\�]�q��8�̃W�@J'{�ttLml����H'G�8W�.HU�ʝ���'jQ�>4'���P�a�L��6$�0��"#l��;���u<�~!� �4�#iy߯s+��kg��BE6�k�u���2�<-r>P�;a*�J����~#4].���Ka(i�,�<��G�z^I��O(jw�J��;Y�kv5'Y��w����). �. u�[2D���}3Kz�_}�a���PK�����PK� �RGDefinitions/resource-Vfw6d8f4ce8C6d1NodesVfwcvfc-template-interface.yml�]_o�6��[�V����[6�t��M�/�A�%��E"u$����oH��dS�K2�2OE �3?� ��H2� �1�DFE��\��[O�K��Y��J��&���e\���y�E~x��� �.M�b�$����A5��C��I`�v�f{ٕ�i�6$k�m](;�9�۽���r� Y��]�Lt��ͺ��lPϐ��2Lq����X�����ơ�=~�9�%�W���9� UZ �Q(�? �m�b�s��Qs��vQ?����{}oơ/� Z@e��AN��ġ���$t���(4S,_���<5�[/!B�M�7'G���S�w�78E��+ �� ���o�%wB�5M��8� �(;�_�0�D�& �d�?�ѲQM ��/�x��@���M*�T`� K mOq�'�9������5�z� ^���xJ��Q���L�4h*9Œ{��ck�P-ni˵��G}Kcr�Im����h��Y�4��eܨ���:&܋䘼�����#�$8��Q_��RL? CrW��X8WH� �� ��<܁ק 2�> &�1�N��f�M�ps������O��X�qu(��3���4O=��+�={y��}h�D�+��!3Hm��KV�,�<�6:T3L��h�_=�����b� l�P�������Fy�g���D�$z} � �u��\�X��È���9ׁCyz{��\i��JKA�x���2X�ƆKJq�@�MN��`�b�׀�R; ��N� y��+���3�ꄝ�S��h�H�X�C� ~x�H&q����˥k�|cr�u������>ЉNE�-�í�����U�4\����r�d✆���|5�^����I��^n��٬*/�Uy9�ÓKR\���������f���2�`M�5 ;�Oi9�PΌ��I� g����aL�D����9���]y����X.� :����B�yJɇ��5����r���$ ~w9�;}Ƞ��I�qa�C�{�5��,v��eo ���^�(� D��B��a=�_��B)9ng��y7��<~�����_?�m�I;����φ��]�>ާ��ny�Be�`�D���)=��^�^!�B�jhO�J6����7e�^<�� ���E�F� ���r~��g,���M� �p&�Q�'�)�;?j?�>�`1,��L�t����u�%Sq,}� X ����I�%�U�^B�J�k�P�r)��d��Nyi !�� Q?�q�R�]Toe�>�]�|�<�5;ݶs1Еc �Y�CC�k<��GNì�ҰK�u1Z:�1�������ȣ���F:���ӈ.3��#�h�z��c��z0t7F\2fv�ؿ� ���<Ӈ����3�R¸��c�ȄV�v������D'Q��B[ʶc��յ�S�D�� ���D"��ѱP��b�7�bg&�D��mG�~O�^�8`����mǂRC��I:$L��J���a�&&mGC���I��"���1�p1�̵�e��3� (��U�cF����zV�ĸ���"\J����LAǒ,{�]L:'��Q�h�� ^��j�;��^n.��l=9=�����"%�3NΫ܃��p���u� �N�P�е�3k��X[܃��Tk�޳�rP���p�3h@��i��|��~U��G��hx��ل9���$ �I�B W���k*ΊLTR�b���r>e�p p-Ep̘tg�\}T� �7�\Z�mM�Bɔ\�(����'>�s����-w�v�hdGnO.q]u������q���`r��}E}���ߦ��)X��7׷eMq� ��S<� -���z�/��g��[e�T�s&�Ք;m�G �0z��PUgw��`��:I;'���7�j�O�<,/v>���Ά�o������3+sU��*.�%I�N�h��~٤�0*����GՒ��dǛ2{���P}����o��_��8ѥUĆdU�f��?�ɉ/�������-}�K�IB�O_�� �(��S�V�;��_q^�?W�O��( �����S�ox�����L=?,�1��6Vs�?PK1ƈ,� �PK� �R(Definitions/resource-Extcp2-template.yml�T���0��+��m ��r�&Q��f�*�KU!c�UcSc����B����2��f�y3¨���a�%7\�:;��m��i������BJ��Y8+�F Ig\���D����:�{�P0E^��^��Ͻ%-B/"t��Ø�di�:q���i����P��)����ʂ�͓b(�M���vw7��+m�t恴T�(��eZ���’nn����=OIEr.�z��1�K5 �^��W���G����Cz�R�ӿ>y�z �R���X5�[�6&T��ʮ�������ϑ��P�ZݲY涝�#��Rv �w��>��]���ݬ�Z+���^�r��dW�ǧkސ�(m�FIo_� Ň����v�YؙβΌ�b�>�?��Ҷ=k�#��c��I�k��q3��u}sRQ㯆kd��AD��?PK�)��PK� �R&Definitions/resource-Port-template.yml�SMo�0 ��W���� ����m��0`K���ՠe:*K�$�ȿ���m�=�ȏ��O"���TH-�4ڥ{�� �6�dY)JX�4L�YIs����ޣ���v��&��ղX^���"�ÂO�( ��� � �0欎E�2�Qp.hī�2X��up�G�9EEњ�KJ��X�?99ae�[{TYr��evR�����=�sFH�� #�J��ڔU� P�a���Ɩ���*rs����������~�&+c��N� s��l�p�m�� z"������=|{l�����)B�������|���19�M]f�jgg3n ?�Kf��GizPH�2-0?���M��K� ��V�Iō�R�xO�����gYM��@O�YSOY҇+��xSr�z jm|�;f����\6=ް�y��k˼��N!���)O k�d�}0�����/�ʚ����y���+�a��R�����'P�r4��f��V��>⠚Ã��'[���R�����G�?%a,��[-ވI�;I�5o�N���E�Ȥ��ĩ������Q+�Q����������W�0��d��q��b�)�<�ϐ9]�q�{4�k%���X�͕>i�Im,�PKvs(]ePK� �R)Definitions/resource-Compute-template.yml�VKs�6��W�-��V�7?�N�3v�K�����1,�e~}$E��2a�s�tw?��[�z�2��42Hk|v@�i�BhT^�RaV3��e��i L����4�$3a�}w�g|!�Er�.V�*_��f�Z$�l#�/ &�vu����&b��$+\�%�7��zEk����oh�IN2_�Ob*��}��r�]�[9�)�R���x?}���� �F��m9_��Q,ο��N�Q7�Α��z5#vZ|:K���HK��(2��V������Q��9+Y.��2�wP��i���r�):���j�j%���J��<�:3Ɔ��57��l�g���-@G�v3�*��Y��`wֆ������ ��`q��s�>�b۳/�;h���WΡ�O�X �ۛ�������^v`J����I�G���_S�Jt�`�OK�I��m)Ք�&{$n���t#ͱn)Lyza������<�[�č�|B/�v������؎z$���"�)�'��[K�6�b��r�RX4�fw_�����CH�y�W��x"��5��k�<���v�N��h�9:�6�����[?��W�F'������۽-�#������o��T:�e����?b�=�?��k<�]R��{1mRdt����U�n�zĢ����t�w&��`x��a~I;^�>�(Z� (KYf>X�v�*��(��)_�@O =�c���ivI=ܷ����k��@[��?��gPK���� PK� �R,Definitions/resource-Globalport-template.yml�WKs�6��W���@�v\��i�X�/��&$��\��.��EK���D3rf����bm�f4� �.�֠4~̉qG�gy ��fi0�'QC�'�p���Sa���d<=��]�f������$�~�F�D4�g�a�OhU)��O�7�M���xD�p��O��d<����PY� ���T�4��ʠ(�ύK�r�ф�ĩ�T&�����7+�I�N*.�hNC�b��}�f69���OF $Rm0P��La+^��(�lT��#�H�9��\ܒ���ӭ�;H�j 3�G��)M�tnd��B@o>� 옾��xD���x��8���R<���5���:���U��P�*H�����=��A��(Y��JIu�˔�g!kY�B������ꈝ�-6h*�*�e��a2��B��~ ��$�7�r��a'���YE��J�-�EH�0U�"�7&�Sp��\�k�\�F�ˆG��ctE�oI��D� J �?�q��1j�M�� 2�F�c��mhՠt��u�V��a�$��Y1xW�]�X(1��/=?��� �ʹD.E{"��1Mu� ����Ej��Xe& a��Y�����(���`}��7�KB����Ԛ'b? �y!|\P1epa��� "�@��$yL�BtȊ������uwO����m�s�v��A$vTㄎj�>�wwa�L��N�x���^^չ���GL`�jn�[�J��($�ʒ|AU�WQ�c.Z &R`h�=S�І0�JL��h0D���HXn��h��4���3�K�>|^��F�w7��z���� ���1���)�<"R�/�`�ep�  �G���YMN���䱽24��\�[��)�F���=ϸ��޻��#.V�%�T��Ke-܎��a-G�`i�*����sC�I�έ6��[���m(�{���-��{�u��q��a��ׇ���F�����Q�'���n����]l{oI3zwb�3���-ؤ����f`9^A������-Jv�;�N{��[�- �H�w�1�5P��xr�A>$V'����@&G,�z�v���f_7Foҍ�y�#��{0����z��D>��wX�Z��Gj�5��=�85�kc>��q�7��oퟒ�PKˑ��k�PK� �R)Definitions/resource-Network-template.yml�TMo�0 ��W�� ��$M�ŷ �]:K/�`�� �%��S�ߏ�h7�ir��{|)������8�w!�Y�[*������4��J��1b:0n�l�����&=-r\Lt����\�d�fWIA3�j2��i!Q�8� ��������r��D-�k���X\.gJ��aI)�(>{�+ߚ�bS���T1r1BwP��o�B � �@�5��w��=��Ra���] ��%X��|� ��V�fV��5+z$�=�p���>�j���~ Kd��x"�g=�<����.s����$�9�t��*4%(���J+dS�&���{^a���r�C�1�K�,���d��v@�� �z�ꐞ��5�Ֆ/X/A�|�|�UGp+l����}8� ���o��D��mIg�2�����=mP����i}掏���&��1n���ՆI�P� ���IU9̭0{��F�m�T��W����X� �@�R�kK�}����� 7�~��&6�h��:ⷲ��13ջ�i�9�h>+p##�w�=xr��̚��>�#ָ�V�^�`����;�7ݽ��J����� ���z��z�^�|��c[�Fg�����޳F�PKk�ޙS�PK� �RDDefinitions/resource-Vfw6d8f4ce8c6d1ComputeNodesHeatVfw-template.yml��Mo�0���+|ۓ, ܪT�zh��W46�%��m���w�H�$j{3�<�����%4-*mt���fB�iQ�������]�4ɡ�-��i3��`��˷�5Sx�Q���Ϫ4�U�O�Ty��EV&�k�O�Y&U*x^%��Rr� �+8A��Xa�l�ǚ]�[і*�X>mI�c���}��I�N���!,�m`G�C:�A�.�D��07]�^���� �В4?�?��Hw���$^д��,?�R e�1.�g9�J���;O#�I?�����y�R���@7n]������|Ռ)�Q����8�0[����% tG��{}Cv������+l���qO��Vl�凑�چ�16�}�;yg��o��]#;PHs���R�2��>`��/e��R���r�����n��D?��O����{�PK���cPK� �R/Definitions/resource-Globalnetwork-template.yml�TQo�0~�W�[7i�H� x�D5U�hՖ�LS����؞����HM ��u/����}wq0��T`.� �h�V�<�ꐗ�U�nY��$M&X`���s��Z]-��q*f�,�M����G�(E�1�F ��H�2�L��0��Y��IM������$���9fD֬�9|Q&cj��Ѹ�� ��I�:o�:���M���YK���xt���2l�0ԭqR��3�2��y�1I����_��Y��q[ʏ���2{�/2�p�����ja���7��~g����-*d��$�~�b8:�|3ղ,2$����e\��A�B~�?@.��@�-w����#��6��K���P*V��F��h�kg�>�Aڰ5J�g)�XKaZ���vY�&�M�����pS�xoa\��1���N#,h��4w�h��4�e��e���wO��TZ/}�w���i�p�*�C1��)��������� ����s�ư^/�Z���p^:��?�D0�W��׫��rq�*��H��#��(����ض�/�y/�𲉭~0ܨ�=��T������Se�����*���Bw�B/�Zk��'�=$���z������S�̾Rb���mS�7X��V��;���H �Rw�9��z��+++�J- �����PK���2��PK� �R-Definitions/resource-Neutronport-template.yml�WKs�6��W��� Ɣ�4�M���fYMl_:,%L@�@)�L�{�Ô�F��1>Z,v?�~� ;mM9�B '�����EB\ز�(%�{Z�4N�Q�r�h2"D�-5�*��'��1�f��8��z;��|:��L�����:�q��S�r6yN�Y 0�^^�2β�W����&�v}�ʊ��%T�h��ơ��eF�.��� �YB��k��$�S�=q��V3AX���(r���r@��h���B�6ub ��K���ܬp���Z�}B~F0��*{�fn% �#,]���6 �[�V�{՟�m Ԣ�8�����|��Qs�˪���z5��`@l2#z �O !��h&�}!qӧ+\�����>�%̈́����卪IM6�<�=�h��FW�Z���.���e+kT�R��v�Z=qP��M�j��t�ib�� a�ʨ���T�/�fE�Z� ���Os��䤱�NC�����������A�Xe�A �fx���9���:�������I}�5��a�&Z!x ��;C�V C�SiaԚ� �x��:#��e�p�,�D��K؀����ڦ�?�!���M��`����5�>�9�6~p�wi*��!�(��E��Ǩ���eL3�C3F�|�ݼ^�Hc�C�y�D!2���&d�@OA�O-�@A�`��9�u��™ՈV�1� �1��V �qh����/�2���� ���m�� �%�^�q��J��|����#�-_�w����6���#�Ɋ~@��?��A����;9C�� |��UJ��K��� ����\1�R���� oJIY��*������n�U]�Ș���t![K�B�P/]' B��u���&}r� {��p�;%��} ��R���D�=�E�����CȈm�뙘�u����P^�"I�U�������ݮ���I���"�?L����w\٣ >U���< B3b�E拤�g��s�4S��1��_Dt�uʝ�fX�^��$�������y'�P ��%�<���=��q4�N#k��;<�>��] ����Leˋ �8�?̖��l�p�׬��N~h�/PK��=�XPK� �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-6d8f4ce8-c6d1_Information.txt�WAo�0>o���M,@HB�jjA�j����ô�㼀�g�����9v(!i����������}N���Z��h�X��}�:��;�Q>}BN�E6�C����FL@NSIY�rHBƑ`�|�P�Y�����.�GV��� }4t��=��{Ng� \��c ��>� X� ,���n N��G��HԚ+=��Yq���"�7`�,�qm �c�Y�� ���vzC���WΡ�!���̔H3β�J�X=]���.�( 8!���x�Y��e���t�E׹�4�ro����J2�7J,1��乓�Ѡ{HcJ���=��(����" � �N�X�?�$Sc1;��n|�dq\��X�W�D\U����r���Y��pM�2���~�`�� �ӱ8�o,?UL�E�6�]��џ&i�}h �n�fQx����L������c"��UD����G���㖏���;" .�:�2��~�i�tF�s-iH��S�9J��T��پ���N8UlEm����n�����+�8�X�JmY9�9��S1\�.^��%B℀h-S��2�TZ˴�9+ǛX&?L=_܍����3Ɉ.���!=<]��� ~=Q�-�J�����#�1\}l��-Qn��|$y �� u*��[E�O�O�O�����]~���s�[�-PPKv#����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\+�֗׊���Ǚ�W���������ki��,���v kA�L�"-M� ˹2T�JD�O)���wi�g�A�n����6c�g�;�-R?_��O� b\��,\��@PK¦K!7PK� �R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xml��n�0�_e���;��E�I2�.�Mw�>NP���(y��i'3(�}��~>�>xT��P�:�6/u���n�����xݶ4`ۺ�m�6���M���&�h\Pcjȥbܚ� ) !!A-���"W/].��4� %���0.Ua!U)��ژ4�3��Sh�.���\C3�Cu|��m���2�빀�S��D!�3�H� "��Kyz�n(�&_�ޜm&#��Ezx� �ٔ����X�� sJ�W*,�� ���q��4&�E�<� K���'%���3�p���{E�r/x„LD��ز��l�]1^�jӌ�ة�������. �t�4~_u��*�rnCd*��i�B�m�6L5B��+s�`€� g�QD��!w��K�3���� ���f�Nf��s����m��\A�Ǧ��"�y���R_N �@.B|�:�����EL�/�w�6~��Б��G�^�0?��Y�Ħ{�:$%�.���贉N����<_y�����Bz+DR���q�p����|h���b}�H.8{D�w�d�϶)c<}��t���L�G��H����� ���U����¸)l�wi|^�'ަ2� HJ'�J��s{����1C���\)+�� [@�, �&K����J�E�r|�$�K/#ZDefinitions/resource-Globalcompute-template.ymlPK� �R��5Pm� ,�^Definitions/resource-Neutronnet-template.ymlPK� �Re|���cD�bDefinitions/resource-Vfw6d8f4ce8c6d1ComputeNodesHeatVsn-template.ymlPK� �R�� ��k=�dDefinitions/resource-Vfw6d8f4ce8C6d1NodesVpgcvfc-template.ymlPK� �R�8l�� ��G�sDefinitions/resource-Vfw6d8f4ce8C6d1NodesVpgcvfc-template-interface.ymlPK� �R~�E�,~Definitions/resource-Novaserver-template.ymlPK� �R�����=��Definitions/resource-Vfw6d8f4ce8C6d1NodesVfwcvfc-template.ymlPK� �R1ƈ,� �G��Definitions/resource-Vfw6d8f4ce8C6d1NodesVfwcvfc-template-interface.ymlPK� �R�)��(��Definitions/resource-Extcp2-template.ymlPK� �Rvs(]e&��Definitions/resource-Port-template.ymlPK� �R���� )��Definitions/resource-Compute-template.ymlPK� �Rˑ��k�,��Definitions/resource-Globalport-template.ymlPK� �Rk�ޙS�)d�Definitions/resource-Network-template.ymlPK� �R���cD�Definitions/resource-Vfw6d8f4ce8c6d1ComputeNodesHeatVfw-template.ymlPK� �R���2��/+�Definitions/resource-Globalnetwork-template.ymlPK� �R��=�X-�Definitions/resource-Neutronport-template.ymlPK� �R+�@j5��ɹDefinitions/data.ymlPK� �R�'}8u�Definitions/groups.ymlPK� �R0?��@ @6�Definitions/policies.ymlPK� �R���C&�Definitions/annotations.ymlPK� �R�����+Definitions/relationships.ymlPK� �R 2ea� 6 Definitions/artifacts.ymlPK� �R�H�v~(�Definitions/capabilities.ymlPK� �R8��ADefinitions/interfaces.ymlPK� �R�j��-�Y:Definitions/nodes.ymlPK� �Rv#����C�LArtifacts/Informational/OTHER/VSP_vFW-6d8f4ce8-c6d1_Information.txtPK� �R��ȕ �O'�OArtifacts/Deployment/HEAT/base_vfw.yamlPK� �R¦K!7<�[Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK� �R�KO��j4^Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK%%! a 2021-04-10T04:07:01.411Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel|DEBUG|500||=======================response end================================================= 2021-04-10T04:07:01.412Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e8b1df86-490d-440e-a21b-35880c6cc341/toscaModel|INFO|500||InvokeReturn 2021-04-10T04:07:01.417Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-04-10T04:07:01.417Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||VF Category is: Generic 2021-04-10T04:07:01.418Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||VFCustomizationUUID= 74b568ab-bd2d-4222-880a-c39ae4133644 2021-04-10T04:07:01.418Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74b568ab-bd2d-4222-880a-c39ae4133644 matches Tosca VF Customization UUID: 74b568ab-bd2d-4222-880a-c39ae4133644 2021-04-10T04:07:01.418Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||vfCustomizationUUID: 74b568ab-bd2d-4222-880a-c39ae4133644 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-04-10T04:07:01.422Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.422Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:07:01.423Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||resource request for resource customization id 74b568ab-bd2d-4222-880a-c39ae4133644: {\"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-04-10T04:07:01.423Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c5356b0 2021-04-10T04:07:01.423Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.423Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-10T04:07:01.424Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21b94c2e-40cd-44e1-9965-27a20d9e8fcd 2021-04-10T04:07:01.424Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21b94c2e-40cd-44e1-9965-27a20d9e8fcd 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_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-10T04:07:01.427Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.427Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is matching search criteria 2021-04-10T04:07:01.427Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 6d8f4ce8-c6d1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:07:01.428Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.428Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is matching search criteria 2021-04-10T04:07:01.428Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 6d8f4ce8-c6d1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:07:01.428Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.428Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is not matching search criteria 2021-04-10T04:07:01.429Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-10T04:07:01.429Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-10T04:07:01.429Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-10T04:07:01.429Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-10T04:07:01.429Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-10T04:07:01.429Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-10T04:07:01.430Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-10T04:07:01.430Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-10T04:07:01.430Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-10T04:07:01.430Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-10T04:07:01.430Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-10T04:07:01.430Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=277ea32a-7a00-4bc6-9e73-79ca155ded57 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-04-10T04:07:01.433Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.434Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is matching search criteria 2021-04-10T04:07:01.434Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 6d8f4ce8-c6d1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:07:01.434Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.434Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is not matching search criteria 2021-04-10T04:07:01.434Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-10T04:07:01.434Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-10T04:07:01.434Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-10T04:07:01.434Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-10T04:07:01.435Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-10T04:07:01.435Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-10T04:07:01.435Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-10T04:07:01.435Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-10T04:07:01.435Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-10T04:07:01.435Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-10T04:07:01.436Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-10T04:07:01.436Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-10T04:07:01.436Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9ee89e4-2057-4528-a840-98037171bcc6 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-04-10T04:07:01.438Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.438Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is matching search criteria 2021-04-10T04:07:01.438Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 6d8f4ce8-c6d1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:07:01.441Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.441Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is not matching search criteria 2021-04-10T04:07:01.441Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-10T04:07:01.441Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-10T04:07:01.441Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-10T04:07:01.442Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-10T04:07:01.442Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-10T04:07:01.442Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-10T04:07:01.442Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-10T04:07:01.442Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-10T04:07:01.442Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-10T04:07:01.442Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-10T04:07:01.443Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-10T04:07:01.443Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-10T04:07:01.443Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=28f9bf9f-11cd-49cf-8fca-0fd624816c7d 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-04-10T04:07:01.445Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.446Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is matching search criteria 2021-04-10T04:07:01.446Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 6d8f4ce8-c6d1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:07:01.446Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.446Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Node template vFW 6d8f4ce8-c6d1 0 is matching search criteria 2021-04-10T04:07:01.446Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found topology templates [vFW 6d8f4ce8-c6d1 0] matching following query criteria: sdcType=VF, customizationUUID=74b568ab-bd2d-4222-880a-c39ae4133644 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-04-10T04:07:01.448Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.448Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:07:01.448Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500|| resourceSeq for service uuid 89d56119-5efb-4a60-b701-52ec96d66747: vFW 6d8f4ce8-c6d1 2021-04-10T04:07:01.448Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.448Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:07:01.449Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.449Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:07:01.449Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.449Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:07:01.449Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.449Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:07:01.450Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:07:01.450Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Service vFW 2021-04-10 04-04-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:07:01.450Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||Saving Service: vFW 2021-04-10 04-04-29 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_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_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, 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-04-10T04:07:01.713Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6d8f4ce8-c6d1 70dc7ccb-2abb-49c4-80bb-01722d5a69a0 1 ASDC deployResourceStructure 2021-04-10T04:07:01.714Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json ASDC sendASDCNotification 2021-04-10T04:07:01.714Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json 2021-04-10T04:07:01.714Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:07:01.714Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:07:01.716Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:07:01.716Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027621714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:07:01.817Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-10T04:07:01.817Z||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-04-10T04:07:01.818Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:07:01.827Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:07:01.827Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:07:02.717Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-10T04:07:02.718Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml 2021-04-10T04:07:02.718Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:07:02.718Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:07:02.720Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:07:02.720Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027622717, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-10T04:07:02.820Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:07:02.822Z||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-04-10T04:07:02.822Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:07:02.835Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:07:02.835Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:07:03.721Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-10T04:07:03.721Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env 2021-04-10T04:07:03.722Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:07:03.722Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:07:03.725Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:07:03.725Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027623721, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-10T04:07:03.825Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:07:03.826Z||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-04-10T04:07:03.826Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:07:03.838Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:07:03.838Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-10T04:07:04.726Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar ASDC sendASDCNotification 2021-04-10T04:07:04.726Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar 2021-04-10T04:07:04.727Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:07:04.727Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:07:04.730Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:07:04.730Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027624725, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:07:04.830Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:07:04.831Z||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-04-10T04:07:04.831Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:07:04.844Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:07:04.844Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:07:05.730Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:07:05.741Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:07:05.744Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:07:05.744Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:07:05.744Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:07:25.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.76.80 2021-04-10T04:07:35.745Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:07:35.758Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:07:35.761Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:07:35.762Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:07:35.762Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:07:41.300Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:07:41.300Z||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-04-10T04:07:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:07:41.319Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:07:41.320Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-04-10T04:07:41.320Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-k8s-id", "timestamp": 1618027601231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:07:41.320Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:08:05.762Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:08:05.773Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:08:05.776Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:08:05.776Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:08:05.776Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:08:10.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.71.18 2021-04-10T04:08:35.776Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:08:35.787Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:08:35.790Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:08:35.790Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:08:35.790Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:08:41.299Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:08:41.300Z||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-04-10T04:08:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:08:41.322Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:08:41.322Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:08:41.322Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-windriver-id", "timestamp": 1618027601387, "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-04-10T04:08:41.330Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d985eae-d6ca-434e-b675-ea06dce169ac 2021-04-10T04:08:41.330Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:08:55.935Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.76.80 2021-04-10T04:09:05.790Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:09:05.801Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:09:05.804Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:09:05.804Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:09:05.804Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:09:35.805Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:09:35.815Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:09:35.819Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:09:35.819Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:09:35.819Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:09:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.77.103 2021-04-10T04:09:41.299Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:09:41.300Z||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-04-10T04:09:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:09:41.325Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:09:41.327Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.328Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027601527, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:09:41.328Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.329Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.329Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "aai-ml", "timestamp": 1618027600092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:09:41.329Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:09:41.329Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.329Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "policy-id", "timestamp": 1618027594992, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:09:41.330Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:09:41.330Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.330Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027601297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:09:41.330Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:09:41.330Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.330Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-windriver-id", "timestamp": 1618027602391, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:09:41.330Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.330Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.330Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-k8s-id", "timestamp": 1618027602466, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:09:41.331Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.331Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.331Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027602716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:09:41.331Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.331Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.331Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "aai-ml", "timestamp": 1618027600092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:09:41.331Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:09:41.331Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.332Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027602803, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:09:41.332Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.332Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.332Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027601297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "NOTIFIED" } 2021-04-10T04:09:41.332Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:09:41.332Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.332Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "policy-id", "timestamp": 1618027603190, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:09:41.332Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.332Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.333Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-k8s-id", "timestamp": 1618027603565, "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-04-10T04:09:41.338Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d985eae-d6ca-434e-b675-ea06dce169ac 2021-04-10T04:09:41.338Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:09:41.355Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.356Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027603721, "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-04-10T04:09:41.362Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d985eae-d6ca-434e-b675-ea06dce169ac 2021-04-10T04:09:41.362Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:09:41.425Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.425Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "aai-ml", "timestamp": 1618027600092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:09:41.425Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:09:41.425Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.425Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027603812, "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-04-10T04:09:41.430Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d985eae-d6ca-434e-b675-ea06dce169ac 2021-04-10T04:09:41.430Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:09:41.440Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.440Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027601297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-10T04:09:41.441Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:09:41.441Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.441Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "policy-id", "timestamp": 1618027604195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:09:41.441Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.441Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.441Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-k8s-id", "timestamp": 1618027604570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:09:41.442Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.442Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.442Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "aai-ml", "timestamp": 1618027600092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:09:41.442Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:09:41.442Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.442Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027604818, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:09:41.442Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.443Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.443Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027601297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:09:41.443Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:09:41.443Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.443Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "policy-id", "timestamp": 1618027605197, "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-04-10T04:09:41.448Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d985eae-d6ca-434e-b675-ea06dce169ac 2021-04-10T04:09:41.448Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:09:41.454Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.455Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "aai-ml", "timestamp": 1618027600092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:09:41.455Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:09:41.455Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.455Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027601297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-10T04:09:41.455Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:09:41.456Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.456Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "aai-ml", "timestamp": 1618027600092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:09:41.456Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:09:41.456Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.456Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027601297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:09:41.456Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:09:41.457Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.457Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027601297, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:09:41.457Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:09:41.457Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.457Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "aai-ml", "timestamp": 1618027608233, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:09:41.457Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.458Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.458Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027609399, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:09:41.458Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.458Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.458Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027614260, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:09:41.458Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.458Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.458Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027616864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:09:41.458Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.459Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.459Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027619459, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:09:41.459Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.459Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.459Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "aai-ml", "timestamp": 1618027620365, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:09:41.459Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.459Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.459Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "aai-ml", "timestamp": 1618027621370, "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-04-10T04:09:41.466Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2d985eae-d6ca-434e-b675-ea06dce169ac 2021-04-10T04:09:41.466Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:09:41.475Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.475Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027621714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/vfw6d8f4ce8c6d10_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:09:41.475Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.476Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.476Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027622717, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-10T04:09:41.476Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.476Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.476Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027623721, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/resourceInstances/vfw6d8f4ce8c6d10/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-10T04:09:41.476Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:09:41.476Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:09:41.476Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027624725, "artifactURL": "/sdc/v1/catalog/services/Vfw20210410040429/1.0/artifacts/service-Vfw20210410040429-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:09:41.476Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:10:05.819Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:10:05.829Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:10:05.833Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:10:05.833Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-10T04:10:05.833Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-10T04:10:05.834Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-10T04:10:05.834Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:10:05.834Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:10:05.834Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:10:05.835Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:10:05.835Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:10:05.911Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:10:05.912Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-04-10T04:10:05.918Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-10T04:10:35.919Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d985eae-d6ca-434e-b675-ea06dce169ac 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-04-10T04:10:35.924Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d985eae-d6ca-434e-b675-ea06dce169ac and serviceModelVersionId: 89d56119-5efb-4a60-b701-52ec96d66747 2021-04-10T04:10:35.925Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : daf5cd9e-878b-4b03-9024-4ef2df35e2d5 2021-04-10T04:10:35.926Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/daf5cd9e-878b-4b03-9024-4ef2df35e2d5/model-vers/model-ver/89d56119-5efb-4a60-b701-52ec96d66747?depth=0 2021-04-10T04:10:35.931Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-10T04:10:36.052Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/daf5cd9e-878b-4b03-9024-4ef2df35e2d5/model-vers/model-ver/89d56119-5efb-4a60-b701-52ec96d66747?depth=0|INFO|500||Invoke 2021-04-10T04:10:36.053Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/daf5cd9e-878b-4b03-9024-4ef2df35e2d5/model-vers/model-ver/89d56119-5efb-4a60-b701-52ec96d66747?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/daf5cd9e-878b-4b03-9024-4ef2df35e2d5/model-vers/model-ver/89d56119-5efb-4a60-b701-52ec96d66747?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2d985eae-d6ca-434e-b675-ea06dce169ac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f5eb5f2a-bf4a-479f-88f4-eb6a33774094], X-ECOMP-RequestID=[2d985eae-d6ca-434e-b675-ea06dce169ac], X-TransactionId=[], X-ONAP-RequestID=[2d985eae-d6ca-434e-b675-ea06dce169ac], Content-Type=[application/merge-patch+json]} 2021-04-10T04:10:36.072Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/daf5cd9e-878b-4b03-9024-4ef2df35e2d5/model-vers/model-ver/89d56119-5efb-4a60-b701-52ec96d66747?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-10T04:10:37.123Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/daf5cd9e-878b-4b03-9024-4ef2df35e2d5/model-vers/model-ver/89d56119-5efb-4a60-b701-52ec96d66747?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/daf5cd9e-878b-4b03-9024-4ef2df35e2d5/model-vers/model-ver/89d56119-5efb-4a60-b701-52ec96d66747?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210410-04:10:36:088-33133], vertex-id=[172248], Content-Length=[0], Date=[Sat, 10 Apr 2021 04:10:36 GMT], Content-Type=[application/json]} 2021-04-10T04:10:37.124Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/daf5cd9e-878b-4b03-9024-4ef2df35e2d5/model-vers/model-ver/89d56119-5efb-4a60-b701-52ec96d66747?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-10T04:10:37.125Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/daf5cd9e-878b-4b03-9024-4ef2df35e2d5/model-vers/model-ver/89d56119-5efb-4a60-b701-52ec96d66747?depth=0|INFO|500||InvokeReturn 2021-04-10T04:10:37.125Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-10T04:10:37.125Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-04-10T04:10:37.130Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-04-10T04:10:37.130Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d985eae-d6ca-434e-b675-ea06dce169ac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-10T04:10:37.130Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-10T04:10:37.131Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:10:37.133Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:10:37.133Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027837130, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-10T04:10:37.233Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:10:37.234Z||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-04-10T04:10:37.234Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:10:37.249Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:10:37.250Z||pool-39-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-04-10T04:10:38.219Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:10:38.219Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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-04-10T04:10:38.219Z|2d985eae-d6ca-434e-b675-ea06dce169ac|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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:10:41.299Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:10:41.300Z||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-04-10T04:10:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:10:41.323Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:10:41.324Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.325Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "multicloud-k8s-id", "timestamp": 1618027730096, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:10:41.325Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.325Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.326Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "clamp", "timestamp": 1618027726370, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:10:41.326Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.326Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.326Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027730333, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:10:41.326Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.326Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.326Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "policy-id", "timestamp": 1618027734993, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:10:41.326Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.326Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.326Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "cds", "timestamp": 1618027733210, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:10:41.326Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.326Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.326Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "dcae-sch", "timestamp": 1618027733691, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "multicloud-k8s-id", "timestamp": 1618027730096, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "clamp", "timestamp": 1618027726370, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "cds", "timestamp": 1618027733210, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027730333, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "policy-id", "timestamp": 1618027734993, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:10:41.327Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.328Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.328Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "dcae-sch", "timestamp": 1618027733691, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:10:41.328Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.328Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.328Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "multicloud-windriver-id", "timestamp": 1618027737673, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:10:41.328Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.328Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.328Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "multicloud-windriver-id", "timestamp": 1618027737673, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:10:41.328Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.328Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.328Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "cds", "timestamp": 1618027740166, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:10:41.328Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:10:41.328Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.328Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "policy-id", "timestamp": 1618027740561, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:10:41.329Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:10:41.329Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.329Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027740039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:10:41.329Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.329Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.329Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "cds", "timestamp": 1618027741174, "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-04-10T04:10:41.342Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1fae2483-5ddf-4004-8834-c8714b904090 2021-04-10T04:10:41.342Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fae2483-5ddf-4004-8834-c8714b904090 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-04-10T04:10:41.351Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.351Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "policy-id", "timestamp": 1618027741567, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:10:41.351Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:10:41.351Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.351Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027740039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:10:41.351Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.351Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.351Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "clamp", "timestamp": 1618027742362, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:10:41.351Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:10:41.351Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.351Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "policy-id", "timestamp": 1618027742570, "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-04-10T04:10:41.356Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1fae2483-5ddf-4004-8834-c8714b904090 2021-04-10T04:10:41.356Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fae2483-5ddf-4004-8834-c8714b904090 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-04-10T04:10:41.368Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.368Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027743009, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:10:41.368Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:10:41.368Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.368Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "clamp", "timestamp": 1618027743459, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:10:41.368Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:10:41.369Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.369Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "clamp", "timestamp": 1618027744463, "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-04-10T04:10:41.374Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1fae2483-5ddf-4004-8834-c8714b904090 2021-04-10T04:10:41.375Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fae2483-5ddf-4004-8834-c8714b904090 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-04-10T04:10:41.384Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.385Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027744508, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:10:41.385Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:10:41.385Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.385Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027745511, "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-04-10T04:10:41.391Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1fae2483-5ddf-4004-8834-c8714b904090 2021-04-10T04:10:41.391Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fae2483-5ddf-4004-8834-c8714b904090 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-04-10T04:10:41.399Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.399Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "aai-ml", "timestamp": 1618027750092, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:10:41.400Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.400Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.400Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "aai-ml", "timestamp": 1618027750092, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:10:41.400Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:10:41.400Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.400Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "aai-ml", "timestamp": 1618027754972, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:10:41.400Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:10:41.400Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.400Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "aai-ml", "timestamp": 1618027760463, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:10:41.400Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:10:41.400Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:10:41.400Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "aai-ml", "timestamp": 1618027761468, "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-04-10T04:10:41.404Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1fae2483-5ddf-4004-8834-c8714b904090 2021-04-10T04:10:41.405Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fae2483-5ddf-4004-8834-c8714b904090 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-04-10T04:10:42.501Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:10:42.502Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||received message from topic 2021-04-10T04:10:42.502Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1fae2483-5ddf-4004-8834-c8714b904090","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f794819c-c151-45ca-8c2c-46ffe640523f","serviceDescription":"service","serviceInvariantUUID":"201d8d9f-9338-4ac2-a72a-c1d84556dc21","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"52ca5707-ba6a-41f9-91e4-66b767cfdbf9","resourceInvariantUUID":"8eb88435-d421-408e-acd1-a539fb10d39c","resourceCustomizationUUID":"e84572fa-5e7d-49cd-aa81-36173a0ac03a","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":"NGE1MzJlNmE4NGU4ZWE5NGU3NTc0Y2Y1YjhkMGVhOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c65fecc-0d0c-4593-891e-2a2159f09453","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWZiZGNmYTMwNTRjMTdlNWZjZmIxNTMxN2E2MmVlOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a7c5e80-c3b0-4cf9-996d-0e362a6cc139","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-10T04:10:42.505Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:10:42.505Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:10:42.507Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:10:42.507Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:10:42.607Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:10:42.609Z||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-04-10T04:10:42.609Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:10:42.619Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:10:42.619Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:10:43.508Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:10:43.510Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:10:43.512Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:10:43.512Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:10:43.612Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:10:43.613Z||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-04-10T04:10:43.614Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:10:43.624Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:10:43.625Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:10:44.514Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "f794819c-c151-45ca-8c2c-46ffe640523f", "serviceDescription": "service", "serviceInvariantUUID": "201d8d9f-9338-4ac2-a72a-c1d84556dc21", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "e84572fa-5e7d-49cd-aa81-36173a0ac03a", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "52ca5707-ba6a-41f9-91e4-66b767cfdbf9", "resourceInvariantUUID": "8eb88435-d421-408e-acd1-a539fb10d39c", "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": "YWZiZGNmYTMwNTRjMTdlNWZjZmIxNTMxN2E2MmVlOWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0a7c5e80-c3b0-4cf9-996d-0e362a6cc139" } ], "workloadContext": "Production" } 2021-04-10T04:10:44.514Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-10T04:10:44.514Z|2d985eae-d6ca-434e-b675-ea06dce169ac|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f794819c-c151-45ca-8c2c-46ffe640523f ASDC 2021-04-10T04:10:44.515Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1fae2483-5ddf-4004-8834-c8714b904090 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:f794819c-c151-45ca-8c2c-46ffe640523f ServiceInvariantUUID:201d8d9f-9338-4ac2-a72a-c1d84556dc21 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:0a7c5e80-c3b0-4cf9-996d-0e362a6cc139 ArtifactChecksum:YWZiZGNmYTMwNTRjMTdlNWZjZmIxNTMxN2E2MmVlOWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:e84572fa-5e7d-49cd-aa81-36173a0ac03a ResourceInvariantUUID:8eb88435-d421-408e-acd1-a539fb10d39c ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:52ca5707-ba6a-41f9-91e4-66b767cfdbf9 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-04-10T04:10:44.515Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f794819c-c151-45ca-8c2c-46ffe640523f 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-04-10T04:10:44.731Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T04:10:44.733Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:10:44.734Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:10:44.734Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 0a7c5e80-c3b0-4cf9-996d-0e362a6cc139 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-10T04:10:44.734Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:10:44.734Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-10T04:10:44.892Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:10:44.895Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0a7c5e80-c3b0-4cf9-996d-0e362a6cc139 47925 2021-04-10T04:10:44.896Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-10T04:10:44.896Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-10T04:10:44.896Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:10:44.897Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:10:44.899Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:10:44.899Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027844895, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:10:45.000Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-10T04:10:45.001Z||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-04-10T04:10:45.001Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:10:45.010Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:10:45.010Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:10:45.900Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T04:10:45.902Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:10:45.902Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||Trying to write artifact UUID: 0a7c5e80-c3b0-4cf9-996d-0e362a6cc139, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-10T04:10:45.903Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-04-10T04:10:45.903Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-10T04:10:45.903Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-10T04:10:46.031Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4388611898578007749/Definitions/service-BasicNetwork-template.yml 2021-04-10T04:10:46.487Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-10T04:10:46.487Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-04-10T04:10:46.487Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-10T04:10:46.487Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-10T04:10:46.488Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||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-04-10T04:10:46.488Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||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-04-10T04:10:46.488Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||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-04-10T04:10:46.488Z|1fae2483-5ddf-4004-8834-c8714b904090|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-BasicNetwork-csar.csar 2021-04-10T04:10:46.488Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||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-04-10T04:10:46.488Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||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-04-10T04:10:46.488Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||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-04-10T04:10:46.488Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||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-04-10T04:10:46.488Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-04-10T04:10:46.488Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:10:46.488Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:10:46.489Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-10T04:10:46.489Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-10T04:10:46.489Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T04:10:46.489Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:10:46.489Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:10:46.489Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-10T04:10:46.489Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-10T04:10:46.490Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T04:10:46.490Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:10:46.490Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:10:46.490Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:10:46.490Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:10:46.490Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:10:46.490Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:10:46.491Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:10:46.491Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:10:46.491Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:10:46.491Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:10:46.491Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:f794819c-c151-45ca-8c2c-46ffe640523f Model Version:NULL Model InvariantUuid:201d8d9f-9338-4ac2-a72a-c1d84556dc21 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:8eb88435-d421-408e-acd1-a539fb10d39c Model UUID:ae29b4a8-fd09-4860-b016-884be93674de Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:e84572fa-5e7d-49cd-aa81-36173a0ac03a 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-04-10T04:10:46.496Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 52ca5707-ba6a-41f9-91e4-66b767cfdbf9 2021-04-10T04:10:46.496Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||No resources found for Service: f794819c-c151-45ca-8c2c-46ffe640523f 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-04-10T04:10:46.499Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500|| 2021-04-10T04:10:46.500Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-04-10T04:10:46.500Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||No resources found for Service: f794819c-c151-45ca-8c2c-46ffe640523f 2021-04-10T04:10:46.500Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Preparing to deploy Service: f794819c-c151-45ca-8c2c-46ffe640523f 2021-04-10T04:10:46.500Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-04-10T04:10:46.500Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||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-04-10T04:10:46.505Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:10:46.505Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:10:46.506Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:10:46.506Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:10:46.506Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500|| resourceSeq for service uuid f794819c-c151-45ca-8c2c-46ffe640523f: Generic NeutronNet 2021-04-10T04:10:46.506Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:10:46.506Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:10:46.506Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:10:46.506Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||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-04-10T04:10:46.538Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:10:46.539Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:10:46.539Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:10:46.539Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:10:46.539Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:10:46.539Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:10:46.540Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||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-04-10T04:10:46.589Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-04-10T04:10:46.590Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-10T04:10:46.590Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-10T04:10:46.590Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:10:46.590Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:10:46.592Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:10:46.592Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027846590, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:10:46.693Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-10T04:10:46.694Z||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-04-10T04:10:46.694Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:10:46.703Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:10:46.704Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:10:47.593Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fae2483-5ddf-4004-8834-c8714b904090 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-04-10T04:10:47.604Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fae2483-5ddf-4004-8834-c8714b904090 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-04-10T04:10:47.608Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:10:47.609Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-10T04:10:47.609Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-10T04:10:47.609Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-10T04:10:47.609Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:10:47.609Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:10:47.609Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:10:47.609Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:10:47.609Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:10:47.609Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:10:47.609Z|1fae2483-5ddf-4004-8834-c8714b904090|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-04-10T04:10:47.615Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-10T04:11:10.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18 2021-04-10T04:11:17.615Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1fae2483-5ddf-4004-8834-c8714b904090 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-04-10T04:11:17.621Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1fae2483-5ddf-4004-8834-c8714b904090 and serviceModelVersionId: f794819c-c151-45ca-8c2c-46ffe640523f 2021-04-10T04:11:17.621Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 201d8d9f-9338-4ac2-a72a-c1d84556dc21 2021-04-10T04:11:17.623Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/201d8d9f-9338-4ac2-a72a-c1d84556dc21/model-vers/model-ver/f794819c-c151-45ca-8c2c-46ffe640523f?depth=0 2021-04-10T04:11:17.631Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-10T04:11:17.744Z|1fae2483-5ddf-4004-8834-c8714b904090|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/201d8d9f-9338-4ac2-a72a-c1d84556dc21/model-vers/model-ver/f794819c-c151-45ca-8c2c-46ffe640523f?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-04-10T04:11:17.745Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/201d8d9f-9338-4ac2-a72a-c1d84556dc21/model-vers/model-ver/f794819c-c151-45ca-8c2c-46ffe640523f?depth=0|INFO|500||Invoke 2021-04-10T04:11:17.766Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/201d8d9f-9338-4ac2-a72a-c1d84556dc21/model-vers/model-ver/f794819c-c151-45ca-8c2c-46ffe640523f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-10T04:11:18.361Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/201d8d9f-9338-4ac2-a72a-c1d84556dc21/model-vers/model-ver/f794819c-c151-45ca-8c2c-46ffe640523f?depth=0|INFO|500||InvokeReturn 2021-04-10T04:11:18.362Z|1fae2483-5ddf-4004-8834-c8714b904090|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/201d8d9f-9338-4ac2-a72a-c1d84556dc21/model-vers/model-ver/f794819c-c151-45ca-8c2c-46ffe640523f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210410-04:11:17:782-87240], vertex-id=[184552], Content-Length=[0], Date=[Sat, 10 Apr 2021 04:11:17 GMT], Content-Type=[application/json]} 2021-04-10T04:11:18.362Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-04-10T04:11:18.362Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-10T04:11:18.363Z|1fae2483-5ddf-4004-8834-c8714b904090|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-04-10T04:11:18.366Z|1fae2483-5ddf-4004-8834-c8714b904090|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-04-10T04:11:18.367Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1fae2483-5ddf-4004-8834-c8714b904090 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-10T04:11:18.367Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-10T04:11:18.367Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:11:18.369Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:11:18.369Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027878367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-10T04:11:18.469Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:11:18.470Z||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-04-10T04:11:18.470Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:11:18.483Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:11:18.484Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 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-04-10T04:11:19.381Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||received message from topic 2021-04-10T04:11:19.381Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6","serviceName":"Demo_pNF_IiXBpGzXA9zBITgRFumi","serviceVersion":"1.0","serviceUUID":"f6679fc1-483a-4702-817f-c4a7810a68b8","serviceDescription":"catalog service description","serviceInvariantUUID":"10de71f7-8daa-4c82-bbd4-b084e5b666ec","resources":[{"resourceInstanceName":"pNF d068b2a3-edfb 0","resourceName":"pNF d068b2a3-edfb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"35058f1f-f3fc-4b0b-b653-40783b25a32b","resourceInvariantUUID":"6f9110ca-1012-4822-8221-57ccd9d0dc5d","resourceCustomizationUUID":"771bdb05-1b11-48c9-b783-4714a5a14bfe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vf-license-model.xml","artifactChecksum":"MjM3YzM2MDg3MjlkYzAxYTI3ODAwNjNiZDgwMDUzMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"949e955f-5e59-42ba-bb26-d8fbd6db045b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/pNF.csar","artifactChecksum":"YzAyMzBlMDYxY2ZjYWQzZDliNTc4ZTVjYWUzYmZhZWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"db1d2d30-9713-4815-8be5-a5af6b4ed405","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0db4bda-9538-459b-8e9a-5c7d94e05ae2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vendor-license-model.xml","artifactChecksum":"MDc2Y2ZmNmJlODU5OTcyNzY0YjY1NGViZDcxOTJmNTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d5d8b1e7-7e22-48dd-8b85-c8878ebfce83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6bda5a6-7390-48a9-b3b2-a98a55fe8653","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0052800d-09f2-4787-bcbf-f21c2389222f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIixbpgzxa9zbitgrfumi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-template.yml","artifactChecksum":"MDhiOWM3NmIyNGI5OGFiZDRhYmQwODhjMmM5MmUyMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9ac5c6c-4852-42dd-b11f-49f15973b2bb","artifactVersion":"1"},{"artifactName":"service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar","artifactChecksum":"MGI4ZTNlNjRiOGM3NWZmZDMwMzk0NTE2NjdmN2I5ZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3614757-bb71-4af3-bd3a-7e74e9761c09","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-10T04:11:19.382Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:11:19.382Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:11:19.384Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:11:19.384Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:19.484Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:11:19.485Z||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-04-10T04:11:19.485Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:11:19.495Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:11:19.495Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:11:20.385Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:11:20.386Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:11:20.388Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:11:20.388Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:20.489Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:11:20.490Z||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-04-10T04:11:20.490Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:11:20.573Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:11:20.574Z||pool-46-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:11:21.389Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:11:21.390Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:11:21.392Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:11:21.392Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:21.492Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:11:21.493Z||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-04-10T04:11:21.494Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:11:21.572Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:11:21.573Z||pool-47-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:11:22.393Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:11:22.394Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:11:22.395Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:11:22.395Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:22.495Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-10T04:11:22.496Z||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-04-10T04:11:22.497Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:11:22.575Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:11:22.576Z||pool-48-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:11:23.396Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:11:23.397Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:11:23.399Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:11:23.399Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:23.499Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-10T04:11:23.500Z||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-04-10T04:11:23.501Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:11:23.509Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:11:23.510Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:11:24.400Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:11:24.401Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:11:24.402Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:11:24.402Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:24.503Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:11:24.503Z||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-04-10T04:11:24.504Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:11:24.512Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:11:24.513Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:11:25.403Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:11:25.404Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:11:25.406Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:11:25.406Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:25.506Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:11:25.507Z||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-04-10T04:11:25.508Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:11:25.575Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:11:25.576Z||pool-51-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:11:26.407Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:11:26.408Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:11:26.410Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:11:26.410Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:11:26.511Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-10T04:11:26.511Z||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-04-10T04:11:26.512Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:11:26.520Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:11:26.521Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-10T04:11:27.412Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "serviceName": "Demo_pNF_IiXBpGzXA9zBITgRFumi", "serviceVersion": "1.0", "serviceUUID": "f6679fc1-483a-4702-817f-c4a7810a68b8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "10de71f7-8daa-4c82-bbd4-b084e5b666ec", "resources": [ { "resourceInstanceName": "pNF d068b2a3-edfb 0", "resourceCustomizationUUID": "771bdb05-1b11-48c9-b783-4714a5a14bfe", "resourceName": "pNF d068b2a3-edfb", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "35058f1f-f3fc-4b0b-b653-40783b25a32b", "resourceInvariantUUID": "6f9110ca-1012-4822-8221-57ccd9d0dc5d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "artifactChecksum": "MGI4ZTNlNjRiOGM3NWZmZDMwMzk0NTE2NjdmN2I5ZTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d3614757-bb71-4af3-bd3a-7e74e9761c09" } ], "workloadContext": "Production" } 2021-04-10T04:11:27.412Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-10T04:11:27.412Z|1fae2483-5ddf-4004-8834-c8714b904090|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f6679fc1-483a-4702-817f-c4a7810a68b8 ASDC 2021-04-10T04:11:27.413Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 ServiceName:Demo_pNF_IiXBpGzXA9zBITgRFumi ServiceVersion:1.0 ServiceUUID:f6679fc1-483a-4702-817f-c4a7810a68b8 ServiceInvariantUUID:10de71f7-8daa-4c82-bbd4-b084e5b666ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar ArtifactUUID:d3614757-bb71-4af3-bd3a-7e74e9761c09 ArtifactChecksum:MGI4ZTNlNjRiOGM3NWZmZDMwMzk0NTE2NjdmN2I5ZTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d068b2a3-edfb 0 ResourceCustomizationUUID:771bdb05-1b11-48c9-b783-4714a5a14bfe ResourceInvariantUUID:6f9110ca-1012-4822-8221-57ccd9d0dc5d ResourceName:pNF d068b2a3-edfb ResourceType:PNF ResourceUUID:35058f1f-f3fc-4b0b-b653-40783b25a32b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-10T04:11:27.413Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6679fc1-483a-4702-817f-c4a7810a68b8 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-04-10T04:11:27.526Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T04:11:27.527Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:11:27.528Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:11:27.528Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: d3614757-bb71-4af3-bd3a-7e74e9761c09 from URL: /sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:27.528Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:11:27.528Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:27.723Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:11:27.730Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar d3614757-bb71-4af3-bd3a-7e74e9761c09 78827 2021-04-10T04:11:27.730Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar ASDC sendASDCNotification 2021-04-10T04:11:27.730Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:27.730Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:11:27.731Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:11:27.732Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:11:27.733Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027887730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:11:27.833Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:11:27.834Z||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-04-10T04:11:27.834Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:11:27.845Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:11:27.845Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:11:28.812Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T04:11:28.812Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:11:28.813Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||Trying to write artifact UUID: d3614757-bb71-4af3-bd3a-7e74e9761c09, URL: /sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar to file: /app/ASDC/1/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:28.813Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:28.813Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:28.813Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:28.960Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16334987985452911751/Definitions/service-DemoPnfIixbpgzxa9zbitgrfumi-template.yml 2021-04-10T04:11:29.581Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-10T04:11:29.581Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-04-10T04:11:29.581Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:29.581Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-10T04:11:29.581Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|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-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:29.582Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d068b2a3-edfb 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:29.582Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||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-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:29.582Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d068b2a3-edfb 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-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:29.582Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|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-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:29.582Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:29.582Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||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-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:29.582Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|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-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:29.582Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-04-10T04:11:29.582Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:11:29.582Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Service Demo_pNF_IiXBpGzXA9zBITgRFumi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:11:29.583Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Node template pNF d068b2a3-edfb 0 is matching search criteria 2021-04-10T04:11:29.583Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-10T04:11:29.583Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Found topology templates [pNF d068b2a3-edfb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T04:11:29.583Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:11:29.584Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Service Demo_pNF_IiXBpGzXA9zBITgRFumi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:11:29.584Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Node template pNF d068b2a3-edfb 0 is matching search criteria 2021-04-10T04:11:29.584Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-10T04:11:29.584Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Found topology templates [pNF d068b2a3-edfb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T04:11:29.584Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:11:29.584Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Service Demo_pNF_IiXBpGzXA9zBITgRFumi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:11:29.584Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:11:29.584Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Service Demo_pNF_IiXBpGzXA9zBITgRFumi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:11:29.585Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:11:29.585Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Service Demo_pNF_IiXBpGzXA9zBITgRFumi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:11:29.585Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:11:29.585Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Service Demo_pNF_IiXBpGzXA9zBITgRFumi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:11:29.585Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:11:29.585Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Service Demo_pNF_IiXBpGzXA9zBITgRFumi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:11:29.586Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_IiXBpGzXA9zBITgRFumi Description:catalog service description Model UUID:f6679fc1-483a-4702-817f-c4a7810a68b8 Model Version:NULL Model InvariantUuid:10de71f7-8daa-4c82-bbd4-b084e5b666ec 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-04-10T04:11:29.591Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 35058f1f-f3fc-4b0b-b653-40783b25a32b 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-04-10T04:11:29.593Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||pNF d068b2a3-edfb 0 2021-04-10T04:11:29.593Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 35058f1f-f3fc-4b0b-b653-40783b25a32b 2021-04-10T04:11:29.594Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||No resources found for Service: f6679fc1-483a-4702-817f-c4a7810a68b8 2021-04-10T04:11:29.594Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Preparing to deploy Service: f6679fc1-483a-4702-817f-c4a7810a68b8 2021-04-10T04:11:29.594Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d068b2a3-edfb 0 35058f1f-f3fc-4b0b-b653-40783b25a32b 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-04-10T04:11:29.597Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:11:29.598Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Service Demo_pNF_IiXBpGzXA9zBITgRFumi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:11:29.598Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500|| resourceSeq for service uuid f6679fc1-483a-4702-817f-c4a7810a68b8: pNF d068b2a3-edfb 2021-04-10T04:11:29.598Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||Processing PNF resource: 35058f1f-f3fc-4b0b-b653-40783b25a32b 2021-04-10T04:11:29.598Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:11:29.598Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Service Demo_pNF_IiXBpGzXA9zBITgRFumi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:11:29.598Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||Resource customization UUID: 771bdb05-1b11-48c9-b783-4714a5a14bfe is the same as notified resource customizationUUID: 771bdb05-1b11-48c9-b783-4714a5a14bfe 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-04-10T04:11:29.651Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d068b2a3-edfb 35058f1f-f3fc-4b0b-b653-40783b25a32b 0 ASDC deployResourceStructure 2021-04-10T04:11:29.651Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar ASDC sendASDCNotification 2021-04-10T04:11:29.651Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar 2021-04-10T04:11:29.652Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:11:29.652Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:11:29.655Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:11:29.656Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027889651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:11:29.754Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-04-10T04:11:29.755Z||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-04-10T04:11:29.755Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:11:29.765Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:11:29.765Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:11:30.656Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 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-04-10T04:11:30.666Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 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-04-10T04:11:30.668Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:11:30.668Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:11:30.669Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:11:41.299Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:11:41.300Z||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-04-10T04:11:41.301Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:11:41.316Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:11:41.327Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.327Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "cds", "timestamp": 1618027808210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.328Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.328Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.328Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027800039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.328Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.328Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.328Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "cds", "timestamp": 1618027808210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.328Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.328Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.328Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027800039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.328Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.329Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.329Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "aai-ml", "timestamp": 1618027810092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.329Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.329Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.329Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-k8s-id", "timestamp": 1618027810096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.329Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.329Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.329Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027810333, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.329Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.329Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.330Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "cds", "timestamp": 1618027808210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.330Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.330Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.330Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027800039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.330Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.330Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.330Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "aai-ml", "timestamp": 1618027810092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.330Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.331Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.331Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-k8s-id", "timestamp": 1618027810096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.331Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.331Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.331Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027810333, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.331Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.331Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.331Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "cds", "timestamp": 1618027808210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.331Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.331Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.332Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027800039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.332Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.332Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.332Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "aai-ml", "timestamp": 1618027810092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.332Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.332Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.332Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-k8s-id", "timestamp": 1618027810096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.332Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.332Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.333Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027810333, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.333Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.333Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.333Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "cds", "timestamp": 1618027808210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.333Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.333Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.333Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027800039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.333Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.333Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.333Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-k8s-id", "timestamp": 1618027810096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "aai-ml", "timestamp": 1618027810092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027810333, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "dcae-sch", "timestamp": 1618027813692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "cds", "timestamp": 1618027808210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027800039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.334Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-k8s-id", "timestamp": 1618027810096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "aai-ml", "timestamp": 1618027810092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027810333, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "dcae-sch", "timestamp": 1618027813692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "cds", "timestamp": 1618027808210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027800039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.335Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "policy-id", "timestamp": 1618027814992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-k8s-id", "timestamp": 1618027810096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "aai-ml", "timestamp": 1618027810092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027810333, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "dcae-sch", "timestamp": 1618027813692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.336Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.337Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "cds", "timestamp": 1618027808210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:11:41.337Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.337Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.337Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027800039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:11:41.337Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.337Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.337Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "policy-id", "timestamp": 1618027814992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.337Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.337Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.337Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-k8s-id", "timestamp": 1618027810096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.337Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.337Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.337Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "aai-ml", "timestamp": 1618027810092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.337Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027810333, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "clamp", "timestamp": 1618027816370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "dcae-sch", "timestamp": 1618027813692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "policy-id", "timestamp": 1618027814992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-k8s-id", "timestamp": 1618027810096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.338Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "aai-ml", "timestamp": 1618027810092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027810333, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "clamp", "timestamp": 1618027816370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-windriver-id", "timestamp": 1618027817673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "dcae-sch", "timestamp": 1618027813692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.339Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "policy-id", "timestamp": 1618027814992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.340Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.340Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.340Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "clamp", "timestamp": 1618027816370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.340Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.340Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.340Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-windriver-id", "timestamp": 1618027817673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.340Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.340Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.340Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "dcae-sch", "timestamp": 1618027813692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.340Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.340Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.340Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "policy-id", "timestamp": 1618027814992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.340Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.340Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.341Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "cds", "timestamp": 1618027819864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:11:41.341Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:11:41.341Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.341Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "clamp", "timestamp": 1618027816370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.341Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.341Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.341Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027820124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:11:41.341Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:11:41.341Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.341Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-windriver-id", "timestamp": 1618027817673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.341Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.341Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.342Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "dcae-sch", "timestamp": 1618027813692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.342Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.342Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.342Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "aai-ml", "timestamp": 1618027820563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:11:41.342Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:11:41.342Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.342Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "policy-id", "timestamp": 1618027814992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.342Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.342Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.342Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "cds", "timestamp": 1618027820869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-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-04-10T04:11:41.353Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 2021-04-10T04:11:41.354Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 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-04-10T04:11:41.365Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.365Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "clamp", "timestamp": 1618027816370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.366Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.366Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.366Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-windriver-id", "timestamp": 1618027817673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.366Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.366Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.366Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "dcae-sch", "timestamp": 1618027813692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.366Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.366Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.366Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "policy-id", "timestamp": 1618027814992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.366Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.366Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.366Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027821707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:11:41.367Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:11:41.367Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.367Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "clamp", "timestamp": 1618027816370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.367Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.367Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.367Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-windriver-id", "timestamp": 1618027817673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.367Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.367Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.367Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "policy-id", "timestamp": 1618027814992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:11:41.367Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.367Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.367Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027822710, "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-04-10T04:11:41.372Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 2021-04-10T04:11:41.372Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 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-04-10T04:11:41.381Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.381Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "clamp", "timestamp": 1618027816370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-windriver-id", "timestamp": 1618027817673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "cds", "timestamp": 1618027823210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "policy-id", "timestamp": 1618027823840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "clamp", "timestamp": 1618027816370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-windriver-id", "timestamp": 1618027817673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.382Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.383Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.383Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "aai-ml", "timestamp": 1618027824662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:11:41.383Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:11:41.383Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.383Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "cds", "timestamp": 1618027823210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.383Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.383Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.383Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "policy-id", "timestamp": 1618027824843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:11:41.383Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:11:41.383Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.383Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "multicloud-windriver-id", "timestamp": 1618027817673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:11:41.384Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.384Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.384Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "aai-ml", "timestamp": 1618027825666, "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-04-10T04:11:41.389Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 2021-04-10T04:11:41.390Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 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-04-10T04:11:41.400Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.401Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "cds", "timestamp": 1618027823210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.401Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.401Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.401Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "policy-id", "timestamp": 1618027825845, "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-04-10T04:11:41.406Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 2021-04-10T04:11:41.406Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 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-04-10T04:11:41.415Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.415Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "cds", "timestamp": 1618027823210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.415Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.416Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.416Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "cds", "timestamp": 1618027823210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.416Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.416Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.416Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "cds", "timestamp": 1618027823210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.416Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.416Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.416Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "clamp", "timestamp": 1618027829139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:11:41.416Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:11:41.416Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.416Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "cds", "timestamp": 1618027823210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:11:41.417Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.417Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.417Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "clamp", "timestamp": 1618027830154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:11:41.417Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:11:41.417Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.417Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027830039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.417Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.417Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.418Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-k8s-id", "timestamp": 1618027830096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.418Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.418Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.418Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027830333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.418Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.418Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.418Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "clamp", "timestamp": 1618027831157, "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-04-10T04:11:41.423Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 2021-04-10T04:11:41.423Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 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-04-10T04:11:41.433Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.433Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027830039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.433Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.434Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.434Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-k8s-id", "timestamp": 1618027830096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:11:41.434Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.434Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.434Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027830333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:11:41.434Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.434Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.434Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027830039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.434Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.434Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.434Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-k8s-id", "timestamp": 1618027830096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-10T04:11:41.435Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.435Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.435Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027830333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-10T04:11:41.435Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.435Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.435Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "cds", "timestamp": 1618027833526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:11:41.435Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:11:41.435Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.435Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027830039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.435Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.436Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.436Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-k8s-id", "timestamp": 1618027830096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.436Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.436Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.436Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027830333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.436Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.436Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.436Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "dcae-sch", "timestamp": 1618027833691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.436Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.436Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.436Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "cds", "timestamp": 1618027834531, "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-04-10T04:11:41.449Z||pool-3-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 2021-04-10T04:11:41.450Z||pool-3-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:11:41.459Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.459Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027830039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.460Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.460Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.460Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-k8s-id", "timestamp": 1618027830096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-10T04:11:41.460Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.460Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.460Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027830333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-10T04:11:41.460Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.460Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.460Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "dcae-sch", "timestamp": 1618027833691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.460Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.460Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.460Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "policy-id", "timestamp": 1618027834993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.461Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.461Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.461Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027830039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.461Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.461Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.461Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-k8s-id", "timestamp": 1618027830096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.461Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.461Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.461Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027830333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.461Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.461Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.461Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "dcae-sch", "timestamp": 1618027833691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "policy-id", "timestamp": 1618027834993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027830039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-k8s-id", "timestamp": 1618027830096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027830333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.462Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d985eae-d6ca-434e-b675-ea06dce169ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027837130, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-10T04:11:41.463Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:11:41.463Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.463Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "dcae-sch", "timestamp": 1618027833691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.463Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.463Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.463Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "policy-id", "timestamp": 1618027834993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-10T04:11:41.463Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.463Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.463Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-windriver-id", "timestamp": 1618027837673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.467Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.467Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.467Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "dcae-sch", "timestamp": 1618027833691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.467Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.467Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.467Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "policy-id", "timestamp": 1618027834993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.467Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-windriver-id", "timestamp": 1618027837673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "dcae-sch", "timestamp": 1618027833691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "policy-id", "timestamp": 1618027834993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-k8s-id", "timestamp": 1618027840156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-windriver-id", "timestamp": 1618027837673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.468Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "dcae-sch", "timestamp": 1618027833691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.469Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.469Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.469Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027840361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:11:41.469Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:11:41.469Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.469Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027840473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:11:41.469Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:11:41.469Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.469Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "policy-id", "timestamp": 1618027834993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.469Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:41.469Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-10T04:11:41.469Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "aai-ml", "timestamp": 1618027840092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:11:41.469Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-10T04:11:55.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103 2021-04-10T04:12:00.669Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 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-04-10T04:12:00.679Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 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-04-10T04:12:00.682Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:12:00.682Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-10T04:12:00.711Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-10T04:12:00.711Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-10T04:12:00.712Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:12:00.712Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:12:00.712Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:12:00.712Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:12:00.712Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:12:00.712Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:12:00.712Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|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-04-10T04:12:00.720Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-10T04:12:30.720Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 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-04-10T04:12:30.726Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 and serviceModelVersionId: f6679fc1-483a-4702-817f-c4a7810a68b8 2021-04-10T04:12:30.726Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10de71f7-8daa-4c82-bbd4-b084e5b666ec 2021-04-10T04:12:30.727Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10de71f7-8daa-4c82-bbd4-b084e5b666ec/model-vers/model-ver/f6679fc1-483a-4702-817f-c4a7810a68b8?depth=0 2021-04-10T04:12:30.733Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-10T04:12:30.834Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|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/10de71f7-8daa-4c82-bbd4-b084e5b666ec/model-vers/model-ver/f6679fc1-483a-4702-817f-c4a7810a68b8?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-04-10T04:12:30.835Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/10de71f7-8daa-4c82-bbd4-b084e5b666ec/model-vers/model-ver/f6679fc1-483a-4702-817f-c4a7810a68b8?depth=0|INFO|500||Invoke 2021-04-10T04:12:30.851Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/10de71f7-8daa-4c82-bbd4-b084e5b666ec/model-vers/model-ver/f6679fc1-483a-4702-817f-c4a7810a68b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-10T04:12:31.560Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/10de71f7-8daa-4c82-bbd4-b084e5b666ec/model-vers/model-ver/f6679fc1-483a-4702-817f-c4a7810a68b8?depth=0|INFO|500||InvokeReturn 2021-04-10T04:12:31.560Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|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/10de71f7-8daa-4c82-bbd4-b084e5b666ec/model-vers/model-ver/f6679fc1-483a-4702-817f-c4a7810a68b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210410-04:12:30:867-23539], vertex-id=[192752], Content-Length=[0], Date=[Sat, 10 Apr 2021 04:12:30 GMT], Content-Type=[application/json]} 2021-04-10T04:12:31.561Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-04-10T04:12:31.561Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-10T04:12:31.561Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|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-04-10T04:12:31.565Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|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-04-10T04:12:31.565Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-10T04:12:31.565Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-10T04:12:31.611Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:31.613Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:31.614Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027951565, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-10T04:12:31.714Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:12:31.715Z||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-04-10T04:12:31.715Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:31.728Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:31.729Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 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-04-10T04:12:32.627Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||received message from topic 2021-04-10T04:12:32.627Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bde2fa61-e9c7-4a23-9dd1-e9dc90b51909","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bea998e3-9b0f-4e35-8e76-a007c9b90dd3","serviceDescription":"service","serviceInvariantUUID":"31d1195a-7cbc-480a-8edc-1b49b02b3dff","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"442a344a-e32f-4b4b-9350-63bec644438a","resourceInvariantUUID":"c0959bb5-8d0b-4919-96c8-1dfa20419039","resourceCustomizationUUID":"1b39dbc8-2684-42b1-adc2-ccd3ea686066","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":"MTU1YjcyMWVlOWRlY2UxMTUwN2I0ODQ4MzllZTNmZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5283d588-334e-4a41-ae5e-8c19a8556fdb","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":"YTA0MzI2MWNjOTA0MzhiY2Q3Zjc1YjhhNDYyMjNlZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a29435de-b1b2-4123-9a91-7f59322400d1","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":"f83cb981-b156-4d81-962a-a07dac1da873","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":"5915105d-1e79-43e2-a2fa-06a84084a546","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":"88b3d6ad-1bbb-4259-9771-96e5b397553b","artifactVersion":"2","generatedFromUUID":"f83cb981-b156-4d81-962a-a07dac1da873"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTVhNGE0ODM3OTA4YjcxODNlZTRkZjlkMDc0YTQxNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"658d15a9-23a2-4ef6-88c5-9f4a305db69f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Y2JmMmEwNTdiOTg1ZWFhOGRlNmRkYzgzZDU3ZWI2NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fff1c8d6-49a7-4595-ab1b-f5b88d536e7d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-10T04:12:32.627Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:12:32.628Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:32.713Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:32.714Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:12:32.814Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:12:32.814Z||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-04-10T04:12:32.815Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:32.872Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:32.872Z||pool-56-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:12:33.714Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:12:33.715Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:33.718Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:33.718Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:12:33.818Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:12:33.819Z||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-04-10T04:12:33.820Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:33.832Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:33.832Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:12:34.719Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:12:34.720Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:34.722Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:34.722Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-10T04:12:34.822Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:12:34.824Z||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-04-10T04:12:34.824Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:34.835Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:34.836Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:12:35.724Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:12:35.725Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:35.727Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:35.727Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:12:35.827Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:12:35.828Z||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-04-10T04:12:35.829Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:35.842Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:35.843Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:12:36.728Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:12:36.728Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:36.730Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:36.730Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-10T04:12:36.831Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:12:36.832Z||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-04-10T04:12:36.832Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:36.841Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:36.842Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-10T04:12:37.731Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:12:37.732Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:37.733Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:37.733Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:12:37.834Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-10T04:12:37.835Z||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-04-10T04:12:37.835Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:37.848Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:37.849Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:12:38.734Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:12:38.734Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:38.738Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:38.738Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:12:38.838Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:12:38.840Z||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-04-10T04:12:38.840Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:38.850Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:38.850Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:12:39.740Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "bea998e3-9b0f-4e35-8e76-a007c9b90dd3", "serviceDescription": "service", "serviceInvariantUUID": "31d1195a-7cbc-480a-8edc-1b49b02b3dff", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "1b39dbc8-2684-42b1-adc2-ccd3ea686066", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "442a344a-e32f-4b4b-9350-63bec644438a", "resourceInvariantUUID": "c0959bb5-8d0b-4919-96c8-1dfa20419039", "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": "YTA0MzI2MWNjOTA0MzhiY2Q3Zjc1YjhhNDYyMjNlZTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a29435de-b1b2-4123-9a91-7f59322400d1", "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": "f83cb981-b156-4d81-962a-a07dac1da873", "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": "88b3d6ad-1bbb-4259-9771-96e5b397553b", "generatedFromUUID": "f83cb981-b156-4d81-962a-a07dac1da873" }, "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": "88b3d6ad-1bbb-4259-9771-96e5b397553b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "Y2JmMmEwNTdiOTg1ZWFhOGRlNmRkYzgzZDU3ZWI2NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fff1c8d6-49a7-4595-ab1b-f5b88d536e7d" } ], "workloadContext": "Production" } 2021-04-10T04:12:39.740Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-10T04:12:39.740Z|bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bea998e3-9b0f-4e35-8e76-a007c9b90dd3 ASDC 2021-04-10T04:12:39.740Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:bea998e3-9b0f-4e35-8e76-a007c9b90dd3 ServiceInvariantUUID:31d1195a-7cbc-480a-8edc-1b49b02b3dff 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:fff1c8d6-49a7-4595-ab1b-f5b88d536e7d ArtifactChecksum:Y2JmMmEwNTdiOTg1ZWFhOGRlNmRkYzgzZDU3ZWI2NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:1b39dbc8-2684-42b1-adc2-ccd3ea686066 ResourceInvariantUUID:c0959bb5-8d0b-4919-96c8-1dfa20419039 ResourceName:basic_vm ResourceType:VF ResourceUUID:442a344a-e32f-4b4b-9350-63bec644438a 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:a29435de-b1b2-4123-9a91-7f59322400d1 ArtifactChecksum:YTA0MzI2MWNjOTA0MzhiY2Q3Zjc1YjhhNDYyMjNlZTY= 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:f83cb981-b156-4d81-962a-a07dac1da873 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:88b3d6ad-1bbb-4259-9771-96e5b397553b 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:88b3d6ad-1bbb-4259-9771-96e5b397553b ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-10T04:12:39.740Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bea998e3-9b0f-4e35-8e76-a007c9b90dd3 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-04-10T04:12:39.830Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T04:12:39.831Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:12:39.831Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:12:39.831Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: fff1c8d6-49a7-4595-ab1b-f5b88d536e7d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-10T04:12:39.832Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:12:39.832Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-10T04:12:40.631Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:12:40.635Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fff1c8d6-49a7-4595-ab1b-f5b88d536e7d 69738 2021-04-10T04:12:40.635Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-10T04:12:40.636Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-10T04:12:40.636Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:12:40.636Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:40.638Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:40.639Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027960635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:12:40.739Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-10T04:12:40.740Z||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-04-10T04:12:40.740Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:40.751Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:40.753Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-04-10T04:12:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.76.80 2021-04-10T04:12:41.299Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:12:41.300Z||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-04-10T04:12:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:41.321Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:41.323Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:12:41.323Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-windriver-id", "timestamp": 1618027837673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:12:41.325Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:12:41.640Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T04:12:41.641Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:12:41.642Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||Trying to write artifact UUID: fff1c8d6-49a7-4595-ab1b-f5b88d536e7d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-10T04:12:41.642Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-04-10T04:12:41.642Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-10T04:12:41.643Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-04-10T04:12:42.015Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15608690833984248160/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-04-10T04:12:42.996Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-10T04:12:42.997Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-04-10T04:12:42.997Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-10T04:12:42.997Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-10T04:12:42.997Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:42.997Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:42.997Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:42.997Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|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-BasicVm-csar.csar 2021-04-10T04:12:42.997Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|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-BasicVm-csar.csar 2021-04-10T04:12:42.997Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|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-BasicVm-csar.csar 2021-04-10T04:12:42.997Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:42.997Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|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-BasicVm-csar.csar 2021-04-10T04:12:42.997Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:42.997Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|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-BasicVm-csar.csar 2021-04-10T04:12:42.997Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-04-10T04:12:42.998Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:42.998Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:42.998Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-10T04:12:42.998Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-10T04:12:42.998Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T04:12:42.998Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:42.998Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:42.999Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-10T04:12:42.999Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-10T04:12:42.999Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T04:12:42.999Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:42.999Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:42.999Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:42.999Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-10T04:12:42.999Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-10T04:12:42.999Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-10T04:12:43.000Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-10T04:12:43.000Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-10T04:12:43.000Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-10T04:12:43.000Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:43.000Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-10T04:12:43.000Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:43.000Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-10T04:12:43.000Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:12:43.001Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:43.001Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-10T04:12:43.001Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:12:43.001Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:43.001Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-10T04:12:43.001Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:12:43.002Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:43.002Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-10T04:12:43.002Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-10T04:12:43.002Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-10T04:12:43.002Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c33c95f0-9bbd-496a-8c6c-559872a4a0d6 2021-04-10T04:12:43.002Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:43.002Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:43.003Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:43.003Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:43.003Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:43.003Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:43.003Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:43.003Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:43.003Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:bea998e3-9b0f-4e35-8e76-a007c9b90dd3 Model Version:NULL Model InvariantUuid:31d1195a-7cbc-480a-8edc-1b49b02b3dff Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:a8c408a5-9e42-4b8d-b898-188ff9682133 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c0959bb5-8d0b-4919-96c8-1dfa20419039 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1b39dbc8-2684-42b1-adc2-ccd3ea686066 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:065e577b-a57c-4d43-a588-1d8902187963 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:f4b4f3c7-005e-4b32-9a41-dd4f7376f0aa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c33c95f0-9bbd-496a-8c6c-559872a4a0d6 ModelInvariantUuid:e25097ca-c389-47ba-9331-5e5345540b23 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:caff5398-be3d-4c03-97b7-878ca9580640 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:11f82cc4-3f02-4d5d-a692-c0b09f78d5a8 ModelInvariantUuid:19383181-93d5-4a7c-b6a3-fdea1e403544 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:4d0142f6-e237-49d3-bd61-5e19172df4d0 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-04-10T04:12:43.008Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 442a344a-e32f-4b4b-9350-63bec644438a 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-04-10T04:12:43.012Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||basic_vm 0 2021-04-10T04:12:43.012Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 442a344a-e32f-4b4b-9350-63bec644438a 2021-04-10T04:12:43.012Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: a29435de-b1b2-4123-9a91-7f59322400d1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-10T04:12:43.013Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:12:43.013Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:43.186Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:12:43.186Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a29435de-b1b2-4123-9a91-7f59322400d1 787 2021-04-10T04:12:43.187Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:43.187Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:43.187Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:12:43.187Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:43.190Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:43.190Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027963187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:12:43.290Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:12:43.291Z||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-04-10T04:12:43.291Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:43.299Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:43.300Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:12:44.190Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "065e577b-a57c-4d43-a588-1d8902187963", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f4b4f3c7-005e-4b32-9a41-dd4f7376f0aa", "vfModuleModelCustomizationUUID": "907f5513-ab7c-4c07-a564-22bc3885800b", "isBase": true, "artifacts": [ "f83cb981-b156-4d81-962a-a07dac1da873", "88b3d6ad-1bbb-4259-9771-96e5b397553b" ], "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-04-10T04:12:44.196Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f4b4f3c7-005e-4b32-9a41-dd4f7376f0aa VfModuleModelInvariantUUID:065e577b-a57c-4d43-a588-1d8902187963 VfModuleModelDescription:NULL Artifacts UUID List:{ f83cb981-b156-4d81-962a-a07dac1da873 , 88b3d6ad-1bbb-4259-9771-96e5b397553b } 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-04-10T04:12:44.199Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "065e577b-a57c-4d43-a588-1d8902187963", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f4b4f3c7-005e-4b32-9a41-dd4f7376f0aa", "vfModuleModelCustomizationUUID": "907f5513-ab7c-4c07-a564-22bc3885800b", "isBase": true, "artifacts": [ "f83cb981-b156-4d81-962a-a07dac1da873", "88b3d6ad-1bbb-4259-9771-96e5b397553b" ], "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-04-10T04:12:44.200Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f4b4f3c7-005e-4b32-9a41-dd4f7376f0aa VfModuleModelInvariantUUID:065e577b-a57c-4d43-a588-1d8902187963 VfModuleModelDescription:NULL Artifacts UUID List:{ f83cb981-b156-4d81-962a-a07dac1da873 , 88b3d6ad-1bbb-4259-9771-96e5b397553b } 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-04-10T04:12:44.211Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: f83cb981-b156-4d81-962a-a07dac1da873 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-10T04:12:44.211Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:12:44.212Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:44.462Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:12:44.463Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f83cb981-b156-4d81-962a-a07dac1da873 5033 2021-04-10T04:12:44.463Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:44.463Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:44.463Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:12:44.464Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:44.466Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:44.466Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027964463, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:12:44.566Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 55 ms 2021-04-10T04:12:44.567Z||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-04-10T04:12:44.567Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:44.576Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:44.577Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:12:45.512Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 88b3d6ad-1bbb-4259-9771-96e5b397553b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-10T04:12:45.512Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:12:45.512Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:45.814Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:12:45.815Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 88b3d6ad-1bbb-4259-9771-96e5b397553b 903 2021-04-10T04:12:45.815Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:45.815Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:45.815Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:12:45.815Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:45.817Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:45.818Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027965815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:12:45.918Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:12:45.918Z||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-04-10T04:12:45.918Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:45.928Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:45.929Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:12:46.818Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Preparing to deploy Service: bea998e3-9b0f-4e35-8e76-a007c9b90dd3 2021-04-10T04:12:46.819Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 442a344a-e32f-4b4b-9350-63bec644438a 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-04-10T04:12:46.835Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:46.835Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:46.911Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Processing vnf with UUID: a8c408a5-9e42-4b8d-b898-188ff9682133 2021-04-10T04:12:46.912Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Will get resource from SDC using resource id: a8c408a5-9e42-4b8d-b898-188ff9682133 2021-04-10T04:12:46.913Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel to get resource 2021-04-10T04:12:46.915Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel 2021-04-10T04:12:46.916Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel|INFO|500||Invoke 2021-04-10T04:12:46.916Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel|DEBUG|500||===========================request begin================================================ 2021-04-10T04:12:46.917Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel 2021-04-10T04:12:46.917Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel|DEBUG|500||Method : GET 2021-04-10T04:12:46.917Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/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:"bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", X-RequestID:"bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", X-TransactionID:"bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", X-ECOMP-RequestID:"bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"78fcf13a-366b-4ee3-9fc4-58353675a894"] 2021-04-10T04:12:46.918Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel|DEBUG|500||Request body: 2021-04-10T04:12:46.918Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel|DEBUG|500||==========================request end================================================ 2021-04-10T04:12:47.127Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel|DEBUG|500||============================response begin========================================== 2021-04-10T04:12:47.128Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel|DEBUG|500||Status code : 200 OK 2021-04-10T04:12:47.128Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel|DEBUG|500||Status text : OK 2021-04-10T04:12:47.128Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-BasicVm-csar.csar"", Content-MD5:"YTY1OGZmN2YxNTVmYTUwYTQzZjQ5NzBlNGNmNjE4ZWY=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-04-10T04:12:47.134Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/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�� �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��Љ�PK,!�R)Definitions/resource-BasicVm-template.yml�Ysڼ����o��tD 6`g��\B�6_B�4/Y����x!�_%ox�6����Φ���ȶg�J V5S�4�t�5v\�S� �\Ͱu,m��K}����T�O�0�f���A�[,��OĊCQ��@PX�b_� ���p��}��D�C��@���Y � ��8}�#�&4�)#CWC��  v���^ ��%�6��������=e�c;"c�/�'��9yd����;?bS����� ��K}��د��kK���7dLH}���h�r<�� `L2�Ru1���B0��:���� ���hAʚN�& ��@��` _5;�������g�‘hڶt �X�c4M� 馡RÉ\��@��@3=�ᬔ�{4���呝ہ� �c�;����u�Ҋ! �P�,ܙ�웞?`�k�I8��10"�]4SF5�j�L-���r��\��x�Ͱ�9�9����xf��J*��=r녫��KTP�� ��A�q*�}�-�s�x�d�iꗕ*q�uX!�:}�h�։R��A���=�ĜYkx��K��Lg)xqjk����0�!#wZ��a)�y$M GhV��{�L��� �� ˆL"�f.�T�~x�$^3�su�h.c;�ZS���[�f6�Gx~�5+�� u7d�4[�-ד4��H�тx#!�T�����?+�lY$��5�LU"��,"O,��a0�RiI� ў��Yβg��"���ߛ52��&�e.1IӮ�,�l�aiDk >�޸ d�7QZ� 1�����ؑH���Z�o���%8�ތo�?�ǫ��}�������+�`k��C]��������df��Mf�>����n����+n�Z�'��m:��������97�F�1����d��~�k�v��V����p`B�ssr�&^=L��'��7]�^\�"T���=}[m U�=�'�߿z�o�o���:���/T�OQu�љx�����}��ٷ�[��6������w��e!�ד��������ӟ�v�q��'�<�������Y����1��f�~O����%�� ��KB����a؝�2��b��gd��8��X&㑠%�p�D�Ƥ�a�5Yav (D��pͤ0J�!q�X:����ЎΫ4�.�`���|��^Qj�F�.��r�l�� &�l ��f���{�^4j*Ҝ��B����� Χ� &a��jK��e;�]v( h�6�9,9öNk$7u6j[��㺁fvw����I͛��+G��M# !��d�BWA�N��M�;V�Bu����$P�Ŀ lz !�a9�f�sHvWu�& -]��� �M�B�F�Mf� ��'1*E�笤���#2T����؟]p�V�=r�����9.�m/: �2G�j�e�r�#AFC���c8< ��F ���x%�! ��9NG)� ��q0T�h(�YNU�� 仞eh��� �W��1��x�K@P���fH�P� �O�X�� ao�lŹ͜�&tW�Vʖ �m(�m] 3q�9�%����t���6W��4����]4�2�<�&�*���Y6����\d���mcg׺*(&�°���������<��r�B;0*�ay�lJ��V��)���'l ��Sr�� ���`P1����4_ �G^IP���cm��Q�l�<�^)��8k�k�`��^ �G��6�L�)�6���{C�M����?a ��M!+&��5N-����i��A9i�x0d�1�q��� ��q}0�C�yVp�����9Q2��#��Xa, (vijuq�* DY&��D4B`8���UF�"BM��*>��&��`_H"�-���$���_ �43lv��q�!<�z���鈗���e@��C��N����E������c�)9s���R�������O��\�� I@AR��VN������,��Je�D`H*ʵ��A����QV��_�R���$V�H�_%rF1�����䩹��ޖ+ 0d*q*>%4�C�Qu�؋����]S �)I�t;i�$�a)}���M�r<$MXh��Ŗ[!���">�5�A���4�*9;��g�M |=3�w���af�@}!����q��ʌp�\ƨ�p�E�}�(�|V�J�d�E�`:��S#��^�%. '̒�����|~s�pq.�]��,�;�]�%��'���g�x�7�y����&�S|��PIl {�y��\�O��U�w���+�@��\0 *��N���t�h��Y�L� )ߠғ���ףj�*h9�R�TW�z�a�b2Y�~%yz��>;�&K%��D.|����*�����@�e�e�i�ݙ<��yJt��|oi�]Za/��:�lν�W��I�Z��O,M����bc?;�i_�&��@]�PX����y��QB���!�"���X�wP�H��C ��a����� �5E�C&�]�h��ܮb�4��)H���Yc�=;�cB���A�m���w�4J�����"*5�hQe�/w���&k�I��KS�)�����\�ړ#To H��;����Frh�y+Oف�.����e�$��T�D��\G;����$K�&/�� �q,z�v4�!�4q�X�(%;�lZ�y�K��[�t�L�o�Y�Т��l&���{�ށj��/�/�g��$pV�COą�pxާW3��[:Z�c�PH��(D�`�u��y9�� i����_*��dԿ�L���c8B��Lw{�G�{2t�_��za���"Fo<��釂���I] 6i$��[Ͳ+�u�/�l ��o�WٻHv4���Xp8F�Wx��O���";� cqĕ�5�e^����^�@�|( ����He!,���2�ݙQ�:�e�ݴe�w{;��(�MsJ����Usς��Lb�,�z�,n������@Iݻdd���Jdn��(�5�{�x��2���,}��Bp*�^�0ǣ>���Y,��5�C��?�/"�XV��c��� ��y-"u��Z��PmI�[���$z��=�:J�z*seM���\�ۺ����O�Mu�^^��,;x�1zz/�-�U�m�D�H�������N}�u�"^�mr>LV�1`2�dU�RŶ��ǩ$ޤ�]Ǩ��ie���S��šd�6�l�LQ(Y3��� �M�d��P����+������dP�ʩ#���$Z�鬣\@�$_~XG;��7�z7�$�t�Qo*�����{nh����k���6�}X,A�dq@S�N�d��dЗ���jg�V;C�~ �Д�3�����D�yUީmU>���k���q����*nW�XY�y����\Z�p����0��]�58&p;� s�:ZM�;�4v����0ZF��9�8G�ݟ?S"v _)�j9�Q�s4)�Q�c��O���j�NaG?��M�}��8m�8�g�;������CM\(�ە����B*|� 솢�V_���#��oV�������J��`~e�W��x4\��)P���x�W�@P���F���xsso���k_I��}E f�}(�X��Ԛ�4��/������?�J�RzȘw�u�ʯހ��ni��@<+��S* ;��B�S/�������� �|Խ�X���ȯ��uaP����PK!o���.VPK,!�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�PK,!�R.Definitions/resource-Extneutroncp-template.yml�VKs7 ��W�ԴmdG~�M���fYml_:�.+q�%7$W�&��^���Jv"i���@�#��Ӗ�$�\(�V6Y���� *+�Rb�f�LN�ӓ˘c� �P+fS��a:���j��u68�d����b4��O����*�g��aN�j�3��j���|0J�g����y~���.�;2V����ͰrF��9 3�܈���K���/�p��B�0�B9H�Ep��I �-��͜N�Bȍ.ȗ���r�p��:��Q�'��ҍx��I�/p+�@�,� Z]���2mb������O�o/��D��i4��S6|����PΪ"E���� �_g�(RY�w�\HrѺ���5�w�2��F�Y�R!���&}ycjP����(�l�����j۪�4�RK�wB��Ƅ)�]�o�C٤��6�H�T&��2jS�2Z�E}��.�g�/z��p`�ϥ@i(�٤�$T��"��p�K%f��ef�5�Fu�-P$[P�B}�m&����u �0����92���BΤœ��JpL� ���Ø�C0���)����H_�M�DŽ�e�3�j���C����`�1��_�a����'b�2"�b��]TRX�:�q����$|߼�Ρq�Q�ރ*Iݒ:d� U9 Q@�uf�X�Ăm`�����́h��EM�q�hN��P�9^)�C_[��=],Ebj�� �B�r��&�D��9m$VI÷�}��AX��ux���0J�!�8�g�P\V�豠�����Q�;����1ɜ>��.rB��R�9uT�&P׮TB����jO4��d<����m�pw�y��Ę�~��"��Z��at��/��$r�D������n7a��j���}��4�.�$ ������?�>�x�$�A8A��tn7i��GJh��lj>x�ӲMD�x;E�!#��nfR�~q�#��밬*!�8L��2:S����q�����$�uۑ!���������}�ߵGdh v]��I��wx�_>��ْ��w1�G��(wƝ����^�p��~���{�Mn'��R)��n��!�����bڏ�]n�����7<_���o����m���bB>�E�dz�U:U��r�VG���鏼� PK�PtVN� PK,!�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�PŎ���M�EMŦ��B���M,%jIʁ��wDI���7ѠƇ���<~�2R3���%7\�:=��x�!�fi^T�#-D���U�����!������0feGa`p<0X�}��Yq�W< ����—, (����W�+VԄͣK Vi���5��`������Ik�E����G+�ǞF+*�d��Y��ِp�w*کm��� NW#��AF�A^ha9 &�����ך8� ��z"鱿�t�G����00zVt���K�1�=�p��1s9��6VJ��"��w ^G��ȼ؀��Z�S�0PL����c�Q �_�F��� +ݢ��3�_�� �� ��}���-���%7�f�Ix�<��.�/5���\��1�ˡa����Y�8� W�'�3x�W��9�&��",��z��� ��Jz���PK�u �>KPK,!�R,Definitions/resource-Novaserver-template.yml�WKs#5��W�p���^���,*$��PԔF걵��Ic���tK3�8q� )N$�I�_�;�z�3 �2*(k|6��c�B|�4dK^�l� �J\���G�)3�Nq.��L�/޾}�Eo�N|��w����á ߊ� �Tb���/d�x4*z�<��ཁ2? ��� /a̮�߁ChH���SU� o�r���8s�5��͕ 5~�\̔"�(�g����$�|B $�?� �ĖU�+�-��,V{d�a�d�j��HE�D��9D�[���JZ���d|Ε�^�{S�)��e�ȽF�tЭ�T�Ε�1(x�� K,� Ly想f��J�!��HR��j��Mn0��a �uK��i�>�1�aYa?L�[�Sd���Si���d �C9W�P;J7���N�#�n̮�No�W�T\_?{���ֆ��.���3��0;��.s@mo�a�Z����2&F��H�/K��T����w�+�+�m��ҥ7�tL���j�w�a�:[or%J�\Y���-�a��ؐ�v�:��H�f+���m�I��W�6��y!�)*3�?缟Z+����J�Y�l9ޭ�i�F����O��� ܺb�T&��_Q�F��Ί���{4%r�y! �$C�#"�������k��L�e��8�iG��0E`��:�nU��AV���3*E�5��ۨ�����b��c7�+(���]�;cU`W��pqyv����af�W�7�bOI�������]۟�5/��� �k�ǻ뫕�X�X!�T�>�!�AmJgĭd���M��[BՕm�b2��_�KGB%�ᦫ�9֚�����ز.#�����������6�_V ��������W�� �n��!���i�R1� 0�DM͗i���`�+:�~4N�� �n��7Ok�3,�x�`��1��Wњ2�@��@{��`ںn�U��A�7�杁O;ys�eH6�c"v��.GK�{�l��/+c�>A�q m�x�/ Uҟn��-Oi�8�;�1�7�[f^̠�����*�4�t= ��#0�H�,ʷ��^Yĭ����*��?:��|���K��'�]�~�[��g��|�����͈z[��QYZ� ����͛���������6�|�:��?��Z{�g�֒�-�D�c�]g�K��E�$�v���^�P������{r��������^ �+y\�h,��'�T��$zw�l����:�4EZ薭8^�Ă03ب|N�kX:*��+Ql�’�����5���/�����qܛs]���;��l�PX��N3�U�|�T��8PK~�E�PK,!�R/Definitions/resource-Securityrules-template.yml�T�n�0 }�W�0�'�[�lÀ--����,ӱ0[r%9��~���� � �<�!I[e8 cL�V(i�jC�l�2"/2 +�g�,�Mr�,f�!OL &���u�6�+�7[7l�-�z�E|{l���Ŝm�KN��r9[,����m�-�8���[����"�y��X������Ve���1�Ea�O��Z�cgq߀�����W!Ql* �����%<r��Ի�RhJ�I���D�c8�HXfpr������M�Uno��1=a&��=�7�8�1G� &�VW��)欧<��Ǭ۱��+�='朘ڢ�z z6��FɇU{0���w���Ӯ�u�[�v��7�2�:����%u�Ë?��=�;��� \�~"�$�<��/PK���χYPK,!�R(Definitions/resource-Extcp2-template.yml�T���0��+��m ��r�&Q��f�*�KU!c�UcSc����B����2��f�y3¨���a�%7\�:;��m��i������BJ��Y8+�F Ig\���D����:�{�P0E^��^��Ͻ%-B/"t��Ø�di�:q���i����P��)����ʂ�͓b(�M���vw7��+m�t恴T�(��eZ���’nn����=OIEr.�z��1�K5 �^��W���G����Cz�R�ӿ>y�z �R���X5�[�6&T��ʮ�������ϑ��P�ZݲY涝�#��Rv �w��>��]���ݬ�Z+���^�r��dW�ǧkސ�(m�FIo_� Ň����v�YؙβΌ�b�>�?��Ҷ=k�#��c��I�k��q3��u}sRQ㯆kd��AD��?PK�)��PK,!�R&Definitions/resource-Port-template.yml�SMo�0 ��W���� ����m��0`K���ՠe:*K�$�ȿ���m�=�ȏ��O"���TH-�4ڥ{�� �6�dY)JX�4L�YIs����ޣ���v��&��ղX^���"�ÂO�( ��� � �0欎E�2�Qp.hī�2X��up�G�9EEњ�KJ��X�?99ae�[{TYr��evR�����=�sFH�� #�J��ڔU� P�a���Ɩ���*rs����������~�&+c��N� s��l�p�m�� z"������=|{l�����)B�������|���19�M]f�jgg3n ?�Kf��GizPH�2-0?���M��K� ��V�Iō�R�xO�����gYM��@O�YSOY҇+��xSr�z jm|�;f����\6=ް�y��k˼��N!���)O k�d�}0�����/�ʚ����y���+�a��R�����'P�r4��f��V��>⠚Ã��'[���R�����G�?%a,��[-ވI�;I�5o�N���E�Ȥ��ĩ������Q+�Q����������W�0��d��q��b�)�<�ϐ9]�q�{4�k%���X�͕>i�Im,�PKvs(]ePK,!�R)Definitions/resource-Compute-template.yml�VKs�6��W�-��V�7?�N�3v�K�����1,�e~}$E��2a�s�tw?��[�z�2��42Hk|v@�i�BhT^�RaV3��e��i L����4�$3a�}w�g|!�Er�.V�*_��f�Z$�l#�/ &�vu����&b��$+\�%�7��zEk����oh�IN2_�Ob*��}��r�]�[9�)�R���x?}���� �F��m9_��Q,ο��N�Q7�Α��z5#vZ|:K���HK��(2��V������Q��9+Y.��2�wP��i���r�):���j�j%���J��<�:3Ɔ��57��l�g���-@G�v3�*��Y��`wֆ������ ��`q��s�>�b۳/�;h���WΡ�O�X �ۛ�������^v`J����I�G���_S�Jt�`�OK�I��m)Ք�&{$n���t#ͱn)Lyza������<�[�č�|B/�v������؎z$���"�)�'��[K�6�b��r�RX4�fw_�����CH�y�W��x"��5��k�<���v�N��h�9:�6�����[?��W�F'������۽-�#������o��T:�e����?b�=�?��k<�]R��{1mRdt����U�n�zĢ����t�w&��`x��a~I;^�>�(Z� (KYf>X�v�*��(��)_�@O =�c���ivI=ܷ����k��@[��?��gPK���� PK,!�R,Definitions/resource-Globalport-template.yml�WKs�6��W���@�v\��i�X�/��&$��\��.��EK���D3rf����bm�f4� �.�֠4~̉qG�gy ��fi0�'QC�'�p���Sa���d<=��]�f������$�~�F�D4�g�a�OhU)��O�7�M���xD�p��O��d<����PY� ���T�4��ʠ(�ύK�r�ф�ĩ�T&�����7+�I�N*.�hNC�b��}�f69���OF $Rm0P��La+^��(�lT��#�H�9��\ܒ���ӭ�;H�j 3�G��)M�tnd��B@o>� 옾��xD���x��8���R<���5���:���U��P�*H�����=��A��(Y��JIu�˔�g!kY�B������ꈝ�-6h*�*�e��a2��B��~ ��$�7�r��a'���YE��J�-�EH�0U�"�7&�Sp��\�k�\�F�ˆG��ctE�oI��D� J �?�q��1j�M�� 2�F�c��mhՠt��u�V��a�$��Y1xW�]�X(1��/=?��� �ʹD.E{"��1Mu� ����Ej��Xe& a��Y�����(���`}��7�KB����Ԛ'b? �y!|\P1epa��� "�@��$yL�BtȊ������uwO����m�s�v��A$vTㄎj�>�wwa�L��N�x���^^չ���GL`�jn�[�J��($�ʒ|AU�WQ�c.Z &R`h�=S�І0�JL��h0D���HXn��h��4���3�K�>|^��F�w7��z���� ���1���)�<"R�/�`�ep�  �G���YMN���䱽24��\�[��)�F���=ϸ��޻��#.V�%�T��Ke-܎��a-G�`i�*����sC�I�έ6��[���m(�{���-��{�u��q��a��ׇ���F�����Q�'���n����]l{oI3zwb�3���-ؤ����f`9^A������-Jv�;�N{��[�- �H�w�1�5P��xr�A>$V'����@&G,�z�v���f_7Foҍ�y�#��{0����z��D>��wX�Z��Gj�5��=�85�kc>��q�7��oퟒ�PKˑ��k�PK,!�RADefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.yml���n�0E�� �aZ�k�6H�E�hao�9r�!���}F�VS�;����C�G ��F;��w��1D:�,���mk���5����b �c��4�t:�<�L�\<�옫]V�Af��Q�M�+ �j� �Ŷ�g��YqTyV���v(��U ;�X���<[.�m���y���#$~�;�����&�n���7�X�.Bm��0����ҵ%��,!�Ňkɞ�-I�]�G�V�@&�F��gtʇ��ÛzK��h"eZ �Y �R歳5��z��.��b���X��^�m�a��j ��,�A��Z���Y.�{}FG������%�nIM�n���7mF�9�&�{�N����w�>\�oi6������o$���#��rt�rL M�GU5���+�;�{�0�_1{��>PK�P��TPK,!�R:Definitions/resource-BasicVmNodesUbuntu20cvfc-template.yml��r�8��_����T��y<�l���$~��2'��{�~<�){����4ݍn@,� 6-j;�Ü���3�b���`iW�x�K�W���\\y�a 3|}e�Ƒ�}��ǧ?� ���;�Y�h�;btX�hC7��f���+��lۛ�a��te�5���awܡ�nO�a��o�s�c�^G;�<{�,�~�%����&0�H�,��6���|��^C��3É�$���cç1���>�7�> �`�>���=���'�i�pqr��o�1�0a��8H"B��oQ���)���ԥ8R���F�`ڽO�#T>\�새��W(�O̅n���L�� �|A���1�'8�GDž�����Ј�8U�g'��J��S$�%��!5�E[>�~�2��(���+j����F6&Tf<���C>y��#�Q�X� �N���{��(�o���^�� a����>,u�$\j!�t�#v@��Y7�--�CT.��]�@w&�g�Y)x����m�J�?T�h��g��F`��hyw�vwH*'�"�|FZ��=I&�lxsau ܧ%z�ׁ�2|�w�6�4#�+Y���T�K��=Ta��s�"�˭�� xW��� 2��`��x8��{Ԅ�� c�X<Ƿ�y�n��e3 `�܉(� Vr��I}|tk3 � �4x���#fK��Ͼ _>��kChd#�2y:>���[o� �C��P�+�BF��d��"!yszY� � D���N�Շ���iٴ�����g츠M{�K�7�.�����n��jA_n��n*��l7�`�M�%���`�̓z3DVe�2&x8zjۺ�-����l\Xv�1FiU�j� �G7��JR�đ)#��L:�6��(,��H��K4�E��X;){�(��v�S�d���}����x��� &��G9q�����6e�� ~q��3�������9�)+!��'\�6$�mq)I"�ڦx���k�����O�� ����+�c���? ��d>=�P�֕�9��}V�q�RR���i���4�p��j�Z�谲6h�w�x�l��]�W�����@��|�^�[D��Z�:Z[��[��eÀ*�Mbx���5'���KB�heϗhmm,���%"���`����K�2�X$��O���q(!$-��Q��$a����ĕ[Ti��K��Б�S k$�T���lL��DU��ۖN�g@hb#�oyi����씥&Q;�U��Oz��!C�Ih��X��?������?*������-`;�6��#�gdLXv?���x����������Ѽ�x/�B�m����5Ok�����qtN�h�����흼�Fp4@��,|��߂�f��,'�9�M}�(����F9XP$v�\�̗E���A���� N`Ə*cUcSR�"�(�e�^�� ��<����#��������#N�1�4%Bk����@ѵ��G��g& Nñ�]{�r�D�z�2�S��F�E�<��Xt���q~�A�1ąsԨyg�u>�d��Hr��H:�<��$�z�H8;/gⵚ�B2٭�~n���B�^��n�F{q@[k7��r���%l���9�#Lw�>0�X[�^n6�渲�dU-t3����=���b5G�5����m���b���[�[� ��Xߟ�q��_�y����6��L �YI��g�9gj�Q����l�����^�q�J��f����̓��w~C�ߚAe� ��~Y�fd����$�?B�iPY�ұ�,��r�FwWf(�:�J1���WhD����*Q#�����߿V�PWM�ι��ZFu�c��k(;E���2tz"QE�[�< �~U���P�xJ4�X��ϭ�⧞��^e�NI+j�Cg)��̬�&�P� DJ�CS��)�H%��XS�V%d���R/�����n���Z�KU�,qQ� v�tR��� ����Pjp��e� 7 J����DQ�ˇc�������^�I�ZJÖ�]��k�b- D�I�c�-DN�C'�E:vɻla���Q'��E>�]l�H�SS��n�8�2�WC�#����H��3T� �?�*�t�@e�5�1T��H.������\�ʖ���կ̤éI �<:DB�^[fQ�c�i�JvH�������A� UG�r����b.}2x��g�:+1���S�/�b�����[�@�R�N$�� �|�uT��� ]�̻�0ͅ�O�/�ʹj3�Yc�,��Xu�dJ��B��Vp^Kw�R�j�v}���5��i��e��3�1�F��\끄�k�d��h1A�Ut��T�3q$��y���A.M�MF��S��"��_��"�f�q�A�j�0c�<{bM� �UQi���BQ*�M1K�7]�fG�A�N�q�c�J�J{���Tۭ�QA/- T_W�\��4ҁ�q���R9Nj�խ�����s��+! ����-�B���:Nw�|��� N=�r��T��uqA����T�H��B&M�[oC���Pw{-Т�j����7\*Fr�' [��:�PK�F��C JOPK,!�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�� ֢}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,!�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}�;.@�PK,!�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�PK,!�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�PK,!�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU�K�0C�R��/"T!W��d�H�$���n��~�ly�l[�\"f����Kc��9<.U�@���P���N�V��� %r�G�%5��a_?O�?���jTմ(�u�ۮ1��4L\�� ��t��L:���λ)�����PK��S ��PK+!�R�R�B4E csar.metaPK+!�R��Љ�kTOSCA-Metadata/TOSCA.metaPK,!�R!o���.V);Definitions/resource-BasicVm-template.ymlPK,!�Rb��#� c�3rDefinitions/resource-BasicVm-template-interface.ymlPK,!�R�PtVN� .�Definitions/resource-Extneutroncp-template.ymlPK,!�R�u �>K/Definitions/resource-BasicVmNodesUbuntu20cvfc-template.ymlPK,!�R�� ֢}D�JDefinitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.ymlPK,!�R+�@j5���SDefinitions/data.ymlPK,!�R�'}8��Definitions/groups.ymlPK,!�R0?��@ @M�Definitions/policies.ymlPK,!�R���C&ӜDefinitions/annotations.ymlPK,!�R�����B�Definitions/relationships.ymlPK,!�R 2ea� M�Definitions/artifacts.ymlPK,!�R�H�v~(��Definitions/capabilities.ymlPK,!�R8��X�Definitions/interfaces.ymlPK,!�R5n���/�tQ�Definitions/nodes.ymlPK,!�R}�;.@�>��Artifacts/Informational/OTHER/VSP_basic_vm_VSP_Information.txtPK,!�R�ظW�,6�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPK,!�RwHy�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK,!�R��S ��4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKX �� 2021-04-10T04:12:47.136Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel|DEBUG|500||=======================response end================================================= 2021-04-10T04:12:47.137Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a8c408a5-9e42-4b8d-b898-188ff9682133/toscaModel|INFO|500||InvokeReturn 2021-04-10T04:12:47.141Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-04-10T04:12:47.141Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||VF Category is: Generic 2021-04-10T04:12:47.141Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||VFCustomizationUUID= 1b39dbc8-2684-42b1-adc2-ccd3ea686066 2021-04-10T04:12:47.142Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1b39dbc8-2684-42b1-adc2-ccd3ea686066 matches Tosca VF Customization UUID: 1b39dbc8-2684-42b1-adc2-ccd3ea686066 2021-04-10T04:12:47.142Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||vfCustomizationUUID: 1b39dbc8-2684-42b1-adc2-ccd3ea686066 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-04-10T04:12:47.144Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:47.145Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:47.146Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||resource request for resource customization id 1b39dbc8-2684-42b1-adc2-ccd3ea686066: {\"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-04-10T04:12:47.146Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@df9c139 2021-04-10T04:12:47.146Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:47.146Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-10T04:12:47.147Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 907f5513-ab7c-4c07-a564-22bc3885800b 2021-04-10T04:12:47.147Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 907f5513-ab7c-4c07-a564-22bc3885800b 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_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-10T04:12:47.149Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:47.149Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-10T04:12:47.150Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:12:47.150Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:47.150Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-10T04:12:47.150Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:12:47.150Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:47.150Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-10T04:12:47.151Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-10T04:12:47.151Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-10T04:12:47.151Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c33c95f0-9bbd-496a-8c6c-559872a4a0d6 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-04-10T04:12:47.153Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:47.154Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-10T04:12:47.154Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:12:47.154Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:47.154Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-10T04:12:47.155Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1b39dbc8-2684-42b1-adc2-ccd3ea686066 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-04-10T04:12:47.157Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:47.157Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:47.157Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500|| resourceSeq for service uuid bea998e3-9b0f-4e35-8e76-a007c9b90dd3: basic_vm 2021-04-10T04:12:47.157Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:47.158Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:47.158Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:47.158Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:47.159Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:47.159Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:47.159Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:47.159Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:47.160Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:12:47.160Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:12:47.160Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_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, 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-04-10T04:12:47.311Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 442a344a-e32f-4b4b-9350-63bec644438a 1 ASDC deployResourceStructure 2021-04-10T04:12:47.312Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:47.312Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:47.312Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:12:47.312Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:47.315Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:47.315Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027967312, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:12:47.416Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-10T04:12:47.417Z||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-04-10T04:12:47.417Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:47.425Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:47.426Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:12:48.316Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:48.316Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:48.316Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:12:48.317Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:48.319Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:48.319Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027968316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-10T04:12:48.419Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:12:48.420Z||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-04-10T04:12:48.420Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:48.430Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:48.431Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:12:49.320Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:49.320Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||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-04-10T04:12:49.320Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:12:49.320Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:49.322Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:49.322Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027969320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-10T04:12:49.422Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:12:49.423Z||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-04-10T04:12:49.424Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:49.433Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:49.433Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:12:50.323Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-10T04:12:50.323Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-10T04:12:50.323Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:12:50.324Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:12:50.325Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:12:50.325Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027970323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:12:50.426Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:12:50.426Z||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-04-10T04:12:50.427Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:12:50.437Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:12:50.437Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:12:51.326Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:12:51.338Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:12:51.340Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:12:51.340Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:12:51.341Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:13:21.341Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:13:21.355Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:13:21.359Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:13:21.359Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-10T04:13:21.359Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-10T04:13:25.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.71.18 2021-04-10T04:13:41.299Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:13:41.300Z||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-04-10T04:13:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:13:41.321Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:13:41.334Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.334Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-k8s-id", "timestamp": 1618027841327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.335Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.335Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.335Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "policy-id", "timestamp": 1618027834993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.335Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.336Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.336Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027841688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.336Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.336Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.336Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "aai-ml", "timestamp": 1618027840092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.336Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.336Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.336Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027842248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.337Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.337Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.337Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-windriver-id", "timestamp": 1618027837673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-10T04:13:41.337Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.337Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.337Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.337Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.337Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.338Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-k8s-id", "timestamp": 1618027842668, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.338Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.338Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.338Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "aai-ml", "timestamp": 1618027840092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.338Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.338Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.338Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "policy-id", "timestamp": 1618027842870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.338Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.338Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.338Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027842896, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.338Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.338Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.338Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027843252, "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-04-10T04:13:41.345Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 2021-04-10T04:13:41.345Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:13:41.358Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.358Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-windriver-id", "timestamp": 1618027837673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.358Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.358Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.359Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.359Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.359Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.359Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "aai-ml", "timestamp": 1618027840092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.359Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.359Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.359Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-k8s-id", "timestamp": 1618027843767, "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-04-10T04:13:41.382Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 2021-04-10T04:13:41.382Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:13:41.395Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.395Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027843902, "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-04-10T04:13:41.401Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 2021-04-10T04:13:41.401Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:13:41.408Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.409Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "policy-id", "timestamp": 1618027843962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.409Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.409Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.409Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-windriver-id", "timestamp": 1618027837673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.409Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.409Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.409Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "aai-ml", "timestamp": 1618027840092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.410Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.410Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.410Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-k8s-id", "timestamp": 1618027844770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.410Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.410Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.410Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027844895, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.410Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.411Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.411Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027844908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.411Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.411Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.411Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "policy-id", "timestamp": 1618027844966, "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-04-10T04:13:41.416Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 2021-04-10T04:13:41.417Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:13:41.426Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.426Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-windriver-id", "timestamp": 1618027845616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.426Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.427Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.427Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "aai-ml", "timestamp": 1618027840092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.427Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.427Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.427Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027846590, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.428Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.428Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.428Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "aai-ml", "timestamp": 1618027840092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.428Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.428Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.428Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-windriver-id", "timestamp": 1618027846812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.428Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.429Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.429Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "clamp", "timestamp": 1618027846370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.429Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.429Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.429Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "aai-ml", "timestamp": 1618027847987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.429Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.429Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.430Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "clamp", "timestamp": 1618027846370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:13:41.430Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.430Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.430Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-windriver-id", "timestamp": 1618027848010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.430Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.430Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.430Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "clamp", "timestamp": 1618027846370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.431Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.431Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.431Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-windriver-id", "timestamp": 1618027849016, "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-04-10T04:13:41.436Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 2021-04-10T04:13:41.436Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:13:41.443Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.444Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "clamp", "timestamp": 1618027846370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.444Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.444Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.444Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "multicloud-windriver-id", "timestamp": 1618027850025, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.444Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.444Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.444Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "clamp", "timestamp": 1618027846370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.444Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.445Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.445Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "clamp", "timestamp": 1618027846370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.445Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.445Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.445Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "clamp", "timestamp": 1618027846370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.445Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.445Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.445Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "aai-ml", "timestamp": 1618027857825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.445Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.446Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.446Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "aai-ml", "timestamp": 1618027858831, "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-04-10T04:13:41.451Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 2021-04-10T04:13:41.451Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:13:41.459Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.459Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "clamp", "timestamp": 1618027859988, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.460Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.460Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.460Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027857673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.460Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.460Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.460Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027860039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.460Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.460Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.460Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "cds", "timestamp": 1618027853210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.460Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.460Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.461Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "policy-id", "timestamp": 1618027854992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.461Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.461Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.461Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "dcae-sch", "timestamp": 1618027853691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.461Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.461Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.461Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "clamp", "timestamp": 1618027861055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.461Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.461Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.461Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027857673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-10T04:13:41.462Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.462Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.462Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "cds", "timestamp": 1618027853210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.462Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.462Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.462Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "clamp", "timestamp": 1618027862058, "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-04-10T04:13:41.466Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 2021-04-10T04:13:41.466Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:13:41.474Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.474Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "policy-id", "timestamp": 1618027854992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.474Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.474Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.475Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027860039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.475Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.475Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.475Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "dcae-sch", "timestamp": 1618027853691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.475Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.475Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.475Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027860039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.475Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.476Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.476Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "dcae-sch", "timestamp": 1618027853691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.476Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.476Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.476Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027857673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-10T04:13:41.476Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.477Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.477Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "policy-id", "timestamp": 1618027854992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.477Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.477Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.477Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "cds", "timestamp": 1618027853210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.477Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.478Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.478Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027857673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:13:41.478Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.478Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.478Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027860039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.478Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.478Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.478Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "dcae-sch", "timestamp": 1618027853691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.478Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.479Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.479Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "policy-id", "timestamp": 1618027854992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.479Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.479Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.479Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "cds", "timestamp": 1618027853210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.480Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.480Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.480Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027857673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-10T04:13:41.480Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.480Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.480Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "dcae-sch", "timestamp": 1618027853691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.480Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.480Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.480Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "policy-id", "timestamp": 1618027854992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-10T04:13:41.481Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.481Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.481Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027860039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.481Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.481Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.481Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "cds", "timestamp": 1618027853210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.482Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.482Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.482Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027857673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.482Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.482Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.482Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027860039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.482Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.482Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.482Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "dcae-sch", "timestamp": 1618027853691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.482Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.482Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.482Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "policy-id", "timestamp": 1618027854992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.483Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.483Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.483Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "cds", "timestamp": 1618027853210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.483Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.483Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.483Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027857673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-10T04:13:41.483Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.483Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.483Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "dcae-sch", "timestamp": 1618027853691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.484Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.484Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.484Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027860039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.484Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.484Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.484Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "policy-id", "timestamp": 1618027854992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.484Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.484Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.484Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "cds", "timestamp": 1618027853210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.485Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.485Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.485Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027857673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.485Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.485Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.485Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "dcae-sch", "timestamp": 1618027853691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.485Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.485Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.485Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027860039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.486Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.486Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.486Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "policy-id", "timestamp": 1618027854992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.486Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.486Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.486Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "cds", "timestamp": 1618027853210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.486Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.486Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.486Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027857673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.486Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.487Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.487Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "dcae-sch", "timestamp": 1618027853691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.487Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.487Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.487Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027860039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.487Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.487Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.487Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "policy-id", "timestamp": 1618027854992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.487Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.487Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.487Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "cds", "timestamp": 1618027853210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.487Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.488Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.488Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "aai-ml", "timestamp": 1618027870092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.488Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.488Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.488Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027870096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.488Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.488Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.488Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027870333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.489Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.489Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.489Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027871726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.489Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.489Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.489Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "aai-ml", "timestamp": 1618027870092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.489Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.489Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.489Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027870096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-10T04:13:41.489Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.490Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.490Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027871759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.490Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.490Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.490Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027870333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-10T04:13:41.490Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.490Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.491Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "policy-id", "timestamp": 1618027872063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.491Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.491Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.491Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "cds", "timestamp": 1618027872524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.491Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.491Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.491Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027870096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-10T04:13:41.491Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.491Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.491Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "aai-ml", "timestamp": 1618027870092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.491Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.492Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.492Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027870333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-10T04:13:41.492Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.492Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.492Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "policy-id", "timestamp": 1618027873067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.492Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.492Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.492Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "cds", "timestamp": 1618027873530, "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-04-10T04:13:41.511Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6cb99cf5-c9a6-4e46-b052-892caead3c3f 2021-04-10T04:13:41.512Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cb99cf5-c9a6-4e46-b052-892caead3c3f 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-04-10T04:13:41.523Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.523Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027870096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:13:41.524Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.524Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.524Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "aai-ml", "timestamp": 1618027870092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.524Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.524Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.524Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027873797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.524Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.524Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.524Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027870333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:13:41.525Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.525Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.525Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "policy-id", "timestamp": 1618027874076, "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-04-10T04:13:41.529Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cb99cf5-c9a6-4e46-b052-892caead3c3f 2021-04-10T04:13:41.529Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cb99cf5-c9a6-4e46-b052-892caead3c3f 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-04-10T04:13:41.538Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.538Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027874665, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.538Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.538Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.538Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027870096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-10T04:13:41.539Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.539Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.539Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "aai-ml", "timestamp": 1618027870092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.539Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.539Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.539Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027874804, "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-04-10T04:13:41.544Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6cb99cf5-c9a6-4e46-b052-892caead3c3f 2021-04-10T04:13:41.544Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cb99cf5-c9a6-4e46-b052-892caead3c3f 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-04-10T04:13:41.553Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.553Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027870333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-10T04:13:41.553Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.554Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.554Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027870096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.554Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.554Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.554Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "aai-ml", "timestamp": 1618027870092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.554Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.554Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.554Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027870333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.554Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.554Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.554Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027870096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-10T04:13:41.555Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.555Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.555Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "aai-ml", "timestamp": 1618027870092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.555Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.555Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.555Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "clamp", "timestamp": 1618027876370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.555Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.555Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.556Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027870333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-10T04:13:41.556Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.556Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.556Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027870096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.556Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.556Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.556Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "aai-ml", "timestamp": 1618027870092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.556Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.556Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.556Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027877965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.556Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.556Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.556Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "clamp", "timestamp": 1618027876370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.556Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.557Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.557Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027870333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.557Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.557Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.557Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1fae2483-5ddf-4004-8834-c8714b904090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027878367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-10T04:13:41.557Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.557Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.557Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027870096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.557Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.557Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.557Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "aai-ml", "timestamp": 1618027870092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.557Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.558Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.558Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "clamp", "timestamp": 1618027876370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.558Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.558Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.558Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027870333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.558Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.558Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.558Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.558Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.558Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.558Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "clamp", "timestamp": 1618027876370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:13:41.558Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.558Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.558Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027880358, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.559Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.559Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.559Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.559Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.559Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.559Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "aai-ml", "timestamp": 1618027880491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.559Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.559Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.559Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027880563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.559Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.559Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.559Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "dcae-sch", "timestamp": 1618027873691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.559Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.560Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.560Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "cds", "timestamp": 1618027874533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.560Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.560Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.560Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "policy-id", "timestamp": 1618027875078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.560Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.560Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.560Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027880673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.560Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.560Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.560Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "clamp", "timestamp": 1618027876370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.560Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.560Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.561Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027881365, "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-04-10T04:13:41.566Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cb99cf5-c9a6-4e46-b052-892caead3c3f 2021-04-10T04:13:41.566Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cb99cf5-c9a6-4e46-b052-892caead3c3f 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-04-10T04:13:41.572Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.573Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.573Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.573Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.573Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "dcae-sch", "timestamp": 1618027873691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.573Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.573Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.573Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "cds", "timestamp": 1618027874533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.573Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.573Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.573Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "policy-id", "timestamp": 1618027875078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.574Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.574Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.574Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027881867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.574Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.574Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.574Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027881943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.574Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.574Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.574Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "clamp", "timestamp": 1618027876370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.575Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.575Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.575Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-windriver-id", "timestamp": 1618027882372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.575Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.575Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.575Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.575Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.575Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.575Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "dcae-sch", "timestamp": 1618027873691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.575Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.576Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.576Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "cds", "timestamp": 1618027874533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.576Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.576Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.576Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "policy-id", "timestamp": 1618027875078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-10T04:13:41.576Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.576Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.576Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "clamp", "timestamp": 1618027876370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.576Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.577Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.577Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027883064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.577Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.577Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.577Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027883161, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.577Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.577Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.577Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.577Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.577Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.577Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "dcae-sch", "timestamp": 1618027873691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.577Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.578Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.578Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "cds", "timestamp": 1618027874533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.578Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.578Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.578Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "policy-id", "timestamp": 1618027875078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.578Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.578Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.578Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-windriver-id", "timestamp": 1618027883376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.578Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.579Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.579Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "clamp", "timestamp": 1618027876370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.579Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.579Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.579Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027884264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.579Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.579Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.579Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027884378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.579Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.579Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.580Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/resourceInstances/pnfd068b2a3edfb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.580Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.580Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.580Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "dcae-sch", "timestamp": 1618027873691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.580Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.580Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.580Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "cds", "timestamp": 1618027874533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.580Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.580Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.580Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "policy-id", "timestamp": 1618027875078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.581Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.581Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.581Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-windriver-id", "timestamp": 1618027883376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:13:41.581Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.581Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.581Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "clamp", "timestamp": 1618027876370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.581Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.581Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.581Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027885381, "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-04-10T04:13:41.586Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cb99cf5-c9a6-4e46-b052-892caead3c3f 2021-04-10T04:13:41.586Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cb99cf5-c9a6-4e46-b052-892caead3c3f 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-04-10T04:13:41.592Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.592Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.592Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.592Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.592Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027885401, "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-04-10T04:13:41.597Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cb99cf5-c9a6-4e46-b052-892caead3c3f 2021-04-10T04:13:41.597Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cb99cf5-c9a6-4e46-b052-892caead3c3f 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-04-10T04:13:41.604Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.604Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "dcae-sch", "timestamp": 1618027873691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.604Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.604Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.604Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "cds", "timestamp": 1618027874533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.604Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.604Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.605Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "policy-id", "timestamp": 1618027875078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.605Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.605Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.605Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-windriver-id", "timestamp": 1618027883376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-10T04:13:41.605Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.605Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.605Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "aai-ml", "timestamp": 1618027886353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.605Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.606Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.606Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027886385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.606Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.606Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.606Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.606Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.606Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.606Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "multicloud-k8s-id", "timestamp": 1618027886407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.606Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.606Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.606Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "dcae-sch", "timestamp": 1618027873691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.607Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.607Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.607Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "cds", "timestamp": 1618027874533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.607Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.607Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.607Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "policy-id", "timestamp": 1618027875078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.607Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.607Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.607Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-windriver-id", "timestamp": 1618027883376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.607Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.608Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.608Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "aai-ml", "timestamp": 1618027887357, "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-04-10T04:13:41.613Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6cb99cf5-c9a6-4e46-b052-892caead3c3f 2021-04-10T04:13:41.613Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cb99cf5-c9a6-4e46-b052-892caead3c3f 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-04-10T04:13:41.622Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.623Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "dcae-sch", "timestamp": 1618027873691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.623Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.623Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.623Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "cds", "timestamp": 1618027874533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.623Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.623Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.624Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "policy-id", "timestamp": 1618027875078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.624Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.624Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.624Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027887730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.624Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.624Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.624Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-windriver-id", "timestamp": 1618027883376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-10T04:13:41.624Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.624Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.624Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "cds", "timestamp": 1618027888794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.624Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.625Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.625Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "policy-id", "timestamp": 1618027888795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.625Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.625Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.625Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-windriver-id", "timestamp": 1618027883376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.625Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.625Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.625Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027889651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIixbpgzxa9zbitgrfumi/1.0/artifacts/service-DemoPnfIixbpgzxa9zbitgrfumi-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.625Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.625Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.626Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "policy-id", "timestamp": 1618027889798, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.626Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.626Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.626Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-windriver-id", "timestamp": 1618027883376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.626Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.626Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.626Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027890039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.626Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.626Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.626Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-k8s-id", "timestamp": 1618027890096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.626Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.627Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.627Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "policy-id", "timestamp": 1618027890800, "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=? 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-04-10T04:13:41.639Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb735b3f-1932-46d7-8c0e-d4a778ac3390 2021-04-10T04:13:41.639Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb735b3f-1932-46d7-8c0e-d4a778ac3390 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-04-10T04:13:41.649Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.650Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027890333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.650Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.650Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.650Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-windriver-id", "timestamp": 1618027883376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.650Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.650Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.651Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "cds", "timestamp": 1618027891230, "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=? 2021-04-10T04:13:41.656Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb735b3f-1932-46d7-8c0e-d4a778ac3390 2021-04-10T04:13:41.656Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb735b3f-1932-46d7-8c0e-d4a778ac3390 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-04-10T04:13:41.665Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.665Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027890039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.665Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.666Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.666Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-k8s-id", "timestamp": 1618027890096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:13:41.666Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.666Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.666Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027890333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:13:41.666Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.666Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.666Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027890039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.667Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.667Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.667Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-k8s-id", "timestamp": 1618027890096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-10T04:13:41.667Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.667Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.667Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027890333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-10T04:13:41.667Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.667Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.668Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027890039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.668Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.668Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.668Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-k8s-id", "timestamp": 1618027890096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.668Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.668Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.668Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-windriver-id", "timestamp": 1618027893759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.669Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.669Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.669Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027890333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.669Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.669Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.669Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "clamp", "timestamp": 1618027894092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.669Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.669Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.670Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027890039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.670Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.670Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.670Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-k8s-id", "timestamp": 1618027890096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-10T04:13:41.670Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.670Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.670Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027890333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-10T04:13:41.670Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.671Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.671Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "clamp", "timestamp": 1618027895109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.671Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.671Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.671Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-windriver-id", "timestamp": 1618027895574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.671Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.671Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.672Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027890039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.672Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.672Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.672Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-k8s-id", "timestamp": 1618027890096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.672Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.672Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.672Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027890333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.673Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.673Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.673Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "clamp", "timestamp": 1618027896153, "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-04-10T04:13:41.683Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6cb99cf5-c9a6-4e46-b052-892caead3c3f 2021-04-10T04:13:41.683Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cb99cf5-c9a6-4e46-b052-892caead3c3f 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-04-10T04:13:41.692Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.693Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027890039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.693Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.693Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.693Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-k8s-id", "timestamp": 1618027890096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.693Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.693Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.694Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027890333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.694Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.694Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.694Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027890039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.694Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.694Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.694Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-k8s-id", "timestamp": 1618027890096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.694Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.694Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.694Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027890333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:13:41.695Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.695Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.695Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-windriver-id", "timestamp": 1618027899135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.695Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.695Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.695Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-windriver-id", "timestamp": 1618027900141, "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-04-10T04:13:41.700Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb735b3f-1932-46d7-8c0e-d4a778ac3390 2021-04-10T04:13:41.700Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb735b3f-1932-46d7-8c0e-d4a778ac3390 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-04-10T04:13:41.714Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.715Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-k8s-id", "timestamp": 1618027900470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.715Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.715Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.716Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027900483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.716Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.716Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.716Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027900480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:13:41.716Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:41.717Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.717Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "aai-ml", "timestamp": 1618027900092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:13:41.717Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-10T04:13:41.717Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-04-10T04:13:41.718Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-windriver-id", "timestamp": 1618027901145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:13:41.718Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:13:51.415Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:13:51.427Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:13:51.431Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:13:51.431Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-10T04:13:51.431Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-10T04:13:51.431Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-10T04:13:51.511Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:13:51.511Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:13:51.511Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:13:51.511Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:13:51.512Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:13:51.512Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:13:51.512Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|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-04-10T04:13:51.517Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-10T04:14:10.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103 2021-04-10T04:14:21.517Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 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-04-10T04:14:21.524Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 and serviceModelVersionId: bea998e3-9b0f-4e35-8e76-a007c9b90dd3 2021-04-10T04:14:21.524Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31d1195a-7cbc-480a-8edc-1b49b02b3dff 2021-04-10T04:14:21.525Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31d1195a-7cbc-480a-8edc-1b49b02b3dff/model-vers/model-ver/bea998e3-9b0f-4e35-8e76-a007c9b90dd3?depth=0 2021-04-10T04:14:21.531Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-10T04:14:21.662Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|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/31d1195a-7cbc-480a-8edc-1b49b02b3dff/model-vers/model-ver/bea998e3-9b0f-4e35-8e76-a007c9b90dd3?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-04-10T04:14:21.680Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/31d1195a-7cbc-480a-8edc-1b49b02b3dff/model-vers/model-ver/bea998e3-9b0f-4e35-8e76-a007c9b90dd3?depth=0|INFO|500||Invoke 2021-04-10T04:14:21.701Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/31d1195a-7cbc-480a-8edc-1b49b02b3dff/model-vers/model-ver/bea998e3-9b0f-4e35-8e76-a007c9b90dd3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-10T04:14:21.826Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/31d1195a-7cbc-480a-8edc-1b49b02b3dff/model-vers/model-ver/bea998e3-9b0f-4e35-8e76-a007c9b90dd3?depth=0|INFO|500||InvokeReturn 2021-04-10T04:14:21.826Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|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/31d1195a-7cbc-480a-8edc-1b49b02b3dff/model-vers/model-ver/bea998e3-9b0f-4e35-8e76-a007c9b90dd3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210410-04:14:21:717-87123], vertex-id=[258144], Content-Length=[0], Date=[Sat, 10 Apr 2021 04:14:21 GMT], Content-Type=[application/json]} 2021-04-10T04:14:21.827Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-04-10T04:14:21.827Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-10T04:14:21.827Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|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-04-10T04:14:21.833Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|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-04-10T04:14:21.834Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bde2fa61-e9c7-4a23-9dd1-e9dc90b51909 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-10T04:14:21.834Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-10T04:14:21.834Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:21.837Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:21.837Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028061834, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-10T04:14:21.938Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:21.939Z||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-04-10T04:14:21.939Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:21.952Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:21.953Z||pool-71-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-04-10T04:14:22.849Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:14:22.849Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|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-04-10T04:14:22.849Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:27.157Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:27.158Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||received message from topic 2021-04-10T04:14:27.158Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6cb99cf5-c9a6-4e46-b052-892caead3c3f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9be74e36-e69d-4e22-8c34-610337f6f116","serviceDescription":"service","serviceInvariantUUID":"e32bbd89-d1eb-457a-ba3e-6397b0513ef9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"56559d6f-9a62-4a37-8ae1-76b10ab99a4e","resourceInvariantUUID":"618e08e1-a155-460a-94e7-552c50b95abe","resourceCustomizationUUID":"c3df9c48-c427-4486-8868-06c71ad6b0c6","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":"YWUzMTRiMmEwN2I1NjljMjYyYjAxYTkwYjI2MTY4NTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39c931af-f654-435f-ab47-1926291a6276","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":"13f13db5-1ace-42b2-8664-383520b52315","artifactVersion":"2","generatedFromUUID":"413d06e8-465d-49e6-9b24-56c245703e39"},{"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":"413d06e8-465d-49e6-9b24-56c245703e39","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":"OWU4M2JkZWFiZDMxNmFlNDk5NjBkMTU1YzZlNmMzNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"79b5dda4-8e9a-44a6-b3be-53c7c612c68b","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":"f7d2d952-5cc4-4090-9c71-b77fdc6dfa95","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":"e312979d-bef6-436c-90bd-2225f5a7a6e9","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":"3a4b5700-45cb-4cee-9601-09e4fda0e8a5","artifactVersion":"2","generatedFromUUID":"f7d2d952-5cc4-4090-9c71-b77fdc6dfa95"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTJmZTdhMjM3MWQ5ZWYyNDU0ODk1YTUyNDQ1MDQ5NDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c5159f0-83b6-49e4-bc5a-02259b08af7e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWJlYTRiNzc5NTVkOGU3OGU5MjYzZmM4NDRmNmJjZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0009a9c8-ec90-4443-9683-1881fed9012c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-10T04:14:27.160Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:14:27.160Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:27.161Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:27.161Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:27.263Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:27.263Z||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-04-10T04:14:27.264Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:27.273Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:27.274Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:28.162Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:14:28.163Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:28.165Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:28.165Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-10T04:14:28.265Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:28.266Z||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-04-10T04:14:28.266Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:28.277Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:28.277Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:29.165Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:14:29.166Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:29.168Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:29.168Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-10T04:14:29.268Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:29.269Z||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-04-10T04:14:29.270Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:29.279Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:29.279Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:30.169Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:14:30.169Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:30.171Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:30.171Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:14:30.271Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:30.272Z||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-04-10T04:14:30.272Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:30.282Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:30.282Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:31.171Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:14:31.172Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:31.174Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:31.174Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-10T04:14:31.274Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:31.275Z||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-04-10T04:14:31.275Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:31.285Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:31.285Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-10T04:14:32.175Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:14:32.175Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:32.177Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:32.177Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:32.277Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:32.278Z||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-04-10T04:14:32.278Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:32.288Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:32.288Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:33.178Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:14:33.178Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:33.180Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:33.180Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-10T04:14:33.280Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:33.281Z||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-04-10T04:14:33.282Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:33.292Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:33.292Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:34.180Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:14:34.181Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:34.183Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:34.183Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:34.284Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:34.284Z||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-04-10T04:14:34.285Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:34.294Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:34.294Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:35.184Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:14:35.185Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:35.187Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:35.187Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:14:35.287Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:35.288Z||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-04-10T04:14:35.288Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:35.299Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:35.300Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:36.188Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "9be74e36-e69d-4e22-8c34-610337f6f116", "serviceDescription": "service", "serviceInvariantUUID": "e32bbd89-d1eb-457a-ba3e-6397b0513ef9", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "c3df9c48-c427-4486-8868-06c71ad6b0c6", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "56559d6f-9a62-4a37-8ae1-76b10ab99a4e", "resourceInvariantUUID": "618e08e1-a155-460a-94e7-552c50b95abe", "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": "13f13db5-1ace-42b2-8664-383520b52315", "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": "413d06e8-465d-49e6-9b24-56c245703e39", "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": "OWU4M2JkZWFiZDMxNmFlNDk5NjBkMTU1YzZlNmMzNDQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "79b5dda4-8e9a-44a6-b3be-53c7c612c68b", "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": "f7d2d952-5cc4-4090-9c71-b77fdc6dfa95", "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": "3a4b5700-45cb-4cee-9601-09e4fda0e8a5", "generatedFromUUID": "f7d2d952-5cc4-4090-9c71-b77fdc6dfa95" }, "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": "3a4b5700-45cb-4cee-9601-09e4fda0e8a5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZWJlYTRiNzc5NTVkOGU3OGU5MjYzZmM4NDRmNmJjZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0009a9c8-ec90-4443-9683-1881fed9012c" } ], "workloadContext": "Production" } 2021-04-10T04:14:36.188Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-10T04:14:36.189Z|bde2fa61-e9c7-4a23-9dd1-e9dc90b51909|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9be74e36-e69d-4e22-8c34-610337f6f116 ASDC 2021-04-10T04:14:36.189Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:6cb99cf5-c9a6-4e46-b052-892caead3c3f ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:9be74e36-e69d-4e22-8c34-610337f6f116 ServiceInvariantUUID:e32bbd89-d1eb-457a-ba3e-6397b0513ef9 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:0009a9c8-ec90-4443-9683-1881fed9012c ArtifactChecksum:ZWJlYTRiNzc5NTVkOGU3OGU5MjYzZmM4NDRmNmJjZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:c3df9c48-c427-4486-8868-06c71ad6b0c6 ResourceInvariantUUID:618e08e1-a155-460a-94e7-552c50b95abe ResourceName:basic_cnf ResourceType:VF ResourceUUID:56559d6f-9a62-4a37-8ae1-76b10ab99a4e 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:13f13db5-1ace-42b2-8664-383520b52315 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:413d06e8-465d-49e6-9b24-56c245703e39 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:79b5dda4-8e9a-44a6-b3be-53c7c612c68b ArtifactChecksum:OWU4M2JkZWFiZDMxNmFlNDk5NjBkMTU1YzZlNmMzNDQ= 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:f7d2d952-5cc4-4090-9c71-b77fdc6dfa95 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:3a4b5700-45cb-4cee-9601-09e4fda0e8a5 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:3a4b5700-45cb-4cee-9601-09e4fda0e8a5 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-10T04:14:36.190Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9be74e36-e69d-4e22-8c34-610337f6f116 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-04-10T04:14:36.237Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T04:14:36.238Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:14:36.238Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:14:36.238Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 0009a9c8-ec90-4443-9683-1881fed9012c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-10T04:14:36.238Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:14:36.239Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-10T04:14:38.458Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:14:38.463Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0009a9c8-ec90-4443-9683-1881fed9012c 66813 2021-04-10T04:14:38.464Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-10T04:14:38.464Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-10T04:14:38.464Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:14:38.465Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:38.466Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:38.467Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028078464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:14:38.567Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:38.568Z||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-04-10T04:14:38.568Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:38.577Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:38.578Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:39.467Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T04:14:39.468Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:14:39.469Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||Trying to write artifact UUID: 0009a9c8-ec90-4443-9683-1881fed9012c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-10T04:14:39.469Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-04-10T04:14:39.469Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-10T04:14:39.469Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-10T04:14:39.581Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13235929546523547498/Definitions/service-BasicCnf-template.yml 2021-04-10T04:14:40.615Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-10T04:14:40.615Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-04-10T04:14:40.616Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-10T04:14:40.616Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-04-10T04:14:40.616Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:40.616Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:40.616Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:40.616Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:40.616Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|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-BasicCnf-csar.csar 2021-04-10T04:14:40.616Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-04-10T04:14:40.616Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:40.616Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:40.616Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-10T04:14:40.617Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-10T04:14:40.617Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T04:14:40.617Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:40.617Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:40.617Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-10T04:14:40.617Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-10T04:14:40.617Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T04:14:40.617Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:40.618Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:40.618Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:40.618Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-10T04:14:40.618Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-04-10T04:14:40.618Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2021-04-10T04:14:40.618Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-10T04:14:40.618Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:40.618Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-10T04:14:40.618Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:40.618Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-10T04:14:40.619Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:14:40.619Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:40.619Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-10T04:14:40.619Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:14:40.619Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:40.619Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-10T04:14:40.619Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:14:40.619Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:40.619Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-10T04:14:40.619Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-10T04:14:40.620Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3454f519-c99c-4665-b824-8a550912ba8c 2021-04-10T04:14:40.620Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:40.620Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:40.620Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:40.620Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:40.620Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:40.620Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:40.620Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:40.620Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:40.621Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:9be74e36-e69d-4e22-8c34-610337f6f116 Model Version:NULL Model InvariantUuid:e32bbd89-d1eb-457a-ba3e-6397b0513ef9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:19594f8e-2b26-4052-ab66-29a671066876 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:618e08e1-a155-460a-94e7-552c50b95abe Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c3df9c48-c427-4486-8868-06c71ad6b0c6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:39d8b32b-186c-4955-a596-1181205ac82e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:57d07912-6aa6-49ee-8254-4586f7f02b8f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3454f519-c99c-4665-b824-8a550912ba8c ModelInvariantUuid:e4a394c1-7cfb-42e8-b08f-ba0fd797e5df ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a0c599f5-5375-45af-9247-69fe12493ea8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:322307b2-f06d-425b-ae0c-7159516b4df2 ModelInvariantUuid:7504044f-3f17-4861-8c33-9676473cde81 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:1212a0e9-33e2-4218-9479-a9d0cd754373 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-04-10T04:14:40.629Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 56559d6f-9a62-4a37-8ae1-76b10ab99a4e 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-04-10T04:14:40.632Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||basic_cnf 0 2021-04-10T04:14:40.632Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 56559d6f-9a62-4a37-8ae1-76b10ab99a4e 2021-04-10T04:14:40.633Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 13f13db5-1ace-42b2-8664-383520b52315 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-10T04:14:40.633Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:14:40.633Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:40.930Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:14:40.931Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 13f13db5-1ace-42b2-8664-383520b52315 12 2021-04-10T04:14:40.931Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:40.931Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:40.931Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:14:40.931Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:40.933Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:40.933Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028080931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:14:41.034Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 23 ms 2021-04-10T04:14:41.035Z||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-04-10T04:14:41.035Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:41.045Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:41.046Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:41.299Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:14:41.300Z||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-04-10T04:14:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:41.316Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:41.317Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.317Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "aai-ml", "timestamp": 1618027900092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.317Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.317Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.317Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027901894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-k8s-id", "timestamp": 1618027901890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027902200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "aai-ml", "timestamp": 1618027900092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-k8s-id", "timestamp": 1618027903106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027903114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.318Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618027903203, "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-04-10T04:14:41.324Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb735b3f-1932-46d7-8c0e-d4a778ac3390 2021-04-10T04:14:41.324Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb735b3f-1932-46d7-8c0e-d4a778ac3390 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-04-10T04:14:41.333Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.333Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "aai-ml", "timestamp": 1618027900092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.333Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.334Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.334Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027904120, "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-04-10T04:14:41.338Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb735b3f-1932-46d7-8c0e-d4a778ac3390 2021-04-10T04:14:41.338Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb735b3f-1932-46d7-8c0e-d4a778ac3390 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-04-10T04:14:41.347Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.347Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-k8s-id", "timestamp": 1618027904159, "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-04-10T04:14:41.352Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb735b3f-1932-46d7-8c0e-d4a778ac3390 2021-04-10T04:14:41.352Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb735b3f-1932-46d7-8c0e-d4a778ac3390 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-04-10T04:14:41.359Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.359Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "aai-ml", "timestamp": 1618027900092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.359Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.359Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.360Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-starlingx-id", "timestamp": 1618027905126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:14:41.360Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:14:41.360Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.360Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "multicloud-k8s-id", "timestamp": 1618027905162, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:14:41.360Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:14:41.360Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.360Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "aai-ml", "timestamp": 1618027900092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.360Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.360Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.360Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "aai-ml", "timestamp": 1618027900092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.360Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.360Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.361Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "clamp", "timestamp": 1618027906370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.361Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.361Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.361Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "aai-ml", "timestamp": 1618027900092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:14:41.361Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.361Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.361Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "clamp", "timestamp": 1618027906370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:14:41.361Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.361Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.362Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "aai-ml", "timestamp": 1618027908956, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:14:41.362Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:14:41.362Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.362Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "clamp", "timestamp": 1618027906370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.362Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.362Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.362Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "clamp", "timestamp": 1618027906370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.362Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.362Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.362Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "clamp", "timestamp": 1618027906370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.362Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.362Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.362Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "clamp", "timestamp": 1618027906370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.362Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.363Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.363Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "clamp", "timestamp": 1618027906370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.363Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.363Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.363Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "clamp", "timestamp": 1618027906370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:14:41.363Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.363Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.363Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "aai-ml", "timestamp": 1618027917424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:14:41.363Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:14:41.363Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.363Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "aai-ml", "timestamp": 1618027918429, "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-04-10T04:14:41.368Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eb735b3f-1932-46d7-8c0e-d4a778ac3390 2021-04-10T04:14:41.368Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb735b3f-1932-46d7-8c0e-d4a778ac3390 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-04-10T04:14:41.376Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.377Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "clamp", "timestamp": 1618027925678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:14:41.377Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:14:41.377Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.377Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "clamp", "timestamp": 1618027928090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:14:41.377Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:14:41.377Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.377Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "clamp", "timestamp": 1618027929093, "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-04-10T04:14:41.382Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eb735b3f-1932-46d7-8c0e-d4a778ac3390 2021-04-10T04:14:41.382Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb735b3f-1932-46d7-8c0e-d4a778ac3390 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-04-10T04:14:41.390Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.390Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdd97f1-cac4-4bf1-a6b3-0a359ce227b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027951565, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-10T04:14:41.391Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:14:41.391Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.391Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.391Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.391Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.391Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:14:41.391Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.391Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.391Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-10T04:14:41.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-10T04:14:41.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:14:41.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027838219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:14:41.393Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-10T04:14:41.393Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-10T04:14:41.393Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027960635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:14:41.393Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:14:42.012Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 413d06e8-465d-49e6-9b24-56c245703e39 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-10T04:14:42.012Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:14:42.012Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:42.298Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:14:42.299Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 413d06e8-465d-49e6-9b24-56c245703e39 2688 2021-04-10T04:14:42.299Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:42.300Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:42.300Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:14:42.300Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:42.302Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:42.302Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028082299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-10T04:14:42.403Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2021-04-10T04:14:42.404Z||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-04-10T04:14:42.404Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:42.418Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:42.419Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-04-10T04:14:43.312Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 79b5dda4-8e9a-44a6-b3be-53c7c612c68b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-10T04:14:43.312Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:14:43.313Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:43.491Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:14:43.492Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 79b5dda4-8e9a-44a6-b3be-53c7c612c68b 828 2021-04-10T04:14:43.492Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:43.492Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:43.492Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:14:43.492Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:43.494Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:43.494Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028083492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:14:43.595Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-10T04:14:43.596Z||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-04-10T04:14:43.596Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:43.604Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:43.616Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:44.495Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "39d8b32b-186c-4955-a596-1181205ac82e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "57d07912-6aa6-49ee-8254-4586f7f02b8f", "vfModuleModelCustomizationUUID": "4dd890cf-cbf0-4775-80d5-f6f5009f3eb8", "isBase": true, "artifacts": [ "413d06e8-465d-49e6-9b24-56c245703e39", "f7d2d952-5cc4-4090-9c71-b77fdc6dfa95", "3a4b5700-45cb-4cee-9601-09e4fda0e8a5" ], "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-04-10T04:14:44.500Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:57d07912-6aa6-49ee-8254-4586f7f02b8f VfModuleModelInvariantUUID:39d8b32b-186c-4955-a596-1181205ac82e VfModuleModelDescription:NULL Artifacts UUID List:{ 413d06e8-465d-49e6-9b24-56c245703e39 , f7d2d952-5cc4-4090-9c71-b77fdc6dfa95 , 3a4b5700-45cb-4cee-9601-09e4fda0e8a5 } 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-04-10T04:14:44.504Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "39d8b32b-186c-4955-a596-1181205ac82e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "57d07912-6aa6-49ee-8254-4586f7f02b8f", "vfModuleModelCustomizationUUID": "4dd890cf-cbf0-4775-80d5-f6f5009f3eb8", "isBase": true, "artifacts": [ "413d06e8-465d-49e6-9b24-56c245703e39", "f7d2d952-5cc4-4090-9c71-b77fdc6dfa95", "3a4b5700-45cb-4cee-9601-09e4fda0e8a5" ], "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-04-10T04:14:44.505Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:57d07912-6aa6-49ee-8254-4586f7f02b8f VfModuleModelInvariantUUID:39d8b32b-186c-4955-a596-1181205ac82e VfModuleModelDescription:NULL Artifacts UUID List:{ 413d06e8-465d-49e6-9b24-56c245703e39 , f7d2d952-5cc4-4090-9c71-b77fdc6dfa95 , 3a4b5700-45cb-4cee-9601-09e4fda0e8a5 } 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-04-10T04:14:44.505Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: f7d2d952-5cc4-4090-9c71-b77fdc6dfa95 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-10T04:14:44.511Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:14:44.511Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:44.722Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:14:44.723Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f7d2d952-5cc4-4090-9c71-b77fdc6dfa95 1164 2021-04-10T04:14:44.723Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:44.723Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:44.723Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:14:44.723Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:44.725Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:44.725Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028084723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:14:44.826Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:44.827Z||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-04-10T04:14:44.828Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:44.836Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:44.837Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:45.726Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 3a4b5700-45cb-4cee-9601-09e4fda0e8a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-10T04:14:45.726Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:14:45.727Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:45.911Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:14:45.912Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3a4b5700-45cb-4cee-9601-09e4fda0e8a5 200 2021-04-10T04:14:45.912Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:45.912Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:45.912Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:14:45.912Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:45.914Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:45.914Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028085912, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:14:46.014Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 3 ms 2021-04-10T04:14:46.015Z||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-04-10T04:14:46.016Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:46.028Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:46.029Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:47.012Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Preparing to deploy Service: 9be74e36-e69d-4e22-8c34-610337f6f116 2021-04-10T04:14:47.012Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 56559d6f-9a62-4a37-8ae1-76b10ab99a4e ASDC 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=? 2021-04-10T04:14:47.017Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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 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 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-04-10T04:14:47.025Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:47.025Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:47.025Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Processing vnf with UUID: 19594f8e-2b26-4052-ab66-29a671066876 2021-04-10T04:14:47.025Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Will get resource from SDC using resource id: 19594f8e-2b26-4052-ab66-29a671066876 2021-04-10T04:14:47.026Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel to get resource 2021-04-10T04:14:47.027Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel 2021-04-10T04:14:47.027Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel|INFO|500||Invoke 2021-04-10T04:14:47.027Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel|DEBUG|500||===========================request begin================================================ 2021-04-10T04:14:47.028Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel 2021-04-10T04:14:47.028Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel|DEBUG|500||Method : GET 2021-04-10T04:14:47.028Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/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:"6cb99cf5-c9a6-4e46-b052-892caead3c3f", X-RequestID:"6cb99cf5-c9a6-4e46-b052-892caead3c3f", X-TransactionID:"6cb99cf5-c9a6-4e46-b052-892caead3c3f", X-ECOMP-RequestID:"6cb99cf5-c9a6-4e46-b052-892caead3c3f", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"62abe7b5-c111-4237-b8b8-a75b53b1c17d"] 2021-04-10T04:14:47.028Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel|DEBUG|500||Request body: 2021-04-10T04:14:47.028Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel|DEBUG|500||==========================request end================================================ 2021-04-10T04:14:47.289Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel|DEBUG|500||============================response begin========================================== 2021-04-10T04:14:47.290Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel|DEBUG|500||Status code : 200 OK 2021-04-10T04:14:47.290Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel|DEBUG|500||Status text : OK 2021-04-10T04:14:47.290Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-BasicCnf-csar.csar"", Content-MD5:"MzNlYTRlNTcxMGQwNjMxOWU3MDBlNjczNjk3NzM1YzE=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"6cb99cf5-c9a6-4e46-b052-892caead3c3f", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-04-10T04:14:47.303Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel|DEBUG|500||Response body: PKA!�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPKA!�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��r1�7\47��΍��p\�9��ˍ�§�OO�j�[�� �}�H�qґ��A:��mHМ3������N���zx�&�A�ԍ�ZP� A�u�� 7�����_M} ] �&!��]p\�Z�7�,5�1+YH�"?�,��9 �� e�rҜ��w$�.P�zGt�}Qd u��>C�r��/I4�������=e�&��P���Tˏ�ƪ4Է�H� �z0H!�u�i��PA��j�u�%:�dQ�*��;���� �q����y��m6.�'�� ��i���/���VAC���68\�W8���PT!l '�ut���48��ə�5�9�-X�T���QHR��'�k�s/~fD �d �+��������d�X��^����TFNp���\R��p.LͧU�%���t�й��$��M��%lܹh��U�δ�C����`܎ݻ�KmH�;Ra�C}V ��|׎f�7N��1� 7/?�de���%��L�=��M}:PN�2#��L^�=Ձ !� Sq��+;�|�?d^U��aڏOr~#'���嵡 �U�4$s\�h_���D�����t����T'���4٭�����⽪���J�2&��W���u��y}U��c���(�h�>�}/p𣢇(�I&���[Cu�ϵ��[��.��v�vk{�|�� �q�p����6��%����� �Z��v@�\�h�fd��[����}*M�J��ð��<�9n��������B�����,g���Ha��Wq�5^_D3��`��@W������ɉ��ϥ�=+n���9?�n޺��o7>2�fײ�\��cn�� � ~k����A6�� A��ڡ����>Zo|'���@�a�ꤞ�.��ӐFI,P Iq2�p&XW���y7Q9��cW_�d�4.O���M��i������g�+MEk|���4�9��ݢF�*�$��PCFM����8qJ=�H�;���x%�vD/>�\U�D9 �ЧI�m������v���ֱ�2�hM�9,1�a�u� �J��|c� ����#J���5�r� W���}��;�_�Oڋ-ۈ��v������~�kD�\�L2�ؕr��'�HMzZ�����M�S�.�e�zq�V��|�ٖ��1���1+e�*6�}�ъ�%�m����$������%�O��ޣ�U� ʜ��+⧊�]���f�}13�x�������I�M�,>A�w����_Cb��y�"T�Ft�Ԏ���tF�`W3�15�W�CO�Qo�����h�����#f�����yn���xdh^W��U�w�Hn�*�F��"Z�. >~+�4s� �Ж�duϢz��V�J�Ê:�X�{b5�u'� PK��7�� }6PKA!�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^PKA!�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�PŎ���M�EMŦ��B���M,%jIʁ��wDI���7ѠƇ���<~�2R3���%7\�:=��x�!�fi^T�#-D���U�����!������0feGa`p<0X�}��Yq�W< ����—, (����W�+VԄͣK Vi���5��`������Ik�E����G+�ǞF+*�d��Y��ِp�w*کm��� NW#��AF�A^ha9 &�����ך8� ��z"鱿�t�G����00zVt���K�1�=�p��1s9��6VJ��"��w ^G��ȼ؀��Z�S�0PL����c�Q �_�F��� +ݢ��3�_�� �� ��}���-���%7�f�Ix�<��.�/5���\��1�ˡa����Y�8� W�'�3x�W��9�&��",��z��� ��Jz���PK�u �>KPKA!�R,Definitions/resource-Novaserver-template.yml�WKs#5��W�p���^���,*$��PԔF걵��Ic���tK3�8q� )N$�I�_�;�z�3 �2*(k|6��c�B|�4dK^�l� �J\���G�)3�Nq.��L�/޾}�Eo�N|��w����á ߊ� �Tb���/d�x4*z�<��ཁ2? ��� /a̮�߁ChH���SU� o�r���8s�5��͕ 5~�\̔"�(�g����$�|B $�?� �ĖU�+�-��,V{d�a�d�j��HE�D��9D�[���JZ���d|Ε�^�{S�)��e�ȽF�tЭ�T�Ε�1(x�� K,� Ly想f��J�!��HR��j��Mn0��a �uK��i�>�1�aYa?L�[�Sd���Si���d �C9W�P;J7���N�#�n̮�No�W�T\_?{���ֆ��.���3��0;��.s@mo�a�Z����2&F��H�/K��T����w�+�+�m��ҥ7�tL���j�w�a�:[or%J�\Y���-�a��ؐ�v�:��H�f+���m�I��W�6��y!�)*3�?缟Z+����J�Y�l9ޭ�i�F����O��� ܺb�T&��_Q�F��Ί���{4%r�y! �$C�#"�������k��L�e��8�iG��0E`��:�nU��AV���3*E�5��ۨ�����b��c7�+(���]�;cU`W��pqyv����af�W�7�bOI�������]۟�5/��� �k�ǻ뫕�X�X!�T�>�!�AmJgĭd���M��[BՕm�b2��_�KGB%�ᦫ�9֚�����ز.#�����������6�_V ��������W�� �n��!���i�R1� 0�DM͗i���`�+:�~4N�� �n��7Ok�3,�x�`��1��Wњ2�@��@{��`ںn�U��A�7�杁O;ys�eH6�c"v��.GK�{�l��/+c�>A�q m�x�/ Uҟn��-Oi�8�;�1�7�[f^̠�����*�4�t= ��#0�H�,ʷ��^Yĭ����*��?:��|���K��'�]�~�[��g��|�����͈z[��QYZ� ����͛���������6�|�:��?��Z{�g�֒�-�D�c�]g�K��E�$�v���^�P������{r��������^ �+y\�h,��'�T��$zw�l����:�4EZ薭8^�Ă03ب|N�kX:*��+Ql�’�����5���/�����qܛs]���;��l�PX��N3�U�|�T��8PK~�E�PKA!�R8Definitions/resource-BasicCnfNodesDummycvfc-template.yml�ZKw�*��Wh�>~Ʊw���9'M{�6�������@W�4�^ =lNj�f�a^|#!��듀2*)g�}%��֎̦�␸��ĝ\EDbK��r�^qB1��~=|Z;d�g��7AK/آ��ܢ��6@[<��jI~\91{��*X��l�@��j:_��U@&��jF�-3���łz��ĸO��O��y <��g/���t�p�훣�y���K� '�w�p���(s^�A�zޗ� ^�&$�Y�il��.�I���1�W[�+H0c\�ru*m��+7j�D�$I�=b�]�}T|<)�O��SL�@��g���KƑ��J2���,��ۗ-79S��`�V�V����_�3I �BմȦ[%|��ŪV!9E��V9]66^���|wp�Ѽ>a�Y��n̅t)j��z�t�&�SN�r:�i(�%))��$�r9Ċ����҄�k'���)Y�A�<]^� iKٮ��������+�QHH�l���$L&Wx{U�%ᅡ�S�7��)ilyl,��rG��H�uJ�� qx��*!�L��b�zP �8I f�T�S��`SdU��̠�!�on��X��W�F�4rXV+��t�= 9=�����v�t$j��N�~��_�7C�'���N1��"kS�5r����b���T+<^%� �+�jb٫�U�)�C��S�(��.ax�|���`���8�LY��u��=�g���Q'tr�v��=i�w� s�"t%�u0�.�rh�� P/�7�@�t�~Ow{�b���< ]��ױ(�L��k�W���f �~��!Ƃ��(z'�IU���I�U.���l{�����uT���}�0��X?4 y����y�f�d��7t��fhu���/g�On'o�2�N�xLVh6#S�Փ[��/W����/��rv��THѿ�y��Ϧ��x���`|��b�0{h9Y�������K���r� �*z�yO\�wR�J�*��cm� �� ��6$^�@��5P�����s�8��I��Z���}|v�Q�쵮�c����r�_&��ƾ���{�������ӱ,7�Q�� ��c�h���<�pB �;�P]�������}���r����?i� @(UnyX�� ��B��kK\�� ya����O%��o����I�?~�ܙq|�9 ˷���kc���囍���T��0�^��� �~�(��Rg7�&��!K����VܦP�(�A���h{��z���sU��w8Kt�{�i^���d�d�lw�%3NS؟�B=�~��=��o��XF��DH1R���� q}�{�5��ڣ����/i�:�#�T�9�5�Jz��Z?hn\-@�%{.eԊ��&���Ti�b���e�!�b� c�&�?v/N����]]�!S�Eqh�bC��e���9!���=n>�x�i-vxF.e|��C39\� ^���K]�KЁ)B�.L�!O�o�X+���C�5�~v�6��{���cCSD}���*���;1�jߎ��%U�y?4�����κ�Cn(J~��k{���\��tU #/�m�s�1Z�Ϋ8=߫,�kl�l��O�9lUG����y�ic%8�^�@�/�=�;P�q��Ud��h�����b���j��`��������>q�?PK�c �.�*PKA!�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:[PKA!�R)Definitions/resource-Compute-template.yml�VKs�6��W�-��V�7?�N�3v�K�����1,�e~}$E��2a�s�tw?��[�z�2��42Hk|v@�i�BhT^�RaV3��e��i L����4�$3a�}w�g|!�Er�.V�*_��f�Z$�l#�/ &�vu����&b��$+\�%�7��zEk����oh�IN2_�Ob*��}��r�]�[9�)�R���x?}���� �F��m9_��Q,ο��N�Q7�Α��z5#vZ|:K���HK��(2��V������Q��9+Y.��2�wP��i���r�):���j�j%���J��<�:3Ɔ��57��l�g���-@G�v3�*��Y��`wֆ������ ��`q��s�>�b۳/�;h���WΡ�O�X �ۛ�������^v`J����I�G���_S�Jt�`�OK�I��m)Ք�&{$n���t#ͱn)Lyza������<�[�č�|B/�v������؎z$���"�)�'��[K�6�b��r�RX4�fw_�����CH�y�W��x"��5��k�<���v�N��h�9:�6�����[?��W�F'������۽-�#������o��T:�e����?b�=�?��k<�]R��{1mRdt����U�n�zĢ����t�w&��`x��a~I;^�>�(Z� (KYf>X�v�*��(��)_�@O =�c���ivI=ܷ����k��@[��?��gPK���� PKA!�R?Definitions/resource-BasiccnfComputeNodesHeatDummy-template.yml���n�0����� 2 ��T��h��-:؇�%_�m�x�.I�FMw��?���.h$vʪ�� ͈>Сfq��2��f����#H�PSv�������jVޥEZ]�wY��s�\D�'չ<e.$^2����);A�U��xJ�SvI����d*dyW�eN��5� A�{�q�L?D��I �!r93I��K�O.2�C�V#�iѳ��{���S��, ����f�H�����#iC� "���������sE��i�����e:f<=~�P��i0-R���@3v>������y��uJS����h2����Y�|=�J�&�ȭ��5, U���|�n�S��ٽ�J���M����5�-u#/��l�ޡ�W�z�ͼv�6B>v����v�ϧ�����e�yg���\�n� =�[�����PK���0�PPKA!�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��PKA!�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�'}8PKA!�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?��@ @PKA!�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&PKA!�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�����PKA!�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� PKA!�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~(PKA!�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�PKA!�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&��PKA!�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@�>��PKA!�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�PKA!�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU�I�0C�R�J(� �J��Fʤ$���n��~�l���P�����>ޅ�4�Z��TmLPE�ژWE+���o�������KQ� ����3v�Z�G3t��4jzP1�3h׏z���A�ҙcE�2�5�-wK~�� �PK�v���PKA!�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���� � PKA!�R�R�B4E csar.metaPKA!�R�|���kTOSCA-Metadata/TOSCA.metaPKA!�R��7�� }6*<Definitions/resource-BasicCnf-template.ymlPKA!�R��A52^46 Definitions/resource-BasicCnf-template-interface.ymlPKA!�R�u �>K/�Definitions/resource-Globalcompute-template.ymlPKA!�R~�E�,hDefinitions/resource-Novaserver-template.ymlPKA!�R�c �.�*8�Definitions/resource-BasicCnfNodesDummycvfc-template.ymlPKA!�RMp�Qs:[Bq$Definitions/resource-BasicCnfNodesDummycvfc-template-interface.ymlPKA!�R���� )T+Definitions/resource-Compute-template.ymlPKA!�R���0�P?K/Definitions/resource-BasiccnfComputeNodesHeatDummy-template.ymlPKA!�R+�@j5��U1Definitions/data.ymlPKA!�R�'}8gDefinitions/groups.ymlPKA!�R0?��@ @�mDefinitions/policies.ymlPKA!�R���C&HzDefinitions/annotations.ymlPKA!�R������|Definitions/relationships.ymlPKA!�R 2ea� ƒDefinitions/artifacts.ymlPKA!�R�H�v~( �Definitions/capabilities.ymlPKA!�R8��͑Definitions/interfaces.ymlPKA!�R��--6v�ƖDefinitions/nodes.ymlPKA!�R&��?6�Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txtPKA!�RI@�>��)��Artifacts/Deployment/HEAT/base_dummy.yamlPKA!�R,�P{y�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKA!�R�v���4f�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKA!�R���� � VV�Artifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgzPK_� 2021-04-10T04:14:47.305Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel|DEBUG|500||=======================response end================================================= 2021-04-10T04:14:47.305Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/19594f8e-2b26-4052-ab66-29a671066876/toscaModel|INFO|500||InvokeReturn 2021-04-10T04:14:47.308Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-04-10T04:14:47.308Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||VF Category is: Generic 2021-04-10T04:14:47.308Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||VFCustomizationUUID= c3df9c48-c427-4486-8868-06c71ad6b0c6 2021-04-10T04:14:47.308Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3df9c48-c427-4486-8868-06c71ad6b0c6 matches Tosca VF Customization UUID: c3df9c48-c427-4486-8868-06c71ad6b0c6 2021-04-10T04:14:47.308Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||vfCustomizationUUID: c3df9c48-c427-4486-8868-06c71ad6b0c6 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-04-10T04:14:47.311Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:47.311Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:47.312Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||resource request for resource customization id c3df9c48-c427-4486-8868-06c71ad6b0c6: {\"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-04-10T04:14:47.312Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@161903da 2021-04-10T04:14:47.312Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:47.312Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-10T04:14:47.312Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4dd890cf-cbf0-4775-80d5-f6f5009f3eb8 2021-04-10T04:14:47.313Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4dd890cf-cbf0-4775-80d5-f6f5009f3eb8 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_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-10T04:14:47.315Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:47.315Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-10T04:14:47.315Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:14:47.315Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:47.315Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-10T04:14:47.315Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:14:47.315Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:47.316Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-10T04:14:47.316Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-10T04:14:47.316Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3454f519-c99c-4665-b824-8a550912ba8c 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-04-10T04:14:47.318Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:47.318Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-10T04:14:47.318Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:14:47.318Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:47.318Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-10T04:14:47.318Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c3df9c48-c427-4486-8868-06c71ad6b0c6 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-04-10T04:14:47.320Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:47.320Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:47.320Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9be74e36-e69d-4e22-8c34-610337f6f116: basic_cnf 2021-04-10T04:14:47.321Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:47.321Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:47.321Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:47.321Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:47.321Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:47.321Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:47.321Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:47.322Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:47.322Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:14:47.322Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:14:47.322Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_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, 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-04-10T04:14:47.378Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 56559d6f-9a62-4a37-8ae1-76b10ab99a4e 1 ASDC deployResourceStructure 2021-04-10T04:14:47.379Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:47.379Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:47.379Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-10T04:14:47.379Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:47.381Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:47.381Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028087378, "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-04-10T04:14:47.481Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:47.482Z||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-04-10T04:14:47.482Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:47.492Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:47.492Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:48.383Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:48.383Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:48.383Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-10T04:14:48.384Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:48.386Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:48.386Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028088383, "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-04-10T04:14:48.487Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-10T04:14:48.488Z||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-04-10T04:14:48.488Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:48.500Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:48.501Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:49.388Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:49.388Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:49.388Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:14:49.388Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:49.390Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:49.390Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028089388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:14:49.491Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:49.491Z||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-04-10T04:14:49.492Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:49.500Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:49.500Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:50.391Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:50.393Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:50.393Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:14:50.393Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:50.396Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:50.396Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028090391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-10T04:14:50.496Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:50.497Z||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-04-10T04:14:50.497Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:50.507Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:50.507Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:51.397Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:51.398Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||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-04-10T04:14:51.398Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:14:51.398Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:51.399Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:51.400Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028091397, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-10T04:14:51.500Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:51.501Z||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-04-10T04:14:51.501Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:51.510Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:51.510Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:52.401Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-10T04:14:52.401Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-10T04:14:52.401Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:14:52.401Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:14:52.403Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:14:52.403Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028092400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:14:52.503Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:14:52.504Z||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-04-10T04:14:52.504Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:14:52.517Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:14:52.517Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:14:53.404Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6cb99cf5-c9a6-4e46-b052-892caead3c3f 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-04-10T04:14:53.415Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6cb99cf5-c9a6-4e46-b052-892caead3c3f 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-04-10T04:14:53.419Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:14:53.419Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-10T04:14:53.419Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-10T04:14:53.419Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-10T04:14:53.419Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:14:53.420Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:14:53.420Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:14:53.420Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:14:53.420Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:14:53.420Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:14:53.420Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|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-04-10T04:14:53.425Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-10T04:15:23.426Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6cb99cf5-c9a6-4e46-b052-892caead3c3f 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-04-10T04:15:23.433Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6cb99cf5-c9a6-4e46-b052-892caead3c3f and serviceModelVersionId: 9be74e36-e69d-4e22-8c34-610337f6f116 2021-04-10T04:15:23.434Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e32bbd89-d1eb-457a-ba3e-6397b0513ef9 2021-04-10T04:15:23.435Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e32bbd89-d1eb-457a-ba3e-6397b0513ef9/model-vers/model-ver/9be74e36-e69d-4e22-8c34-610337f6f116?depth=0 2021-04-10T04:15:23.516Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-10T04:15:23.561Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/e32bbd89-d1eb-457a-ba3e-6397b0513ef9/model-vers/model-ver/9be74e36-e69d-4e22-8c34-610337f6f116?depth=0|INFO|500||Invoke 2021-04-10T04:15:23.561Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/e32bbd89-d1eb-457a-ba3e-6397b0513ef9/model-vers/model-ver/9be74e36-e69d-4e22-8c34-610337f6f116?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/e32bbd89-d1eb-457a-ba3e-6397b0513ef9/model-vers/model-ver/9be74e36-e69d-4e22-8c34-610337f6f116?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6cb99cf5-c9a6-4e46-b052-892caead3c3f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae853de5-054b-4ecd-963f-f3d97612f1dd], X-ECOMP-RequestID=[6cb99cf5-c9a6-4e46-b052-892caead3c3f], X-TransactionId=[], X-ONAP-RequestID=[6cb99cf5-c9a6-4e46-b052-892caead3c3f], Content-Type=[application/merge-patch+json]} 2021-04-10T04:15:23.579Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/e32bbd89-d1eb-457a-ba3e-6397b0513ef9/model-vers/model-ver/9be74e36-e69d-4e22-8c34-610337f6f116?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-10T04:15:23.724Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/e32bbd89-d1eb-457a-ba3e-6397b0513ef9/model-vers/model-ver/9be74e36-e69d-4e22-8c34-610337f6f116?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/e32bbd89-d1eb-457a-ba3e-6397b0513ef9/model-vers/model-ver/9be74e36-e69d-4e22-8c34-610337f6f116?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210410-04:15:23:596-15925], vertex-id=[286792], Content-Length=[0], Date=[Sat, 10 Apr 2021 04:15:23 GMT], Content-Type=[application/json]} 2021-04-10T04:15:23.725Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/e32bbd89-d1eb-457a-ba3e-6397b0513ef9/model-vers/model-ver/9be74e36-e69d-4e22-8c34-610337f6f116?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-10T04:15:23.725Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/e32bbd89-d1eb-457a-ba3e-6397b0513ef9/model-vers/model-ver/9be74e36-e69d-4e22-8c34-610337f6f116?depth=0|INFO|500||InvokeReturn 2021-04-10T04:15:23.726Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-10T04:15:23.726Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|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-04-10T04:15:23.730Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|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-04-10T04:15:23.730Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6cb99cf5-c9a6-4e46-b052-892caead3c3f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-10T04:15:23.730Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-10T04:15:23.731Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:23.733Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:23.733Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028123730, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-10T04:15:23.834Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:15:23.834Z||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-04-10T04:15:23.834Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:23.853Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:23.853Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 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-04-10T04:15:24.745Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||received message from topic 2021-04-10T04:15:24.745Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb735b3f-1932-46d7-8c0e-d4a778ac3390","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ae899df8-baf6-4868-8842-3d84350a6d59","serviceDescription":"service","serviceInvariantUUID":"37fc1f25-4a51-4d1b-8b3b-c32c4e2a839f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"58a8d998-d092-460c-a525-88068b956f53","resourceInvariantUUID":"1f87a0aa-e095-4c15-aade-38d06ed533d2","resourceCustomizationUUID":"15d8f3bc-26c4-4a55-8692-81a7394e1507","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":"MzBhNzUzODM0M2ZjMGYxYWIxODZmODZiN2ZiZjlmMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"769ddb08-31c4-4c24-9273-e8fc87d7eff1","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":"ODQzMjU0ZDVlY2FjZGE1N2YwNWEzOWE1ODk3NDM5MWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf5ae09e-8fd4-4f3f-8883-2736e80181d7","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":"3b8de986-38c0-40d9-92bf-109b55a32bf1","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":"31c2dd5d-36d6-4594-8444-890bb5c6656d","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":"00cb2da2-7204-43ae-96b9-86c1ac16a54d","artifactVersion":"2","generatedFromUUID":"3b8de986-38c0-40d9-92bf-109b55a32bf1"},{"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":"ZjNlZTRiZTE4MTBkM2E2MTU4MDM1NDNlOTRlYTBiNGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2dce82fb-e69e-4759-8516-10cd2830d632","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":"OTA3MDM2NDY2ZmE5YzdhNTA1YTA5ZGJiMzMyY2M2YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b1ad137-17f7-4e36-9896-37d2897a8bd5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWNlOThhMmE5Zjc4YTFiY2VjNmM0YzM1ZGYyY2JjMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd7abc7e-da4e-4f32-9c14-ad5a2fadada1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-10T04:15:24.746Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:15:24.746Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:24.748Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:24.811Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:15:24.849Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 37 ms 2021-04-10T04:15:24.849Z||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-04-10T04:15:24.850Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:24.858Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:24.859Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:15:25.812Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:15:25.813Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:25.815Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:25.815Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:15:25.923Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:15:25.924Z||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-04-10T04:15:25.924Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:25.933Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:25.933Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:15:26.815Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:15:26.816Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:26.818Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:26.818Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-10T04:15:26.919Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-10T04:15:26.919Z||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-04-10T04:15:26.920Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:26.930Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:26.930Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:15:27.819Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:15:27.820Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:27.822Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:27.823Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:15:27.922Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-10T04:15:27.923Z||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-04-10T04:15:27.924Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:27.934Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:27.934Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:15:28.824Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:15:28.824Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:28.827Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:28.827Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-10T04:15:28.927Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:15:28.928Z||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-04-10T04:15:28.928Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:28.938Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:28.938Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-10T04:15:29.828Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:15:29.829Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:29.831Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:29.831Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-10T04:15:29.931Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:15:29.932Z||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-04-10T04:15:29.932Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:29.943Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:29.943Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:15:30.832Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:15:30.833Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:30.835Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:30.835Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:15:30.935Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:15:30.936Z||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-04-10T04:15:30.936Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:30.945Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:30.946Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:15:31.835Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-10T04:15:31.836Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:31.838Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:31.838Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:15:31.939Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-10T04:15:31.939Z||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-04-10T04:15:31.940Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:31.952Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:31.952Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:15:32.840Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "ae899df8-baf6-4868-8842-3d84350a6d59", "serviceDescription": "service", "serviceInvariantUUID": "37fc1f25-4a51-4d1b-8b3b-c32c4e2a839f", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "15d8f3bc-26c4-4a55-8692-81a7394e1507", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "58a8d998-d092-460c-a525-88068b956f53", "resourceInvariantUUID": "1f87a0aa-e095-4c15-aade-38d06ed533d2", "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": "ODQzMjU0ZDVlY2FjZGE1N2YwNWEzOWE1ODk3NDM5MWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cf5ae09e-8fd4-4f3f-8883-2736e80181d7", "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": "3b8de986-38c0-40d9-92bf-109b55a32bf1", "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": "00cb2da2-7204-43ae-96b9-86c1ac16a54d", "generatedFromUUID": "3b8de986-38c0-40d9-92bf-109b55a32bf1" }, "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": "00cb2da2-7204-43ae-96b9-86c1ac16a54d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWNlOThhMmE5Zjc4YTFiY2VjNmM0YzM1ZGYyY2JjMmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dd7abc7e-da4e-4f32-9c14-ad5a2fadada1" } ], "workloadContext": "Production" } 2021-04-10T04:15:32.840Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-10T04:15:32.840Z|6cb99cf5-c9a6-4e46-b052-892caead3c3f|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ae899df8-baf6-4868-8842-3d84350a6d59 ASDC 2021-04-10T04:15:32.840Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:eb735b3f-1932-46d7-8c0e-d4a778ac3390 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:ae899df8-baf6-4868-8842-3d84350a6d59 ServiceInvariantUUID:37fc1f25-4a51-4d1b-8b3b-c32c4e2a839f 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:dd7abc7e-da4e-4f32-9c14-ad5a2fadada1 ArtifactChecksum:NWNlOThhMmE5Zjc4YTFiY2VjNmM0YzM1ZGYyY2JjMmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:15d8f3bc-26c4-4a55-8692-81a7394e1507 ResourceInvariantUUID:1f87a0aa-e095-4c15-aade-38d06ed533d2 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:58a8d998-d092-460c-a525-88068b956f53 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:cf5ae09e-8fd4-4f3f-8883-2736e80181d7 ArtifactChecksum:ODQzMjU0ZDVlY2FjZGE1N2YwNWEzOWE1ODk3NDM5MWY= 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:3b8de986-38c0-40d9-92bf-109b55a32bf1 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:00cb2da2-7204-43ae-96b9-86c1ac16a54d 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:00cb2da2-7204-43ae-96b9-86c1ac16a54d ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-10T04:15:32.841Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae899df8-baf6-4868-8842-3d84350a6d59 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-04-10T04:15:33.110Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T04:15:33.112Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:15:33.112Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:15:33.112Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: dd7abc7e-da4e-4f32-9c14-ad5a2fadada1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-10T04:15:33.112Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:15:33.112Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-10T04:15:34.563Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:15:34.568Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar dd7abc7e-da4e-4f32-9c14-ad5a2fadada1 77527 2021-04-10T04:15:34.568Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-04-10T04:15:34.568Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-10T04:15:34.568Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:15:34.568Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:34.613Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:34.613Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028134568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:15:34.713Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:15:34.714Z||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-04-10T04:15:34.714Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:34.722Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:34.723Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-10T04:15:35.614Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-10T04:15:35.615Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||MSO config path is: /app 2021-04-10T04:15:35.615Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||Trying to write artifact UUID: dd7abc7e-da4e-4f32-9c14-ad5a2fadada1, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-10T04:15:35.616Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-04-10T04:15:35.616Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-10T04:15:35.616Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-10T04:15:35.874Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15984898980660496021/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-04-10T04:15:36.881Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-10T04:15:36.881Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|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-BasicVmMacro-csar.csar 2021-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|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-BasicVmMacro-csar.csar 2021-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|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-BasicVmMacro-csar.csar 2021-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|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-BasicVmMacro-csar.csar 2021-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|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-BasicVmMacro-csar.csar 2021-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||WARN|500||#################################################################################################### 2021-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-10T04:15:36.882Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-10T04:15:36.883Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T04:15:36.883Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:36.883Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:36.883Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-10T04:15:36.883Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-10T04:15:36.883Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-10T04:15:36.883Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:36.883Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:36.883Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:36.884Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-10T04:15:36.884Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-10T04:15:36.884Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-10T04:15:36.884Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-10T04:15:36.884Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-10T04:15:36.884Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-10T04:15:36.884Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:36.884Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-10T04:15:36.884Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:36.884Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-10T04:15:36.884Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:15:36.885Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:36.885Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-10T04:15:36.885Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:15:36.885Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:36.885Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-10T04:15:36.885Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:15:36.885Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:36.885Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-10T04:15:36.885Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-10T04:15:36.885Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-10T04:15:36.885Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=045cf16e-d5e5-450f-812a-c3b54503754b 2021-04-10T04:15:36.885Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:36.886Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:36.886Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:36.886Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:36.886Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:36.886Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:36.886Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:36.886Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:36.886Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:ae899df8-baf6-4868-8842-3d84350a6d59 Model Version:NULL Model InvariantUuid:37fc1f25-4a51-4d1b-8b3b-c32c4e2a839f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:40453cbc-31c6-4e4b-ad3d-a5ae19d035d4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1f87a0aa-e095-4c15-aade-38d06ed533d2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:15d8f3bc-26c4-4a55-8692-81a7394e1507 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:70c85034-517e-4189-a149-1bda2fd55ffb ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:f9a47894-5e90-423b-87cb-d164933037b4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:045cf16e-d5e5-450f-812a-c3b54503754b ModelInvariantUuid:daa2cbb4-7d03-4882-8154-1e6647da83f0 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:da30e67f-d39b-4701-b67f-c7299520ec52 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:194bf58c-8997-4428-b1e0-54480a69fd0d ModelInvariantUuid:4d3a168d-3ba2-4630-aa85-6357fa9a5cb7 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:7c2b67eb-1bb5-4c96-9323-981f23abf247 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-04-10T04:15:36.894Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 58a8d998-d092-460c-a525-88068b956f53 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-04-10T04:15:36.897Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||basic_vm_macro 0 2021-04-10T04:15:36.898Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 58a8d998-d092-460c-a525-88068b956f53 2021-04-10T04:15:36.898Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: cf5ae09e-8fd4-4f3f-8883-2736e80181d7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-10T04:15:36.898Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:15:36.898Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:38.558Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:15:38.559Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json cf5ae09e-8fd4-4f3f-8883-2736e80181d7 792 2021-04-10T04:15:38.559Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:38.559Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:38.559Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:15:38.559Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:38.561Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:38.561Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028138559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:15:38.661Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:15:38.662Z||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-04-10T04:15:38.662Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:38.675Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:38.675Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:15:39.562Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "70c85034-517e-4189-a149-1bda2fd55ffb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f9a47894-5e90-423b-87cb-d164933037b4", "vfModuleModelCustomizationUUID": "68e9bc66-c124-43c7-8ec3-dd7a5088f0a0", "isBase": true, "artifacts": [ "3b8de986-38c0-40d9-92bf-109b55a32bf1", "00cb2da2-7204-43ae-96b9-86c1ac16a54d" ], "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-04-10T04:15:39.566Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f9a47894-5e90-423b-87cb-d164933037b4 VfModuleModelInvariantUUID:70c85034-517e-4189-a149-1bda2fd55ffb VfModuleModelDescription:NULL Artifacts UUID List:{ 3b8de986-38c0-40d9-92bf-109b55a32bf1 , 00cb2da2-7204-43ae-96b9-86c1ac16a54d } 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-04-10T04:15:39.569Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "70c85034-517e-4189-a149-1bda2fd55ffb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f9a47894-5e90-423b-87cb-d164933037b4", "vfModuleModelCustomizationUUID": "68e9bc66-c124-43c7-8ec3-dd7a5088f0a0", "isBase": true, "artifacts": [ "3b8de986-38c0-40d9-92bf-109b55a32bf1", "00cb2da2-7204-43ae-96b9-86c1ac16a54d" ], "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-04-10T04:15:39.569Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f9a47894-5e90-423b-87cb-d164933037b4 VfModuleModelInvariantUUID:70c85034-517e-4189-a149-1bda2fd55ffb VfModuleModelDescription:NULL Artifacts UUID List:{ 3b8de986-38c0-40d9-92bf-109b55a32bf1 , 00cb2da2-7204-43ae-96b9-86c1ac16a54d } 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-04-10T04:15:39.569Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 3b8de986-38c0-40d9-92bf-109b55a32bf1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-10T04:15:39.569Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:15:39.570Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:40.391Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:15:40.392Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3b8de986-38c0-40d9-92bf-109b55a32bf1 5033 2021-04-10T04:15:40.392Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:40.392Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:40.392Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:15:40.393Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:40.395Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:40.395Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028140392, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:15:40.495Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:15:40.496Z||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-04-10T04:15:40.496Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:40.505Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:40.506Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:15:40.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.76.80 2021-04-10T04:15:41.299Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:15:41.300Z||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-04-10T04:15:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:41.317Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:41.318Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:15:41.318Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027963187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:15:41.319Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:15:41.319Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:15:41.319Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027964463, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:15:41.319Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:15:41.319Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:15:41.319Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027965815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:15:41.320Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:15:41.320Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:15:41.320Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027967312, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:15:41.320Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:15:41.320Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:15:41.320Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027968316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-10T04:15:41.320Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:15:41.320Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:15:41.320Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027969320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-10T04:15:41.320Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:15:41.320Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-10T04:15:41.320Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618027970323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:15:41.321Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:15:41.395Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 00cb2da2-7204-43ae-96b9-86c1ac16a54d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-10T04:15:41.396Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - download 2021-04-10T04:15:41.396Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:41.590Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-10T04:15:41.590Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 00cb2da2-7204-43ae-96b9-86c1ac16a54d 903 2021-04-10T04:15:41.590Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:41.590Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:41.590Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-10T04:15:41.591Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:41.592Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:41.592Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028141590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:15:41.692Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms 2021-04-10T04:15:41.693Z||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-04-10T04:15:41.693Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:41.702Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:41.703Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:15:42.611Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Preparing to deploy Service: ae899df8-baf6-4868-8842-3d84350a6d59 2021-04-10T04:15:42.612Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 58a8d998-d092-460c-a525-88068b956f53 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-04-10T04:15:42.624Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:42.625Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:42.625Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Processing vnf with UUID: 40453cbc-31c6-4e4b-ad3d-a5ae19d035d4 2021-04-10T04:15:42.625Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Will get resource from SDC using resource id: 40453cbc-31c6-4e4b-ad3d-a5ae19d035d4 2021-04-10T04:15:42.712Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel to get resource 2021-04-10T04:15:42.714Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel 2021-04-10T04:15:42.715Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel|INFO|500||Invoke 2021-04-10T04:15:42.715Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel|DEBUG|500||===========================request begin================================================ 2021-04-10T04:15:42.715Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel 2021-04-10T04:15:42.716Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel|DEBUG|500||Method : GET 2021-04-10T04:15:42.716Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/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:"eb735b3f-1932-46d7-8c0e-d4a778ac3390", X-RequestID:"eb735b3f-1932-46d7-8c0e-d4a778ac3390", X-TransactionID:"eb735b3f-1932-46d7-8c0e-d4a778ac3390", X-ECOMP-RequestID:"eb735b3f-1932-46d7-8c0e-d4a778ac3390", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"05e32143-9f35-401b-afc2-08ef3085b8fd"] 2021-04-10T04:15:42.716Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel|DEBUG|500||Request body: 2021-04-10T04:15:42.716Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel|DEBUG|500||==========================request end================================================ 2021-04-10T04:15:42.906Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel|DEBUG|500||============================response begin========================================== 2021-04-10T04:15:42.906Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel|DEBUG|500||Status code : 200 OK 2021-04-10T04:15:42.906Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel|DEBUG|500||Status text : OK 2021-04-10T04:15:42.907Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-BasicVmMacro-csar.csar"", Content-MD5:"ZTdiNDdmY2Q0MTkxZDc0OTc4ZjE3ZGY1ZDFiZDgwYWI=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"eb735b3f-1932-46d7-8c0e-d4a778ac3390", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-04-10T04:15:42.915Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel|DEBUG|500||Response body: PK8!�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPK8!�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��ڊ��PK8!�R.Definitions/resource-BasicVmMacro-template.yml�Ys�������~w:rXm��;s'i�q�4� #�p�������Wb3��u_�l::�����5� ����+k���?�LM���X�@�T8��d�"��O c�k��.N�N�N !��,Q�$!�@�"v��$�'X1�Ȋ���8m D,�"(A�Ɉ$$`Z��Q�oh��R,�yF��<� "A��H�qq�_ x�x�c�+��ghd����L�j�����/�2"����[lb�v����2}� l.BKń��ϟ�/��?�&S>U��I(D��e�I�V��L�5�B�0�>A�� ��Mm��`  ��s�"T<�L��ih%��Xm� b�y��p&W�(P�Q`��t�᢬ � ~�.#��$[��)Ӿ�Z���64�_K0��(DFq���V=���<;_��Na%���p^=T�̵Ygs�rà�v2�(;~8 <Ǟ_�8{�@s�|5���Sji��ԑ)4�^�a�57�⥎b�?cd�Ь��mZ��H��f��c�m��!��'�_�M��\�s���HȯŦ�~4]�8����FIG�d@�L�m�+���s)�Gh��ah�L���sC%q'�ٰ�R.��?c�����8e �q=gm �u�\-f� ��_C���ѡ�� ���*���a��ZF�ͱucz�_i/,ʧ:��v #[WH�"�(K�dL�TY��D��R�*3�[���Q�Q� F��E��3��%&��7�Օm�,�h ���k@�C[˫�#&�"=L{ IێWY���=;���Y?�p 3Ξ�ñ1 ��dq�D+L�iJ��k38dk ���@�*�~¥�������"��?χ̌�N���s�?���nf'txy3����X�ݐ�.~�~����Ն�y ����;| n6��/�%=No�����t?�y�n�q*x� ߼�}l��w�u������R�#?}\MnN��+�u�����ɳv��2^�$S��������la����㞞���o�����W�b���d��|a����p�=��w��XX��1>�ug���m�^��%ކ����Ջ|q?_>��^Lt�p.�P�� w>���X�y�k6�>�C��Y�<�,��Ǣ�/��Y���������ױ�_�nd�f�~#�f(}���~P�׳�����68�x�of����k�%�~>>���+:oc�}�&_�կ�� �$���! �z�z�1�^�*)�b�H�����'qF�86���$�x��p�I���[���P�>I��aԆC�ԩt�qO?&"G��װh�]t���b��^Pj�F�>����l� &�l ���V�;G�����t�@�H��3���|v�dLv�Ck��8�c��e��=�eG��i����A CaUpX70��nP�7��sRX��|�Y��&]);I��qP�XPՑ# �lh�@a���0���㭺��>�]7�(�v!7�-l����S������O.b4�D=YI��G&d�v?98+Q����b��"F��9����CU��Qr,�� �|�)���MSU�4m2xy ±Tm��m"�p*�Z��t�DNTy 44Ձ8��y ��4����4U�3-��2>��A�R��D���D@*�/h�EX}2��[�������_�Ҫ[qi3��� �ը�a"m& ]�4�L5�F��!6߮��/� ݱ�D����?��7����=F�M��!Vh�,w�b�]�m�\ŤV��������P���BV�� a99��㠇u���a#I�#6E��x�^Fg�c��& �0��khV?ƉW��-0�X�d��#��j�Aɜ��q��D�/��#�O��J!�TF;�z��B�O����?q ��e�����M��� ��u v�!���&����Ny0�$px<'N�-��':@��q�r@�j^�%�Ś�XQ�tn���D�� KMP%�0�D�[X��l �K�mi�E$�€VBQ�}��� �s�7��;:)r}��z;u��+=�:���[�'�pa�*Z)�f�x�Ĕ�9.�o9[D�]YC3$K�G���TCJ��GO梎�����,��+u�EdT�V�E�_��1S��0��:5�@��Il�S��*��b� �������"{[�,�����Ĝ�d|�F7b/�RN��Q m[^)�a���g�+e�cf�o����>��B��/�� �����y�4��M�,*��?�lZ�񅙝�T� ��+˼V���Wg�[��2&�h���6���@m+�����H���D.|�����*����O����;�<��zJr�w�`��]Zᠤ�6��ν�W��H�Z��O,M����b#W�,��s�ya�i:Z\�-�y��QC���>�#Q��9N�W����} ��aך��5;j����FLv���rQ�]�b6�!�R���U��,{6njB�4�%��U��i�R�' [۷vH��D��UD�i��5�J�l�&��?.M ��~�ҚrYnOP�e i�@�t��ȹ�����?�[�W��V%y*N� ����c0���T�� ��)ÍQ4��&2����6��Tc~:A!����ʪ���.k��f�������h�<���pQU�¦�f� /�t ®�l�g$��msӡ��?Ǎ�zL����h�dA�%1/�+~������ V]�>ۿl%��r�5�70�F�:Q)j{Q.�4��ocԆ�ȴ���Ʃ��Ya]�hevx��*�j�("�¸�Ӿ��{�;7��D'֍jW��lw��v�m"�ȶ���ƪ�Ծ�]ᝋj�odz�6g�h�si��>f���nW�x�P��1܇z:O��î����z�����B��(M������;̨�L�ۘJ��lXt�bᙦžuj�ָ��O�vY�Xv��Fp�~��uv�H���66>�(W���� ��.b��#�^Ut�"Cy���`����;����n�y�����q���k�Y�ѣoa��5����<�w����ϐ�_Ju4�� Z�C�}Ů$Q@�^D�7n{OE=Y�x�s+���5�>�:if`��n3��˖VV��E��q8��'�?~��O�]�s� �g�����V���>��!+�/����>�x@��ϔ��7��;���&e?�;̶�a��V[A��)����p��{�lg��׹gxh� �˻�w�@�KI�/[��P2��+[�x��M+P3����)�,���a+PO��>G*3����hJu��A)P3�nn�0P~ ,�}��L��L�u���Z���@�u�?��Z_�'[@�\N�ο=��UP��.-��HR%�}j��Z(~ 4�d�����t2���呂��r���Լ= �_�?PK�8կ��VPK8!�R8Definitions/resource-BasicVmMacro-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]��}�����i��)���<�%،�ɾP�M��EyU�*3I��I4��i�21���K����S���͜_oQG�~.�Q��*E�p;�R�)]{���lA�iP���nUn-)�8�B�\ҁaχ���R,b3a�̐'BE%XGC�z�b�f�Y�t@��0 � L��j��I� ��9\A��a��Y�ZnyM6Pc�q��Bnd6��n�Nf�<5x�^��]�V�jآ=W$��0 U8Z �����n4s��m�=#�)@��\eF0TL�������4� !�S � ���s&�L�'̹�)�3P�Ѝ�϶G9j��?�RkjW-6��z�S���a�V���k>�-��^�Mf�e���b��O[�/��u\����x`:Ծm��w���ڵ��sq���ݴ_z'O���٠b�r��u�d2UY�ʼz��\�i:����E��{T�@�?|.�谤�Ѩuv�?���/ʸ���gwn���r_��Kוn�Tx���uz��>����V���c�0>�=��Z�3;:+Q:����̽D��i�G?�Z]s�Ǥ|?k�v꽟z�b|<�釠�螎�F�M� � �]�6i�������*������~>R{\j�ǧ��uPk����k\2�ο��'�)�����C���Lk����"d�r�~*_�ֆ��'�O�v�k��@�p5�vr0vMݸ}������Ũ\:�? U���_@/��:�W��������D����N��9{��S�19�>�7�J��.�ԅ�lT�|9�TJ���r�̻��� ~��|��G����?Ԯ�#��f����8�m����m�o���$�B>�K(y��&,1�څCsX��p�����kg�V3'�l;�\K�V Δ���V{�>�f������'���j�y9��.D�����H't[i*��/r G� +�=��#�(NN�!�F��C["��z�ҐC�8��Vs[Ĵ�� H���4��;�M>�}HBJ~�`vcFԌ��&2�.�,� �n�xG��W�xt��� ��ȫ��P� w���`n�&�L�C<:~;�>Q��rQ'0fd���}�x !�9���!�y��ĭfp\A֢8��H��s.�Eक़r$��x � QU�REkNʇ��Z�v�Uo�eS` M�s)%�����q�̪Kt� (�qg˃K��V�-������)K��d�z�@����3�'�4��\u��'����1�����E�7vnB�3�]�s(�/-��O������O$W(P�ֈ; ��Dңid�r3U�D��C��l�[_��0�6�px�]^{����kH偣�f�!�m�$���m��I] ,o�d�S$�hZ�� pp1��a�߭��UĒ/t_�b\�����_��{�����'���Z;X��gc+hw�6��w�R…�v 1���&����� I�<��ң]fI̩�� MB�LhG��*@x`�2���""���#���v߫))s�lx����lueO�Y�zjdpⱚMO{@M �TA��d���2��0��e����D�Mlȥ([����e�7O �HlK���ΕE���W�7G����]�p!�ol�����2@�\���ĚE�jki#h#W"ۀ�dW�7�$)#r 핥�3aQq�ߘ4[V3�ٍ�x�M����b� �x���!{����J1�H���"K�w��1��d��~�gR��{�lN�?��5�*0y�������|�U�U`x�D�>��I�E�b��w��i�J0����㥾�j�Js�_:�<� �8?c9L\�C�:�)ព����%�g��d�zKDе�7���+�ޕ0����2��0Ũ#U��$��1+VmK�O���6�����빨N����BO>��5�h'+8��c{�\̩�H�,{����零�n� ��˛���3��ջ�2�Ӵh�||9U���ِeP��S�&R&��g@5H??�yǛ���;})!,�f}�!�\ʩ�~�MYB�ߛS� �Ɲp��%[=�Vұl�y�r�.� ���w%l���|�����[�7�$����=���G����1��k��_����A��7��|芓ّ���pS����V���� �b.����E F �N�%�d���h|"�Tb�OT`(6���{�*�0ҫ��qקk 4�X�PK���� h�PK8!�R.Definitions/resource-Extneutroncp-template.yml�VKs7 ��W�ԴmdG~�M���fYml_:�.+q�%7$W�&��^���Jv"i���@�#��Ӗ�$�\(�V6Y���� *+�Rb�f�LN�ӓ˘c� �P+fS��a:���j��u68�d����b4��O����*�g��aN�j�3��j���|0J�g����y~���.�;2V����ͰrF��9 3�܈���K���/�p��B�0�B9H�Ep��I �-��͜N�Bȍ.ȗ���r�p��:��Q�'��ҍx��I�/p+�@�,� Z]���2mb������O�o/��D��i4��S6|����PΪ"E���� �_g�(RY�w�\HrѺ���5�w�2��F�Y�R!���&}ycjP����(�l�����j۪�4�RK�wB��Ƅ)�]�o�C٤��6�H�T&��2jS�2Z�E}��.�g�/z��p`�ϥ@i(�٤�$T��"��p�K%f��ef�5�Fu�-P$[P�B}�m&����u �0����92���BΤœ��JpL� ���Ø�C0���)����H_�M�DŽ�e�3�j���C����`�1��_�a����'b�2"�b��]TRX�:�q����$|߼�Ρq�Q�ރ*Iݒ:d� U9 Q@�uf�X�Ăm`�����́h��EM�q�hN��P�9^)�C_[��=],Ebj�� �B�r��&�D��9m$VI÷�}��AX��ux���0J�!�8�g�P\V�豠�����Q�;����1ɜ>��.rB��R�9uT�&P׮TB����jO4��d<����m�pw�y��Ę�~��"��Z��at��/��$r�D������n7a��j���}��4�.�$ ������?�>�x�$�A8A��tn7i��GJh��lj>x�ӲMD�x;E�!#��nfR�~q�#��밬*!�8L��2:S����q�����$�uۑ!���������}�ߵGdh v]��I��wx�_>��ْ��w1�G��(wƝ����^�p��~���{�Mn'��R)��n��!�����bڏ�]n�����7<_���o����m���bB>�E�dz�U:U��r�VG���鏼� PK�PtVN� PK8!�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�PŎ���M�EMŦ��B���M,%jIʁ��wDI���7ѠƇ���<~�2R3���%7\�:=��x�!�fi^T�#-D���U�����!������0feGa`p<0X�}��Yq�W< ����—, (����W�+VԄͣK Vi���5��`������Ik�E����G+�ǞF+*�d��Y��ِp�w*کm��� NW#��AF�A^ha9 &�����ך8� ��z"鱿�t�G����00zVt���K�1�=�p��1s9��6VJ��"��w ^G��ȼ؀��Z�S�0PL����c�Q �_�F��� +ݢ��3�_�� �� ��}���-���%7�f�Ix�<��.�/5���\��1�ˡa����Y�8� W�'�3x�W��9�&��",��z��� ��Jz���PK�u �>KPK8!�R,Definitions/resource-Novaserver-template.yml�WKs#5��W�p���^���,*$��PԔF걵��Ic���tK3�8q� )N$�I�_�;�z�3 �2*(k|6��c�B|�4dK^�l� �J\���G�)3�Nq.��L�/޾}�Eo�N|��w����á ߊ� �Tb���/d�x4*z�<��ཁ2? ��� /a̮�߁ChH���SU� o�r���8s�5��͕ 5~�\̔"�(�g����$�|B $�?� �ĖU�+�-��,V{d�a�d�j��HE�D��9D�[���JZ���d|Ε�^�{S�)��e�ȽF�tЭ�T�Ε�1(x�� K,� Ly想f��J�!��HR��j��Mn0��a �uK��i�>�1�aYa?L�[�Sd���Si���d �C9W�P;J7���N�#�n̮�No�W�T\_?{���ֆ��.���3��0;��.s@mo�a�Z����2&F��H�/K��T����w�+�+�m��ҥ7�tL���j�w�a�:[or%J�\Y���-�a��ؐ�v�:��H�f+���m�I��W�6��y!�)*3�?缟Z+����J�Y�l9ޭ�i�F����O��� ܺb�T&��_Q�F��Ί���{4%r�y! �$C�#"�������k��L�e��8�iG��0E`��:�nU��AV���3*E�5��ۨ�����b��c7�+(���]�;cU`W��pqyv����af�W�7�bOI�������]۟�5/��� �k�ǻ뫕�X�X!�T�>�!�AmJgĭd���M��[BՕm�b2��_�KGB%�ᦫ�9֚�����ز.#�����������6�_V ��������W�� �n��!���i�R1� 0�DM͗i���`�+:�~4N�� �n��7Ok�3,�x�`��1��Wњ2�@��@{��`ںn�U��A�7�杁O;ys�eH6�c"v��.GK�{�l��/+c�>A�q m�x�/ Uҟn��-Oi�8�;�1�7�[f^̠�����*�4�t= ��#0�H�,ʷ��^Yĭ����*��?:��|���K��'�]�~�[��g��|�����͈z[��QYZ� ����͛���������6�|�:��?��Z{�g�֒�-�D�c�]g�K��E�$�v���^�P������{r��������^ �+y\�h,��'�T��$zw�l����:�4EZ薭8^�Ă03ب|N�kX:*��+Ql�’�����5���/�����qܛs]���;��l�PX��N3�U�|�T��8PK~�E�PK8!�R?Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.yml��r�8��_����T:��o�3���q9������ �%AŞ��O�x�^�*e�F���  6q���n$ƙ� �q�Ѭ+q��#�+�=ce��|B��)���478�������ך���2M�����V[��n��m|�8K�*o�d�w��9�H�/W�d_���xܮ��ڮap�}r��8q-��>���M��3 h�^ޞ FB���h� �/����{�Ts-M���D HBᯬ� �����}ا����”����Z��$v�Ij��7fBclQh�I��E�H`�qAoI.p����=��&��Z,?�����}�~�p��4��B٪���`���{��6�-D��~ G�t=�mq�^ ���3�xv#a��Q >�a*��[��(�\�1e�V �A�/?�k����z��%��-"�_������/ ���������FҜ���{��8 n�ܽ� `E�&t��V�[�Z ����{��B��Ll���]P<������&�V[�f��϶�6��x��,�3߇g��Ġ���Yw�u�𬘸�mŲ�x�0��`i��^��5W�0���Q�P�  j�ͤް��qOi�}ˇ2u��ԣ���m��2�KP�����Zs���#�D%� l�n`E1�����ob����gr-L� ma�� �_��z&>.!K�0>-�*c��U�b��c>�}1�M������0����(���ޏ�'����9�����U�3|Ɖ������ƪ��*��-�|�$i(h� W";��pW�g���76��>��������ald��(���p-R�QN6-��d���&/�{) _V�V f��C�ΔS$���X���8�d~��}�T-�$ ui�6|���1#\!�@-�� ����L`�P�z9hI�^f���0(y�Z �O��{��Ā# ���T�]�٘�C�잞 |Ʈ���ס�6���=ؾ̍k_X,������M ���lwI��b��x T��[r�\@ ��]+��昞��n�����c���t C�r^�6��e�z�bH� �:�A����R�k�f�b`��j�f�ȷbk���FK���qa3�dT�T}��![�P�"���#]��_���I�0 ����~�kA������3g�����������5.�������c-�񓼾�t���a����o%���c�[�`q�H�#c���a����j�"�$���s���봲u������F����,Ƈ-�m�{��2�l����nOL�2�-ҭ�7� :V�z�Mg�� V���w�΢�~u�Mg{���x�#]_��"K������+�*Y���O�����y�)�V�0G������=�[d������"1(/(���5s���(Y����4�1���4��F�V�(�hW�y�%����R�" 5Hx�F�,<�R���ǻ�|��Gm�Z�?|�%l�z�С�pL� ��$Lq\k_?6��=>�=���4#x�Fh���hX^MSE�c��ѻ�����7�w�I�@�Qj����K ډl�����������Gv6��p�� �p�'��E�l��<��+� ]�*�&����b�ü�J4�$3A��Hܿ'�F�"�� �r�5�Hy�b֜$4��1�8�F��3X�l]�xW��,̒�6A�����)\'O ������VU#���8��ҙ���B��!�u.+�#9W���lE��\��������Z+Of|�A�y�:���Yv��!��¢��k� ,g�b���|�WP*���{�����9g#gV�9sC�; !NB�? _�"!��D�\���;�s������3R �x�%h�Y��1��D�H�\?����^:K��6)j��_a�W � �����I�T�̃��$�F��U�בd� ���y��/�\���ItKg��6���NGGguD;{�<��Z�/� 6Y [Kr@��H7�@���ۭ�57�����NtmW�Yo6�`���L ���u�9`������D�d��d��g��|��wV7�e���6��b^bâ������@��hN����[=���WqOC���;�����A��;�R�oŠ*�l����F1rx�KV�d.�4��Y�XbTyj1i��;3v�&�Z0Ē���kD����,��-�r17?���!���]sM���ǜ�7P��@v f��x��V� Yе�=��T��|cIh���c���,������I{9-���]%��V���ac��Ie�/͑��B#\�5.`e|@���O�z�d�_ts���r]������˲g��X��,*�$�O�7�1S�7/�]���T��p�n���x1��!0�8J�U���%Ul�$�K4Mi����? 6��F���Ļ�C�)y�"�! �~?�ӨyQ x����+��7�w���G�)���\,`����yA]�X S�ju$��:*u�VinPyK�H^�VkR�Tdե".����H`˱�t�&{8�JI:a� 3Ob���A��jp5�d-C�x=�R��z�1=�����0$�|���$�;���z��%�è���}�O1A�[�ޛ|� �;ݨN�Z��U��%�*ǖ�����5�3��*.������P��:CT1�ݜ(R�s`2�g����3{�6 �I�$ѡ�z.��Ko���$b =���(���&��չFE�N��2d�+���4Y���Rl=�|a� �U�Ҷ;��"�`��o������OҀ�cD���E�su��D���$�i|U徇Obž��H�Vx7��,Х��;e�} S'$��B$�����_EL�)��uv�>��CH5��T�M>��������w��ol$���XF��W�H��}��!��wB��i0S���x���C���(��ȝ�˻����#��rGZ��e&���dŭ�Q���]����Fb�P*�s$��3����[9����-J_#�y�5����PK�t�AM �OPK8!�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�O��Z�cgq߀�����W!Ql* �����%<r��Ի�RhJ�I���D�c8�HXfpr������M�Uno��1=a&��=�7�8�1G� &�VW��)欧<��Ǭ۱��+�='朘ڢ�z z6��FɇU{0���w���Ӯ�u�[�v��7�2�:����%u�Ë?��=�;��� \�~"�$�<��/PK���χYPK8!�R(Definitions/resource-Extcp2-template.yml�T���0��+��m ��r�&Q��f�*�KU!c�UcSc����B����2��f�y3¨���a�%7\�:;��m��i������BJ��Y8+�F Ig\���D����:�{�P0E^��^��Ͻ%-B/"t��Ø�di�:q���i����P��)����ʂ�͓b(�M���vw7��+m�t恴T�(��eZ���’nn����=OIEr.�z��1�K5 �^��W���G����Cz�R�ӿ>y�z �R���X5�[�6&T��ʮ�������ϑ��P�ZݲY涝�#��Rv �w��>��]���ݬ�Z+���^�r��dW�ǧkސ�(m�FIo_� Ň����v�YؙβΌ�b�>�?��Ҷ=k�#��c��I�k��q3��u}sRQ㯆kd��AD��?PK�)��PK8!�R&Definitions/resource-Port-template.yml�SMo�0 ��W���� ����m��0`K���ՠe:*K�$�ȿ���m�=�ȏ��O"���TH-�4ڥ{�� �6�dY)JX�4L�YIs����ޣ���v��&��ղX^���"�ÂO�( ��� � �0欎E�2�Qp.hī�2X��up�G�9EEњ�KJ��X�?99ae�[{TYr��evR�����=�sFH�� #�J��ڔU� P�a���Ɩ���*rs����������~�&+c��N� s��l�p�m�� z"������=|{l�����)B�������|���19�M]f�jgg3n ?�Kf��GizPH�2-0?���M��K� ��V�Iō�R�xO�����gYM��@O�YSOY҇+��xSr�z jm|�;f����\6=ް�y��k˼��N!���)O k�d�}0�����/�ʚ����y���+�a��R�����'P�r4��f��V��>⠚Ã��'[���R�����G�?%a,��[-ވI�;I�5o�N���E�Ȥ��ĩ������Q+�Q����������W�0��d��q��b�)�<�ϐ9]�q�{4�k%���X�͕>i�Im,�PKvs(]ePK8!�R)Definitions/resource-Compute-template.yml�VKs�6��W�-��V�7?�N�3v�K�����1,�e~}$E��2a�s�tw?��[�z�2��42Hk|v@�i�BhT^�RaV3��e��i L����4�$3a�}w�g|!�Er�.V�*_��f�Z$�l#�/ &�vu����&b��$+\�%�7��zEk����oh�IN2_�Ob*��}��r�]�[9�)�R���x?}���� �F��m9_��Q,ο��N�Q7�Α��z5#vZ|:K���HK��(2��V������Q��9+Y.��2�wP��i���r�):���j�j%���J��<�:3Ɔ��57��l�g���-@G�v3�*��Y��`wֆ������ ��`q��s�>�b۳/�;h���WΡ�O�X �ۛ�������^v`J����I�G���_S�Jt�`�OK�I��m)Ք�&{$n���t#ͱn)Lyza������<�[�č�|B/�v������؎z$���"�)�'��[K�6�b��r�RX4�fw_�����CH�y�W��x"��5��k�<���v�N��h�9:�6�����[?��W�F'������۽-�#������o��T:�e����?b�=�?��k<�]R��{1mRdt����U�n�zĢ����t�w&��`x��a~I;^�>�(Z� (KYf>X�v�*��(��)_�@O =�c���ivI=ܷ����k��@[��?��gPK���� PK8!�R,Definitions/resource-Globalport-template.yml�WKs�6��W���@�v\��i�X�/��&$��\��.��EK���D3rf����bm�f4� �.�֠4~̉qG�gy ��fi0�'QC�'�p���Sa���d<=��]�f������$�~�F�D4�g�a�OhU)��O�7�M���xD�p��O��d<����PY� ���T�4��ʠ(�ύK�r�ф�ĩ�T&�����7+�I�N*.�hNC�b��}�f69���OF $Rm0P��La+^��(�lT��#�H�9��\ܒ���ӭ�;H�j 3�G��)M�tnd��B@o>� 옾��xD���x��8���R<���5���:���U��P�*H�����=��A��(Y��JIu�˔�g!kY�B������ꈝ�-6h*�*�e��a2��B��~ ��$�7�r��a'���YE��J�-�EH�0U�"�7&�Sp��\�k�\�F�ˆG��ctE�oI��D� J �?�q��1j�M�� 2�F�c��mhՠt��u�V��a�$��Y1xW�]�X(1��/=?��� �ʹD.E{"��1Mu� ����Ej��Xe& a��Y�����(���`}��7�KB����Ԛ'b? �y!|\P1epa��� "�@��$yL�BtȊ������uwO����m�s�v��A$vTㄎj�>�wwa�L��N�x���^^չ���GL`�jn�[�J��($�ʒ|AU�WQ�c.Z &R`h�=S�І0�JL��h0D���HXn��h��4���3�K�>|^��F�w7��z���� ���1���)�<"R�/�`�ep�  �G���YMN���䱽24��\�[��)�F���=ϸ��޻��#.V�%�T��Ke-܎��a-G�`i�*����sC�I�έ6��[���m(�{���-��{�u��q��a��ׇ���F�����Q�'���n����]l{oI3zwb�3���-ؤ����f`9^A������-Jv�;�N{��[�- �H�w�1�5P��xr�A>$V'����@&G,�z�v���f_7Foҍ�y�#��{0����z��D>��wX�Z��Gj�5��=�85�kc>��q�7��oퟒ�PKˑ��k�PK8!�RFDefinitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.yml��O��0����� ! �vW�z�=�J�hl��%�A�Aʷ��6t�����<��7D$4-vʪ�� ͈>�G��T ���;��M�1����1eG� l�\�=�lߖ�W�6+پ*w��U����R�� e!�#�,�����eQf�S�%���'؂��}���ռ��Kg�!"�����"���ơ��ҤW}�,���<�Fz�EϮ_��������"ޜ���+�$ia��O"D2��1��K��m���HMc��htI��}G��m�w���_#�n���1ԛ�MӤ딦���TL)$+ �K]BBi�u�<� �QÔ���W쪰�7�55+K�wZ�?�|��uq��H=���6�:㮧�R��}�|�$_�,i�mO�eO�[[ {Ķ�3���?t�n�=�%K����OPK/��dPK8!�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��PK8!�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�'}8PK8!�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?��@ @PK8!�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&PK8!�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�����PK8!�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� PK8!�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~(PK8!�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���/�tPK8!�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�PK8!�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}�PK8!�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU�� �0D��W�X[������ �B��_�/�q8g�Q�$օ�%�^o���*�9�'��J�1yJg�d.%�˪�jgg|-��B�,R�Ï(�7�1���d'�jºoɴ����X��i�{���Sc�"�9�-�S}���PK���O��PK8!�RGArtifacts/Deployment/CONTROLLER_BLUEPRINT_ARCHIVE/BASIC_VM_enriched.zip�yuXT]�7�%�9�tHJ#-��C3�04�(!�H���R*�-!! !-" ������������w��uq�u�o�����o�4U�Q�000�µ�\��ndMUt�ߏH��Z��j���~�u;@ `�[m�]T7lm�P��������܇<�%X8�����z�=[h�R2&���k�#�B�+��8%��^z~�����M1M�]`�X-5�y�l�i���H���v)��w�} ��ǽ��f '��������\ݕX¹Q� ��]�8�T��2� �ͱ��q��|�I֭u��9���Jj5)� �%{`������W��-S�]���y�7EB0�1}А�꬟����U��p-��L�%c�0��켗5�v��3sc~g$l����!n'n���q!U�W��^Q� �l2�<�z�+�V]�Ի�U� �N���N��2�����,�����B�p�Zx���oXagB��w�=���b=��J��� �O�?l��n/��m�sv��Ŕ����E��)���L��m�����l�Qj��L�K��3���mR*��z��3�#��1�;$v���S/�״i!�-�L7B�r������Jȃ#+��xqB�����eu T/��^uv�$0[�J��0�mzN.���/f�F27��!���ʟ,wç�_��y��S|D��߻X]w��<�1��.����g5�3���_ =����ct�~Ҝ�o?x��]�~�r��)Kw����h ��CK���� ��Iw�@�%H6��-ˉ!��o Z�ъB��6��<�1��|�b���JU�{j$����:Dvd��P�,r����� j��a�K�l��_�R0�,Yڎ� �����z��`�%Q:�n_Q�b��J�iR�,��Cc��+2�( 5д%��)u��R�AOSaLʙ���?e3II$� J��N ��I�D`�zV�%�t�ٲ���w����Ԍ�r�i0�tuM�C��,d�; s�5�iEU�m�N��l �����Q�U�6��<�Γ�R��shB��Xݗ �?C�}���*�Qa���ۥ7C�A݀d�yC�5���RI�/,�����FL�����>kK5 J���t�Hm֎ݨ,:� ���;�ۧ�LW�252�2�� U� �J��E�H��#��p��xw ���D��_��pl���m�]U�)��9�!��"@� � ��4�N�"P�m=y���k����!.͹�iǂ�!�HG��F�H��ҴE�D��5k]�,$�`o�W{y��KT�)U;��!�����`N��� r)�P9�W�<.&�-��.����w2��=�g�xߏw6J���J A�0[�k�`���w+�ٛ��|���K��aE3�����V��?C�ǥ���rL����q�����^�٨�=U��#o6�J� ��(�O˝LPz��ˠșDS>��h �.��7�)J����Կ�\��O���\_�p^�~x� Ss,�x���bk�6��ʅ�(�Խ �����TT�8&�d�|R��R%/5���Y��8B��]t]-|�oʥ G�O-���p�3�(��3�K���!9T�-V@��d��@@a!}j�3�(�~��wt�0������d8~��w�h֪���c|��@֔ f�B"��b�L����{ѭz�)H�k��.���xI�Eca�0k<�f.��l,��DZ)\8�a�Ԧ �À��7Atԃ�|�N�'p(�M���d�aڛ�pרb@!��<;��?W ��(�Q7#���A_�ܫ�SG�l`��0��#`&��ol��ô^ki�NI;�$��=�c��ள���[y�f�0���A�S�,��C�eekF��XQ��G��~�?C� �%����v����#-�̳W�>AC+q/y�%o#����/7�6��տ��n�(gZwԇQB�lQý��8�W�Uc�b~b�B.J�d����q��.�T<�$���F������Q)�t�Xfg�nM{���U�=M2W�1�A����}[ݒ��u,֝���*�|��I n�w����ݟD>n]I�=N�l���3QT7��é��t;�����K�=V0�9^ORXթ�v,��&����z��'�uH��l�6�{���֞Qn�/k��u0MH�e�Q5b�"��${�a�v��J�1y��A����k�Rf���Į�� ��ʱ�Y=�06uʳ���;�E�^6�"��I���#���2��@��h���uY��"�x�E�'�Z��d�r%/z)�����Ep�X���������B�O��i� o{S�g�3[KG��L�^9 :��O��"�Sѱ�Ϯ ȝ��v�"���M8� �sy!��9��q�ZN�ŏ�v���,[3~7��OZ|����Gؑ��b��D�s������Y�T�]^�#?���;U��3���&�� ��nB8M�D�jF�lR��� v�3 ��u��fX�êm�Ć��'�E;��o�a"�o<�DQ�n6kV䪏=�� �#]�2��Mq&u�37a%d[[����jM��h���X��j5�� gw9$��b�L��ܟ�yg��V�Kz��o���X�$�l��6^t�������k�h����$� �t�8;X�\���/ښ���z�E�q*q�k�k���P�$���!�_ ��f+7~��� �����k�j�9��3 ��%�C�n45O�l��{ݴϤ-�*��T��2��}���֛<?E �9����Ň3Sp��0� ���u,y�L��~|�������drq�u�·y6ղmP�c� �6֤� "yک�U��ә�-����GJg�_Si"��x5�P��!�}����P��|��!�ֶ�V�,�L�K�Ȍ�6J����܀U�}e��X6���X�����?�;� ��Y,�mU�۾2�v�;�D�?�ѫ�yqI�=d�U$N- � e���;Lۇ<|O��x�ڍ�=*�!K��1;���C6d�av�t~3r_3�g��/��GVx��Awg���U �q6���&�e�Z����ً��5de����:�,���� A��ѩێ���h$�sn�#ˀ�߿-����/ �� b[���B%��_%�D�uR��y��ޭM8体m�0gf4�+�.4Ɛ�[LJ>?V��T�����$Ғ*���;�5 ���%'����D|)� ҩr*���`�}��� ���tŚT��[�=}\O9#�d��o�m�����,uR��T��k���[څ�2��� `���i8к���|����C--�G|hI��6:��A�3��u�@�\ٽ{�T�ߙ3���w�˛��oM%y@ެ�ϬD�N�$�J> �#��,��t<9k��O���ћ~h�2' ūxr�6�V���� 1��q�Hr)�n�=��bVF!"ڋ-P��Ng�P*��XP��.��O&��mŔ�V��`�4�yď�g" !�J�/C�D��*ӏ��]N��d�Mf��� +�\iM�技�[�$��h���;��P �:�A_H1��f�{v�^�!)���S3"!���O.�,�O���.���X� �k��5�a0�38�Z�H`��c���o�����C2i�wW��P 11և��7S�x� "�ڳ ���]�U�t������#��H��B�<����R�Nv,����z��ḛJ�=G�i��H�_��?�:�X� }�����/�N1o(]�ϱP�In�P8�r�s�x�Y��-l����l?e������1�&È���x���iV�A�ȸ�#"+�y�J�Ewmގ@�PnR!�e�~�=�����S ��4�0NW���X�U���,��b8�Z� ͇k=��|L_F��!(�VA�>�R�T�W�{Hn=[N�ѦRX5�|�eZ�a��^Z� x~O2�!��7H���m�x�����P�����T�:�=5��W O��:�i�������T~�OC�.�;&6�,M+�JJx���g� ������e�p�L�@��(��͟&�p#�Y�h~yǷH=�y+���3B�g \E��}O3Q���@��<���H�z ��g��I/ ��v��@#MV�祯kZh�y��$ �`6��4�>��I�� }@ ������%PLTF�H���Eb�3��b��P�(��UVu�~U� �&bW@�D�DVh���,w4�$��X�z �nxk���F��;Z[-i&6Ζ3b7"�����ɽ�0��J��șQq�6Gk� �(�ȃ�)�b��G��޷����ڏ�=�����KӜ���O!1�o �pǯeFyN�$�A�}����8�H���}٥���qT��i>7m]e&�����[�qM��L5b_����X�ъ/��&[h��X��Fȼ0�H1�׆�V��u��m��M�̛8.��3��B��:�_�����'(�i�)�J�� �ɐR�%��[5%�f�!_NS�+v�S��E���s�#�{08Twt�.+��?Q���vd(7(+б\?m=�Vӟ�L�?���ni�O��}r�r�!�1���&��a�g�>P���/C��1�&*o��C�y�9Oο����[��h0�%������P��`u�ȟ�+���t�g��1�4����4E� ��h���}Yr/�B�R��d�q�GǬҩ�����zڷ���]��'�\���`�)�V�c'/N�:G��v�BL���7������ k�l'3��i_��=)ƔťN�w]�ujT@���N8�4}+ ��Q������f��2����l7Ŭ�R-ݒ�-G�?�GY�����l��~������2�Y.���`3�d���z��wI:��d��L� ����7X�r�s����0�t�����*��ª'�—w9u �"��^��ļ������x52 �(��.z��&�&j?��=(�Hy�@O�� �Ԝ�0g@�E�v�+�Q� ��)}!��ޕ��/[ԝ*�������2K N���w�w��Tg�%ὓ0.�{FN�]����p��`L�"������.���i��ecTZ "��9 �'σ���3�s� J���{�*>iE�����*K�9ܥs�;�)�I��� Z���j���������s7������!;4ozt�;�D}2��x3c����1`_�^ UΤ�=J/���B����Z/���a���V ���3��q���g�2���J�?F�͓Ϋ׹K�Xػu��&3��\r˯�J��Dz��>��� ݞ�f �+�=0UF�9���^�WFe��aY��z�b�8}�~Ķ����N"�e���6U��@Ύ[,�I����P�WDϪ��y��I Ηt'l���8�"�IF�k�am] �WI��L�7ͳ 3������pa6������ !��5[�&�:�ͪ���G�@�i������&��j�U�(8�(�Xi�ACT ʷ��tͲ̃Oq�c���E �iDh�>^�A������]���>�7�������\���[���z��ޞ�M�铙���9#p������p�4�CX^�`���.( /~�IDN (��'�w�������r��J����wS��E#*�����̹k��YGQ�\�%O6�������#'å�7�Q�A�W�?��.�]����?8��t#�����u��G�GQN]^"jDM�{��Fw"/L$]k�u>��۟����Zy��v��>�7����g����*�{=�Ԟ���' ;�r���}�K�&��u���aK鉩⁨���"j��p��tL�����*��Nɾ�U�Ȗ?.��PI����m �fB����z{�b��v�>P{�1K�Ws�?R��� ��v� ��QG������+. rC��c�����U<ϐ����A(Ƃ\xj��l� ��sQ�*N�������,GU`�L�t̲yh*�*��I�|�t/!o��ۦAQvt�6�Qq�Rј����MB ��>J�=��g�$t4��G�l�R";9T�\2/����r\ r(I�8Uy�}�Ӳʶ��|)��6��y_����}�7#��ٴ���u���BD"F�N��BD�y���9εO����Z�&�j��ꚥ ­-��@W��L׀ ��V��&�զ �5@z���)� v�vz�M�[��7��VGi��a����M��u�kP�طWo�\=Xq\��#�G%��&�5`f�"xs@WO�kv��v�j}}��!�猛pWs��pTd#� w5���gJ~[Zz�jr'����&�U ���{ʿ���6�!FR�E o��\��}5�_�m �`�h�W3��ȿ��Ein���M{͘��?ɔ�**��/I~���" ���� PK[�l�%PK8!�R�R�B4E csar.metaPK8!�R��ڊ��kTOSCA-Metadata/TOSCA.metaPK8!�R�8կ��V.?Definitions/resource-BasicVmMacro-template.ymlPK8!�R���� h�8~Definitions/resource-BasicVmMacro-template-interface.ymlPK8!�R�PtVN� .�Definitions/resource-Extneutroncp-template.ymlPK8!�R�u �>K/Q!Definitions/resource-Globalcompute-template.ymlPK8!�R~�E�,�%Definitions/resource-Novaserver-template.ymlPK8!�R�t�AM �O?a+Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.ymlPK8!�R|����#}I8Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template-interface.ymlPK8!�R���χY/8ADefinitions/resource-Securityrules-template.ymlPK8!�R�)��(DDefinitions/resource-Extcp2-template.ymlPK8!�Rvs(]e&�FDefinitions/resource-Port-template.ymlPK8!�R���� )AIDefinitions/resource-Compute-template.ymlPK8!�Rˑ��k�,8MDefinitions/resource-Globalport-template.ymlPK8!�R/��dF�QDefinitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.ymlPK8!�R+�@j5��TDefinitions/data.ymlPK8!�R�'}8ʼnDefinitions/groups.ymlPK8!�R0?��@ @��Definitions/policies.ymlPK8!�R���C& �Definitions/annotations.ymlPK8!�R�����{�Definitions/relationships.ymlPK8!�R 2ea� ��Definitions/artifacts.ymlPK8!�R�H�v~(ѫDefinitions/capabilities.ymlPK8!�R8����Definitions/interfaces.ymlPK8!�R5n���/�t��Definitions/nodes.ymlPK8!�R�6��D�D��Artifacts/Informational/OTHER/VSP_basic_vm_macro_VSP_Information.txtPK8!�R�ظW�,y�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPK8!�RW�P2}�<*�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK8!�R���O��4�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK8!�R[�l�%G�Artifacts/Deployment/CONTROLLER_BLUEPRINT_ARCHIVE/BASIC_VM_enriched.zipPK� u 2021-04-10T04:15:42.917Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel|DEBUG|500||=======================response end================================================= 2021-04-10T04:15:42.918Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/40453cbc-31c6-4e4b-ad3d-a5ae19d035d4/toscaModel|INFO|500||InvokeReturn 2021-04-10T04:15:42.922Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-04-10T04:15:42.922Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||VF Category is: Generic 2021-04-10T04:15:42.922Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||VFCustomizationUUID= 15d8f3bc-26c4-4a55-8692-81a7394e1507 2021-04-10T04:15:42.922Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 15d8f3bc-26c4-4a55-8692-81a7394e1507 matches Tosca VF Customization UUID: 15d8f3bc-26c4-4a55-8692-81a7394e1507 2021-04-10T04:15:42.923Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||vfCustomizationUUID: 15d8f3bc-26c4-4a55-8692-81a7394e1507 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-04-10T04:15:42.926Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:42.926Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:42.927Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||resource request for resource customization id 15d8f3bc-26c4-4a55-8692-81a7394e1507: {\"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-04-10T04:15:42.927Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1256a3e1 2021-04-10T04:15:42.927Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:42.927Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-10T04:15:42.928Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 68e9bc66-c124-43c7-8ec3-dd7a5088f0a0 2021-04-10T04:15:42.928Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 68e9bc66-c124-43c7-8ec3-dd7a5088f0a0 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_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-10T04:15:42.930Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:42.930Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-10T04:15:42.931Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:15:42.931Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:42.931Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-10T04:15:42.931Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:15:42.932Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:42.932Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-10T04:15:42.932Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-10T04:15:42.932Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-10T04:15:42.933Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=045cf16e-d5e5-450f-812a-c3b54503754b 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-04-10T04:15:42.935Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:42.935Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-10T04:15:42.936Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-10T04:15:42.936Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:42.936Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-10T04:15:42.936Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=15d8f3bc-26c4-4a55-8692-81a7394e1507 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-04-10T04:15:42.938Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:42.938Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:42.939Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500|| resourceSeq for service uuid ae899df8-baf6-4868-8842-3d84350a6d59: basic_vm_macro 2021-04-10T04:15:42.939Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:42.939Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:42.940Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:42.940Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:42.940Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:42.940Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:42.940Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:42.941Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:42.941Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-10T04:15:42.941Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-10T04:15:42.941Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_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, 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-04-10T04:15:43.077Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 58a8d998-d092-460c-a525-88068b956f53 1 ASDC deployResourceStructure 2021-04-10T04:15:43.077Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:43.078Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:43.078Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:15:43.078Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:43.079Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:43.080Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028143077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:15:43.180Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:15:43.181Z||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-04-10T04:15:43.181Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:43.194Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:43.195Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-04-10T04:15:44.081Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:44.081Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:44.082Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:15:44.082Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:44.084Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:44.084Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028144080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-10T04:15:44.184Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-10T04:15:44.185Z||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-04-10T04:15:44.185Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:44.195Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:44.195Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:15:45.086Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:45.086Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||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-04-10T04:15:45.087Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:15:45.087Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:45.090Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:45.090Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028145086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-10T04:15:45.190Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:15:45.191Z||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-04-10T04:15:45.191Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:45.201Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:45.201Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:15:46.091Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-04-10T04:15:46.092Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-10T04:15:46.092Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-10T04:15:46.092Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:15:46.095Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:15:46.095Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028146091, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:15:46.195Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:15:46.196Z||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-04-10T04:15:46.196Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:15:46.206Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:15:46.207Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-10T04:15:47.096Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb735b3f-1932-46d7-8c0e-d4a778ac3390 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-04-10T04:15:47.106Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb735b3f-1932-46d7-8c0e-d4a778ac3390 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-04-10T04:15:47.109Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-10T04:15:47.109Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-10T04:15:47.109Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-10T04:15:47.109Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-10T04:15:47.110Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:15:47.110Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:15:47.110Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:15:47.110Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:15:47.110Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:15:47.110Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-10T04:15:47.110Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|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-04-10T04:15:47.114Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-10T04:16:17.115Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb735b3f-1932-46d7-8c0e-d4a778ac3390 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-04-10T04:16:17.121Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb735b3f-1932-46d7-8c0e-d4a778ac3390 and serviceModelVersionId: ae899df8-baf6-4868-8842-3d84350a6d59 2021-04-10T04:16:17.121Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 37fc1f25-4a51-4d1b-8b3b-c32c4e2a839f 2021-04-10T04:16:17.122Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/37fc1f25-4a51-4d1b-8b3b-c32c4e2a839f/model-vers/model-ver/ae899df8-baf6-4868-8842-3d84350a6d59?depth=0 2021-04-10T04:16:17.126Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-10T04:16:17.158Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/37fc1f25-4a51-4d1b-8b3b-c32c4e2a839f/model-vers/model-ver/ae899df8-baf6-4868-8842-3d84350a6d59?depth=0|INFO|500||Invoke 2021-04-10T04:16:17.158Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/37fc1f25-4a51-4d1b-8b3b-c32c4e2a839f/model-vers/model-ver/ae899df8-baf6-4868-8842-3d84350a6d59?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/37fc1f25-4a51-4d1b-8b3b-c32c4e2a839f/model-vers/model-ver/ae899df8-baf6-4868-8842-3d84350a6d59?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb735b3f-1932-46d7-8c0e-d4a778ac3390], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c270a3a1-47ec-4600-8212-1cea2f89a9be], X-ECOMP-RequestID=[eb735b3f-1932-46d7-8c0e-d4a778ac3390], X-TransactionId=[], X-ONAP-RequestID=[eb735b3f-1932-46d7-8c0e-d4a778ac3390], Content-Type=[application/merge-patch+json]} 2021-04-10T04:16:17.174Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/37fc1f25-4a51-4d1b-8b3b-c32c4e2a839f/model-vers/model-ver/ae899df8-baf6-4868-8842-3d84350a6d59?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-10T04:16:17.724Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/37fc1f25-4a51-4d1b-8b3b-c32c4e2a839f/model-vers/model-ver/ae899df8-baf6-4868-8842-3d84350a6d59?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/37fc1f25-4a51-4d1b-8b3b-c32c4e2a839f/model-vers/model-ver/ae899df8-baf6-4868-8842-3d84350a6d59?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210410-04:16:17:191-34343], vertex-id=[249872], Content-Length=[0], Date=[Sat, 10 Apr 2021 04:16:17 GMT], Content-Type=[application/json]} 2021-04-10T04:16:17.725Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/37fc1f25-4a51-4d1b-8b3b-c32c4e2a839f/model-vers/model-ver/ae899df8-baf6-4868-8842-3d84350a6d59?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-10T04:16:17.725Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/37fc1f25-4a51-4d1b-8b3b-c32c4e2a839f/model-vers/model-ver/ae899df8-baf6-4868-8842-3d84350a6d59?depth=0|INFO|500||InvokeReturn 2021-04-10T04:16:17.726Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-10T04:16:17.726Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|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-04-10T04:16:17.730Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|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-04-10T04:16:17.730Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb735b3f-1932-46d7-8c0e-d4a778ac3390 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-10T04:16:17.730Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-10T04:16:17.730Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-10T04:16:17.813Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-10T04:16:17.813Z|eb735b3f-1932-46d7-8c0e-d4a778ac3390|pool-3-thread-8|||||DEBUG|500||try to send status { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028177730, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-10T04:16:17.913Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-10T04:16:17.914Z||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-04-10T04:16:17.914Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hu9lFoKno2CVeD8e) ... 2021-04-10T04:16:17.926Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:16:17.927Z||pool-110-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-04-10T04:16:18.828Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:16:18.828Z||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-04-10T04:16:18.828Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:16:28.368Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:16:28.369Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:16:28.370Z||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-04-10T04:16:28.370Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:16:37.911Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:16:37.912Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:16:37.912Z||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-04-10T04:16:37.912Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:16:41.299Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:16:41.300Z||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-04-10T04:16:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:16:41.319Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:16:41.320Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:16:41.320Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bde2fa61-e9c7-4a23-9dd1-e9dc90b51909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028061834, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-10T04:16:41.320Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:16:41.320Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:16:41.320Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:16:41.321Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-10T04:16:41.321Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:16:41.321Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-10T04:16:41.321Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-10T04:16:41.321Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:16:41.321Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-10T04:16:41.322Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-10T04:16:41.322Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:16:41.322Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:16:41.322Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-10T04:16:41.322Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:16:41.322Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-10T04:16:41.322Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-10T04:16:41.322Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:16:41.322Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:16:41.323Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-10T04:16:41.323Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:16:41.323Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-10T04:16:41.323Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-10T04:16:41.323Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:16:41.323Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:16:41.323Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-10T04:16:41.324Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:16:41.324Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:16:41.324Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-10T04:16:41.324Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:16:41.324Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028078464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:16:41.324Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:16:41.324Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:16:41.324Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028080931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:16:41.324Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:16:47.451Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:16:47.452Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:16:47.452Z||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-04-10T04:16:47.453Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:16:56.997Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:16:56.997Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:16:56.998Z||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-04-10T04:16:56.998Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:17:06.535Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:17:06.536Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:17:06.536Z||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-04-10T04:17:06.537Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:17:10.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.77.103 2021-04-10T04:17:16.072Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:17:16.073Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:17:16.074Z||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-04-10T04:17:16.074Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:17:25.614Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:17:25.614Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:17:25.615Z||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-04-10T04:17:25.615Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:17:35.206Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:17:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:17:41.298Z||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-04-10T04:17:41.298Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:17:41.299Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:17:41.300Z||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-04-10T04:17:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:17:41.386Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:17:41.387Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.387Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028082299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-10T04:17:41.388Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:17:41.388Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.388Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028083492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:17:41.388Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:17:41.388Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.388Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028084723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:17:41.388Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:17:41.388Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.388Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028085912, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:17:41.388Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:17:41.388Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.389Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028087378, "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-04-10T04:17:41.389Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:17:41.389Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.389Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028088383, "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-04-10T04:17:41.389Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:17:41.389Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.389Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028089388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:17:41.389Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:17:41.389Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.389Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028090391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028091397, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028092400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cb99cf5-c9a6-4e46-b052-892caead3c3f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028123730, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.390Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028062848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-10T04:17:41.391Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-10T04:17:41.392Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.392Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028134568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-10T04:17:41.392Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:17:41.392Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.392Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028138559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-10T04:17:41.392Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:17:41.392Z||pool-3-thread-5|||||DEBUG|500||received message from topic 2021-04-10T04:17:41.392Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028140392, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-10T04:17:41.392Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:17:50.903Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:17:55.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.71.18 2021-04-10T04:18:41.298Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:18:41.299Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:18:41.300Z||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-04-10T04:18:41.300Z||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-04-10T04:18:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:18:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:18:41.831Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:18:41.832Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:18:41.833Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028141590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-10T04:18:41.834Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:18:41.834Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:18:41.834Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028143077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-10T04:18:41.834Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:18:41.835Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:18:41.835Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028144080, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-10T04:18:41.911Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:18:41.911Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:18:41.911Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028145086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-10T04:18:41.911Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:18:41.912Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:18:41.912Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028146091, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-10T04:18:41.912Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:18:41.912Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-10T04:18:41.912Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb735b3f-1932-46d7-8c0e-d4a778ac3390", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618028177730, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-10T04:18:41.912Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-10T04:18:50.899Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:19:25.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.18 to 10.233.77.103 2021-04-10T04:19:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:19:41.298Z||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-04-10T04:19:41.298Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:19:41.299Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:19:41.299Z||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-04-10T04:19:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:19:50.866Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:19:50.868Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:20:40.933Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.103 to 10.233.76.80 2021-04-10T04:20:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:20:41.298Z||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-04-10T04:20:41.298Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:20:41.299Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:20:41.299Z||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-04-10T04:20:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:20:50.855Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:20:50.857Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:21:41.297Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:21:41.298Z||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-04-10T04:21:41.298Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:21:41.299Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:21:41.300Z||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-04-10T04:21:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:21:50.898Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:21:50.901Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:22:25.936Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.80 to 10.233.71.18 2021-04-10T04:22:41.298Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:22:41.298Z||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-04-10T04:22:41.298Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:22:41.299Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-10T04:22:41.300Z||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-04-10T04:22:41.300Z||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 Hu9lFoKno2CVeD8e) ... 2021-04-10T04:22:50.851Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-10T04:22:50.902Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK