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=5YHE;h{F5br:jKjsM+RnYw1y -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.5.RELEASE) 2021-04-02T02:04:27.696Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-6tzb6 with PID 14 (/app/app.jar started by so in /app) 2021-04-02T02:04:27.701Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE 2021-04-02T02:04:27.701Z||main|||||INFO|500||The following profiles are active: basic 2021-04-02T02:04:33.239Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-02T02:04:33.240Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19] 2021-04-02T02:04:33.378Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-02T02:04:34.899Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-02T02:04:35.016Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-02T02:04:35.147Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-02T02:04:35.150Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-02T02:04:36.338Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [ name: catalogDB ...] 2021-04-02T02:04:36.472Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final} 2021-04-02T02:04:36.476Z||main|||||INFO|500||HHH000206: hibernate.properties not found 2021-04-02T02:04:36.808Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final} 2021-04-02T02:04:37.244Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect 2021-04-02T02:04:40.461Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [ name: requestDB ...] 2021-04-02T02:04:40.679Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect 2021-04-02T02:04:41.813Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-02T02:04:41.829Z||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$$d32fc91.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-02T02:04:41.830Z||main|||||WARN|500||The sdc end point is not alive 2021-04-02T02:04:42.884Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context 2021-04-02T02:04:44.737Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory 2021-04-02T02:04:45.815Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-02T02:04:46.749Z||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-02T02:04:48.484Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-02T02:04:48.485Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-02T02:04:48.493Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-02T02:04:48.516Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-02T02:04:48.517Z||main|||||INFO|500||Started Application in 22.981 seconds (JVM running for 23.866) 2021-04-02T02:04:48.619Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f60e422-076b-40f4-8221-3474c2733832 url= /sdc/v1/artifactTypes 2021-04-02T02:04:48.620Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-02T02:04:48.973Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-02T02:04:48.988Z||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-02T02:04:49.010Z||scheduling-1|||||DEBUG|500||create keys 2021-04-02T02:04:49.017Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-02T02:04:49.126Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:04:49.140Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 744980b3-927f-4489-9f63-54996292f5cc url= /sdc/v1/registerForDistribution 2021-04-02T02:04:49.378Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 744980b3-927f-4489-9f63-54996292f5cc url= /sdc/v1/registerForDistribution 2021-04-02T02:04:49.378Z||scheduling-1|||||INFO|500||start DistributionClient 2021-04-02T02:04:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:04:49.386Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:04:49.475Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-04-02T02:04:49.476Z||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-02T02:04:49.476Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:04:49.476Z||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-02T02:04:49.477Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:04:59.697Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:04:59.712Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:05:18.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.73.101 2021-04-02T02:05:49.385Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:05:49.386Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:05:49.386Z||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-02T02:05:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:05:49.388Z||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-02T02:05:49.388Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:05:59.012Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:05:59.017Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:06:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11 2021-04-02T02:06:48.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.78.107 2021-04-02T02:06:49.385Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:06:49.385Z||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-02T02:06:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:06:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:06:49.387Z||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-02T02:06:49.471Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:06:59.016Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:06:59.105Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:07:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:07:49.386Z||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-02T02:07:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:07:49.386Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:07:49.386Z||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-02T02:07:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:07:59.014Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:07:59.051Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:08:49.384Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:08:49.385Z||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-02T02:08:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:08:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:08:49.387Z||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-02T02:08:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:08:59.020Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:08:59.025Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:09:48.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101 2021-04-02T02:09:49.385Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:09:49.385Z||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-02T02:09:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:09:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:09:49.386Z||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-02T02:09:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:09:59.011Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:09:59.015Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:10:33.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.78.107 2021-04-02T02:10:49.384Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:10:49.385Z||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-02T02:10:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:10:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:10:49.387Z||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-02T02:10:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:10:59.009Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:10:59.055Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:11:49.384Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:11:49.385Z||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-02T02:11:49.385Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:11:49.386Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:11:49.438Z||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-02T02:11:49.438Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:11:58.971Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:11:58.972Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:12:03.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101 2021-04-02T02:12:49.384Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:12:49.385Z||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-02T02:12:49.385Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:12:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:12:49.387Z||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-02T02:12:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:12:59.019Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:12:59.020Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:13:33.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.78.107 2021-04-02T02:13:49.385Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:13:49.386Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:13:49.386Z||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-02T02:13:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:13:49.387Z||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-02T02:13:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:13:59.013Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:13:59.013Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:14:32.635Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-02T02:14:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:14:49.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:14:49.386Z||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-02T02:14:49.386Z||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-02T02:14:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:14:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:14:58.929Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:14:58.947Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:15:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101 2021-04-02T02:15:48.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11 2021-04-02T02:15:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:15:49.385Z||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-02T02:15:49.385Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:15:49.386Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:15:49.386Z||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-02T02:15:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:15:59.009Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:15:59.013Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:16:33.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.73.101 2021-04-02T02:16:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:16:49.386Z||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-02T02:16:49.386Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:16:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:16:49.386Z||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-02T02:16:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:16:59.008Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:16:59.010Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:17:18.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11 2021-04-02T02:17:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:17:49.385Z||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-02T02:17:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:17:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:17:49.386Z||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-02T02:17:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:17:59.038Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:17:59.047Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:18:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.73.101 2021-04-02T02:18:48.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.78.107 2021-04-02T02:18:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:18:49.387Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:18:49.387Z||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-02T02:18:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:18:49.387Z||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-02T02:18:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:18:59.013Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:18:59.013Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:19:33.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101 2021-04-02T02:19:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:19:49.386Z||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-02T02:19:49.386Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:19:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:19:49.386Z||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-02T02:19:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:19:58.928Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:19:58.928Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:20:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:20:49.385Z||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-02T02:20:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:20:49.386Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:20:49.387Z||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-02T02:20:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:20:59.009Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:20:59.009Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:21:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:21:49.386Z||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-02T02:21:49.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:21:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:21:49.387Z||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-02T02:21:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:21:59.008Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:21:59.009Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:22:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:22:49.386Z||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-02T02:22:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:22:49.386Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:22:49.387Z||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-02T02:22:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:22:58.930Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:22:58.947Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:23:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:23:49.385Z||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-02T02:23:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:23:49.386Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:23:49.386Z||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-02T02:23:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:23:58.929Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:23:58.929Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:24:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:24:49.385Z||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-02T02:24:49.385Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:24:49.386Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:24:49.386Z||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-02T02:24:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:24:58.923Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:24:58.925Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:25:49.385Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:25:49.386Z||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-02T02:25:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:25:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:25:49.387Z||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-02T02:25:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:25:59.028Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:25:59.040Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:26:18.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11 2021-04-02T02:26:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:26:49.385Z||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-02T02:26:49.385Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:26:49.386Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:26:49.386Z||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-02T02:26:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:26:59.007Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:26:59.008Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:27:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.78.107 2021-04-02T02:27:48.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.71.11 2021-04-02T02:27:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:27:49.385Z||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-02T02:27:49.385Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:27:49.386Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:27:49.386Z||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-02T02:27:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:27:58.920Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:27:58.921Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:28:33.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.73.101 2021-04-02T02:28:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:28:49.385Z||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-02T02:28:49.385Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:28:49.386Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:28:49.386Z||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-02T02:28:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:28:59.007Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:28:59.007Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:29:18.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.78.107 2021-04-02T02:29:49.384Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:29:49.385Z||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-02T02:29:49.385Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:29:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:29:49.386Z||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-02T02:29:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:29:58.923Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:29:58.923Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:30:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101 2021-04-02T02:30:48.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11 2021-04-02T02:30:49.384Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:30:49.385Z||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-02T02:30:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:30:49.386Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:30:49.387Z||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-02T02:30:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:30:58.927Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:30:59.005Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:31:33.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.78.107 2021-04-02T02:31:49.385Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:31:49.386Z||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-02T02:31:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:31:49.386Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:31:49.387Z||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-02T02:31:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:31:59.006Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:31:59.049Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:32:18.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101 2021-04-02T02:32:49.384Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:32:49.385Z||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-02T02:32:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:32:49.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:32:49.387Z||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-02T02:32:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:32:58.924Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:32:58.924Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:33:49.385Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:33:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:33:49.387Z||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-02T02:33:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:33:49.387Z||pool-3-thread-10|||||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-02T02:33:49.388Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:33:59.007Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:33:59.008Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:34:49.384Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:34:49.385Z||pool-3-thread-10|||||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-02T02:34:49.385Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:34:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:34:49.386Z||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-02T02:34:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:34:53.564Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:34:53.566Z||pool-3-thread-10|||||DEBUG|500||received message from topic 2021-04-02T02:34:53.566Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b9fa7f04-c75f-4ac8-8a45-a420b8b1938a","serviceName":"vFW 2021-04-02 02-32-49","serviceVersion":"1.0","serviceUUID":"57fa69e3-c2b0-45e4-9216-81106bec6d30","serviceDescription":"catalog service description","serviceInvariantUUID":"a030a783-393b-4462-a570-bd3ec6678e30","resources":[{"resourceInstanceName":"vFW b116768a-32e6 0","resourceName":"vFW b116768a-32e6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"60e58f1a-6cc2-4c97-a3a7-a33cde884ebf","resourceInvariantUUID":"07e8efd5-3aa2-445f-9bc9-2e27fc47e5fd","resourceCustomizationUUID":"8f7e41c8-cace-4140-97ed-05757481924b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml","artifactChecksum":"YmYxZWMzNjBmOTgxOWRlOGM0ZWM4YmM5ZjFmNzFkZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15a46136-9e2e-44f3-97d8-5e371fad691c","artifactVersion":"1"},{"artifactName":"vfwb116768a32e60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json","artifactChecksum":"YTc0ZTEzMmExNzJlOTMyZjU3MzU5ZGFkYmU3NTI0ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5559e3b2-aa55-4d85-8b1b-4a2f6e80d437","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3968ca2e-4cad-41a9-a470-bf82f5df5cdc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vendor-license-model.xml","artifactChecksum":"Zjg4OTRlOTU2NmU0YjFkNmViNjdlNTNhN2YyOGRiMTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4f15f961-b2b7-47cf-a875-96c179346b77","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"10f55e5d-3371-450e-abc9-a0525da237c2","artifactVersion":"2","generatedFromUUID":"3968ca2e-4cad-41a9-a470-bf82f5df5cdc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210402023249-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-template.yml","artifactChecksum":"NGU4MDk3ZGI0ODQ4ZmI2NmRmYzRiNTJkYThhMjc2MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c2792cc-d582-4561-8cf3-72682206ff6f","artifactVersion":"1"},{"artifactName":"service-Vfw20210402023249-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar","artifactChecksum":"MDBkMzRmM2VmY2MxODZlN2JlMGRkZjkxYzkwOGU2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b653e1d-68f9-49a0-9a07-28de2efaaf13","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-02T02:34:53.573Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:34:53.580Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:34:53.587Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:34:53.587Z||pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330889384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:34:53.688Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-04-02T02:34:53.692Z||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-02T02:34:53.692Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:34:53.704Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:34:53.705Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":3,"count":1} 2021-04-02T02:34:53.817Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:34:53.818Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:34:53.818Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330889384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:34:53.837Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:34:54.592Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:34:54.593Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:34:54.594Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:34:54.594Z||pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330889384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "NOTIFIED" } 2021-04-02T02:34:54.694Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:34:54.695Z||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-02T02:34:54.696Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:34:54.706Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:34:54.706Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-02T02:34:55.595Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:34:55.596Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:34:55.597Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:34:55.598Z||pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330889384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-02T02:34:55.698Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:34:55.699Z||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-02T02:34:55.699Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:34:55.708Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:34:55.709Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:34:56.598Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:34:56.600Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:34:56.602Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:34:56.602Z||pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330889384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:34:56.702Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:34:56.703Z||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-02T02:34:56.703Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:34:56.723Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:34:56.724Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2021-04-02T02:34:57.602Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:34:57.603Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:34:57.605Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:34:57.605Z||pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330889384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-02T02:34:57.705Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:34:57.706Z||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-02T02:34:57.706Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:34:57.717Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:34:57.717Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:34:58.605Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:34:58.606Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:34:58.608Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:34:58.608Z||pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330889384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:34:58.708Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:34:58.709Z||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-02T02:34:58.709Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:34:58.719Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:34:58.719Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-02T02:34:59.609Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:34:59.609Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:34:59.611Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:34:59.611Z||pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330889384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:34:59.711Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:34:59.712Z||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-02T02:34:59.712Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:34:59.721Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:34:59.721Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:35:00.612Z||pool-3-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "serviceName": "vFW 2021-04-02 02-32-49", "serviceVersion": "1.0", "serviceUUID": "57fa69e3-c2b0-45e4-9216-81106bec6d30", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a030a783-393b-4462-a570-bd3ec6678e30", "resources": [ { "resourceInstanceName": "vFW b116768a-32e6 0", "resourceCustomizationUUID": "8f7e41c8-cace-4140-97ed-05757481924b", "resourceName": "vFW b116768a-32e6", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "60e58f1a-6cc2-4c97-a3a7-a33cde884ebf", "resourceInvariantUUID": "07e8efd5-3aa2-445f-9bc9-2e27fc47e5fd", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb116768a32e60_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "artifactChecksum": "YTc0ZTEzMmExNzJlOTMyZjU3MzU5ZGFkYmU3NTI0ZDM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5559e3b2-aa55-4d85-8b1b-4a2f6e80d437", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3968ca2e-4cad-41a9-a470-bf82f5df5cdc", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "10f55e5d-3371-450e-abc9-a0525da237c2", "generatedFromUUID": "3968ca2e-4cad-41a9-a470-bf82f5df5cdc" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "10f55e5d-3371-450e-abc9-a0525da237c2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210402023249-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "artifactChecksum": "MDBkMzRmM2VmY2MxODZlN2JlMGRkZjkxYzkwOGU2MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3b653e1d-68f9-49a0-9a07-28de2efaaf13" } ], "workloadContext": "Production" } 2021-04-02T02:35:00.613Z||pool-3-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-02T02:35:00.614Z||pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57fa69e3-c2b0-45e4-9216-81106bec6d30 ASDC 2021-04-02T02:35:00.786Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:b9fa7f04-c75f-4ac8-8a45-a420b8b1938a ServiceName:vFW 2021-04-02 02-32-49 ServiceVersion:1.0 ServiceUUID:57fa69e3-c2b0-45e4-9216-81106bec6d30 ServiceInvariantUUID:a030a783-393b-4462-a570-bd3ec6678e30 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210402023249-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar ArtifactUUID:3b653e1d-68f9-49a0-9a07-28de2efaaf13 ArtifactChecksum:MDBkMzRmM2VmY2MxODZlN2JlMGRkZjkxYzkwOGU2MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b116768a-32e6 0 ResourceCustomizationUUID:8f7e41c8-cace-4140-97ed-05757481924b ResourceInvariantUUID:07e8efd5-3aa2-445f-9bc9-2e27fc47e5fd ResourceName:vFW b116768a-32e6 ResourceType:VF ResourceUUID:60e58f1a-6cc2-4c97-a3a7-a33cde884ebf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb116768a32e60_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json ArtifactUUID:5559e3b2-aa55-4d85-8b1b-4a2f6e80d437 ArtifactChecksum:YTc0ZTEzMmExNzJlOTMyZjU3MzU5ZGFkYmU3NTI0ZDM= 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/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml ArtifactUUID:3968ca2e-4cad-41a9-a470-bf82f5df5cdc ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env ArtifactUUID:10f55e5d-3371-450e-abc9-a0525da237c2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env ArtifactUUID:10f55e5d-3371-450e-abc9-a0525da237c2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-02T02:35:00.787Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57fa69e3-c2b0-45e4-9216-81106bec6d30 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-02T02:35:00.972Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-02T02:35:00.974Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||MSO config path is: /app 2021-04-02T02:35:00.974Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||MSO config path is: /app 2021-04-02T02:35:00.975Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 3b653e1d-68f9-49a0-9a07-28de2efaaf13 from URL: /sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar 2021-04-02T02:35:00.975Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - download 2021-04-02T02:35:00.976Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar 2021-04-02T02:35:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.78.107 2021-04-02T02:35:03.921Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200 2021-04-02T02:35:03.938Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar 3b653e1d-68f9-49a0-9a07-28de2efaaf13 105328 2021-04-02T02:35:03.939Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar ASDC sendASDCNotification 2021-04-02T02:35:03.971Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar 2021-04-02T02:35:03.972Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:35:03.973Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:35:03.976Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:35:03.976Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330903938, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:35:04.076Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:35:04.078Z||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-02T02:35:04.078Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:35:04.088Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:35:04.089Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-02T02:35:04.976Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-02T02:35:04.978Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||MSO config path is: /app 2021-04-02T02:35:04.978Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Trying to write artifact UUID: 3b653e1d-68f9-49a0-9a07-28de2efaaf13, URL: /sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar to file: /app/ASDC/1/service-Vfw20210402023249-csar.csar 2021-04-02T02:35:04.979Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210402023249-csar.csar 2021-04-02T02:35:05.153Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210402023249-csar.csar 2021-04-02T02:35:05.153Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210402023249-csar.csar 2021-04-02T02:35:05.686Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1556299548293447159/Definitions/service-Vfw20210402023249-template.yml 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 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 2021-04-02T02:35:08.196Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-02T02:35:08.201Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||#################################################################################################### 2021-04-02T02:35:08.201Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.201Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-02T02:35:08.201Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.201Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.202Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.202Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.202Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.202Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.202Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.202Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.203Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.203Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.203Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.203Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b116768a-32e6 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-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.203Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b116768a-32e6 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.204Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-Vfw20210402023249-csar.csar 2021-04-02T02:35:08.204Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||WARN|500||#################################################################################################### 2021-04-02T02:35:08.209Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.211Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:08.213Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria 2021-04-02T02:35:08.214Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Search for entities recursively 2021-04-02T02:35:08.215Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-02T02:35:08.216Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.217Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:08.217Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria 2021-04-02T02:35:08.217Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Search for entities recursively 2021-04-02T02:35:08.217Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-02T02:35:08.218Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.218Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:08.221Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.221Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is not matching search criteria 2021-04-02T02:35:08.221Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-02T02:35:08.222Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-02T02:35:08.222Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:08.222Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-02T02:35:08.222Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-02T02:35:08.222Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-02T02:35:08.223Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-02T02:35:08.223Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-02T02:35:08.223Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-02T02:35:08.223Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-02T02:35:08.223Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:08.224Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-02T02:35:08.224Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:08.224Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-02T02:35:08.224Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-02T02:35:08.224Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-02T02:35:08.225Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.225Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-02T02:35:08.226Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.226Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria 2021-04-02T02:35:08.226Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:35:08.227Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.227Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria 2021-04-02T02:35:08.227Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:35:08.227Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.227Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria 2021-04-02T02:35:08.228Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:35:08.228Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.228Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is not matching search criteria 2021-04-02T02:35:08.228Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-02T02:35:08.229Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-02T02:35:08.229Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-02T02:35:08.229Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-02T02:35:08.229Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-02T02:35:08.229Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-02T02:35:08.230Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:08.230Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-02T02:35:08.230Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:08.230Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-02T02:35:08.230Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-02T02:35:08.231Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aae7e584-934e-4a02-a826-92ac8a626f52 2021-04-02T02:35:08.231Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.231Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is not matching search criteria 2021-04-02T02:35:08.231Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-02T02:35:08.232Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-02T02:35:08.232Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:08.232Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-02T02:35:08.232Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-02T02:35:08.232Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-02T02:35:08.233Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-02T02:35:08.233Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-02T02:35:08.233Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-02T02:35:08.233Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:08.233Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-02T02:35:08.234Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-02T02:35:08.234Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eb8d6d09-483e-48a4-b4f7-13646ad30697 2021-04-02T02:35:08.234Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.234Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is not matching search criteria 2021-04-02T02:35:08.234Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-02T02:35:08.235Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-02T02:35:08.235Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:08.235Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-02T02:35:08.235Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-02T02:35:08.235Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-02T02:35:08.236Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-02T02:35:08.236Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-02T02:35:08.236Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-02T02:35:08.236Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-02T02:35:08.236Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:08.237Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-02T02:35:08.237Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1b76c5ee-9f32-44eb-a8c1-316551011291 2021-04-02T02:35:08.237Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.237Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:08.238Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.238Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:08.238Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.238Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:08.239Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:08.239Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:08.239Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-02 02-32-49 Description:catalog service description Model UUID:57fa69e3-c2b0-45e4-9216-81106bec6d30 Model Version:NULL Model InvariantUuid:a030a783-393b-4462-a570-bd3ec6678e30 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b116768a-32e6 Model UUID:99a74bc0-f7cd-4b08-8586-84fe910636ac Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:07e8efd5-3aa2-445f-9bc9-2e27fc47e5fd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8f7e41c8-cace-4140-97ed-05757481924b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b7a0c600-e1df-4123-b6dd-34a0cd564681 ModelName:VfwB116768a32e6..base_vfw..module-0 ModelUuid:c31e98ef-1bef-410c-9767-1166b30c2f0b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:aae7e584-934e-4a02-a826-92ac8a626f52 ModelInvariantUuid:3055b15b-713f-4bfc-8f70-99a4a3235d55 ModelName:vFW b116768a-32e6-nodes.vfwCvfc ModelUuid:0be73779-d957-467e-9de7-9f95a7b143da ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:853ea626-8a7e-4431-af5d-321446e7b98a ModelInvariantUuid:5c16caad-145d-46f5-bad5-2e11b7fcd694 ModelName:VfwB116768a32e6.compute.nodes.heat.vfw ModelUuid:b39f3107-fded-485f-84e3-8825495444f3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:eb8d6d09-483e-48a4-b4f7-13646ad30697 ModelInvariantUuid:26a03017-5bfe-4b74-8099-0265824550ce ModelName:vFW b116768a-32e6-nodes.vsnCvfc ModelUuid:9546941f-0140-4a9c-9677-97023e7aac49 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:5cb21ca0-4dfc-4087-9850-e9049dbce04a ModelInvariantUuid:32f3d760-f604-45cf-bf0b-bcaa5626e8c5 ModelName:VfwB116768a32e6.compute.nodes.heat.vsn ModelUuid:b6fd2ab3-acd2-4ac6-95b6-6b8f1748d05a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1b76c5ee-9f32-44eb-a8c1-316551011291 ModelInvariantUuid:faa02f3e-3383-4e70-b812-f4a7aa20b50f ModelName:vFW b116768a-32e6-nodes.vpgCvfc ModelUuid:ca680b91-d39c-44cc-a4dd-0a7bffa983ab ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a0b55e25-f7c2-458d-ad8b-658950c77c49 ModelInvariantUuid:16a51049-ac0b-4815-a799-12afe7cdd83e ModelName:VfwB116768a32e6.compute.nodes.heat.vpg ModelUuid:995f17d6-34f1-4c08-b99d-192892107c05 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-02T02:35:08.297Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 60e58f1a-6cc2-4c97-a3a7-a33cde884ebf 2021-04-02T02:35:08.308Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-02T02:35:08.374Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||vFW b116768a-32e6 0 2021-04-02T02:35:08.391Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 60e58f1a-6cc2-4c97-a3a7-a33cde884ebf 2021-04-02T02:35:08.392Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 5559e3b2-aa55-4d85-8b1b-4a2f6e80d437 from URL: /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json 2021-04-02T02:35:08.392Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - download 2021-04-02T02:35:08.392Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json 2021-04-02T02:35:09.663Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200 2021-04-02T02:35:09.664Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json 5559e3b2-aa55-4d85-8b1b-4a2f6e80d437 785 2021-04-02T02:35:09.664Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json ASDC sendASDCNotification 2021-04-02T02:35:09.664Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json 2021-04-02T02:35:09.664Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:35:09.665Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:35:09.667Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:35:09.667Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330909664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:35:09.767Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:35:09.768Z||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-02T02:35:09.768Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:35:09.778Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:35:09.778Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-02T02:35:10.668Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB116768a32e6..base_vfw..module-0", "vfModuleModelInvariantUUID": "b7a0c600-e1df-4123-b6dd-34a0cd564681", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c31e98ef-1bef-410c-9767-1166b30c2f0b", "vfModuleModelCustomizationUUID": "db655ab4-18ec-4bc0-b663-a44c21af54c5", "isBase": true, "artifacts": [ "3968ca2e-4cad-41a9-a470-bf82f5df5cdc", "10f55e5d-3371-450e-abc9-a0525da237c2" ], "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-02T02:35:10.691Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB116768a32e6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c31e98ef-1bef-410c-9767-1166b30c2f0b VfModuleModelInvariantUUID:b7a0c600-e1df-4123-b6dd-34a0cd564681 VfModuleModelDescription:NULL Artifacts UUID List:{ 3968ca2e-4cad-41a9-a470-bf82f5df5cdc , 10f55e5d-3371-450e-abc9-a0525da237c2 } 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-02T02:35:10.695Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB116768a32e6..base_vfw..module-0", "vfModuleModelInvariantUUID": "b7a0c600-e1df-4123-b6dd-34a0cd564681", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c31e98ef-1bef-410c-9767-1166b30c2f0b", "vfModuleModelCustomizationUUID": "db655ab4-18ec-4bc0-b663-a44c21af54c5", "isBase": true, "artifacts": [ "3968ca2e-4cad-41a9-a470-bf82f5df5cdc", "10f55e5d-3371-450e-abc9-a0525da237c2" ], "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-02T02:35:10.695Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB116768a32e6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c31e98ef-1bef-410c-9767-1166b30c2f0b VfModuleModelInvariantUUID:b7a0c600-e1df-4123-b6dd-34a0cd564681 VfModuleModelDescription:NULL Artifacts UUID List:{ 3968ca2e-4cad-41a9-a470-bf82f5df5cdc , 10f55e5d-3371-450e-abc9-a0525da237c2 } 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-02T02:35:10.695Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 3968ca2e-4cad-41a9-a470-bf82f5df5cdc from URL: /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml 2021-04-02T02:35:10.695Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - download 2021-04-02T02:35:10.695Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml 2021-04-02T02:35:11.108Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200 2021-04-02T02:35:11.109Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml 3968ca2e-4cad-41a9-a470-bf82f5df5cdc 20368 2021-04-02T02:35:11.110Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-02T02:35:11.110Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml 2021-04-02T02:35:11.110Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:35:11.110Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:35:11.113Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:35:11.113Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330911110, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:35:11.213Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-02T02:35:11.214Z||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-02T02:35:11.214Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:35:11.225Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:35:11.225Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:35:12.115Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 10f55e5d-3371-450e-abc9-a0525da237c2 from URL: /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env 2021-04-02T02:35:12.115Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - download 2021-04-02T02:35:12.115Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env 2021-04-02T02:35:12.413Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||GET Response Status 200 2021-04-02T02:35:12.414Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env 10f55e5d-3371-450e-abc9-a0525da237c2 2098 2021-04-02T02:35:12.414Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-02T02:35:12.414Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env 2021-04-02T02:35:12.414Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:35:12.414Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:35:12.416Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:35:12.417Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330912414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:35:12.517Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:35:12.517Z||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-02T02:35:12.518Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:35:12.526Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:35:12.527Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:35:13.417Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Preparing to deploy Service: 57fa69e3-c2b0-45e4-9216-81106bec6d30 2021-04-02T02:35:13.418Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b116768a-32e6 0 60e58f1a-6cc2-4c97-a3a7-a33cde884ebf 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-02T02:35:13.463Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:13.464Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:13.464Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Processing vnf with UUID: 99a74bc0-f7cd-4b08-8586-84fe910636ac 2021-04-02T02:35:13.464Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Will get resource from SDC using resource id: 99a74bc0-f7cd-4b08-8586-84fe910636ac 2021-04-02T02:35:13.474Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel to get resource 2021-04-02T02:35:13.509Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel 2021-04-02T02:35:13.511Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|INFO|500||Invoke 2021-04-02T02:35:13.512Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||===========================request begin================================================ 2021-04-02T02:35:13.512Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel 2021-04-02T02:35:13.512Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||Method : GET 2021-04-02T02:35:13.512Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/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:"b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", X-RequestID:"b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", X-TransactionID:"b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", X-ECOMP-RequestID:"b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"00b8865d-d560-4671-9919-d9de5ed8a576"] 2021-04-02T02:35:13.513Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||Request body: 2021-04-02T02:35:13.513Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||==========================request end================================================ 2021-04-02T02:35:13.882Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||============================response begin========================================== 2021-04-02T02:35:13.883Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||Status code : 200 OK 2021-04-02T02:35:13.883Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||Status text : OK 2021-04-02T02:35:13.883Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node0dwng49q16i5lrllud1oaeqcg252.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-VfwB116768a32e6-csar.csar"", Content-MD5:"ODJiMzFmNjU3OWY5NTRkN2ZlODI3ZjkyZTk3ZjU1MjA=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-04-02T02:35:13.906Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/99a74bc0-f7cd-4b08-8586-84fe910636ac/toscaModel|DEBUG|500||Response body: PKN�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPKN�RTOSCA-Metadata/TOSCA.metaM�M �0��9E.��(Tɮ��S��C�B ��dDs{���}���1�^ݐA]�G�”]$#u�v�[��M�o5#-$��ą8u�ő��FnD�0�O������� {�cX}-mJ�B�!��s�ԄzJ�H��j*k�?n�ۑ�PKKx����PKO�R1Definitions/resource-VfwB116768a32e6-template.yml�]�s�8�߿��ݭ����'o��\6��-�� lNf`�q���H���㜜�٪����ju��Y�z��aFa�Q��a���4��Un�k�<��ڱ�� ̀2����=HBe����^�.a��� cs:����V���7]�Y�ZE�� ,��g����ͩk-��l97���lk>����4��?�m��%0'c8Go|�zI����a�lj��A�hl���y*�=m������}�<�4��&!������f ȫ%0�w��r�/���Z��� ��)\,�U�V�+�� E-�j��_[�?�>\_�6.D4����8�җ��F�^�����kD!0zڬ�K�q<�~X�����M!]�|^M��3�n��ԋ��}��Rœ��6^�^��ó���8+蒥��U� F���6�(� b<��[�� _����D�洮�l��$�.`�$X��`V�jRx��]�F��+�HQ"*Jp�(\H��TH�~{�<^]� w�{��ڎ��0[��T��K�FL�KH��|2�$��B�1��x�ݡb �03x�w���E͜ oQ=� ���5�/{å���h��߲��1�z�m�|��{p dG� G���5�����rz��AT�\*"ΝJxƕ�4�[[i�mm�tY[��kKE�Ө�T�����G=���8[�Ӆ���q6x�����q#{�?9���_�*��)&u��E�'ʠ�A��&�u­c��;��:{iث�Ȟ/G�5[V���wF�U���,(�. ��h4��=��S�ixA���4���� ��r��sĠ�. �'f<��CQ�u��G�^� &�z�4�Na1�4r�5�lj�{���\��7oύ���N�>^'΍��W��o{��~�� /����5�+���7�q:�@�A㷢��Ѹ�إ�t{�s��� �� }n�/o_���Ը8�������,���M�R�����)����:�q<\���ⵠ�)���������ɥq}~z{��������N����%a�d��M �NN�O�)-�c.& ����v𸶊�)v��b�*���K�d!R���m���C�!��ŋ��(��v'�����̸�����B���T �P�������~�8t# z�ۯ��W/���ΰF�/��B};}wvu�^������䊦�6�l}�{f[H�� ]�K66q�, ��t�x�F�@-l/�|0ӑ�|C(�|vzrnTMH�+]+����Zi�M��Q7�f7�? b�:�-d���F�� �7��F���FՖzt�W�X)/��k7^\��H�7���Af�:���V'�‡��8^C�,l�!�%�������ye�*C���(�T����H �9w�V��j|]k��8��g���xK��:CŘ�~�ն�t�#7�"P�Z:g4Y�5���o}r k��? ����dt��w�l$w�������G�H-n�7��h��� ~E��+|b���@/�ܩ��D�-�<>)�� �5٫8G���k��ʰstW�E��#��(p�yE��.��f���k+�G���ɛs�!�}u{qsk�SkZ�V����& �;wtʍW妋�,�� ��'�j&t<������,��5d���VRq��}���m �?R���G�w��މ��W�M�f��da7F*? ��]����k���M"�&�.�2�U���%ةJ���Vo�?�W�ͳ���-Ka����g�Y@f�Xhz��d:ݹ��'���!}�\/E��6��:F2�����%��+Z�a�T����<�� y��؁�0v<8� �����_�⁢f� �7�N)n�+��XxD��)<�J��J��>�K�>JJ�.5�(x{�Z<��� cg�M��n]�ubM�ů�r�ם����w`GGJa��x����FHx[a7�^�$�� ���K�A�.�O�wd��W��]ԖI��S�)�V��)'GP�82�۟|���v���a��i�`&)0N�����;8����9������+����٧�����K8y����߆�_>���xomf������o�o,�ny������/~��?�7�g�>>�a��~u�=���+0������}v���ӻ�Q��]YW�֟,go�_�'���5{�]���^�N���I�J��$�|�������߯�bh_��7���L�./���������������������~�L�=x|c_N?Mo����p��/�������O���Y�6ۿ��ӛW'��_��]e�l�������~|f��/����Ӻ�e����w��t��������ѷ����ޝ����擿Og'g������f�oǓW�>�g�����s���N=ߡS]�a�\�D�Բ�ش3�F�ۂ4�xv ���"�f\/X6��I£��E;/��W����q�j�E�O2Lo�|F�VqD;�� �n�bJh#��8� �m�G���Ԅ�c$��)�h��]"b[��G� �R�e��-���bG����~M��˚�)2��YI��0��у���M�I0�HƉo���s�]��f�Vu�*�� �B� ��9��m��=5�� .=϶V`VU�vi��u���EQ�� �OV�j:GM���Q�0��l�\L��yU��hP�ůK����#�[ıb�\ 'F�^���$XŖ��a���oPq�*yX!-��G��[? uY�܌�5��D��{��`X��B������5�l"1�2H��0�Q�9���Sl�}*�����"�m ��VO��C�h�!��m)Bm�&��n��M�.v��Y��-�������^��E�2?����bb7T���!���0Y����e��������0:ͅԆ���z�&�4 �]�gDuEO��̵g���'Z^�g.��e�V`�:4���YcE[.\L���f s:_@�"!���f`��H+ъH!������S`�M����xK0σ�XmEK�L�e��Ck�-W���TF8���=���waT`���<�{}��� u�SR�ʷ�ԬB�KY-�L�q`pD����%v�!1ӅĚ�=�.0*�e���Y[��y#hnK���� #�\�|f�!��A7V#^��6��A���$�������?��j �9���[��.ߜ;�GB���a9:�^�~�7�0�5&�(�6[A� 5��T�lz`DC�>Q���k��`���Ló�}�ՠH��[���Om i�<� ������ ���{z�5�c��29O.J�˭�*"'ӑb*6cŸk�B]>��IԸ}lE����r�;�МS5 ͨ14h֡愳�T��'�MZH��D��^�^\�^^~��9?s�ί?�^��;�'\ϔ�ds4�\Ϫ��!ņ��?v�����Ym�qzhX ki�Z��փ�B������%l���v��H�.�[]���a��.D��A�Z��F���Ҫ��p�/ �jY�%ߦ�ܯ�yS2�E�� � �l]�a�/�-��c�����b͎!b��.���\�ܧ ���E�����V¨���Jd� |��l����D�K��ޣ]��h"v%�O֔��1L�ӯ#���(�����9��H�d��^)�:�.k�_a��H5Rw !cLư"Ƙ�RL�] }��:�ء2_̘�G]�h�s%I�� ��h�zKv𘜠Ҝ�ay!� ����D��]昋�VMxg�a]}�TW��>��8�ta�ZM� *L���j��6RG� ��!2S}��Q�/�͑�*��\ R��S�:x<��4�U<�g�Kz@p��� X���{���Xڃ^y�T�����z'�ݡ2� �Ѯ����=�j�5�ZW��❐�C��$U���o���z�ik�b6��D�hT�h�59�Wa�D�͋`�Bri�U� $il�v47�G2tL/F~�VQ�WB�T]�!͂șm(���"�+��VV�r~l�$�1���Q_�%3G�1��S�X6�ڶ�����b��eo���}�l!�q�uuz����Q�0S3����9hPP�͡B�a�cE�T�������wX�3����,s�hi�����=��`�3�S� ��+ ����g��đF,�,\kKB^+%�f�����Og����&�Ĝa��64'���dz�;��zG�/Ο]�_������Hm]����C�`0��x��e/̙@s�.���Z�Lk<�-�����+z5��WS;0-{j��������x��:�+ъ��ҟ��ʜ.'��%���4X��d>�b�W �-� ��������o���!�����[W�c=�Y �gk(`y�<�r��MNwF����"WP���E�t��̃-����H��a'@X�S0��!TGL0G��y&������qNJ���k�g�� jq�ۤ����^�$k:����n�`ԔL|H  fo�HE��ʙ�A� �k�y�`;?BWv��`/T`N�� ��f�����P��F�H� Ae����F��X���H ���1�\ΐ�G�ˑH�1�-�Syj��=M�DH3�ޏ-��lr�����O�Yc��gP �m��:�!G�t �ù5!�ڄ9���D��։ !⪫5�iT�9�3�l�0�R�x\i�u��sK`Mur����x�>6���_�f��5d���M���M�UO%-XJ}���D��5��&kp�v \TI� ���ga�c(�`6����u(2�������@7M����P� >SȂ�u]�2�D��~*Um�#�)�#]�]�JK��()M��FI5{��r Ot��}5�B�>g��,7 0CmQ��)�C���j�B��F�l��ɰ�muG�P�kL�9�,'�a�����,[�� ��% ̗���M������L0�}� 7�j95&�uw���{3�Uヮ ��mN��lf[�=^�!�n��[絤���9G��;#+X����?�����9g4?U���yPE�]j�v�{�_�%�ب�D�p��k���C��!�S�KyQ����q��D!WD����NJ3�:�.dF��|� �]��y�a82�'��g�ot���g��Rή#5�;�09�����8�ey�Tݖ�~�Ru�tq9���b-�l@��[�m2��utB�3:���uz�:���djQ��v�kk��!3B��<J!���eG���#:��u��{��(��Kj�XR5� BF��*��r��'���t��}ю���s�1�/[�z��Q�뭰]jb����݆��V��|@ʐ�)�4�Q��㠣$ٴ�(Ȧ�r=ՙ@�c����]|)rl�?�Jۼ�'�cn���U["�{c1;��U�Z���Lꐔc&{�(”o�����)j:O�CJx�:�>��!���R�s��[O���+y\�;�95e�����^Kn�a;-�v�x��������v6� ӗ�,L����W5��t��٫�:����� ��t��;�n�H[�-_��#�K.H�����,�NQ����-��5� o���cS�T��.�a<���T����dϽ�5]�r���)�̥��y0v� ��ʭ�D�r]{iAkaZ�taN�����m�\�s{��O�6�;4���%�:�£:�ы�6@�L_Љu ���8�� ����������D�ۭ�I~�UN������FE�д$�.���)ee_v�@哦�v�w�ܹ `!ɳLh��9��ӝ��9����l>�/m6��6��j �v!�oy�j1_��oswby��r�����:lI��0˦֯���Z�k"�V+)�� /-K_�0/*=R��vJ�A*^�6�TfU�������9� �8qΑ@�ż"+%GJ�H`b��g��R�0�2����吳6�u[��ш��5�@�5��œ�PL�(��� ,"j��s�.��.$Y� ��K�<*�4*P�2��X��`��5K��O2qd�@A"銬�2���!����~o�ܐXq��'� �ƮGL`ZA(�U���H� 9���h��6=�l� �\™9w�H���^"��$>Lz(m%ܑ���A1�� 8����&��H�VJ�PL����K�S�&Jb��Ĩu��棪� I�L$���9�y�#�ʬf�Fv{y�"�m�Gd\Z�"w6� �$�5���ߪ!�|���ȗ^�����+}�3]�,��h�rFDY�o=�(K*�D�#GBtHɬ��`��*[�^VC�w5���Vc��L] ��+�,Fm��D����>B��� ���.����|jC�n5jv� wAh�euR��iN�2%��hTa-4�yxΪ"�vu�zh��Y��?�a�:!%�V�,��XK *��9�FD%��߶�t4'��4���_}���5��T���`��ΝQ��u3��C�}��\��q9�X����C��yc���d������ٞ�wd��Dc�*�V����=��]�s9ѺTEą�0���1��BLA+:Ĩ&s��;O�UW�'�_�*�� v�u�KhR%"4�񙡢3}p��M�:��#l����9�P�ը�ZO� �8��Y\f�wV)�C �hi5Au�`J�8�Єkb$�^��atA/����`E��m�ހ�_��@խ�*�N*�(��X�����Y�%W��# !��H���:U9��S�0�i�N D1%n�e�MW��XVWPfd5bs�q�D�-�,�X���|ZUQ%?�aiy��,�U[���QR�!�!��(s�Z'7�M����(5¬z�F�d��.Y����'R�8*Y<����Bv���c<�Е���7"��%V�����Y����kw�̍m��gR��D-=ע�W�kn��nZ;��2��_64���W`��r(�y�p���x��u�^~]Vi��T'� Y0># T�Ys\_ U�dQ�z��Q��0�}R" Aə�����m��e�3������0�Q�ˊ� ��cVE�u>m�"#ӱ��Ҍ����h�x���N�52օ��Q�E������pP�:�e�DDG�:<���Z���b��1u9<^�/ ��_��J��26WZ�;V=%;��� !�n�$%;�N\��祮�'��\�v-��X�#d�{�DD|�U<Ř�Rg$t�JGĨ�����I"��t"��=�0��T� B��iD�Ug���"��4�4<-��"�a}��# dQVO9'Ŭ���!u�K�RR�Xϰ��!���?L�x�����sBL�jC���;�cnJ{�^����U�0M4��ݠ�T3�� ���Y=���D��O���ƺ�_諑$[�N��;k��d>�ZO Q|L��� "��o�־����{��e�X�۪K� �r� �4�q����MѡM�;��������0�����M��ڵ���G�Bu���wV���N�ҧ�Ts��Ss!ȁ��C�d���m�a�$;�@�Ks(4u�S��{e�\�T��t>��tjK%��+I�LRd��?\��H�n ~����!m���4��1�FF�&�fqN��3@u}�E�|�sס�=X'������i =�CNf��|��Nji*���#n�V��|D ��I]����<��\fP~��I�6&��~I�E��������x�z��16$x�zE��bB��f$�-?��ţ��f��B'Ͱ�0 � �l�#���x���8�=ȟ�#���'�@��9H�y�����~w�2���H���+�����t��5����ӯ�ѥ����ɤv'��+je�v�op�+���/�`�h���a�ԧ롒� ���z]U����5�n}E���Ha�z9g/���~�� T)^�{��<��|��f ^ω��6��V,�����Iw�p�T���dn��u����)����Z�)'��F?,��$�6J� ��6o� �~ƾ WC����;�!◑�8����#���z~�a� \{r��t�r*�eV{.�B���4�5!�)�_���4#�{��,2��#~�z��uJ�4�@��؂,lKn�T�[a��~qPO�x�;0�z����PK��� �PKO�R;Definitions/resource-VfwB116768a32e6-template-interface.yml�]ks�H���� }{��56���op�$��`;�S�TB�����!����$FH��U[ȣ��g�>ݮ�Ȓ�U34W3 G�ہ_�����ƖNę4�Ŧ���Ӵ]��?{�a*~�G�tr|И�u�R�\ɝY�����dIM���I~>j]��6ҬԳ�/‡��饟 > ��L]�3��> � �t�q�O%>�������aZ� �9�6qLϖIc�6��E�y���ttHN�!bk���m����X8�-�n#������ ��s� ����ኞ߹Dva` Ɨ\"j�x=G_�J�� �O����Y�y�8<8����9୚1L��#ۚ���� ���IQ`����$W�Armh��ar'�/�� �%״����gh2b�����K�&SI��W���)�*������K� iL˺{� �/]��Z���z��nZ�]�K��+|7c�h�Xp��8@��Vއ'S4�q%C&‡`.�D��,���4� ��)K��p���-�t�O��߄����*��H�MM�%�!bH�80�1�v������o. ��Y�OҒy�޴�^��p�>��>�U�y0�=[sg�g�‚�� ϗ�$Q�ԇ��Q�iS����*,���P�n���Q���‘mb��9�\�����t�4$�̣���M�� *=�0�:�@_�hpHg��҄B4�Q0w:���Pt˚b���A��o�yZ���,�W����1��WF8/�l`�����F:��p��E�Pq`�p���)�DD��u� pG�uH�e7��8�����v�+�/*A������ -�yLF^�P�� �bXc�, �Dpm�d晖ܱ�Ӹ����<+A�xY�>=�(:cx�&�PP)V�I�A4��i�D2�2���������c�ߍ`,�W8�) ='{�@�S|z��BpޔդKO�%�I�nc�X`F>�)+�Ő�2+��U �*I<��a��i�`����rۯ@�V4����$�o������G!|����f��D�j�K��Ht�k]� I/z!�<5��%�ue�o?�k�c��4[�/(��c���H� {�SC��`Ru��c�W�7;�p��� &*^O�vJV� I魍)�+�+��[��I������ 4�����W�� �W�(k�`##��Q3օ#�A%�H��E�gj�D���t�f��\��2:��?:5�`%��'�+��y���0h�n�s��;@��6�l�_�Y3��r�$����� ���6U�lQ��cn�۽���^��o�d�•�/�*�����Vߚ�9p����x�ަ5�����|�� h��m8��+��gX3����[В{.(���Agİ��>̄�}�ġK� �aX���°��O��� ����q���c5�]�6��R���E���+�c��;f��1�ߣ���?���*zRW� ��<�Q�C�9:<�x<7�9�3� &�\{‰������IIӃH�L��N�6�lz �Ye��� ����{T˥^���S��� ��˘���lGZ�sqt�Gj7g�a�����Ѻ��~t~�|������>���Ak??)��Ϸ��I�@�������ru�}���~yV�gr�d�{�������/��g�N$y�B:~2>MF��͉���ev��7�����{���|�_�lut�E�?����������To���������9�^L^�L�����+������D��������~��=�r7����d(M?7�?t�/�:?����o����������ǃ���}`=����oϝ�{��x�;վ�fg��NS�=���O_�'�����_����y���|��4~�z�Zf�뚿���ӣ��V�H~�98|�*���ŏk�����ԯ7����!���"��@ӈT��Ty`*�*H�Ó�T���Z)����/m��_ �2(�`)�� \�7Z�g4�D�-�lY7=E$Ƅ1W%p��Sa�m:K�6�1�i ��[���C�c��~���) ���cӞ�0� ���k��T�ǘ��F�h� �'�wڕ맙��EN?Y����� ���k�Gp�y�bɠ�il4� ��jZ����NS�=�&i��^B��n.nn:�N��D�5E �8� ��o���s9�Oz{R(�P8�s1�RP�����( ��E�O�t� ç����s�$|Ss`�ӆ�9/ �L4���%�A� �~��(Dri�X#����$^A��c�3�� à8�.3��tC�Өh��+iF 9{rPuO�� ��z��N%��#[�h���([�s� ~ָMS'����a �%{�<�A�)9&�LT}��h���������|s�ІY�����T慇��@��\˄�o�����#��Ԥ����z� ����lBrوaH��ƅs�$��ȷ*�O7O�G�-?��P3yd^T�e�쒹%��*�1и��� �S5�� ��h-`?��E����b��4��NMOD`.`�f@����XJ}tX.``�W��)�R�l���)���NI���[7=ope�T)��8��Ĩ���д��;���� �\W�G�0���C؊���V-J�p�5�����5�r��� J[.�\B5�d+�ސ��2o� GNj�Z�tR2M�D��i�Gd����z��B� � ����"� hjS����͹ٷ᷄C彩ꐩ� ��6���0*�p뙞;4ѭ����-y�r%$�z������k(����3>�w*���G�RŔM=g�]�Z� ��e�A�E�QK�◢�R7�S h��\CD0H;�-��]�M-g�����yw���"�ɷ8�X�J! ����#2��c%��g9�g�%���йh00?�h��h�5�t˅��`;� � �PW�Fp� \)�8��/[���_\�:B�q��05%���9}>�Ce�ƬI��\#����ؒ&� �i*�b�y)��W�&^�c��w% �#7ݢ���`����� �b\��9� Ɖ����]�*7�V�g�"�Evɵŵ�,w��F�Vڧ���6"\=�Л���Ȗ��p`�:K�S���7pJ^l(���*o3� ��o���^��'x��/�Fo��B�I�6Xf2����T�ő0�hn��j:Zx�DDZ^�P&i��C��9�;>.ƚm�v�\�z�,͵���,ڽz�Z�^�ٻɝL}8ϯO��~����ay�yp�!�^br�� T9Պ��o��\;����(*Q�~�}�1�� ���ɕ4Q���`�*!s�┡��.��YLj�w�u�� Bl`��,D��2��WK�d\�*Ȗ�F��%����� \ C�Q��OǙE1���62�:� ?�$,bV�cT��RƚQ��z����J�7���e��Uo�zS[)��_�$�e�!N��1;�(�G`M�+r\���#�ж0�Wx�m-�XY&ӀoڭI��֋wɽ#L2���#. ���SwQ��;�I�?ݾ]o�}]&�\HCX���eb=�[�-�ݘ+Q�yʖj�p�(AE��0�������\A��9�9 a�ymX� N��^B��1�� JEaKE�S�?r�W)^�4ϥ[T�0�.R 楖Ћ��K-&�Y6�`�8��� �vNC@�hK�!c�A������Z��t C3;��S��9���O����heX}�@Ʌ7�f�Kƻ5��Y�#�N`}|���_w� ���q¯J$��H�^����R�k@��Jx��^�rq�0�� ����d,�H1/�YB&�'H��J�f�-��^Hq]]���v�Ҫ~���L����$� �ٷ���Er�� �w�.��Nԛ~Km���axi��5]�����:�<��c��[ǹ�?������QR�r���/%��������J���Ţj��b�de"sܹ7�'Y�I �/��6_c䖧�oK3�'[L.�.y���6����q?�r���6z�iO���%��MÕ4#���(� �L՝J6i�13�$}r0�E�B��#��P�'҂��� ��<@�bQ��1il\��&�٢q�K��&�[���N��K��D"ji�:+�e;fyc�G)��+�`�$��ӈb���8"�r��A�%�j��I@�����=Ep�1����� 񂒥v��4�$�� /��T�boȱq�W�GuuWguM@��&0�&����nS��D�XDa^�Q�BCI�/�Q��6�{���j���ߠ��VW��7Ո1�a�H��M�ir��m��;fQ@k��+�x+R�-�R���� /0�ŏ1\s�ѹ���j��x>}�����k�V��:��'$��U���[7=ope�^�R"R^q��a�Q�`�V7���h$&3.�� �RyC�[~~ Y^�ʯ�4� �����yH���*�T�nV�d��8���i:N����p�b�n�JD�ļK��ͬ-�BK3/0�,�LE��/SаpR����6]og�i�R���p�y�D���N��<����..-�jT�lU��t�r�-�L o�cټ4@"�?mŻI���K@&��%�8��sG'��mf!�����d�Lݽ!����#��8|���2-)�p�2o�pL�eD���2&��܎��,x)�$�J�6��:J�Ҙ��u�+��U�5�6튷������:s;ތ��MfH ,ҋ�.{�R �QmS'��aHh�M˃�)�C/19J��,�R��p^�zr b�$V$W�)��o;^�]`g�(�v��{5�5�s�f���x`��5�"�!�*���=�2hB�!T����ռ�4޴���<� ��D6�I�M�j=�MP��`Na.���J��A�H Ҽ�j�νל�D��h=�f�T�����e�<kD�Ėt��$�%��5�T~��^��y�n��&��&3�KY��RV���*,�[��츪L�߀m��v!y킣Hٞ�x�Xq���F 0h�b��ci�L��:�Xo=9~I}"�n���f(~����v%�(w��-d�n-O�� �Y�#��&�40M�H����foxp��5"c{m��K��I�S���j�Zh���)l��F�gu��?ޑ�F��m4���E�e�Z�@�5 �W`�����ȿ�E\�:�j��C`LC�%qTN�A�NSȏ���j�������5M7�sF%�AD`^����)h[k�ȟS� t)!T�T�Lb*_��T K�r�%t��U�fC8�61�ly��d���;B��[�� 3(UL���Rvdk�7�\YӤe�:D-9�p�$@l�DZ�;ר�ؒ#zw���w�}��D����3��%�â�X�J!`�3ёGd,��J�c�"r�K��EKrG���%�;��˻�;fq"�|�կv�Y�+��ia�ZM�9�-//�z��]t��ARN�t�^G���c�-O�n[,OQ=��;��BS#^/ecgj0�v�q��t[�9�9jw�֌�;�b*y2�mm�܇����>��W�mBK:GA�E��+i�J5�h���D���:A�B�NP2eʊ`v�0�:�pgsg�Z�̮ ��0ď(�8��赩?ݐ �dJ��f5�Ѭ��D�ڪX)!�S������+H�T@C�-dϋ�`��?��b��7! � ����9���D�[�8#͊K~�4:���[#\cZ��KJK�7��J�-oo�K�k��K{b�e|oo���oj�ocYԥ�XV����e/��7�o]-���e����!���*ԧ�a� L���7 ��u�[��@nkەb�ŵ�N�ԸH`��"w�lqm�b�05eI״}�kݮFJˢ,��I��)UXm06��:��m��h���֭�mi��PKubs<.F�PKO�R(Definitions/resource-Extcp2-template.yml�RMo�0 ��W�n�GS۷. ��C��0�L'�dɓ�t���lDZ�b��>�=R�#�2 �� .��J��Lڸ [S����삥���xT��-�#.Ϩ9J��}]��4)0�1�q>fII�̃�����'.�Oq_D�Ӏr��SDSv��y�L�K,)��o���ܜ Ӽ�u��#����JJb����� ��T(({$ �����LPhU�Z�O�B��J_R�B҉��洿�k��J������5��d�I3z!�+����q�޴Oo�o$����8����G�7�'��X��=�jww#g��֤����w��•���R G�m�Y�<� �\��%}��jX_��W�h��NCU��t�g=y�Z J�lS�������u*}U���TY�W CV��IH�P�ZͲ��o;�GVc�ln��m���4xg~�YɵV���������|�O׼.M1vҚ$��@ԋw��ϻ�r��3 �g����c~tq�]7��=W�GVy?����t�:�fl��������_'�)O�@ah�PK_��,�PKO�R=Definitions/resource-VfwB116768a32e6NodesVfwcvfc-template.yml�]Y���~�_���~PEUA]�6�;����ގ��B���C����N$�8�{[oL�2�J�2��E&66�z��za��$N��Z��J�S���|se��N$�N����y��=�߾}��Zӗ����Xh��]dX����n�l`}�o�����K�����f��펠�Cv��6xg� ��P8�'r�=|��f�V��v���&[�I��̓kC9�ˎ�(�$� ��O-��������h�8N��$)�+{���������?��6N�1����_H@b�֑����{+Icl��<&Ix�m�N_k��r��-r���Av�U�i��L|����j�|�z�H�ߞO���]AG�q�\_��a �Ms=8��x>���m S�>,��8–�Cw�E�ϋ�1�qf�^Ĕe^��qxfK�O��Q�{v��˳��0���K��r�B=��� %1ta�/����?Ĕ����3�R�lz�bѬ�<����aps�e��) �vT�kr�B7wk���������;� .u�����������h���x�YsC� F���wOpJ�P�iV��&����@�Œ�� ������I��G�E�j/�#����G��0V��yy��_(X �ntf���� �Ô����(����X��ȅ�I��GA}�~���Ń�����ā@�I�i�l&�=9� �6���0oI�(�Т�i�9�����}�x���a���� �ϱ�>�u'3���I� {T�X&At&��۝$��͢�L=����O+�����W)T��#�k.��4���~������M5m ��ai$͍//^�`�P�Aɾ��WkA�-��'���Cs���=��uڥ�=As�)-R���)�dA�_|���򮡎˳I�@4?�8:N�x�C��쟡�e�83'���+A胆L`�o4��`2f)�tofM�l*I��L�q����LpAw� jyI���۽>��{�"fBf���@֝N�~����@dH�{��YY���u�A�jJ�C!a�T�3��ٱ��8�%��Qɨ3��>�}����ny�~��6I�4ʌ���w:�� C$Z�j��>]�tx_��ċ^IK�����z�`����ܣ��8�m����2�����l�om����v�ZVb�ts���'G��[Q���u�^6U�y�z�s��ղ�V���� �o~�$+ɐ�]�agHjM���'����}�֙�}`�c-�L�R؅��,>����܀�r�n���za�w����&~��(��l�M� ؟l�Cd��W�N���8<�o-ש��0����1b �hy �vI2���:U3$�Q��s`�S��^�d��� N�?Q&ZƄf�齗h�y��,�v�e�b}މ�J됰���מe�h���V�k��J|�R�y��[� ����5�5 �f�ں3�o��F8��>_�L�a˕�B�T �$��f/˚ ;Z<��E󂪩�־/���f���: ���pػh��o��j������؊���������� ���h�r�}�w���$��I��?2���;��������B�����6�£��՚I�c沏#��[W8 nݯ�D{��o_i�J���]�"K������$�n���J�X����%�1�X ��>�L�hoj��������tO�?���,��ߣ��%�[[�2�"W�R a[����η����{+�J�27��UM��*�<*�`�+˳�I {��������κ��6��]K߾�^���T��`Qu� mr�]o�y�O�Yu���5?:�5%��v���ۏ�dz�Rk�hE�J��Ţ����8IBۣpS�@��Z�VÁS� [��'���k���e6�.���Ҵ�&3���XLes P���5):������@�^S�,>9p��1��m� �V��0]��շ�L�܇��D8���u��r&M ���T��5�j���Τ!9l:{��̓��i#�zU���贴�z�40���1������W Ov|9�����Irc�L`F���X8ӿ��*�F�h�T�F~��Frc�xX#������>�Y����q�F��(x��[G��m�����)��B����L��ϩ�tz~az�� ��dZ�{f��aka3���,�BC�y��̃k/�7�5��-A� N�����;heldl� ��Ak�ZY;�v��p,������� ���h�_o���0 �ʰ9g�� ޮ�h�w��B؅����0�dg�����NU4��m�B@9'��P �-�����'�Хv{S���ÉW�u���{WFe��"1Iu�K�����#|��ӷO��\��-ӗjꅬ?q ��Ǥ8�iB� u�����j~����������ʄ�Jy�y�R�r��&�͔WtDQ�M���T-������;�ԄQ��v�_>��R9?Us��ǂ��)��9U��v� )��0�b�"�u�"O�"�s�D�e����!Ԑ T`gA�c��»��B^�*�r��H\Uţr�vtVTxF��ȴa�| �X�l~7Bݜ�_f�z*@8��Y���i�b��Ld�lEt�*���򂲖�W�U�4Z9�! {�W%3�/�ea���{���2����:�|����0]$��t|��*`DTjp`ُr����СF���U�F#,�RK��H���zy��ٻ���������.�p��2�2���ȫD7:��V����6�����Z$�''c��`t���P�K>�Y��ݓ�LP��cb�����eTu6P��G�ON& ٣���Ɯ�7O8���X��G(����՜Q���N�3^��D���w�ed�y'���g���n��9T[[@<�&���{�n!.�.lL�h�;�֎i,�m�Kp �d:�ëڨ�7l������V���ې��/N��<�)��O8���Z���f��a�P��׵L�p�$wV�%�q��FIQ�,(�Qo}� �GL��4���2c{��'!��;�]a����{�>����Q>~��V�A�>b$ۅ�ő��x@�%��P�U^·�[��Y�q���Py���1��TW40�B�D]]o�Ls����Ps/ߖ�r�+K�D��0]ܵY:0�Wk5B���!n̉v-�u뒣i�,Z’_��� |%Ki-��t���r��I�̯��G�"�Xy���gP �ykz�З��l��ʙ��/78:�S־5�N�Vg�~�\����J�� ��o.��ڋ}</�rj7\��� y��X�r��xk�xS���A��黙*O�If���1��(O��M2���L) ��o�����HT{�ӟ��@��T����{�;5�:��x'h����@Ր��w�~�X�C�rW�6��M�T��u ���Z��R��l��g-�(x���vj|�~>�������Rt�V֓ Ϊ˻b��t9�g���<�D#�mջ���<�ҵ[�"��b��ɦpv^�N�����眐���}(^�xH��b����A�=�Rw�q�S�2���::&7��M@�:��D��p���j�����'r� �����7TX<}� �>�&�� [��ɼCjDϲ_H�9�䨳���W��^�3�|!#�ȇ�]W��db�9(�0��JX�qg�4Fh��٩.����I�֟��]x�)lw@���Cg�~'+�}�`Е/�]�$gc�SC�CC��"�w u}3��x� �V��W�PK^�s�~��PKO�RGDefinitions/resource-VfwB116768a32e6NodesVfwcvfc-template-interface.yml�]�s�8߿���{j2[5w��Lf�*U;���n^��(d[�8I8����,0N�=����?�[-!$! "�&�H¨v� �q�I}I�$�q�GI\W?���Kq��;�����$��y��Ob�!��>mvP����hEb�٥�^t�8F��-I}��βf���������!˶� ��ɜn�W�YwT����o|�b�C��>ǂe<��n����OWW�����c���JH�By���n�~�nj0';kΒ�.꭛���{S}�A��& �v@� 2 $%�Oa$q�;��B��b���Su��)A���Y5q���pRx��fL%�"���/)4%�@�#�?r� n� �M��Q���8�8�����1��S0Z4*2Z�BQ�� �K��d�N&( ����D�GY,루�!ˀ^�^��q��Q,pK�S����5f��Aס�#H�˴+���<�j~KS�����[j����Tj��G���:�%�:F;ƍ�o��C�^$�� G��p�Z��'����� ��b�.- '0ߑ����x�(1�5�~ v(�`��� x���W?�!�Ġ�S����R���/����8K"3ef����-D' �]��o��$A< .�G+� ��D�7 ��JP�ghFQG)"|~4��&��;�p���S�Q�9y�oNAd}@,�2�N���ňv���b�#�`� zօD4�G\���xf���d�G�d�����F�]I�g�,���z�K Zf���9�0eB(�DϏaRA�d�q���6V�0�#�t�y�P�^�.�g�$ၲR�f�X�k�f"no�u��t�S�|�p���� �yeB<� ׫�ׇ\%�:�a3�9a�:_����;E�ӤTV/�Dx�jVY��ʺ����% �Ty��z~���T�G-v��Wp�&�lM�N��SzN;3�3s�q�$Ǚ����D��,�"q��b�t�xUba�.BA��OQ�������vp��i��B?h��п�$f�+��-yr.�HB� � ������dث(LB`H�%\�� { �D2P�� �ه��~52 !��Y�{�]�~�q������\�A�&Q������4�����*�Vv#�� (��^;4n1>�G�<(��՟�Uq�IV�������h=h �]���7�s��o�� S|��`� 8}N�!h5-a1t�0��3��S��1#ᡮ^�Q����z{Z���R��ч����)���T��aZ�6����ʚ��W+w���B<��3�6W�q����-��'�K��Ǿf��L~\ �p �=�}h�|��ֿc�i��M�sB D����o7��ꎂ�֨V{:�����k�|��z���K��?�V�:�E� ����x���Ե�n�h�g�5n�=5rz�`1v�b�s%��h�>�ko�ʙ4�;LL �Z�$% �������!7��(�c��$�!� 1��(����' �.�*��1l\��_u�CK]�r��?��OZ��y� ��a ��f�� �c�2|) ��ָ�'}5-�~�[���Q�/ �c(��nuh� �V�O7lA��Q���������+tl-!v�[x����PY�i&� @i�yoZҰ�)���!��t|�g M�,X�U!�Oѭ:$��dL~uR��X���$%ރ�-vm��gN$��4�tʁb|PTm;:�uo�R��`ڭJ��A��Ul� ����>�԰K�'�4lpeP�y)E��#�R���\�Cw#�ʒۏ��Q�|�]�t3김�6��P���<��c�)�{�g����wz��R�ͣǙ8/2���}h&q�� �(�ET�i��Բ��ku�I�C�T5�E�u�4��(��aat,T������ع��!ѧn�Q���f"��a۱����$&AB�_�qP�a �'����ln'�L�r6䘎p9��g;,'�t'̐h.�ȏ���@0:�^-���SUݒ���c,"��c���̔t,i�r`��s��v��>����Ÿ [T1�� �C�������D�F��YX���B{�ü�H�ϸ�?�F掣��o���U���6��L����o�ғ г�?َ � �9�伓�{p�n�ZҼlx�� ��yf�5+��� N����=�4c�>x{��W�<�aIקe���$���|@р�hx����9���% :Sȥ�D����8/2ё�[�xO��)3n�[@hɓcƤ�K?��T��H�0��ni�J��� |��|�8o��e�����Β�,`���)�;�bj�,pf{|V��`r�#r��q�?K��7'��2�E���֣�).}µ;�݂�xA�*uW��Z��5��{������� t���v��#�s8=��e�Ngw����m>(�vA���=aĝy>]�����t>�}��Hg9�2�iQcC奙$��ɩV���/��F�L� 0xTNYO�ռ� s���2���������(�c}��ؒ��Vo�g-��F�%C�2��\-]�%K�t����r~.��N R�U��L�\�Q�^�K=W�K�BB�ѡ�S�ox�����L==�,�!`N+��PKO/�� �PKO�R,Definitions/resource-Globalport-template.yml�WKs�6��W���@�N���i�HѸ�/��&$��\��.��EK���D3rf����bm�f4� �.�6�4~̈qG�gy ��fi0�gQCgg�p���Sa��o�g��C�&����0��wB��؛D�����t2��Je�S�%�zlJ�w�B�r ��$��.G��q�ʂf0#��2��J*��4S<7.�[�hFJ�FR�p��s�'�ܬI&�:��H�9 y�ł�ћ���j���H��b<�8C�.�V<�Q��$0�,��T3�u9_��w���[H�j 3�G��1Mwt2�tYd!��w��vL_��<"�H[� �y�n���f)�^�z VX�w���p(U��q`��n�RN�,�Z��:�e�ٓ���R�BHS��ju�N�4J��2��0��~ ��r�E�y��o�Rz�����Xɬ"��n����"$W��j��� �)���z��5 S�M#�e�#��1�"7+���%�����Oua���F��jh�������}dZ5(�䷝��yu(��{R ��e_9J���K���2�B�r.�Kс��}LS];�({�8i��.4V��B��q�9�~�`8��EuA���71�"4���HK�y"����DžS�黋�`1!�TL����)D����ލ?����q��^���h��7� ��'tT��9�� Kgr �MJ��o���ν��>`Ts�ݢW�}Gq��%YV�� ��?��*hs�90�C��J�B¤*1�;���#a�U� �m���>2�;,w���y~G ����?ܤ���i���&��S��X�ʦX�H�,����6T0 ��O|f=9jS�������s�n@?���ۻ�4�~{�"���X�W�S��ϕ5w;�s��P%������I��T�̝[ml#^����Ph�H7�[$c�!��#�����ׯ����׍lC� ���ZO�_:��|�nP���ޒf��źg2H�0[�I ����r�����u]I[�� wȝ�����[&�6�pk`g����*��|L�8M��#ǑL�X�G:�����o�͡n�^�h�.�'�(�`��ɻ�\��|oo��H?N�xj+�{�ij���|tS�o����?%3�PKc�J#i�PKO�R,Definitions/resource-Neutronnet-template.yml�VQo�6~�����Ҭ�i��u��ܮm��aN��"F�*I�5���%ّIP4yq����}ǣ��sI�2*(k|�!�y��й��M�k�gy6�)�Ā� �2t M��{�\������t����E2��dRdS��ʊ�k��嫒xW�_"]aAIQ�y2�,Kp��qqM? �M���kZ����YQ`�$/�jBG�5�<���P�Z�xr%�*T`;$j�m�� (7hI֔j�:��r��k8���x)0�ں�~!CN �q�{�jHx�����ll�}&#�[����{��S����� =���)�o�t�󻕤Wm]G{�b�zX�b��a��B�Js�ΐ�j��(R<� �� �Y�c��>@�>�j��G��v�=F����X��Iʽm��16�qǨ�����Z�Nm�2 [7龄�F�}Q* �߮�R֯� Y� ɼt�^<kf���]��qL�ݫ�)+���4��뾃���`:b��"x��`K�\���=ta�ʃ�VS�2��?G_Z�H.�D��`�n�ǭ5���3��)�́ v�O���2��C��R��jj vk��7ޟܓh� �����)��i���Y�:����T>~��� �9�|�nL�'2�:�� �����:έ�}�U��  g=w�/�� �Z�����m� �}ϛ�6�[&֐P�{�+[��[8ށ {9q{h٧���y7Zv�����z���Q��9���w�W�1y�[~ʣ��<���� X�k����x����c�r��I�G����e��G����B��k�7G��2B�����OI�)���������>U�����7�k�wG<�G�I ��V��ݭ��˃��d޿+����=�PK�m,�l� PKO�R&Definitions/resource-Port-template.yml�SMo�0 ��W���� q���m��0`K���ՠ%&*K�$�ȿ���m�=�ȏ��O"��I�*����g{r�)�&�UQj�X�l��'�0�(�G�Є���M �Y�r1����y%"�Ex��r���Ւq�X�1��"ɗQ�\�Gϓ(�U,��v�H&,(�{��H�©24��t����@ ����3@�P�CN����-�*���f̺0�Ԟ J�S�SR������u�~�!�c��Op/s����p�m�� z"#�K�n���=����]��4��r�錿W9;��c%�uU��jggn ?�O'��G�{�U�e`z(4�>5�j�� ,1W�?� ��Hc3ϪqG���s��Z� �V+�d�u4ƆVw�� ��lv�a3���Lۖi=9�����If[g�t�}�6t���/��ْ���y�� ��G��C�2�#��o����=��^b�t8����ث������ɖ�C�����s�zЅOIXǭ��V�7b��N��@-���fQ[�re$�8�BTΑ4hE4(�f}u�Y��������-Q?�W\ sM����3�+5L���s��y�˿��'-ש��PK���3ZePKO�R)Definitions/resource-Network-template.yml�TMo�0 ��W� ��q�ַ �]:K/�`0� �%��S�ߏ�h7�ir��{|)������8�w��Y�;*���T챲EZ���"j��O��!tq����ay�e:�ʒť�%Yz�&��f�,�z��k�g)J� FR�|V���H��L'X�2�zq�f����R�+�aE���_���:v'���)�����g�~kZp}�Q4�踯���V� #m=�s�N��(�B�y�o\�"7*6L��V�aE���V_~��_m�>���d �l�Ng�ҳ����dWM�!q��a" x�!�$�� m�JcŦ��� ٖ��d$h��WX��X�ϱ��L�k4�H;"�}3V��@���j�gl��s>��Ǫ#���� �>���t:4Do���v���}������A�����/�qZ}ᎏ���&��1n{��5�I�P� 4��Q�9�XaZy���(�pC�l7�Kc�7|m+ɯ+ia�Yg�:7�ԇIr�X���8yu�oe�ca�w�� �s ��|V�VF���{�.��5��}:G�q'�޿��ty~��"o���j�ɩK�fG�����zu������]��s� ������PKR��S�PKO�R=Definitions/resource-VfwB116768a32e6NodesVpgcvfc-template.yml�˒۸���)NP�-jn�Y��U���؞T��APØ"��g���'@$@I^�*Je�C�h� �&�8%��DA�Q�h��?n�,��CH�W���3{���p�o�XV�p�(���ï7���t�/(Z,�Z����l��%�`<����P�`�����ΐ���\�����o\��[{�]�=��Nw����l�Y�-�t��أ��t�ݞ|��/��,��6f<�Xl����?�8���:�ԳpjE4��_�� ����`��n��3�����7�$`4ң�<~�Y�I���DŽ�'yqrc���/�k�c��6h�c�3��@��l2}�y� ��{�ηo��B�I�޼A��R���!`(���%[6a{X�'��� �����ˡ q���A+�(��(�*���q���Y9GQ�x�Q�㚯BPh@1Pe4�e�"�%��������3ЧÎ0Ȍ��j7(ڴ[�Zw�����⌱�"�r��dN��<���T���L�R)f�:�_+1��.K�R$ňr>J<}n`��1K��Z>��=S��y(Q�{1(a���KV�w� �~��E�rPb�A�s<9�E�,[�w�N��� ��T�D�7'���9$� 9�ө��{�|s�8,׫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'^�+��q�h��[f2y�c�*��*�cA��$�.M�]$Q:�?�u�M)9&A���Y�%�On�E����a:�e�FG:VD}qN8<�i����(c)�����!(�C#�-�,k�#O�#jX�,@z�fAvd�5���q�3��@~�U�T�,1��=�{��U\��䴻l_��=s2����������lO�/� l>�P �h��|�A*f�K� �Pe v q�y�' ���"�-q����gWY�^�ЗۇTψ|?���}���3T�4w����O�4� ��^�| �Yl��fY>��Y�����y�㏧.L���?F����jV#+>�h*1i��Cb�H�ط�� �����x�*�H]�=����=~q�a�5�a�~ �ǽ�T����[`��36:�� �QpIe�ͼ�������1�9�Y{��� E0��ϖRn�� 2�c"�H'>���FéI���{��̄t�� ��p����8 �����S�[�]�l7>ѹN���LV������r���Boz�\�N�ar�O�3���t�WK<�������EKw�Dۭ���^O�����g5l�X��>�,����-Ex��j�٫������!�4�����i�� :[�)��[��6sdSl������ܥt���ua�*��B&�pK �� �SV�����*Z�����hne�ƿ���'�i� ��ȴ�/�He5��T�h�P$b�G����i*�"�^a�Ŧ���/_?|���G;��5� l8+���;Nh�����G)�7���?:��?>�tn���#�N�|P߰���O�ꜚ�h�Χ��������1c�;]�?��".O� ��{M����-`)=�i��u#X.H���*?e�p��e�(�q��x��QS�}ܨͧ�‹�� �w 2���u��?��n�]���k�f��1)�t&՘FU�u�5gw�b�a�[��Ruw��WnZ�7m@�*�N5ްc�ƦU�����D���%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��<��B��T�� �v篈��i� ���G�>Y����^$������v+�^�I=9�"�����j��*U�f��ʐ���%��\̾x���z��q� ]-�N��Ѿ����lnf'����"���]Dgw�OF���Fg��fA���6���(%6yڠ�R[�D���>�{w�1� |�*�1�]"�{��$'#���;�3E��l�t�B�^7q�Z}mC�wj+� ��.��̷���Z�:�Z�-KՔ%I����셑�1휗�����4z�t����t���B��KM:��ڊ��W�B�-#V#���q4��s�3�stA�~I[wd��j��k���(eȕ��j_�=߅�?a���6W��Q~����$u�&�3�);'��8$�]1���kn�P0�B��a�7����[����� Ê�9Y���{�/�U\z�.��eT�6g�/f�j���g@��<�0ê����H5@�OE?Ψ+,���"��w��V��{�x3��0ݾ���}��*U��,U�Q�O�z��n��������o9G��z���w��������g>�1^F�rd=9W���/ E3�bFu��.�D�S�N�;�{?ڕܧ)k��^j���:��i4�yGW�}t �{�SE�;ct���}#�� �>����+,U�怌ݙ��^ґ=�t;�� ���y˷.��Dǵ�J/WD��3t�<}{�'PK4v�x��kPKO�RGDefinitions/resource-VfwB116768a32e6NodesVpgcvfc-template-interface.yml�]_s�6��[�‰ә܍����L�d��/�Aj��b��w�H�e���O2,��]�����(��eTQ�d�&B�H�G�fyJ� ���*����B���D�� ���oASr]ě,��s����� ��z�Q�f4�N�U�� )2��hި�xPU^ ^4k�%�㜧���˪*�1�J�v-��TԃM�#�b�0�y�ǂH^L��Ǐ���������O��{���L*����(e�Ηe�s"�̓���u�V��O��m.��� J@e �N8Cy�i�HbJ�&���\<%��0�Q�Gv}ʖ�BA�_PA�Q��X>Q�ɥJ(� 1E���ق. a����"U uw3< ��o�RIڣ�L%��*��50`�"��d{l)�j�ȢډM"�dh׾��T��q%��s����H�+"�纡S�� Ct5d�4#L�0TP'�Z5q�O(���ՉĂ��DĚ�ݪ_g�"Ek.4/B�P�s&��ڐ%{p�qYZ��v��o%�7R�%s�ſ�6�bY\�6�=5���?$�]�$bM1� fM���Ƒö(���d��h��`^0�?^�hœ����,�0Eb 4.6G� ��� m����'3�^뵫Fe��+�Z����ldǩX@�� �0N��L�& -��X3S)�!I������-gk��Cs�.W Z#�������v��R�:E�̞�Xp���[& .2�F�^���ۯ��_5�zƶ��'��������Tq��.|�tc~h.ix'h�6�jTf.� �B� p���jF���C-�E�p3�;�B[�v���߶H�C�.?kR�!�E�VTFv4S�eQ�EB+�����礮���^���3͊,bE6#Bsi:0\�z͜��π9:��Ɖ�J@��و?i&>�"��T,�k������%��LN.e�H�!��&�J�YO����mtC�u��CX/�* �s����3�T�\��`�wy���Kw����av�k�����)���F�l�����X���CP��r��'��_P�j���T��Htg����x�b��j+xȢ�2Ψ�0���:��ێ�m�C(&HS�o�+��o���v����2(�<)۫���w �����.��f�ЀQKJN�uķoT ����3R�J���UU�� �T)�7���|F�����7vD�B����!%�UI�3���X�,ͭ�F!h�ir�ߒ�ǯ�'s�Z�M4 �s} ��nG�U��E=ڷ��*JS��]�� Fq; {� �q���7��sU=����k�&��@k �o7�)�Hp^�8�a�T=6c�s����<֫� �8I��=�R ��:�q��X~�W��ҜFY .�#�p��!�����4s����*Lv*�m��c�]� T8����x��(�:uh����L���c{�å<�>#9E-[��_H}@'`����j�@?<�$<�m���\��щpr����!�<|���1�z���[���}�Fɪ~N� � M){� wJ��s ǭ�KO5?6��^w�!�����1~��a�~� �}c}�����(f�k��;�G�\�@��� � w7Bާ�SO-mxl�Ƒ�|E2"PK�g`Gr�M){� �K�|p']=x�����a���Cb?�_����b9v��sƷ���Q�ѓ^�O��8��s��:a_�@F��T�i*�cĬ����� �r�e#��V���r!�/D���ș}ɲG/E�༐�y�_ �H�M6匜�T�EJ���7h��������&Texs���@��N�]����p��؅��[րB�qQ����v~������˝W��$� l�3��$���S��Y�<1݅� �B���B�4�a�WV�z�}H۸؄k�#!���(hpzY�N5��j��1�T���^� �gǐC!è7 ������N�� � ɩBc$��l=���R���G�x�*d���>�1,�*\�3I��;�/5��� #���hiK�c�8���/]{ ���6^�9ݻָs�s��%ן�!�}��:�!��s���a�)���� C6�� ���r���ᥜ��*���SX��/����ϻ�xQ�����(���Jۗ�q�󾂤�-mrE�]&㏆s��9GrT����^�y#L){�B����jl3��T��]#�\k��(M$��Α�1�w\q�b�0��P�t�K�D��/PK �x� ��PKO�R,Definitions/resource-Novaserver-template.yml�WKS#7��+t��`��߈a�N9��uH*5�����HIcǛ�O�4c���vB�� �~|�n�qO�RK/�v��Ï���ɢT�,y��^�;*�s�=1&��[ɵ|] X��������Y�ӿ���)?�g��~~�;i�"����g'Y�}��C���pڹ8�~�⸟�{���92k^��M̜߃EhH�2+K@�Ai����qf�+f,�K�+�,x6���t��tnl�I��2�K ��3`CS������J�X�������g�#-u*��o��P@2j͔��s.O�J�!�M1'�J=E�52n��n���f.X�A�+�WX�`Q�g�1��S�DP�)���D�ˠ��+���#�P�d��|�%�����3�a� �h�2C���5lQ�V��,�+��T6�'`��L.o�7T\߾x����z�c�]������ڤJ�[f�H�<��Cl U[�����/ 5�8�뮊�Xc?�̨�wƖ� y�GVoǗ��7����~Y�������o�/��ʗC�����Db�A`�;de4]Ƒۡ�u����aP;�L,d��2�<��/�L��z��ImeK.�5�?C�+��?�i��yXW���p���'<��M��!���؁�a�,-����Q���H��� ��5��_"��?�R![��6�r;�1�7�]&.�A�*ͭ¡��i"�&zʿF��I�Y�o�����[3�U�%v�P�� V���ҋO;��z�~g��� !69�M��u&� <��:����~���7�qr}�t}� ?N(�O4�֞�����{ (�Xl���Ң�o�Չ�l製E<�x����\x����?�k�v% ��y8�D�}�� C��F�u��H ݲ%��X�b��ϱ�v �CGe�%��CX��R<�������^Y�>8�;s�*`4�]��O��?˟�i���=�/PKTe)��PKO�R/Definitions/resource-Globalnetwork-template.yml�TMo�0 ��W� ��|�i�[�C�--���a0h�I�ɒ'�)��G$��hW �(�O��#�`��D�R�5>ِ�|�B�B^e��d��Nɠ�Q@��=e6���X�̦ F��xt.�!����0��_�#�t9�Q*��o�d�ˋ��x]��$:[�Q*�(��x2@1�&�h _�MQ�)f��9��7> ��n��ɐSe�H����"0��� z$#������>>�~: ߓ&��f���$��#�w+Iϋ,%V���}Y����/�X*�2o3��r6eB 6�v�mJLJ��Hc�k�w��@C^9[tY5҄s��8H�� cC��f���X6��;�nۜ�#l��; ㍎kS������’��!�,�͚=?Mo��m�r�ջ�altR-}�w���i���)�#9�%jO��������V�V�[e¡^mX��k#+�i�(�##��"�΋����|v=�c�J&����}���|l[��r`ދ.�lb����+��$:�"w��T�w��h�J����Оy������ڬ� k����o��ߛ���K9ɻ �����7�O9�a�J���n�x�� �Z�9��I����I�a����PK� ˄��PKO�R.Definitions/resource-Extneutroncp-template.yml�V�o7 ~�_��u{��v'�77n��I^���ѶP�t�tN�b��(������A�I��ȏ����%.�Nhe�5K1���"/$&��d� �rt,c��gB��L����$� ��_�.��Koz��E���zѻ���/� �Te|~>-��y��/{��A:�]�����u�/�X�c�g7���n�$��r# `ޯ����íV ��\ � e�m &%h�B�s:m�aatN��>���3�Km61����8�l�n�3tO�|��sTΒޠե���*�&���x������B�'J$L1 �>�=e��6�t�rV�)��7o�(��8��@����,�$7AmrIJ_�/���,���kҕצ% \X�b�vGQ/�.w�*I�.�|/d#�M�R�U~�Vq0��M�j��tAe�:/�&�/��0�ҥrY��9�W�+�8��T7�D�`YFd XL��J �^�4β0;��O�۷�9Ԏ 8j�{P#�[Q�,W�*G$ ���l�W��-��.��9����N@4�� P� *�4�k%x�S��V����HL-U�e[�c�f����;9���J�b�ֹ�?{sV����3��m�)���G(�e��z,h�k�wrT��~��qJ2g�ϋn�9!�c)R�:)h�mW*��j�su ��B2V��n�6~��;μ�`b�J?�r[ �B�0:���^Y�i�R����>����U�E����H_�v�a��j�؟I��x�$NA8A��tn�i��GJh��lj>x�ӢID�x3EO!#��vfR��~q6#���,*!�8L��2:S����q�����$��#C<*��� !��K����:ֿkO���&O}�T���j�|�A�%}�c��h�Q8n�[[ͩ# *��2�`��~���{�M�OZ�RdIղ�C��P���tY���� ��9��*����ߌ�+|g�rM�ń|F�dz�e:U���3�NtI/�y�PK�� EQ� PKO�RDDefinitions/resource-Vfwb116768a32e6ComputeNodesHeatVfw-template.yml���n�0E�� v[QX���R�Eo+�� D $%c�>�����$u�p��� � h$*mt���fB�iQ�������]7���ƴ��i0����C�2�@�8�$Os��d���m��̫�v�p�T*�OW .3��^��,��4MUB��kvQ���8/��3摰�0�����M�p�Na1�ds8zh;��t�����p��Z@��u��}E"� ͏��S�Hw���^�H�jV�O�J��+�S, ^)���!xy����C�;��ƾE�y<�ƭ �>p����1�;�:���f+;`���Z�Q�{�^�P�,��a�� |uv�S����i�n䛶!`� k�{�N^��l�ۡu��Ҝ~�v���޿�2��CYgJJ{B�(g��_��6;A��$[����_PK���|�cPKO�R=Definitions/resource-VfwB116768a32e6NodesVsncvfc-template.yml�]s�8�=����݃����[֛ܥ*��Wu/�1�����_->%�@0���:om���Z��VKY�:�r��~�Gaj�I��/7Z�J�c�ki-�I�]��7��g��8̾}����fl��җ[��=�L{k����#�جw��^����~mn���C��ԑ���o�[���Ɗl1v�=t��h�����r���0Zd���%�✆�gρ~��q�s~Q��5�I�^b�� g��j���N������C������[���9D�ˍ�w�ħ4ғ�4���,�N� I�S�G�Qr�� }���a#��Qy���| �)�|�\�o;�?����h������(�қ7(XJg@�T�Gbj��[YwQ�tJi>��V�z�����NÊٙX� �'c����1Q��)Y��YL�愋��]e�s 4_�c����:0M�^$��[��F#izE�d_x���� |����o?��x��Wj68�4�8!�����P�h�|�d}y�������pרPF��U%ڪ~i9Ț&s���O����w����7���ӥ���*��cۼ5>-`�A�?�P��k ��~�&:5 j�C�eJ9؛��3���.��S����`V���8� �e��n�$ͦp���$~F.��#J��r�x$=D*>4����1Y� Ve�|nB[�9���Ѭ�F��œ����'G�)T�"�:��Y�A9���x� ��*ͥEBR ���q��,�d<��G�B��-kE�"�����5l��R7�w!<�blk`���Uo�ka��O����<�����e4db�h+��y;�!b% �����K�s��1�����ˤ\���ڷ0 m��lȂрղNDc��jx��i���B�G����+9H�?'3�,w�q��T��o[� 8YHn��Np�J㦡ԤR�ȉلH� ������M5�d�zk�6vWh��2]⢝� �Lwe��z���!Y���F�����v�6�흭Gv[��Ȧ�U7Y��t��=���7� a�ۢ�~�u����f�:�M1%������h�\�Z|�i�LDQ;��4r|���l�"!�V�)j8t�2׮�y�ퟋ��tQS+���񪥔*�����Z���ݽ�ׯ�f�o�Nu> $��p����zRI�M�?Lg|�d���U��� ��te�6�F{�l3��iD㎊9HQ:$!q��|��dȻo_�h#>5�4��fj��x ��wP�#�Ie�x:R���882��������dt-�.;��$�6�viP^F����[p�>�:��1ܲ�I:؄j��\�JY��;/��:�P"�i6U~&��(��3�7Zs"N�V�At���Z��CB�ݜJn�<���$�*?BZ�y� J�"�㚲�����4DHk@*���=+x����J� �N�U㗳�`o���+&���fm� ��ȴ�&��w�nw�\KgӤ������ ��k�7�᥽A륻[� ް��<\�غ������O�Lo�D��a��C������ X�>��׿|��� ����F�y�vQƍ�@��'�@�� K�$:�?(�Q/��B,�R�vI�S��ꑇB������Y㌡ ��‹޲��U��F�=�(�C(��OT���E қ?#P���$�hћ����P/©70+O1�_��r���Z�H��:��|������p0%�S��� b�k?/*2��2[�`b.��B��Z��x�]+��������ޑU���������~�#�,2��eF��AS�Y�Z�+�cSQ��풵��b�A����)�a�����JL0biE� ɔKg�eGT)�������D��a�eefɂL�Kd�z*�jө�*�69��]�{�[_�|��5q��*�� ;ODz�j� �:%%-���G\�%���_I�����x�]M <޲��>�#�~���k�%+���3���f��fRl��2P�%@$,��)M�蔡���x�VM�bE�|sW�u2u��"�&��1%o`Ԯ5�Ґ�Q�+�pX�΋���(�c�F)%q5h^9�EҾ^2p�D.O��w/f�6�޵8vv ���PfKZe�77m�tэ1߃W%ԯ0 �O�|��Y��ΨEu��A��g��K��x�:e.H�}m�Մ��������3�Ȋ�/����D�6\�_ZElc�&{ ɞ@�=w*}_c�\Dq峥%j���� T\�V�8�v���P���to?���ֲQ�ا�N����x��0) G�^�/T"�y�Y�Ĥ �({4G�m�^� +�z��jm�"��;��K0�Q/��:ف!JJc{a�L�BLM Úr�P �� ����%�D�o4 �FD|�����+Vu��h��4��&I\��*0�(��/PK]���jPKO�RGDefinitions/resource-VfwB116768a32e6NodesVsncvfc-template-interface.yml�]K��8�ϯ�mv�Y ��ә�;Az�/��@S��m�Ԓ����~��Ò-�r[���dST�����Z(�Èƌ3�W�J_fH�G��YB�5N��&�� ~ ���w������%tV�4���X��vSX>'8�s�@��*�򲪤 ��-Y֪�zPV^H��k%��L$�l5Y��U0�Bt��Ŷ�6�%r��rJD��*�KB�UL��������~������2��8�E��I�^R���J3��n<6~|�B���ͪ��{���/��]�4��0l�˜��i{��VBs�h�@q�?Bw���u&���K�X�x�Y@GpJ���iʀ%��w�l`���.�@�u6_�C��k�2j����.����dc� �ac �����* ���׬��&Ԁ@,:��[��W�y�B�"�%�_�`Z�sN�����$��Ż���#�k��ՐB�1�K�P��Vc�� $�ݳ��2� ��0��`�t&�t�Ci��o�R�V��Q�A���W��)�y:�Ҡ�~��� a�u��X��W7��f���)���o��T�K[6d,U0u�(8x(�U�-���k���:�~Zr1������:�']C���{ƇE:�Tgf��.&�L��8��K���s � w���8(�2L��V��,/ǰ��G�紒�`G�HpGY"��>T��e�b���X�I�C�Eѽ%�fm"pF�!U���9E��L Pʕ�(���nY�KI۽��i|���ӷ�>��.��Ea��/W� ��������Zo����{� �W:;�̍�Q��B���E����eY��m���ޢ� �� W&ES/axP ��rF�>��^�ëy�L�<FM U.;��]~n��l{L��Ѿ�r5��E2M��P��8�mW�cv������҅���1kqf���{,�O���`O��e���o�=�Zi'��ln�$���SIV�^?*?x�N�8�|g�+z���Z�p>6��I"H��χ���� ;����;_� 1*���� 5vܴ �ڣ�����!ˍ���闇�T���Y���Y�<%��&4�qR� �6��YTr�<(��4�0�mb�9Y{ �ߕ�u�3�᪾ef�}\+M�iº}z�\���� 3��y{���U��:蔏z’,�����<� �2)�,��™���}E� ��vvjfպ�� �Xok#Q�YP���r=�wb���]�htXq�~��~�j �?o�C�/��~]�ј�ʠ��E�Ź�G�,�/xs���f�4$Y~fn�|�W�_w�2�q�.��:=igalW�n]�'q�'��{���:�"; �8�XG��U�����C�U_:�7���q95�/͖4�YCbG'��qP�ֲ또G~�Әx�h�a,T�%<���M���ܢ��������m�1�gE��a�K�A�g/��4�n�v%G������ȹ�-r%��A������b!_�9�=���R�;f�a��v�(��X�倘Dc�n�M��w�L����Rl��0i��Ö��}x$L�dr��j�գb��Jɮ#����!1�&�1��h�M0�c�Ư+-��2Q�q-H�>��׶.���pD��$����.�x�J����_)5��K���>y\L�^ B� ��*.�X�3V����a�7��<�.��ܥ�D�!;��2*v�E�Y�O���į�0���s*������:=㳶�Rr=��'W��� ��L����ףg*�\�%��̝�8p�\���3����)ڨ��j����wה��U0D����C�����c>����1n�<���C���f�;����W�w�rz�'ɢ\�Jb�~ ����8�s�Y�Y��0���Z����8�[�w��命���}���Ճ�������̠(ٹ��6D�Y7"ͅH(�sI���x#��kW���3g�~��E�������{�O�o�o8��M���D��#��΂�,2 �R�w��:���� �c�<��7/��!D����M-YVUk��ೕH}��%��G�]�k�$a��r��€_��V�s\���7�%���7�\��$T��vb�1��X`�E�'`���`� ����PKO(�� f�PKO�R-Definitions/resource-Neutronport-template.yml�WKs7 ��W����mɑ��b9�$��ؾt:;X+q�%7$W����^���Jv#i��A�#���qR����K�]�A�h1a>n9Y� �-*�H/� � ���1�7`%h?�M���2�@ c烑@1��f��j(�s:U+�%^���l0B6���A6·��|���8�s|C� ��V��4֓L��V�>����E��;L�����~��<� ��ѱ �#�f7�(+� � ���دL[��d~[�K�OXL�͒��ί��N�/��JN2WeO��̭�"��}�e*���0v�>-�K��]���϶?�Bp��"9��Gq>|���T��Ȑ��zuF�����ـ�SPBJ˥"3Q�l E�!]�R}� l�9��IE��U��U� "Mֲ����h�W�T�Z���.��|�e+kT@k�k�}��8*�˦� �]%��4qJs҆0�eRe��]狾�YI�V�BPz7(�ܚbr�Xk����GN�JK��S�HB R���� E �B�n�|Ό!��N����>�Ͼ҅o4�Z��h���zg��JZr�rP�Z��1��p8o�^� c�����|I��͸4�g{���pj2���߯�K��m�x|V�q���#q���,���R���1M��͘��qz�z�d�! ����DȨ�V똕#��6u|�<�j��r����3�- Pc �ZP�'-y��S�F�p� ���@ǶX���o��ԕ�{1����G��!,�|��wo��m�)�d@(5W�@�F� ���5�ci��E�sޯRFFH�X�4�Nr�8�ʕR��^�X�f�T���|V�]ަ�w�N���+��6�!]����X4@'�T%�YN�Q���ܮ����������u�h �W��o�'�ߩ�S���l�tOa��[J=����}=/�@��.z �mv=�����}��)��cZ�/��� ���p�N��9�Мd�m+2����z�Ǖ۫�C�'Dh�ܶ�B�����l?.�fJ�����Hv���N��5�*¢��K�]����w����Y'�PJ��%�<��o=���7�#k��;:>�𝟊���3�*/���2y�0]|����9�C�Y�hrs�C�PK$�r`YPKO�R)Definitions/resource-Compute-template.yml�VKs�6��W�-�)�l�7?�N�3v�K��Y�K c,�M<���(�5��}�V��92��@��zssy���~{����d����u��k��ל��ܐl���O"�8v۶T�N�쑸 H>>ȍ4��Ő��4�"� x�L}���5ɽQX�O���:��8�[QO씾�d>��HRRk��̈́�X?!�L�g�l�+H��|4,���'3��Z���es�>���v�N��ht��{�Y�v�Oi�+k���{E���vo����~}Y���WjmJ���|���?.�?�?�k}t�������L���� g5����8��%�=��|�s�Lh C�Ѻ��%�x��l��hmG�,G��`nY�&}��ѐ/B�'��cݯ��%z�o����k��@[��?�ٿPKL�%��� PKO�RDDefinitions/resource-Vfwb116768a32e6ComputeNodesHeatVpg-template.yml��Oo�0���)|ۓfY���D�zh��W4��%��m�����I�$J{3o~���3�z�D����L�|\�$,%�����}װ�z !@} D� ����=քpfi�)���y��J�)�@a)��Nw�0�g�JY�S��EZіsI�*����9�z��E���XQ�2,a�a �+�'/!��k��pz��'���C�a<�AG._"n��tY x��V�� -����������Qw���^�H�jRei�N�� �˒r��;GY�ߕ�G��ط{��x��_(Y �WM��]�:��],�1�Vv�,nu�����{}Cv������+l���qO��Vl�ś��چ�16�}�;yg����];Đ����+L&%�����>x(�LӞP6�پ�W����N��D������oPKk��A�cPKO�RDDefinitions/resource-Vfwb116768a32e6ComputeNodesHeatVsn-template.yml��Ko� ���+�� �O��MԪ�f�*��.p� �`v5����v&Q�>��^�t�6:hk|7��qђ�����+ }�u�a��B���i0����cK�\�f)U,-iY E�J9��b9�FTq�s�d�� dNK��*�(��겑i60`K����,c5k�ȑ%��01V�O^B2{��)��j���p��{�g5����C��u\��k/�][�#�E����ʟ�D��Co''��FZג&OU�U ��X���@�#`����c���w���E�4 c���oܺ��%��� Q��6�ס��%�����{]�\�1�{�V�Q�=����+�����ڔ�<�^�7#_�cl���R7� .f�?��$v�!-�'�W��J$o��}�P��2�=�씳C���7���!��.�${�����PK_v�G�cPKO�R/Definitions/resource-Globalcompute-template.yml�Mo�6����m�`��u�ط4i�6[,���@Qc�(E�$����Q�-%ٛhP�Cdȑw ?DYeMs�q�-WҤG�/�ĺ,ËR@z��H��Ksj���.�Ts*����[r�����S>[�v��n�]� �ޮVk6����Uc|����[�v� �a3�,��,�-)e��b�Y���l�oBeT<���,`j�i^Z��oPj0 �!��%9rm+�_Pv�� �R(��\� �%͸�.�I�@{*���>�5��J��Z��9�4Se����XM��t�XU��w���[�����ӟ�r�d�`=�d���|������x�� ��nP}����̈�,S�NȎ ,�%$�B`f풺�:���w�o2�1� �C��ˁ� �5�kU ���6�T��WUvi� �R٦ܾU/�֝M�=Tz���Ð���09�XҨҲҔ�����;����Yk52T�ձn�I�<@��������8�nP,�~Hd�\(�}����W�j�Ve�B��+�Һf�ܴ�3%ɠ��2��犓s͊�Jk���IBfdѻ~~������/��#��B��,xN7��x(:���L"&�ܠ�'��O.���;��ξ�$V���a� C�4/��e���n'��/\y�@Nཫ\ �� m��GX�� ��w�E|� ���PK=���<KPKO�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��PKO�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�'}8PKO�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?��@ @PKO�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&PKO�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�����PKO�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� PKO�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~(PKO�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��-�YPKO�RCArtifacts/Informational/OTHER/VSP_vFW-b116768a-32e6_Information.txt�WAo�0>o���MZ�(�jjS���dQӦ�ic��3��e�~Ɛ�@"��ӄO��~��އb�}��r1G7�0�e��l�3���g�����g[�Dh7 �`�b�Gn�b�{x^oDqd�`�c�`��6@$�����$ 1xj���DB��b����G���1�j%6��Jdz�=����q� $#�[~4�m@�V�#�M�L�t+x�։khJz��[`��3��|{��� ��}a�� ���*�=��Lm���&�P\��+��1y�e�YE �Ҙl���2& � �c Maޙ ���z,�N@,A��J�8�kp("jE��U !�����|f� \���Xb�kX�_��r2���K�O���u�lL����菓��>�%�~�g�x��o�L�����X`���uD���󧠝����O�� z2 ��:�2��y�Zi��ɗF�$}�MA�Lj�*S�#[��u9=��F0�V6fk*���fz����� �N9T�f�X6@�sF�G���TJ.�l��l���pB@v�)Vg�c*�e:˜��M,�咽���'�^��\pʼn)����.���v���ZW �ã��2�wP�����n�9ʝ�]!@JdЂz{�[��*�~�~�~�~��~���s�����bo�� PKB��PKO�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\+�֗׊���BVZ�� ,VPZF&�i ��qI J(Q)�+E��1?0N���{!��1�?F ?<��a�z&��"ƕ����k?��PK�߉�!7PKO�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xml��n�0�_�ȝ�"�V��$��Ko\F�Pm�$#y�RK ���^C�1�~���$}*PU:hz@u�ڽ�U��y���9�m;h��uwۆ'lz��"Lo�M�O��6��Ԑg�dE�$*�3�C�"U��H��K�S�i2QH.��3T�,�Q�X4�tf��Ў]�.r��f(� ������V�e:�s"n)���yj�F"Łh���w�솲m��ݙ�n2��\����My�Л�8Ǻl\�Kz��aٜL(M �1�%K�[�%�b�pTk-c�+�?s��bN�Oe����;, TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.001Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:14.003Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||resource request for resource customization id 8f7e41c8-cace-4140-97ed-05757481924b: {\"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-02T02:35:14.003Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c02b93a 2021-04-02T02:35:14.003Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.004Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-02T02:35:14.005Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : db655ab4-18ec-4bc0-b663-a44c21af54c5 2021-04-02T02:35:14.006Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID db655ab4-18ec-4bc0-b663-a44c21af54c5 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-02T02:35:14.017Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.017Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria 2021-04-02T02:35:14.018Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:35:14.018Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.018Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria 2021-04-02T02:35:14.019Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:35:14.019Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.019Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is not matching search criteria 2021-04-02T02:35:14.019Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-02T02:35:14.019Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-02T02:35:14.020Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-02T02:35:14.020Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-02T02:35:14.020Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-02T02:35:14.020Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-02T02:35:14.020Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:14.020Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-02T02:35:14.020Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:14.020Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-02T02:35:14.021Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-02T02:35:14.021Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aae7e584-934e-4a02-a826-92ac8a626f52 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-02T02:35:14.038Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.038Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria 2021-04-02T02:35:14.038Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:35:14.039Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.039Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is not matching search criteria 2021-04-02T02:35:14.039Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-02T02:35:14.039Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-02T02:35:14.039Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:14.039Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-02T02:35:14.040Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-02T02:35:14.040Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-02T02:35:14.040Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-02T02:35:14.040Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-02T02:35:14.040Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-02T02:35:14.040Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:14.041Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-02T02:35:14.041Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-02T02:35:14.041Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eb8d6d09-483e-48a4-b4f7-13646ad30697 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-02T02:35:14.043Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.043Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria 2021-04-02T02:35:14.044Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:35:14.046Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.046Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is not matching search criteria 2021-04-02T02:35:14.046Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-02T02:35:14.046Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-02T02:35:14.047Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:14.047Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-02T02:35:14.047Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-02T02:35:14.047Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-02T02:35:14.047Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-02T02:35:14.047Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-02T02:35:14.048Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-02T02:35:14.048Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-02T02:35:14.048Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-02T02:35:14.048Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-02T02:35:14.048Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1b76c5ee-9f32-44eb-a8c1-316551011291 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-02T02:35:14.050Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.051Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria 2021-04-02T02:35:14.051Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:35:14.051Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.051Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Node template vFW b116768a-32e6 0 is matching search criteria 2021-04-02T02:35:14.051Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW b116768a-32e6 0] matching following query criteria: sdcType=VF, customizationUUID=8f7e41c8-cace-4140-97ed-05757481924b 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-02T02:35:14.054Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.054Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:14.054Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500|| resourceSeq for service uuid 57fa69e3-c2b0-45e4-9216-81106bec6d30: vFW b116768a-32e6 2021-04-02T02:35:14.054Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.054Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:14.055Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.055Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:14.055Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.055Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:14.055Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.055Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:14.056Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:35:14.056Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-02 02-32-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:35:14.056Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||Saving Service: vFW 2021-04-02 02-32-49 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-02T02:35:14.482Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b116768a-32e6 60e58f1a-6cc2-4c97-a3a7-a33cde884ebf 1 ASDC deployResourceStructure 2021-04-02T02:35:14.483Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json ASDC sendASDCNotification 2021-04-02T02:35:14.483Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json 2021-04-02T02:35:14.483Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-02T02:35:14.483Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:35:14.485Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:35:14.485Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330914483, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:35:14.585Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:35:14.586Z||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-02T02:35:14.586Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:35:14.596Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:35:14.596Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:35:15.486Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-02T02:35:15.487Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml 2021-04-02T02:35:15.487Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-02T02:35:15.487Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:35:15.488Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:35:15.489Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330915486, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-02T02:35:15.589Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:35:15.589Z||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-02T02:35:15.590Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:35:15.598Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:35:15.599Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:35:16.490Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-02T02:35:16.490Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env 2021-04-02T02:35:16.490Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-02T02:35:16.491Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:35:16.492Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:35:16.492Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330916490, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-02T02:35:16.593Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:35:16.594Z||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-02T02:35:16.594Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:35:16.603Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:35:16.603Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:35:17.493Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar ASDC sendASDCNotification 2021-04-02T02:35:17.494Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar 2021-04-02T02:35:17.494Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-02T02:35:17.494Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:35:17.496Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:35:17.496Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330917493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:35:17.596Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:35:17.597Z||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-02T02:35:17.597Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:35:17.605Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:35:17.606Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:35:18.497Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:35:18.516Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:35:18.518Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:35:18.518Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-02T02:35:18.519Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-02T02:35:48.519Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:35:48.528Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:35:48.530Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:35:48.530Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-02T02:35:48.530Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-02T02:35:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:35:49.387Z||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-02T02:35:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:35:49.406Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:35:49.407Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:35:49.407Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-starlingx-id", "timestamp": 1617330885661, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:35:49.408Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:36:18.531Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:36:18.539Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:36:18.541Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:36:18.541Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-02T02:36:18.541Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-02T02:36:48.541Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:36:48.549Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:36:48.552Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:36:48.552Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-02T02:36:48.552Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-02T02:36:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:36:49.387Z||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-02T02:36:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:36:49.405Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:36:49.405Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:36:49.405Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "cds", "timestamp": 1617330885999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:36:49.407Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:36:49.407Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:36:49.407Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "dcae-sch", "timestamp": 1617330890850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:36:49.407Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:18.552Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:37:18.563Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:37:18.571Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:37:18.571Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-02T02:37:18.571Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-02T02:37:48.572Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:37:48.580Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:37:48.582Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:37:48.582Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-02T02:37:48.582Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-02T02:37:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:37:49.387Z||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-02T02:37:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:37:49.910Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:37:49.915Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.916Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330889384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "NOTIFIED" } 2021-04-02T02:37:49.916Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.916Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.917Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "cds", "timestamp": 1617330885999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.917Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.917Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.917Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-starlingx-id", "timestamp": 1617330885661, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "NOTIFIED" } 2021-04-02T02:37:49.917Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.917Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.917Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "dcae-sch", "timestamp": 1617330890850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.917Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.917Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.917Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-k8s-id", "timestamp": 1617330894501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.917Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.918Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.918Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330889384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-02T02:37:49.918Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.918Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.918Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "cds", "timestamp": 1617330885999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.918Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.918Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.918Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-starlingx-id", "timestamp": 1617330885661, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-02T02:37:49.918Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.918Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.918Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "dcae-sch", "timestamp": 1617330890850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.918Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.918Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.919Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-k8s-id", "timestamp": 1617330894501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "NOTIFIED" } 2021-04-02T02:37:49.919Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.971Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.971Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-windriver-id", "timestamp": 1617330895922, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.972Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.972Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.972Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330889384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.972Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.972Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.973Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-starlingx-id", "timestamp": 1617330885661, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.973Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.973Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.973Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "cds", "timestamp": 1617330885999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.974Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.974Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.974Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "dcae-sch", "timestamp": 1617330890850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.974Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.974Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.974Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "policy-id", "timestamp": 1617330896236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.974Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.974Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.974Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-k8s-id", "timestamp": 1617330894501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-02T02:37:49.975Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.975Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.975Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "aai-ml", "timestamp": 1617330896703, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.975Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.975Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.975Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-windriver-id", "timestamp": 1617330895922, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "NOTIFIED" } 2021-04-02T02:37:49.975Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.975Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.975Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330889384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-02T02:37:49.975Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.976Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.976Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "cds", "timestamp": 1617330885999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.976Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.976Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.976Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-starlingx-id", "timestamp": 1617330885661, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-02T02:37:49.976Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.976Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.976Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "dcae-sch", "timestamp": 1617330890850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.976Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.976Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.976Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "policy-id", "timestamp": 1617330896236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.976Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.977Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.977Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-k8s-id", "timestamp": 1617330894501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.977Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.977Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.977Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "aai-ml", "timestamp": 1617330896703, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.977Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.977Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.977Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-windriver-id", "timestamp": 1617330895922, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-02T02:37:49.977Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.977Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.978Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330889384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.978Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.978Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.978Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "cds", "timestamp": 1617330885999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.978Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.978Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.978Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-starlingx-id", "timestamp": 1617330885661, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.979Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.979Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.979Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "dcae-sch", "timestamp": 1617330890850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.979Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.979Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.979Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "policy-id", "timestamp": 1617330896236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-02T02:37:49.979Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.979Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.979Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-k8s-id", "timestamp": 1617330894501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-02T02:37:49.980Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.980Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.980Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "aai-ml", "timestamp": 1617330896703, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.980Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.980Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.980Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-windriver-id", "timestamp": 1617330895922, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.980Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.980Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.980Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330889384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:37:49.981Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.981Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.981Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "cds", "timestamp": 1617330885999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:37:49.981Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.981Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.981Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-starlingx-id", "timestamp": 1617330885661, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:37:49.981Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.982Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.982Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "dcae-sch", "timestamp": 1617330890850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.982Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.982Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.982Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "policy-id", "timestamp": 1617330896236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.982Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.982Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.982Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-k8s-id", "timestamp": 1617330894501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.983Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.983Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.983Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "aai-ml", "timestamp": 1617330896703, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.983Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.983Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.983Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-windriver-id", "timestamp": 1617330895922, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-02T02:37:49.983Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.983Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.983Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "policy-id", "timestamp": 1617330896236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.984Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.984Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.984Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-k8s-id", "timestamp": 1617330894501, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:37:49.984Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.984Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.984Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "aai-ml", "timestamp": 1617330896703, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.984Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.984Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.984Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-windriver-id", "timestamp": 1617330895922, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.984Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.985Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.985Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "policy-id", "timestamp": 1617330896236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.985Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.985Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.985Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "aai-ml", "timestamp": 1617330896703, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:49.985Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.985Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.985Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-windriver-id", "timestamp": 1617330895922, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:37:49.985Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.985Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.985Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "policy-id", "timestamp": 1617330896236, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:37:49.986Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.986Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.986Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-starlingx-id", "timestamp": 1617330903465, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:49.986Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:49.986Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.986Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "aai-ml", "timestamp": 1617330896703, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:37:49.986Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:49.986Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.986Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "cds", "timestamp": 1617330903886, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:49.987Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:49.987Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.987Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330903938, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:49.987Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:49.987Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.987Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-k8s-id", "timestamp": 1617330904562, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:49.987Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:49.987Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:49.987Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "cds", "timestamp": 1617330904912, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-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-02T02:37:49.993Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 2021-04-02T02:37:49.994Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:37:50.024Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.025Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-windriver-id", "timestamp": 1617330905030, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:50.025Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.025Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.025Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "policy-id", "timestamp": 1617330905350, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:50.025Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.025Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.025Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-starlingx-id", "timestamp": 1617330906140, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:50.025Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.026Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.026Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "policy-id", "timestamp": 1617330906360, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:37:50.026Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.026Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.026Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "aai-ml", "timestamp": 1617330906430, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:50.026Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.026Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.026Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "policy-id", "timestamp": 1617330907365, "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-02T02:37:50.032Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 2021-04-02T02:37:50.032Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:37:50.075Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.075Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-k8s-id", "timestamp": 1617330907956, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:50.075Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.075Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.075Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-windriver-id", "timestamp": 1617330908263, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:50.076Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.076Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.076Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-starlingx-id", "timestamp": 1617330909055, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:50.076Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.076Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.076Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330909664, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:50.076Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.076Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.076Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-k8s-id", "timestamp": 1617330909995, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:50.076Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.077Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.077Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-windriver-id", "timestamp": 1617330910014, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:50.077Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.077Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.077Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-starlingx-id", "timestamp": 1617330910060, "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-02T02:37:50.082Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 2021-04-02T02:37:50.082Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:37:50.089Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.089Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-windriver-id", "timestamp": 1617330911020, "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-02T02:37:50.094Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 2021-04-02T02:37:50.094Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:37:50.100Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.101Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-starlingx-id", "timestamp": 1617330911064, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:37:50.101Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.101Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.101Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330911110, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:50.101Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.101Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.101Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-k8s-id", "timestamp": 1617330911560, "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-02T02:37:50.106Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 2021-04-02T02:37:50.106Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:37:50.114Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.114Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "clamp", "timestamp": 1617330910963, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:50.114Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:50.114Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.114Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-windriver-id", "timestamp": 1617330912026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:37:50.114Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.114Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.114Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330912414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:50.114Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.115Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.115Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "multicloud-k8s-id", "timestamp": 1617330912565, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:37:50.115Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.115Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.115Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "clamp", "timestamp": 1617330910963, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "NOTIFIED" } 2021-04-02T02:37:50.115Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:50.115Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.115Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "clamp", "timestamp": 1617330910963, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:50.115Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:50.115Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.115Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617330913288, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:50.115Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:50.115Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.116Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330914483, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:37:50.116Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.116Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.116Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "clamp", "timestamp": 1617330910963, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:50.116Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:50.116Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.116Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617330913288, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vfwb116768a32e60_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:50.116Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:50.116Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.116Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330915486, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-02T02:37:50.117Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.117Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.117Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "clamp", "timestamp": 1617330910963, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:50.117Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:50.117Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.117Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617330913288, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:50.117Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:50.117Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.117Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330916490, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-02T02:37:50.117Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.117Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.117Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "clamp", "timestamp": 1617330910963, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:50.117Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:50.117Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.118Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617330913288, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:50.118Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:50.118Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.118Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617330917493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:37:50.118Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.118Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.118Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "clamp", "timestamp": 1617330910963, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:37:50.118Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:50.118Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.118Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617330913288, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/resourceInstances/vfwb116768a32e60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:50.118Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:50.118Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.119Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "aai-ml", "timestamp": 1617330918936, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:37:50.119Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.119Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.119Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617330913288, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:37:50.119Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:50.119Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.119Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "aai-ml", "timestamp": 1617330919943, "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-02T02:37:50.123Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 2021-04-02T02:37:50.123Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:37:50.132Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.132Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617330913288, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:37:50.132Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-02T02:37:50.132Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.132Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617330922944, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:50.132Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.132Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.133Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617330926828, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:37:50.133Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.133Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.133Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617330927832, "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-02T02:37:50.138Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 2021-04-02T02:37:50.138Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:37:50.146Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.146Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "clamp", "timestamp": 1617330933182, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:37:50.147Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.147Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.147Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "clamp", "timestamp": 1617330934684, "artifactURL": "/sdc/v1/catalog/services/Vfw20210402023249/1.0/artifacts/service-Vfw20210402023249-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:37:50.147Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:37:50.148Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:37:50.148Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "clamp", "timestamp": 1617330935688, "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-02T02:37:50.154Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 2021-04-02T02:37:50.154Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:38:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101 2021-04-02T02:38:18.582Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:38:18.594Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:38:18.598Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:38:18.598Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-02T02:38:18.598Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-02T02:38:18.598Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-02T02:38:18.598Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:38:18.598Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:38:18.598Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:38:18.598Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:38:18.598Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:38:18.599Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:38:18.599Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-02T02:38:18.604Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-02T02:38:48.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11 2021-04-02T02:38:48.604Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a 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-02T02:38:48.613Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b9fa7f04-c75f-4ac8-8a45-a420b8b1938a and serviceModelVersionId: 57fa69e3-c2b0-45e4-9216-81106bec6d30 2021-04-02T02:38:48.613Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a030a783-393b-4462-a570-bd3ec6678e30 2021-04-02T02:38:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:38:49.387Z||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-02T02:38:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:38:54.964Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a030a783-393b-4462-a570-bd3ec6678e30/model-vers/model-ver/57fa69e3-c2b0-45e4-9216-81106bec6d30?depth=0 2021-04-02T02:38:55.057Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-04-02T02:38:55.513Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/a030a783-393b-4462-a570-bd3ec6678e30/model-vers/model-ver/57fa69e3-c2b0-45e4-9216-81106bec6d30?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-02T02:38:55.514Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/a030a783-393b-4462-a570-bd3ec6678e30/model-vers/model-ver/57fa69e3-c2b0-45e4-9216-81106bec6d30?depth=0|INFO|500||Invoke 2021-04-02T02:38:55.562Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/a030a783-393b-4462-a570-bd3ec6678e30/model-vers/model-ver/57fa69e3-c2b0-45e4-9216-81106bec6d30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-02T02:38:55.777Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/a030a783-393b-4462-a570-bd3ec6678e30/model-vers/model-ver/57fa69e3-c2b0-45e4-9216-81106bec6d30?depth=0|INFO|500||InvokeReturn 2021-04-02T02:38:55.778Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/a030a783-393b-4462-a570-bd3ec6678e30/model-vers/model-ver/57fa69e3-c2b0-45e4-9216-81106bec6d30?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210402-02:38:55:573-82508], vertex-id=[225336], Content-Length=[0], Date=[Fri, 02 Apr 2021 02:38:55 GMT], Content-Type=[application/json]} 2021-04-02T02:38:55.778Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-04-02T02:38:55.780Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-02T02:38:55.780Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-02T02:38:55.785Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-02T02:38:55.792Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b9fa7f04-c75f-4ac8-8a45-a420b8b1938a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-02T02:38:55.793Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-02T02:38:55.794Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:38:55.795Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:38:55.796Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||DEBUG|500||try to send status { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331135793, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-02T02:38:55.896Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:38:55.896Z||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-02T02:38:55.896Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:38:55.905Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:38:55.906Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:38:56.518Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:38:56.519Z||pool-3-thread-6|||||DEBUG|500||received message from topic 2021-04-02T02:38:56.519Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9fa7f04-c75f-4ac8-8a45-a420b8b1938a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331135793, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-02T02:38:56.520Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-02T02:38:56.810Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:38:56.810Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-02T02:38:56.811Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:39:06.992Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:39:06.993Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:39:06.994Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-02T02:39:06.994Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:39:16.529Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:39:16.530Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:39:16.530Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-02T02:39:16.530Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:39:26.076Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:39:26.077Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:39:26.078Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-02T02:39:26.078Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:39:33.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.73.101 2021-04-02T02:39:35.611Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:39:49.384Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:39:49.385Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-02T02:39:49.385Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:39:49.386Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:39:49.386Z||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-02T02:39:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:39:58.920Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:39:58.948Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:40:49.384Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:40:49.385Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-02T02:40:49.385Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:40:49.386Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:40:49.386Z||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-02T02:40:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:40:59.008Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:40:59.048Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:41:49.385Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:41:49.386Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:41:49.387Z||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-02T02:41:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:41:49.387Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||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-02T02:41:49.387Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:41:58.924Z|b9fa7f04-c75f-4ac8-8a45-a420b8b1938a|pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:41:58.925Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:42:33.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11 2021-04-02T02:42:49.384Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:42:49.385Z||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-02T02:42:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:42:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:42:49.386Z||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-02T02:42:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:42:50.102Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:42:50.102Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:42:50.103Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.103Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b02782e8-339a-4fc3-b983-a198cccade0b","serviceDescription":"service","serviceInvariantUUID":"f05836c1-1638-4c28-8d14-0af08f1b0b89","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a43fa308-3178-421c-96ff-f04ce4b41c8d","resourceInvariantUUID":"79ff6125-ca65-4ee1-b812-737b0d93d45c","resourceCustomizationUUID":"1740002f-e704-4732-828f-dfffda1fb8d8","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":"NDk0OWFjNGM0MjlmY2Y2MDllMDI4MjY4ZGJlYjMzZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c05ddf9e-7f5f-4b7d-a5fb-2eae01dc6451","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWZjMGY4YWM1MjkwNDU1YjBjZDM0OGM4OWE0YjQxNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aedf8bdc-9f5b-40b6-8de9-8e13ae74bbb6","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-02T02:42:50.103Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.103Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "multicloud-k8s-id", "timestamp": 1617331334501, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:42:50.104Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.104Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.105Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "multicloud-windriver-id", "timestamp": 1617331335922, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:42:50.105Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.105Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.105Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "cds", "timestamp": 1617331335999, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:42:50.105Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.105Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.105Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "policy-id", "timestamp": 1617331336236, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:42:50.105Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.105Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.105Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "multicloud-windriver-id", "timestamp": 1617331335922, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:42:50.106Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "multicloud-k8s-id", "timestamp": 1617331334501, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:42:50.106Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "cds", "timestamp": 1617331335999, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:42:50.106Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "policy-id", "timestamp": 1617331336236, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:42:50.106Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.106Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:42:50.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331345661, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:42:50.107Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.107Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331345661, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:42:50.107Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.107Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:42:50.107Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "aai-ml", "timestamp": 1617331346703, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:42:50.107Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.107Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "aai-ml", "timestamp": 1617331346703, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:42:50.108Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.108Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.108Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "policy-id", "timestamp": 1617331348831, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:42:50.108Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:42:50.108Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.108Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "cds", "timestamp": 1617331348968, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:42:50.108Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:42:50.108Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.108Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "policy-id", "timestamp": 1617331349836, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:42:50.108Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:42:50.108Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.108Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "cds", "timestamp": 1617331349977, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-04-02T02:42:50.171Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:42:50.171Z||pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331369384, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 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-02T02:42:50.210Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 39 ms 2021-04-02T02:42:50.211Z||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-02T02:42:50.211Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:42:50.219Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:42:50.264Z||pool-20-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1} 2021-04-02T02:42:50.271Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 2021-04-02T02:42:50.274Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:42:50.292Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.292Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "aai-ml", "timestamp": 1617331350070, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:42:50.292Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:42:50.292Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.292Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "policy-id", "timestamp": 1617331350839, "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-02T02:42:50.297Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 2021-04-02T02:42:50.297Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:42:50.305Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.305Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "dcae-sch", "timestamp": 1617331350850, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:42:50.305Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.305Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.305Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "dcae-sch", "timestamp": 1617331350850, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:42:50.306Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.306Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.306Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "aai-ml", "timestamp": 1617331353305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:42:50.306Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:42:50.306Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.306Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "aai-ml", "timestamp": 1617331354312, "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-02T02:42:50.310Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 2021-04-02T02:42:50.310Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:42:50.318Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.318Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "clamp", "timestamp": 1617331360965, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:42:50.318Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.318Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.318Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "clamp", "timestamp": 1617331360965, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:42:50.318Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.318Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.318Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331363288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:42:50.318Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.318Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.318Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331363288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:42:50.319Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:42:50.319Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:42:50.319Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331369130, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:42:50.319Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:42:51.172Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:42:51.173Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:42:51.174Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:42:51.174Z||pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331369384, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:42:51.274Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:42:51.275Z||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-02T02:42:51.275Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:42:51.284Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:42:51.284Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:42:52.271Z||pool-3-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "b02782e8-339a-4fc3-b983-a198cccade0b", "serviceDescription": "service", "serviceInvariantUUID": "f05836c1-1638-4c28-8d14-0af08f1b0b89", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "1740002f-e704-4732-828f-dfffda1fb8d8", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "a43fa308-3178-421c-96ff-f04ce4b41c8d", "resourceInvariantUUID": "79ff6125-ca65-4ee1-b812-737b0d93d45c", "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": "ZWZjMGY4YWM1MjkwNDU1YjBjZDM0OGM4OWE0YjQxNjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aedf8bdc-9f5b-40b6-8de9-8e13ae74bbb6" } ], "workloadContext": "Production" } 2021-04-02T02:42:52.272Z||pool-3-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-02T02:42:52.272Z||pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b02782e8-339a-4fc3-b983-a198cccade0b ASDC 2021-04-02T02:42:52.272Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:b02782e8-339a-4fc3-b983-a198cccade0b ServiceInvariantUUID:f05836c1-1638-4c28-8d14-0af08f1b0b89 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:aedf8bdc-9f5b-40b6-8de9-8e13ae74bbb6 ArtifactChecksum:ZWZjMGY4YWM1MjkwNDU1YjBjZDM0OGM4OWE0YjQxNjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:1740002f-e704-4732-828f-dfffda1fb8d8 ResourceInvariantUUID:79ff6125-ca65-4ee1-b812-737b0d93d45c ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:a43fa308-3178-421c-96ff-f04ce4b41c8d ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-04-02T02:42:52.272Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b02782e8-339a-4fc3-b983-a198cccade0b 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-02T02:42:52.375Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-02T02:42:52.376Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-04-02T02:42:52.376Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-04-02T02:42:52.377Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: aedf8bdc-9f5b-40b6-8de9-8e13ae74bbb6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-02T02:42:52.377Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-04-02T02:42:52.377Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-02T02:42:52.558Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-02T02:42:52.561Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar aedf8bdc-9f5b-40b6-8de9-8e13ae74bbb6 47928 2021-04-02T02:42:52.561Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:52.561Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:52.562Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:42:52.562Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:42:52.564Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:42:52.564Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331372561, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:42:52.665Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:42:52.666Z||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-02T02:42:52.666Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:42:52.725Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:42:52.725Z||pool-22-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:42:53.565Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-02T02:42:53.567Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-04-02T02:42:53.567Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||Trying to write artifact UUID: aedf8bdc-9f5b-40b6-8de9-8e13ae74bbb6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-02T02:42:53.567Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-04-02T02:42:53.568Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-02T02:42:53.568Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-02T02:42:53.693Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13284016144822313/Definitions/service-BasicNetwork-template.yml 2021-04-02T02:42:54.112Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-02T02:42:54.112Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||WARN|500||#################################################################################################### 2021-04-02T02:42:54.112Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-02T02:42:54.113Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-02T02:42:54.113Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:54.113Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:54.113Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:54.113Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:54.113Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:54.113Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:54.113Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:54.113Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:54.113Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||WARN|500||#################################################################################################### 2021-04-02T02:42:54.113Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:42:54.114Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:42:54.114Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-02T02:42:54.114Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-02T02:42:54.114Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-02T02:42:54.114Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:42:54.114Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:42:54.114Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-02T02:42:54.115Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-02T02:42:54.115Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-02T02:42:54.115Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:42:54.115Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:42:54.115Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:42:54.115Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:42:54.115Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:42:54.115Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:42:54.116Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:42:54.116Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:42:54.116Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:42:54.116Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:42:54.116Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:b02782e8-339a-4fc3-b983-a198cccade0b Model Version:NULL Model InvariantUuid:f05836c1-1638-4c28-8d14-0af08f1b0b89 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:79ff6125-ca65-4ee1-b812-737b0d93d45c Model UUID:504b8da6-dc17-4f9d-974a-7f9ef1746467 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:1740002f-e704-4732-828f-dfffda1fb8d8 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-02T02:42:54.122Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: a43fa308-3178-421c-96ff-f04ce4b41c8d 2021-04-02T02:42:54.122Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||No resources found for Service: b02782e8-339a-4fc3-b983-a198cccade0b 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-02T02:42:54.126Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500|| 2021-04-02T02:42:54.127Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-04-02T02:42:54.127Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||No resources found for Service: b02782e8-339a-4fc3-b983-a198cccade0b 2021-04-02T02:42:54.127Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Preparing to deploy Service: b02782e8-339a-4fc3-b983-a198cccade0b 2021-04-02T02:42:54.128Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-04-02T02:42:54.128Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:54.134Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:42:54.134Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:42:54.134Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:42:54.135Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:42:54.135Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500|| resourceSeq for service uuid b02782e8-339a-4fc3-b983-a198cccade0b: Generic NeutronNet 2021-04-02T02:42:54.135Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:42:54.135Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:42:54.135Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:42:54.135Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:54.244Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:42:54.245Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:42:54.245Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:42:54.245Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:42:54.245Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:42:54.245Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:42:54.245Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:54.304Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-04-02T02:42:54.304Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:54.304Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:42:54.304Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-02T02:42:54.304Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:42:54.306Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:42:54.306Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331374304, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:42:54.406Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:42:54.407Z||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-02T02:42:54.407Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:42:54.428Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:42:54.428Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:42:55.307Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:42:55.316Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:42:55.319Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:42:55.319Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-02T02:42:55.319Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-02T02:42:55.319Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-02T02:43:18.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.78.107 2021-04-02T02:43:25.319Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:43:25.328Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:43:25.331Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:43:25.331Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-02T02:43:25.331Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-02T02:43:25.331Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-02T02:43:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:43:49.387Z||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-02T02:43:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:43:49.506Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:43:49.507Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:43:49.507Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331369384, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:43:49.508Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:43:55.331Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:43:55.340Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:43:55.343Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:43:55.343Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-02T02:43:55.343Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-02T02:43:55.343Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-02T02:44:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101 2021-04-02T02:44:25.344Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:44:25.353Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:44:25.357Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:44:25.357Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-02T02:44:25.357Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-02T02:44:25.357Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-02T02:44:48.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11 2021-04-02T02:44:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:44:49.387Z||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-02T02:44:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:44:49.406Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:44:49.407Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:44:49.407Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "clamp", "timestamp": 1617331370265, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:44:49.407Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:44:49.408Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:44:49.408Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331370593, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:44:49.408Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:44:49.408Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:44:49.408Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331369384, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:44:49.408Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:44:49.408Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:44:49.408Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "clamp", "timestamp": 1617331371287, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:44:49.409Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:44:49.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:44:49.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331371596, "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-02T02:44:49.476Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 2021-04-02T02:44:49.476Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:44:49.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:44:49.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "clamp", "timestamp": 1617331372289, "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-02T02:44:49.489Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 2021-04-02T02:44:49.489Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:44:49.574Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:44:49.574Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331372561, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:44:49.574Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:44:49.574Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:44:49.575Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331374304, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:44:49.575Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:44:55.358Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:44:55.367Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:44:55.371Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:44:55.371Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-02T02:44:55.371Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-02T02:44:55.371Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-02T02:44:55.371Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:44:55.372Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:44:55.372Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:44:55.372Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:44:55.372Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:44:55.372Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:44:55.372Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:44:55.421Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-02T02:45:25.421Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa 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-02T02:45:25.426Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa and serviceModelVersionId: b02782e8-339a-4fc3-b983-a198cccade0b 2021-04-02T02:45:25.426Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f05836c1-1638-4c28-8d14-0af08f1b0b89 2021-04-02T02:45:25.427Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f05836c1-1638-4c28-8d14-0af08f1b0b89/model-vers/model-ver/b02782e8-339a-4fc3-b983-a198cccade0b?depth=0 2021-04-02T02:45:25.473Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-02T02:45:25.510Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f05836c1-1638-4c28-8d14-0af08f1b0b89/model-vers/model-ver/b02782e8-339a-4fc3-b983-a198cccade0b?depth=0|INFO|500||Invoke 2021-04-02T02:45:25.511Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f05836c1-1638-4c28-8d14-0af08f1b0b89/model-vers/model-ver/b02782e8-339a-4fc3-b983-a198cccade0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f05836c1-1638-4c28-8d14-0af08f1b0b89/model-vers/model-ver/b02782e8-339a-4fc3-b983-a198cccade0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[991de4e1-7c37-4b52-ab4b-df9d5aa33403], X-ECOMP-RequestID=[a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa], X-TransactionId=[], X-ONAP-RequestID=[a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa], Content-Type=[application/merge-patch+json]} 2021-04-02T02:45:25.531Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f05836c1-1638-4c28-8d14-0af08f1b0b89/model-vers/model-ver/b02782e8-339a-4fc3-b983-a198cccade0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-02T02:45:25.953Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f05836c1-1638-4c28-8d14-0af08f1b0b89/model-vers/model-ver/b02782e8-339a-4fc3-b983-a198cccade0b?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/f05836c1-1638-4c28-8d14-0af08f1b0b89/model-vers/model-ver/b02782e8-339a-4fc3-b983-a198cccade0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210402-02:45:25:541-13580], vertex-id=[172112], Content-Length=[0], Date=[Fri, 02 Apr 2021 02:45:25 GMT], Content-Type=[application/json]} 2021-04-02T02:45:25.953Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f05836c1-1638-4c28-8d14-0af08f1b0b89/model-vers/model-ver/b02782e8-339a-4fc3-b983-a198cccade0b?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-02T02:45:25.954Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/f05836c1-1638-4c28-8d14-0af08f1b0b89/model-vers/model-ver/b02782e8-339a-4fc3-b983-a198cccade0b?depth=0|INFO|500||InvokeReturn 2021-04-02T02:45:25.954Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-02T02:45:25.954Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:45:25.959Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||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-02T02:45:25.960Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-02T02:45:25.960Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-02T02:45:25.961Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:45:25.963Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:45:25.963Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331525960, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-02T02:45:26.063Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:45:26.064Z||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-02T02:45:26.064Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:45:26.074Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:45:26.075Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 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-02T02:45:26.974Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:45:26.975Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|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-02T02:45:26.975Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:45:31.282Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:45:31.284Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-02T02:45:31.284Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1dbe004-54c3-40a7-92c1-77a797181e15","serviceName":"Demo_pNF_FMPsWqyLUGLt5i4oKWCk","serviceVersion":"1.0","serviceUUID":"049d0f5c-37b0-45c6-b907-e7e28d3ee5de","serviceDescription":"catalog service description","serviceInvariantUUID":"92729ecd-f9f2-4ce1-b093-4f9c5611123a","resources":[{"resourceInstanceName":"pNF a6486685-70d3 0","resourceName":"pNF a6486685-70d3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4d6d103c-eea2-4edc-a13e-dd4692696a3d","resourceInvariantUUID":"7ef5bbc0-61b6-4527-a61e-12bfa50d460d","resourceCustomizationUUID":"c133e733-533f-4002-9d81-bf14c9f59bc4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vf-license-model.xml","artifactChecksum":"NGU2ZTFmNTEwODI3YjMzYmQ1ZTc5MmJmZjE2YzUwYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8a962a1-f6d0-4ad0-a741-67609616c4b4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/pNF.csar","artifactChecksum":"MDg2OGRlNGU0MzM3ZGJkOTY0NDk5Y2QyNmFlZmRiMTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b63e6c06-01b7-4c4b-ae62-3231991bd9de","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"83a41cdb-0f41-4e3e-98b7-a9cb5b2a11d3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vendor-license-model.xml","artifactChecksum":"NGE3OTIzYTY0N2YzMTk3OTk0NTAxNzMyMzdjNGFhYTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b36bded9-5ea9-414d-886e-975d86358a43","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81b0ce19-fdf9-4d5b-bb2b-c66e353d0f38","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4b0f9db7-faac-43b2-8612-75263ea38b39","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFmpswqyluglt5i4okwck-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-template.yml","artifactChecksum":"YzYzYzk4Yjk3YTg4N2I5YzBmM2QzZjMyN2RiZGY4NzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"11422030-0b65-48bc-a1be-2ae7f813cbf7","artifactVersion":"1"},{"artifactName":"service-DemoPnfFmpswqyluglt5i4okwck-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar","artifactChecksum":"OGFhMjM4YzEwNjM1NWU4Mzk4NGQ5ODI1MjAyOGE0ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3aac9991-6552-4a7a-aaf1-921bd0ffd129","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-02T02:45:31.286Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:45:31.286Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:45:31.288Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:45:31.288Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:31.388Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:45:31.389Z||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-02T02:45:31.389Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:45:31.397Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:45:31.397Z||pool-25-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:45:32.289Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:45:32.289Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:45:32.291Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:45:32.291Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:32.391Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:45:32.392Z||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-02T02:45:32.392Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:45:32.401Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:45:32.401Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:45:33.291Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:45:33.292Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:45:33.295Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:45:33.295Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:33.394Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-04-02T02:45:33.395Z||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-02T02:45:33.395Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:45:33.404Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:45:33.405Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:45:34.296Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:45:34.297Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:45:34.298Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:45:34.298Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:34.398Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:45:34.399Z||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-02T02:45:34.399Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:45:34.408Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:45:34.408Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:45:35.299Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:45:35.300Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:45:35.302Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:45:35.302Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:35.402Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:45:35.403Z||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-02T02:45:35.403Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:45:35.413Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:45:35.413Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:45:36.302Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:45:36.303Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:45:36.305Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:45:36.305Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:36.405Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:45:36.406Z||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-02T02:45:36.406Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:45:36.414Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:45:36.414Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:45:37.305Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:45:37.306Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:45:37.308Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:45:37.308Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:37.408Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:45:37.409Z||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-02T02:45:37.409Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:45:37.417Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:45:37.418Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:45:38.308Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:45:38.309Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:45:38.310Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:45:38.310Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:38.411Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-02T02:45:38.411Z||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-02T02:45:38.412Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:45:38.420Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:45:38.421Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:45:39.311Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "serviceName": "Demo_pNF_FMPsWqyLUGLt5i4oKWCk", "serviceVersion": "1.0", "serviceUUID": "049d0f5c-37b0-45c6-b907-e7e28d3ee5de", "serviceDescription": "catalog service description", "serviceInvariantUUID": "92729ecd-f9f2-4ce1-b093-4f9c5611123a", "resources": [ { "resourceInstanceName": "pNF a6486685-70d3 0", "resourceCustomizationUUID": "c133e733-533f-4002-9d81-bf14c9f59bc4", "resourceName": "pNF a6486685-70d3", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4d6d103c-eea2-4edc-a13e-dd4692696a3d", "resourceInvariantUUID": "7ef5bbc0-61b6-4527-a61e-12bfa50d460d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "artifactChecksum": "OGFhMjM4YzEwNjM1NWU4Mzk4NGQ5ODI1MjAyOGE0ZmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3aac9991-6552-4a7a-aaf1-921bd0ffd129" } ], "workloadContext": "Production" } 2021-04-02T02:45:39.312Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-02T02:45:39.312Z|a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 049d0f5c-37b0-45c6-b907-e7e28d3ee5de ASDC 2021-04-02T02:45:39.312Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:d1dbe004-54c3-40a7-92c1-77a797181e15 ServiceName:Demo_pNF_FMPsWqyLUGLt5i4oKWCk ServiceVersion:1.0 ServiceUUID:049d0f5c-37b0-45c6-b907-e7e28d3ee5de ServiceInvariantUUID:92729ecd-f9f2-4ce1-b093-4f9c5611123a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfFmpswqyluglt5i4okwck-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar ArtifactUUID:3aac9991-6552-4a7a-aaf1-921bd0ffd129 ArtifactChecksum:OGFhMjM4YzEwNjM1NWU4Mzk4NGQ5ODI1MjAyOGE0ZmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a6486685-70d3 0 ResourceCustomizationUUID:c133e733-533f-4002-9d81-bf14c9f59bc4 ResourceInvariantUUID:7ef5bbc0-61b6-4527-a61e-12bfa50d460d ResourceName:pNF a6486685-70d3 ResourceType:PNF ResourceUUID:4d6d103c-eea2-4edc-a13e-dd4692696a3d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-02T02:45:39.312Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 049d0f5c-37b0-45c6-b907-e7e28d3ee5de 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-02T02:45:39.336Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-02T02:45:39.337Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-04-02T02:45:39.337Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-04-02T02:45:39.337Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 3aac9991-6552-4a7a-aaf1-921bd0ffd129 from URL: /sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:39.337Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-04-02T02:45:39.337Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:40.284Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-02T02:45:40.287Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar 3aac9991-6552-4a7a-aaf1-921bd0ffd129 78813 2021-04-02T02:45:40.287Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar ASDC sendASDCNotification 2021-04-02T02:45:40.287Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:40.287Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:45:40.288Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:45:40.289Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:45:40.290Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331540287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:40.390Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:45:40.390Z||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-02T02:45:40.391Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:45:40.399Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:45:40.399Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-02T02:45:41.290Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-02T02:45:41.291Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-04-02T02:45:41.291Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||Trying to write artifact UUID: 3aac9991-6552-4a7a-aaf1-921bd0ffd129, URL: /sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar to file: /app/ASDC/1/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:41.292Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:41.292Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:41.292Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:41.405Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12093158293893243970/Definitions/service-DemoPnfFmpswqyluglt5i4okwck-template.yml 2021-04-02T02:45:42.035Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-02T02:45:42.036Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||WARN|500||#################################################################################################### 2021-04-02T02:45:42.036Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:42.036Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-02T02:45:42.036Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||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-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:42.036Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a6486685-70d3 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:42.036Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a6486685-70d3 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-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:42.036Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||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-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:42.036Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||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-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:42.037Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:42.037Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||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-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:42.037Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||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-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:42.037Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||WARN|500||#################################################################################################### 2021-04-02T02:45:42.037Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:45:42.037Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_FMPsWqyLUGLt5i4oKWCk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:45:42.038Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Node template pNF a6486685-70d3 0 is matching search criteria 2021-04-02T02:45:42.038Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-02T02:45:42.038Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Found topology templates [pNF a6486685-70d3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-02T02:45:42.038Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:45:42.038Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_FMPsWqyLUGLt5i4oKWCk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:45:42.039Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Node template pNF a6486685-70d3 0 is matching search criteria 2021-04-02T02:45:42.039Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-02T02:45:42.039Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Found topology templates [pNF a6486685-70d3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-02T02:45:42.039Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:45:42.039Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_FMPsWqyLUGLt5i4oKWCk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:45:42.039Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:45:42.040Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_FMPsWqyLUGLt5i4oKWCk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:45:42.040Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:45:42.040Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_FMPsWqyLUGLt5i4oKWCk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:45:42.040Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:45:42.040Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_FMPsWqyLUGLt5i4oKWCk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:45:42.041Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:45:42.041Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_FMPsWqyLUGLt5i4oKWCk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:45:42.041Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_FMPsWqyLUGLt5i4oKWCk Description:catalog service description Model UUID:049d0f5c-37b0-45c6-b907-e7e28d3ee5de Model Version:NULL Model InvariantUuid:92729ecd-f9f2-4ce1-b093-4f9c5611123a 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-02T02:45:42.047Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4d6d103c-eea2-4edc-a13e-dd4692696a3d 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-02T02:45:42.050Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||pNF a6486685-70d3 0 2021-04-02T02:45:42.051Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4d6d103c-eea2-4edc-a13e-dd4692696a3d 2021-04-02T02:45:42.051Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||No resources found for Service: 049d0f5c-37b0-45c6-b907-e7e28d3ee5de 2021-04-02T02:45:42.051Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Preparing to deploy Service: 049d0f5c-37b0-45c6-b907-e7e28d3ee5de 2021-04-02T02:45:42.051Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a6486685-70d3 0 4d6d103c-eea2-4edc-a13e-dd4692696a3d 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-02T02:45:42.055Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:45:42.056Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_FMPsWqyLUGLt5i4oKWCk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:45:42.056Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500|| resourceSeq for service uuid 049d0f5c-37b0-45c6-b907-e7e28d3ee5de: pNF a6486685-70d3 2021-04-02T02:45:42.056Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||Processing PNF resource: 4d6d103c-eea2-4edc-a13e-dd4692696a3d 2021-04-02T02:45:42.056Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:45:42.056Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Service Demo_pNF_FMPsWqyLUGLt5i4oKWCk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:45:42.057Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||Resource customization UUID: c133e733-533f-4002-9d81-bf14c9f59bc4 is the same as notified resource customizationUUID: c133e733-533f-4002-9d81-bf14c9f59bc4 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-02T02:45:42.169Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a6486685-70d3 4d6d103c-eea2-4edc-a13e-dd4692696a3d 0 ASDC deployResourceStructure 2021-04-02T02:45:42.169Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar ASDC sendASDCNotification 2021-04-02T02:45:42.169Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar 2021-04-02T02:45:42.169Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-02T02:45:42.170Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:45:42.171Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:45:42.171Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331542169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:45:42.271Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:45:42.272Z||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-02T02:45:42.272Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:45:42.280Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:45:42.280Z||pool-34-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-04-02T02:45:43.172Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1dbe004-54c3-40a7-92c1-77a797181e15 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-02T02:45:43.180Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1dbe004-54c3-40a7-92c1-77a797181e15 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-02T02:45:43.182Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:45:43.182Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-02T02:45:43.182Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-02T02:45:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:45:49.387Z||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-02T02:45:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:45:49.399Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:45:49.417Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.417Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "cds", "timestamp": 1617331425999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.417Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.417Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.417Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "dcae-sch", "timestamp": 1617331430850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331425661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "cds", "timestamp": 1617331425999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "dcae-sch", "timestamp": 1617331430850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331425661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-k8s-id", "timestamp": 1617331434501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.418Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "cds", "timestamp": 1617331425999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.419Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.419Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.419Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "dcae-sch", "timestamp": 1617331430850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.471Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.471Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.471Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331425661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.471Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-k8s-id", "timestamp": 1617331434501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.472Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-windriver-id", "timestamp": 1617331435921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.472Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "policy-id", "timestamp": 1617331436236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.472Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "cds", "timestamp": 1617331425999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.472Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "dcae-sch", "timestamp": 1617331430850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.473Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331425661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.473Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-k8s-id", "timestamp": 1617331434501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.473Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "aai-ml", "timestamp": 1617331436703, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.474Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.474Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.474Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-windriver-id", "timestamp": 1617331435921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.474Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.474Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.474Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "policy-id", "timestamp": 1617331436236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.474Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.474Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.474Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "cds", "timestamp": 1617331425999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.475Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.475Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.475Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "dcae-sch", "timestamp": 1617331430850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.475Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.475Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.475Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331425661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.475Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.475Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.475Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-k8s-id", "timestamp": 1617331434501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.476Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.476Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.476Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "aai-ml", "timestamp": 1617331436703, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.476Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.476Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.476Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-windriver-id", "timestamp": 1617331435921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.476Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.476Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.476Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "policy-id", "timestamp": 1617331436236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.476Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.476Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.477Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "cds", "timestamp": 1617331425999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.477Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.477Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.477Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "dcae-sch", "timestamp": 1617331430850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.477Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.477Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.477Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331425661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.477Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.477Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.477Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-k8s-id", "timestamp": 1617331434501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.477Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.478Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.478Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "aai-ml", "timestamp": 1617331436703, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.478Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.478Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.478Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-windriver-id", "timestamp": 1617331435921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.478Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.478Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.478Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "policy-id", "timestamp": 1617331436236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.479Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.479Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.479Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "cds", "timestamp": 1617331425999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.479Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.479Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.479Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "dcae-sch", "timestamp": 1617331430850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.479Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.479Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.479Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331425661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.479Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.479Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.480Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-k8s-id", "timestamp": 1617331434501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.480Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.480Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.480Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "aai-ml", "timestamp": 1617331436703, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.480Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.480Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.480Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-windriver-id", "timestamp": 1617331435921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.480Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.480Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.480Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "policy-id", "timestamp": 1617331436236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.480Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.481Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.481Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "cds", "timestamp": 1617331425999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.481Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.481Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.481Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "dcae-sch", "timestamp": 1617331430850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.481Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.481Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.481Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331425661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.481Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.481Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.481Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-k8s-id", "timestamp": 1617331434501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.482Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.482Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.482Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "aai-ml", "timestamp": 1617331436703, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.482Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.482Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.482Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-windriver-id", "timestamp": 1617331435921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.482Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.482Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.482Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "policy-id", "timestamp": 1617331436236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.482Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.483Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.483Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-k8s-id", "timestamp": 1617331434501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.483Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.483Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.483Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "aai-ml", "timestamp": 1617331436703, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.483Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.483Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.483Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-windriver-id", "timestamp": 1617331435921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.483Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.484Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.484Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "policy-id", "timestamp": 1617331436236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.484Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.484Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.484Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "cds", "timestamp": 1617331443171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.484Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.484Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.484Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "aai-ml", "timestamp": 1617331436703, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.484Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.484Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.484Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "multicloud-windriver-id", "timestamp": 1617331435921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.485Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "policy-id", "timestamp": 1617331436236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.485Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "cds", "timestamp": 1617331444179, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-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-02T02:45:49.491Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1dbe004-54c3-40a7-92c1-77a797181e15 2021-04-02T02:45:49.492Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1dbe004-54c3-40a7-92c1-77a797181e15 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-02T02:45:49.523Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "aai-ml", "timestamp": 1617331436703, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.524Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "aai-ml", "timestamp": 1617331446963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.524Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "policy-id", "timestamp": 1617331447658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.525Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "policy-id", "timestamp": 1617331448663, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:45:49.525Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331445661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "cds", "timestamp": 1617331445185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "policy-id", "timestamp": 1617331449751, "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-02T02:45:49.531Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1dbe004-54c3-40a7-92c1-77a797181e15 2021-04-02T02:45:49.531Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1dbe004-54c3-40a7-92c1-77a797181e15 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-02T02:45:49.575Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.576Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331445661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-02T02:45:49.576Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.576Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.576Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "cds", "timestamp": 1617331445185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.576Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.576Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.576Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "aai-ml", "timestamp": 1617331450754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:45:49.576Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.576Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.576Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331445661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-02T02:45:49.577Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.577Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.577Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "cds", "timestamp": 1617331445185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.577Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.577Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.577Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "dcae-sch", "timestamp": 1617331450850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.577Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.577Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.578Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.578Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.578Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.578Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "aai-ml", "timestamp": 1617331451824, "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-02T02:45:49.582Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1dbe004-54c3-40a7-92c1-77a797181e15 2021-04-02T02:45:49.583Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1dbe004-54c3-40a7-92c1-77a797181e15 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-02T02:45:49.592Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.592Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331445661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.592Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.592Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.592Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "cds", "timestamp": 1617331445185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.592Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.592Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.592Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "dcae-sch", "timestamp": 1617331450850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.592Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.593Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.593Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.593Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.593Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.593Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331445661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-02T02:45:49.593Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.593Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.593Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "cds", "timestamp": 1617331445185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.593Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.593Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.594Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "dcae-sch", "timestamp": 1617331450850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.594Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.594Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.594Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.594Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.594Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.595Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.595Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.595Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.595Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331445661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.595Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.595Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.595Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "cds", "timestamp": 1617331445185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.596Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.596Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.596Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "dcae-sch", "timestamp": 1617331450850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.596Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.596Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.596Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.597Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.597Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.597Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.597Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.597Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.597Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-k8s-id", "timestamp": 1617331454501, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.597Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.598Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.598Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331445661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.598Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.598Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.598Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "cds", "timestamp": 1617331445185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.598Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.598Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.599Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "dcae-sch", "timestamp": 1617331450850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.599Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.599Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.599Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.599Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.599Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.599Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.600Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.600Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.600Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-k8s-id", "timestamp": 1617331454501, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-02T02:45:49.600Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.600Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.600Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "dcae-sch", "timestamp": 1617331450850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.601Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.601Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.601Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-windriver-id", "timestamp": 1617331455922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.601Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.601Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.601Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.601Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.602Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.602Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "cds", "timestamp": 1617331456621, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.602Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.602Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.602Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331456626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.602Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.602Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.603Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.603Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.603Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.603Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "policy-id", "timestamp": 1617331456236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.603Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.603Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.603Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-k8s-id", "timestamp": 1617331454501, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-02T02:45:49.604Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.604Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.604Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "dcae-sch", "timestamp": 1617331450850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.604Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.604Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.604Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-windriver-id", "timestamp": 1617331455922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-02T02:45:49.605Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.605Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.605Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.605Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.605Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.605Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "cds", "timestamp": 1617331457628, "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-02T02:45:49.617Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21c48797-a366-4301-862f-08db61413d06 2021-04-02T02:45:49.618Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21c48797-a366-4301-862f-08db61413d06 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-02T02:45:49.626Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.626Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331457794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.626Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.626Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.626Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.626Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.627Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.627Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "policy-id", "timestamp": 1617331456236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.627Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.627Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.627Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-k8s-id", "timestamp": 1617331454501, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.627Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.627Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.627Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-windriver-id", "timestamp": 1617331455922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-02T02:45:49.627Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.627Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.627Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.628Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.628Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.628Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.628Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.628Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.628Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331458965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.628Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.628Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.628Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "policy-id", "timestamp": 1617331456236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-02T02:45:49.628Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.628Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.629Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-k8s-id", "timestamp": 1617331454501, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-02T02:45:49.629Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.629Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.629Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-windriver-id", "timestamp": 1617331455922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.629Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.629Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.629Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.629Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.629Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.629Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331459970, "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-02T02:45:49.634Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21c48797-a366-4301-862f-08db61413d06 2021-04-02T02:45:49.634Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21c48797-a366-4301-862f-08db61413d06 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-02T02:45:49.644Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.644Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "policy-id", "timestamp": 1617331456236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.644Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.644Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.644Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-k8s-id", "timestamp": 1617331454501, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.645Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.645Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.645Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-windriver-id", "timestamp": 1617331455922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-02T02:45:49.645Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.645Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.645Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.645Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.645Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.646Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "policy-id", "timestamp": 1617331456236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.646Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.646Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.646Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331460977, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:45:49.646Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.646Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.646Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-k8s-id", "timestamp": 1617331454501, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.646Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.646Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.647Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-windriver-id", "timestamp": 1617331455922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.647Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.647Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.647Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "policy-id", "timestamp": 1617331456236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.647Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.647Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.647Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-windriver-id", "timestamp": 1617331455922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.647Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.647Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.647Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "policy-id", "timestamp": 1617331456236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.647Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.648Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.648Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-k8s-id", "timestamp": 1617331463182, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.648Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.648Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.648Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331463289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.648Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.648Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.648Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "clamp", "timestamp": 1617331463556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.648Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.648Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.648Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-windriver-id", "timestamp": 1617331464473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.648Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.649Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.649Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "clamp", "timestamp": 1617331464654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:45:49.649Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.649Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.649Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331464780, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:45:49.649Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.649Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.649Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "policy-id", "timestamp": 1617331465081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.649Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.649Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.649Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-k8s-id", "timestamp": 1617331465166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.649Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.649Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.650Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "clamp", "timestamp": 1617331465659, "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-02T02:45:49.654Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d1dbe004-54c3-40a7-92c1-77a797181e15 2021-04-02T02:45:49.654Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1dbe004-54c3-40a7-92c1-77a797181e15 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-02T02:45:49.663Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.663Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331465783, "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-02T02:45:49.667Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1dbe004-54c3-40a7-92c1-77a797181e15 2021-04-02T02:45:49.667Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1dbe004-54c3-40a7-92c1-77a797181e15 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-02T02:45:49.675Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.675Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "policy-id", "timestamp": 1617331466086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:45:49.675Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.676Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.676Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.676Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.676Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.676Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.676Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.676Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.676Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-windriver-id", "timestamp": 1617331466827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.676Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.676Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.676Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "policy-id", "timestamp": 1617331467091, "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-02T02:45:49.680Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21c48797-a366-4301-862f-08db61413d06 2021-04-02T02:45:49.680Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21c48797-a366-4301-862f-08db61413d06 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-02T02:45:49.685Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.685Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "aai-ml", "timestamp": 1617331466703, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.686Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.686Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.686Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-02T02:45:49.686Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.686Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.686Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.686Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.686Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.686Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-k8s-id", "timestamp": 1617331468068, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.686Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.686Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.687Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "aai-ml", "timestamp": 1617331466703, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.687Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.687Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.687Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.687Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.687Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.687Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.687Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.687Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.687Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-k8s-id", "timestamp": 1617331469154, "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-02T02:45:49.691Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21c48797-a366-4301-862f-08db61413d06 2021-04-02T02:45:49.691Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21c48797-a366-4301-862f-08db61413d06 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-02T02:45:49.696Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.696Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-windriver-id", "timestamp": 1617331469295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.696Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.696Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.696Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "aai-ml", "timestamp": 1617331466703, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.696Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.696Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.696Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.696Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.697Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.697Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.697Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.697Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.697Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-k8s-id", "timestamp": 1617331470161, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:45:49.697Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.697Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.697Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-windriver-id", "timestamp": 1617331470303, "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-02T02:45:49.701Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21c48797-a366-4301-862f-08db61413d06 2021-04-02T02:45:49.702Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21c48797-a366-4301-862f-08db61413d06 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-02T02:45:49.707Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.707Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "aai-ml", "timestamp": 1617331466703, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.708Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.708Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.708Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.708Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.708Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.708Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.708Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.708Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.708Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "multicloud-windriver-id", "timestamp": 1617331471307, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:45:49.708Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.709Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.709Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "aai-ml", "timestamp": 1617331466703, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.709Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.709Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.709Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.709Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.709Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.709Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.709Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.709Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.709Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "aai-ml", "timestamp": 1617331466703, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.709Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.710Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.710Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "clamp", "timestamp": 1617331450963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.710Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.710Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.710Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331453289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.710Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.710Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.710Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "aai-ml", "timestamp": 1617331466703, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:45:49.710Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.711Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.711Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331473959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.711Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.711Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.711Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "aai-ml", "timestamp": 1617331474587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.711Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.711Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.711Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331475691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:45:49.711Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.711Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.711Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331476693, "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-02T02:45:49.715Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21c48797-a366-4301-862f-08db61413d06 2021-04-02T02:45:49.715Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21c48797-a366-4301-862f-08db61413d06 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-02T02:45:49.723Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.723Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "clamp", "timestamp": 1617331478197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:45:49.723Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.723Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.723Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "clamp", "timestamp": 1617331479287, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:45:49.724Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.724Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.724Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "clamp", "timestamp": 1617331480292, "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-02T02:45:49.727Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21c48797-a366-4301-862f-08db61413d06 2021-04-02T02:45:49.727Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21c48797-a366-4301-862f-08db61413d06 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-02T02:45:49.735Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.735Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "aai-ml", "timestamp": 1617331482334, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:45:49.735Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:45:49.736Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.736Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "aai-ml", "timestamp": 1617331483341, "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-02T02:45:49.740Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21c48797-a366-4301-862f-08db61413d06 2021-04-02T02:45:49.740Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21c48797-a366-4301-862f-08db61413d06 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-02T02:45:49.748Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.748Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331475921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.748Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.748Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.748Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "clamp", "timestamp": 1617331481295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.748Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.748Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.748Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331483288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.749Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.749Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.749Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331474501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.749Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.749Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.749Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "policy-id", "timestamp": 1617331476236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.749Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.749Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.749Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331483288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.749Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.749Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.749Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331474501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-02T02:45:49.750Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.750Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.750Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331475921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-02T02:45:49.750Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.750Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.750Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "clamp", "timestamp": 1617331481295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.750Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.750Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.750Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "policy-id", "timestamp": 1617331476236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.750Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.750Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.750Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331483288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.750Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.751Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.751Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331474501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-02T02:45:49.751Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.751Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.751Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331475921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-02T02:45:49.751Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.751Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.751Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "clamp", "timestamp": 1617331481295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.751Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.751Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.751Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "policy-id", "timestamp": 1617331476236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.751Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.751Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.752Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331485661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.752Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.752Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.752Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "cds", "timestamp": 1617331485999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.752Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.752Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.752Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331475921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-02T02:45:49.752Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.752Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.752Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331474501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-02T02:45:49.752Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.753Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.753Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331483288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.753Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.753Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.753Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331485661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-02T02:45:49.753Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.753Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.753Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "clamp", "timestamp": 1617331481295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-02T02:45:49.754Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.754Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.754Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "policy-id", "timestamp": 1617331476236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.754Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.754Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.754Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "cds", "timestamp": 1617331485999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.754Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.754Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.755Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331483288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.755Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.755Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.755Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331474501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-02T02:45:49.755Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.755Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.755Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331475921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-02T02:45:49.755Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.755Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.755Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "clamp", "timestamp": 1617331481295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.756Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.756Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.756Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "policy-id", "timestamp": 1617331476236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-02T02:45:49.756Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.756Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.756Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331485661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-02T02:45:49.756Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.756Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.757Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "cds", "timestamp": 1617331485999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.757Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.757Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.757Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331474501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.757Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.757Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.757Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331483288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.757Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.758Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.758Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331475921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.758Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.758Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.758Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "clamp", "timestamp": 1617331481295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.758Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:45:49.758Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:45:49.758Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "policy-id", "timestamp": 1617331476236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:45:49.759Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:46:13.182Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1dbe004-54c3-40a7-92c1-77a797181e15 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-02T02:46:13.192Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1dbe004-54c3-40a7-92c1-77a797181e15 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-02T02:46:13.194Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:46:13.195Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-02T02:46:13.195Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-02T02:46:13.195Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-02T02:46:13.195Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:46:13.195Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:46:13.195Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:46:13.195Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:46:13.195Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:46:13.195Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:46:13.195Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||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-02T02:46:13.276Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-02T02:46:18.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.73.101 2021-04-02T02:46:43.276Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1dbe004-54c3-40a7-92c1-77a797181e15 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-02T02:46:43.281Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1dbe004-54c3-40a7-92c1-77a797181e15 and serviceModelVersionId: 049d0f5c-37b0-45c6-b907-e7e28d3ee5de 2021-04-02T02:46:43.281Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92729ecd-f9f2-4ce1-b093-4f9c5611123a 2021-04-02T02:46:43.282Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92729ecd-f9f2-4ce1-b093-4f9c5611123a/model-vers/model-ver/049d0f5c-37b0-45c6-b907-e7e28d3ee5de?depth=0 2021-04-02T02:46:43.287Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-02T02:46:43.391Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/92729ecd-f9f2-4ce1-b093-4f9c5611123a/model-vers/model-ver/049d0f5c-37b0-45c6-b907-e7e28d3ee5de?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-02T02:46:43.392Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/92729ecd-f9f2-4ce1-b093-4f9c5611123a/model-vers/model-ver/049d0f5c-37b0-45c6-b907-e7e28d3ee5de?depth=0|INFO|500||Invoke 2021-04-02T02:46:43.407Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/92729ecd-f9f2-4ce1-b093-4f9c5611123a/model-vers/model-ver/049d0f5c-37b0-45c6-b907-e7e28d3ee5de?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-02T02:46:43.678Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/92729ecd-f9f2-4ce1-b093-4f9c5611123a/model-vers/model-ver/049d0f5c-37b0-45c6-b907-e7e28d3ee5de?depth=0|INFO|500||InvokeReturn 2021-04-02T02:46:43.679Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/92729ecd-f9f2-4ce1-b093-4f9c5611123a/model-vers/model-ver/049d0f5c-37b0-45c6-b907-e7e28d3ee5de?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210402-02:46:43:415-20749], vertex-id=[233528], Content-Length=[0], Date=[Fri, 02 Apr 2021 02:46:43 GMT], Content-Type=[application/json]} 2021-04-02T02:46:43.679Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-04-02T02:46:43.679Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-02T02:46:43.679Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||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-02T02:46:43.683Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||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-02T02:46:43.683Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1dbe004-54c3-40a7-92c1-77a797181e15 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-02T02:46:43.683Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-02T02:46:43.683Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:46:43.685Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:46:43.685Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331603683, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-02T02:46:43.785Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:46:43.786Z||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-02T02:46:43.786Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:43.798Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:43.798Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 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-02T02:46:44.697Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-02T02:46:44.697Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"21c48797-a366-4301-862f-08db61413d06","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"371b70d7-95f8-4c4e-bb07-e6ec048f3b44","serviceDescription":"service","serviceInvariantUUID":"64ef2835-3f64-404e-957d-79337f6450ac","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"50f80b15-81e0-4159-9f20-798a5b1ad734","resourceInvariantUUID":"cf087168-8f8d-47e7-a044-934ccd0f85f5","resourceCustomizationUUID":"0ec6620e-caf7-473e-a896-1b5f73715cf7","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":"YTMxYjQ1MmRkZjM0MTlkZDU4ZGQ3MzBlYjJkYjJkMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"01c71a4a-45ec-4db8-8d25-1daf9b706869","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":"N2RmNGRmNjg1MTMzOWI3YjdlMGU2NjMzMjc1NjU5MjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"af521810-392c-4c91-b864-9b861759d313","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":"8da5c19d-c09c-4a9b-abc3-4e2fb7ad0c15","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":"7183cb41-7c20-4f52-9859-92b49092a460","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":"fe13a2fd-d5ac-4cae-95f6-de0fa5369f6e","artifactVersion":"2","generatedFromUUID":"8da5c19d-c09c-4a9b-abc3-4e2fb7ad0c15"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGQ0NTQyMzA5NjU3M2VkMzUzNjliYzIwNWZlMDVmODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf861ecc-e747-4b4b-a815-779d151412af","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGI1YTIxODRiYzVlMTVjYmE1ZTQ2ZGIyY2UzODNmMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a500e86-aa7b-4bb5-b5f8-0ac4bb5d5459","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-02T02:46:44.699Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:46:44.699Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:46:44.701Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:46:44.701Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:46:44.801Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:46:44.802Z||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-02T02:46:44.802Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:44.810Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:44.811Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:46:45.701Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:46:45.702Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:46:45.704Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:46:45.704Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-02T02:46:45.804Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:46:45.805Z||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-02T02:46:45.805Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:45.813Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:45.813Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:46:46.705Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:46:46.705Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:46:46.707Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:46:46.708Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-02T02:46:46.808Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:46:46.808Z||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-02T02:46:46.808Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:46.817Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:46.817Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:46:47.708Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:46:47.709Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:46:47.711Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:46:47.711Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:46:47.811Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:46:47.812Z||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-02T02:46:47.812Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:47.821Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:47.821Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:46:48.711Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:46:48.712Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:46:48.714Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:46:48.714Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-02T02:46:48.814Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:46:48.815Z||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-02T02:46:48.815Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:48.823Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:48.824Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:46:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:46:49.387Z||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-02T02:46:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:49.402Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:49.402Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:46:49.403Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331485661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-02T02:46:49.403Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:46:49.714Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:46:49.715Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:46:49.717Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:46:49.717Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:46:49.817Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-02T02:46:49.817Z||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-02T02:46:49.817Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:49.826Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:49.827Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:46:50.717Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:46:50.718Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:46:50.720Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:46:50.720Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:46:50.820Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:46:50.821Z||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-02T02:46:50.821Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:50.829Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:50.829Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:46:51.721Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "371b70d7-95f8-4c4e-bb07-e6ec048f3b44", "serviceDescription": "service", "serviceInvariantUUID": "64ef2835-3f64-404e-957d-79337f6450ac", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "0ec6620e-caf7-473e-a896-1b5f73715cf7", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "50f80b15-81e0-4159-9f20-798a5b1ad734", "resourceInvariantUUID": "cf087168-8f8d-47e7-a044-934ccd0f85f5", "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": "N2RmNGRmNjg1MTMzOWI3YjdlMGU2NjMzMjc1NjU5MjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "af521810-392c-4c91-b864-9b861759d313", "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": "8da5c19d-c09c-4a9b-abc3-4e2fb7ad0c15", "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": "fe13a2fd-d5ac-4cae-95f6-de0fa5369f6e", "generatedFromUUID": "8da5c19d-c09c-4a9b-abc3-4e2fb7ad0c15" }, "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": "fe13a2fd-d5ac-4cae-95f6-de0fa5369f6e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZGI1YTIxODRiYzVlMTVjYmE1ZTQ2ZGIyY2UzODNmMGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a500e86-aa7b-4bb5-b5f8-0ac4bb5d5459" } ], "workloadContext": "Production" } 2021-04-02T02:46:51.721Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-02T02:46:51.721Z|d1dbe004-54c3-40a7-92c1-77a797181e15|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 371b70d7-95f8-4c4e-bb07-e6ec048f3b44 ASDC 2021-04-02T02:46:51.722Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:21c48797-a366-4301-862f-08db61413d06 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:371b70d7-95f8-4c4e-bb07-e6ec048f3b44 ServiceInvariantUUID:64ef2835-3f64-404e-957d-79337f6450ac 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:5a500e86-aa7b-4bb5-b5f8-0ac4bb5d5459 ArtifactChecksum:ZGI1YTIxODRiYzVlMTVjYmE1ZTQ2ZGIyY2UzODNmMGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:0ec6620e-caf7-473e-a896-1b5f73715cf7 ResourceInvariantUUID:cf087168-8f8d-47e7-a044-934ccd0f85f5 ResourceName:basic_vm ResourceType:VF ResourceUUID:50f80b15-81e0-4159-9f20-798a5b1ad734 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:af521810-392c-4c91-b864-9b861759d313 ArtifactChecksum:N2RmNGRmNjg1MTMzOWI3YjdlMGU2NjMzMjc1NjU5MjU= 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:8da5c19d-c09c-4a9b-abc3-4e2fb7ad0c15 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:fe13a2fd-d5ac-4cae-95f6-de0fa5369f6e 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:fe13a2fd-d5ac-4cae-95f6-de0fa5369f6e ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-02T02:46:51.722Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 371b70d7-95f8-4c4e-bb07-e6ec048f3b44 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-02T02:46:51.792Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-02T02:46:51.793Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-04-02T02:46:51.793Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-04-02T02:46:51.793Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 5a500e86-aa7b-4bb5-b5f8-0ac4bb5d5459 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-02T02:46:51.793Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-04-02T02:46:51.794Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-02T02:46:52.020Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-02T02:46:52.023Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 5a500e86-aa7b-4bb5-b5f8-0ac4bb5d5459 69746 2021-04-02T02:46:52.024Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:52.024Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:52.024Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:46:52.024Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:46:52.027Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:46:52.027Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331612024, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:46:52.127Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:46:52.128Z||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-02T02:46:52.129Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:52.139Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:52.139Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-02T02:46:53.028Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-02T02:46:53.029Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-04-02T02:46:53.029Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||Trying to write artifact UUID: 5a500e86-aa7b-4bb5-b5f8-0ac4bb5d5459, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-02T02:46:53.030Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-04-02T02:46:53.030Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-02T02:46:53.030Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-04-02T02:46:53.124Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5637933329779794568/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-02T02:46:54.002Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-02T02:46:54.003Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||WARN|500||#################################################################################################### 2021-04-02T02:46:54.003Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-02T02:46:54.003Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-02T02:46:54.003Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:54.004Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:54.004Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:54.004Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:54.004Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:54.004Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:54.004Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:54.004Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:54.005Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:54.005Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:54.005Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||WARN|500||#################################################################################################### 2021-04-02T02:46:54.005Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:54.005Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:54.005Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-02T02:46:54.006Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-02T02:46:54.006Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-02T02:46:54.006Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:54.006Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:54.007Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-02T02:46:54.007Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-02T02:46:54.007Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-02T02:46:54.007Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:54.007Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:54.008Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:54.008Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-02T02:46:54.008Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-02T02:46:54.008Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-02T02:46:54.008Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-02T02:46:54.008Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-02T02:46:54.009Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-02T02:46:54.009Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:54.009Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-02T02:46:54.009Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:54.009Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-02T02:46:54.010Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:46:54.010Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:54.010Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-02T02:46:54.010Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:46:54.011Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:54.011Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-02T02:46:54.011Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:46:54.011Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:54.011Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-02T02:46:54.012Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-02T02:46:54.012Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-02T02:46:54.012Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e96cde13-b048-4c43-8c78-1b9a7544f12d 2021-04-02T02:46:54.012Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:54.012Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:54.013Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:54.013Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:54.013Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:54.013Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:54.013Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:54.014Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:54.014Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:371b70d7-95f8-4c4e-bb07-e6ec048f3b44 Model Version:NULL Model InvariantUuid:64ef2835-3f64-404e-957d-79337f6450ac Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:895f7dca-bc65-4432-858c-d847be220116 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cf087168-8f8d-47e7-a044-934ccd0f85f5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0ec6620e-caf7-473e-a896-1b5f73715cf7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3c03227d-b1d3-4b5a-9984-5acdce98b289 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:e5cc9585-4d21-4300-bf6b-2f83ac088437 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e96cde13-b048-4c43-8c78-1b9a7544f12d ModelInvariantUuid:13ecca87-d30d-46ab-9057-00b046d7543c ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:cfe102bf-c9b2-4fe7-9cb8-9426a8df9210 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:b7546f69-5c7a-4fd0-8f43-7f341eb2461c ModelInvariantUuid:e500a1a0-da40-4bee-8fb0-06f49faabf36 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:a62bd75b-da38-4dc5-85ec-ced293f8836f 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-02T02:46:54.019Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 50f80b15-81e0-4159-9f20-798a5b1ad734 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-02T02:46:54.021Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||basic_vm 0 2021-04-02T02:46:54.022Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 50f80b15-81e0-4159-9f20-798a5b1ad734 2021-04-02T02:46:54.022Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: af521810-392c-4c91-b864-9b861759d313 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-02T02:46:54.022Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-04-02T02:46:54.022Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:54.222Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-02T02:46:54.222Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json af521810-392c-4c91-b864-9b861759d313 787 2021-04-02T02:46:54.223Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:54.223Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:54.223Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:46:54.224Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:46:54.225Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:46:54.271Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331614223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:46:54.326Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 54 ms 2021-04-02T02:46:54.326Z||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-02T02:46:54.326Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:54.335Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:54.335Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:46:55.272Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3c03227d-b1d3-4b5a-9984-5acdce98b289", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e5cc9585-4d21-4300-bf6b-2f83ac088437", "vfModuleModelCustomizationUUID": "b4bc8d9f-3a34-4093-90d7-daec55112c96", "isBase": true, "artifacts": [ "8da5c19d-c09c-4a9b-abc3-4e2fb7ad0c15", "fe13a2fd-d5ac-4cae-95f6-de0fa5369f6e" ], "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-02T02:46:55.279Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e5cc9585-4d21-4300-bf6b-2f83ac088437 VfModuleModelInvariantUUID:3c03227d-b1d3-4b5a-9984-5acdce98b289 VfModuleModelDescription:NULL Artifacts UUID List:{ 8da5c19d-c09c-4a9b-abc3-4e2fb7ad0c15 , fe13a2fd-d5ac-4cae-95f6-de0fa5369f6e } 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-02T02:46:55.282Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3c03227d-b1d3-4b5a-9984-5acdce98b289", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e5cc9585-4d21-4300-bf6b-2f83ac088437", "vfModuleModelCustomizationUUID": "b4bc8d9f-3a34-4093-90d7-daec55112c96", "isBase": true, "artifacts": [ "8da5c19d-c09c-4a9b-abc3-4e2fb7ad0c15", "fe13a2fd-d5ac-4cae-95f6-de0fa5369f6e" ], "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-02T02:46:55.282Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e5cc9585-4d21-4300-bf6b-2f83ac088437 VfModuleModelInvariantUUID:3c03227d-b1d3-4b5a-9984-5acdce98b289 VfModuleModelDescription:NULL Artifacts UUID List:{ 8da5c19d-c09c-4a9b-abc3-4e2fb7ad0c15 , fe13a2fd-d5ac-4cae-95f6-de0fa5369f6e } 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-02T02:46:55.282Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 8da5c19d-c09c-4a9b-abc3-4e2fb7ad0c15 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-02T02:46:55.282Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-04-02T02:46:55.282Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:55.533Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-02T02:46:55.534Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8da5c19d-c09c-4a9b-abc3-4e2fb7ad0c15 5033 2021-04-02T02:46:55.534Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:55.534Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:55.534Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:46:55.534Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:46:55.536Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:46:55.536Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331615534, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:46:55.636Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:46:55.637Z||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-02T02:46:55.637Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:55.644Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:55.644Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:46:56.536Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: fe13a2fd-d5ac-4cae-95f6-de0fa5369f6e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-02T02:46:56.537Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-04-02T02:46:56.537Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:56.712Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-02T02:46:56.712Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env fe13a2fd-d5ac-4cae-95f6-de0fa5369f6e 903 2021-04-02T02:46:56.712Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:56.712Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:56.712Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:46:56.713Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:46:56.715Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:46:56.715Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331616712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:46:56.814Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-02T02:46:56.815Z||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-02T02:46:56.815Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:56.824Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:56.825Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:46:57.715Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Preparing to deploy Service: 371b70d7-95f8-4c4e-bb07-e6ec048f3b44 2021-04-02T02:46:57.716Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 50f80b15-81e0-4159-9f20-798a5b1ad734 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-02T02:46:57.728Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:57.728Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:57.729Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Processing vnf with UUID: 895f7dca-bc65-4432-858c-d847be220116 2021-04-02T02:46:57.729Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Will get resource from SDC using resource id: 895f7dca-bc65-4432-858c-d847be220116 2021-04-02T02:46:57.729Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel to get resource 2021-04-02T02:46:57.730Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel 2021-04-02T02:46:57.771Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel|INFO|500||Invoke 2021-04-02T02:46:57.771Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel|DEBUG|500||===========================request begin================================================ 2021-04-02T02:46:57.772Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel 2021-04-02T02:46:57.772Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel|DEBUG|500||Method : GET 2021-04-02T02:46:57.772Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/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:"21c48797-a366-4301-862f-08db61413d06", X-RequestID:"21c48797-a366-4301-862f-08db61413d06", X-TransactionID:"21c48797-a366-4301-862f-08db61413d06", X-ECOMP-RequestID:"21c48797-a366-4301-862f-08db61413d06", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"d28754c3-2499-4cd3-b61f-c4e7b1908951"] 2021-04-02T02:46:57.772Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel|DEBUG|500||Request body: 2021-04-02T02:46:57.772Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel|DEBUG|500||==========================request end================================================ 2021-04-02T02:46:57.950Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel|DEBUG|500||============================response begin========================================== 2021-04-02T02:46:57.951Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel|DEBUG|500||Status code : 200 OK 2021-04-02T02:46:57.951Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel|DEBUG|500||Status text : OK 2021-04-02T02:46:57.951Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-BasicVm-csar.csar"", Content-MD5:"MGVmZTE5MWZkZjQ5MzQ5MDVhMDg1YmVkMjQyODQ3MTE=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"21c48797-a366-4301-862f-08db61413d06", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-04-02T02:46:57.963Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel|DEBUG|500||Response body: PKh�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPKh�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��Љ�PKh�R)Definitions/resource-BasicVm-template.yml�Ys�������~w:r�lCf��u�����I��ya�1[X�8��Jlf7`��K#�]���#�hX7l#0�W������ �� �5�����p ����`�?1�a��g@;���8=f��JSn"I�4 N�@V�,�i�.��1���%y�O5��&c �����&�S�<�qlC 3*� ��-2�ay�D"ޟ��`���x�x�c�+��g 2��vx���Q@�=�;���=�5�Kx�-�?��� ����gn�~�L�t4l.BKń��ϟ��/��?�&S>5��I(D��e�IjJ�@�&��P5L�6E��x�aFK�l���D�����$Ӯc��2K@�m;AL7��� �U�`O��L�N(ؽL<����L���3�ͯ��~-�£�F�╹SC;yv��Q�� �#<�A7c4�j��W�Q�yEܰ�rc����sq�>�z��аƨ�r1�J�<�֎�~��_��:~����Lj�[7���U�6�¢|�㐔n�0�u��?D�2��O��ԥ�%�l�������#�%pa�e��"Bh��"� ����d���eU�-�Ո�4|ܼp �zh���;b�%">l��S�.�x]n.���sp:���� ��0�-q�|86V,�N�#.Za�H���^��i6R�$�JT��.�� Ue�7�|�x>df�w",>��� ���y:�������\�����z�wC]<�~����冿~ ����>כP�����_�Ưs����L����x}��h�l毗_g {�e���� ���|��'�_ ��j:��/��*�������dߍoam��M���^_}���zt;�m�|�]�����������~ޝ�2�/6�;�|Ym,ݼ�=���䐻x��/�/K�D�h� u�CֽGt"�y�u�:�����,\K�ײj���W���N�ZϮ��;�mp��<��.^������K`=�?���+:o�}��_������2��v����8�ORN聫yǴ{���c���ڞQ1�O���L@�r�A�6�-.��3n��B��~29��tH�:��?��D�t`�MµJ� ��+v���RK"����g�� ��F��&R�p�i��#~�M&]E�b�����g=r����ɘ�p��aq������-z�ΰ��5�7 v� �h�Æ�a���Y���������s��BH�v�Q-H�I�j���0)��gC�$ �ė��!��o��u���u��Ak���o�d�U2O-�.2�OL�?���(=_e%}�������`�D�����Z5=A�ȩs����Ķ��p2*����Q�+5�ty"K��BD^�@�LD�ũʩ<�N���($��)��t���(L% ���4I`'�8CA�8�� �,�P���4"B,�<���<�84��9!��Zbi�'�Ž�:�K�9�L�F�� Y3YP躦��Q�h��J�[�>5m��Whv%*��h6e���M��4e=/�6����Bd��Ð��boۺ�&�¸�����������r�B[0*���lJ��֍�c��$e�����A{� ��o�4��d����~���� (S0�\�d��#���g��d�Z��8YF"���H�ަR�q*��c=���n�(���O�����ɱp�s*��#�f ���0BP�M`5 N� dv<,���D��E�2�1�����@���H��,�(i��sl[F��i�� �� @B$�p� ?�ax�[Fh��5��c��1Z��€�?Qa}����_�� ;nv�q> =�z����ׁU��u@��C��N��¤E�R����c�)9s\��r���we ͐���B�%IBAJ]�G^N���mѹY��W�ʉȑtTj=�_�nqM����:3�@��I��Sh�*�b� o�_����"k[o,���,�Ĝ�d|� F7�/�RN��m ����0�����2�1��73�M p�5a�e敭�B�$��Eb�s�1�&��4�j%?��g�E�b�0�s���aa�@{!����q���p �]Ƥ�l�E�W�#P���h����U�h�_�S��1/M�J��f��+��$Ż������۳S�����ݯ��c�}����v���'_��������'�S|l�PMn�{�e�U�\�O3��(����+�H���,bU[� I�mЊ�ri�fR�Am�nșoD�8T�zj������X�d�<��L� �#���M�J���\�+ө�U D7�'�{Z�H���p���)�6R�ýK��ˈ�� %[��dw���@�,��n�d��[k/��uvהL'W�4M�e�~Zm up�C���������"m�q��2EF�.I��h �Fn8�f���Q*��1��ۋ��*˰I �T-��7f��`w�(4Q�˲]����<�Z��d�}k��JK�;XEԸ�ׇ�_�&[�ɼ�KSé��oiM{YnMP�e �&=�f��6�sOg/{y��|���ܭ�&ŶF'���6�Q��Nw5��j��=#2�ex�C��f3��6��R"�g�E+�2o��~��n�Ɏ�m~ٷ��/�Ii���a������K�� \�u�q�(���Ռ�ខ��d����w�[�shɐG�Y����nǎ�W6�����P�1������ }���|�Q�����ɛ����C�d�U��.�4�Aíf��:�_6E��Ң��x) V���TN���!�eIc�4�eI�%��Pr�8FHKc j<D�e��OT��+I�0�ǿ��2�ݙQ��:�u�� UlFw{[�l)����'&�ƫ�Dw���=z��ɳ�yR�Z8y%w�R�m�*��E����n���J�֬(�,� @R%�+�,�S0�hx"©$K�� �Y�XciĽ�)P��&S��&�0�Ԝɪ��u.[��g�������h�<���p=U����f�k.���]��$B�'��C/�8�=ژ<��ݖ�*ɂ�K2]"W��R�c �S B]�>[�L�gz�\N��k �B#Y�X�T��(�q�w��1j�od���l�TA�l�.�fcvxX�*�j�Z�Ѕq�}w7uw.d3�N�KҮ�+���jP�d�D��m�i��U�]�m��J5�72=\_�M����[m���� שm@���4V>��}�u���b����uu�gzh� �{����@�[H�/W��P2��+Z�x���*P3���Q)�,kV�p(�'�M����t�wE ���m�`��K��(�����W�@e&]������֬�O�t�̺�Rhy����,�f.g��{�_�k�� �NmU�?pҁ�Hu�R����z o�|g�"-�L}��(���Ɔ����DY��ׅA���PK2ڀn�.VPKh�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�֗xT�M�k�<��'z��;;[��ᵟ��;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ل�^唍�>][�!��?PKE�v�� c�PKh�R(Definitions/resource-Extcp2-template.yml�RMo�0 ��W�n�GS۷. ��C��0�L'�dɓ�t���lDZ�b��>�=R�#�2 �� .��J��Lڸ [S����삥���xT��-�#.Ϩ9J��}]��4)0�1�q>fII�̃�����'.�Oq_D�Ӏr��SDSv��y�L�K,)��o���ܜ Ӽ�u��#����JJb����� ��T(({$ �����LPhU�Z�O�B��J_R�B҉��洿�k��J������5��d�I3z!�+����q�޴Oo�o$����8����G�7�'��X��=�jww#g��֤����w��•���R G�m�Y�<� �\��%}��jX_��W�h��NCU��t�g=y�Z J�lS�������u*}U���TY�W CV��IH�P�ZͲ��o;�GVc�ln��m���4xg~�YɵV���������|�O׼.M1vҚ$��@ԋw��ϻ�r��3 �g����c~tq�]7��=W�GVy?����t�:�fl��������_'�)O�@ah�PK_��,�PKh�R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ���&)o]�M���ꚾ"c.���6�����G3��4E"���{�'V΢S!�J����!ۘ�(���y���-K�e� @�#ӂI��݆�^��7�+��1/����Y��u��/�z��t�%�xp�Y�k�-ҹ��c���[�'��|5�"�d��y���� � �Ei�8o�Lš�̽�J�T��5hG�, F`e� L��������%�~�|Kg�,��C������*���F�*�� e�tw��{x��J�����92C" N��d�<�|W 滪���]\̨�.�p�$�quHENn������.� �������"��N)c��j̛ڙL���БZUSV�t���$OXGaR*���FpCt�F}�J|URo�*J�TB��r����&Cf}��E��_Y��?��V2�1�R��n�;Jَ�f ����Ѝtw>M��Z�CN�o��E�����* 6L�Wہ� ���Ի�Jh � ���B�W8�ikYnpv��n�W���ސ�Cc�\�{�odq:S���J(��#�3,� y��Y�c1W�{�F�)uIy�@ j��E�����`>:�w����m���[�v��7�2�9�����)����?��=�;*��8�7�D�A�yT�_PK�&<�YPKh�R,Definitions/resource-Globalport-template.yml�WKs�6��W���@�N���i�HѸ�/��&$��\��.��EK���D3rf����bm�f4� �.�6�4~̈qG�gy ��fi0�gQCgg�p���Sa��o�g��C�&����0��wB��؛D�����t2��Je�S�%�zlJ�w�B�r ��$��.G��q�ʂf0#��2��J*��4S<7.�[�hFJ�FR�p��s�'�ܬI&�:��H�9 y�ł�ћ���j���H��b<�8C�.�V<�Q��$0�,��T3�u9_��w���[H�j 3�G��1Mwt2�tYd!��w��vL_��<"�H[� �y�n���f)�^�z VX�w���p(U��q`��n�RN�,�Z��:�e�ٓ���R�BHS��ju�N�4J��2��0��~ ��r�E�y��o�Rz�����Xɬ"��n����"$W��j��� �)���z��5 S�M#�e�#��1�"7+���%�����Oua���F��jh�������}dZ5(�䷝��yu(��{R ��e_9J���K���2�B�r.�Kс��}LS];�({�8i��.4V��B��q�9�~�`8��EuA���71�"4���HK�y"����DžS�黋�`1!�TL����)D����ލ?����q��^���h��7� ��'tT��9�� Kgr �MJ��o���ν��>`Ts�ݢW�}Gq��%YV�� ��?��*hs�90�C��J�B¤*1�;���#a�U� �m���>2�;,w���y~G ����?ܤ���i���&��S��X�ʦX�H�,����6T0 ��O|f=9jS�������s�n@?���ۻ�4�~{�"���X�W�S��ϕ5w;�s��P%������I��T�̝[ml#^����Ph�H7�[$c�!��#�����ׯ����׍lC� ���ZO�_:��|�nP���ޒf��źg2H�0[�I ����r�����u]I[�� wȝ�����[&�6�pk`g����*��|L�8M��#ǑL�X�G:�����o�͡n�^�h�.�'�(�`��ɻ�\��|oo��H?N�xj+�{�ij���|tS�o����?%3�PKc�J#i�PKh�R&Definitions/resource-Port-template.yml�SMo�0 ��W���� q���m��0`K���ՠ%&*K�$�ȿ���m�=�ȏ��O"��I�*����g{r�)�&�UQj�X�l��'�0�(�G�Є���M �Y�r1����y%"�Ex��r���Ւq�X�1��"ɗQ�\�Gϓ(�U,��v�H&,(�{��H�©24��t����@ ����3@�P�CN����-�*���f̺0�Ԟ J�S�SR������u�~�!�c��Op/s����p�m�� z"#�K�n���=����]��4��r�錿W9;��c%�uU��jggn ?�O'��G�{�U�e`z(4�>5�j�� ,1W�?� ��Hc3ϪqG���s��Z� �V+�d�u4ƆVw�� ��lv�a3���Lۖi=9�����If[g�t�}�6t���/��ْ���y�� ��G��C�2�#��o����=��^b�t8����ث������ɖ�C�����s�zЅOIXǭ��V�7b��N��@-���fQ[�re$�8�BTΑ4hE4(�f}u�Y��������-Q?�W\ sM����3�+5L���s��y�˿��'-ש��PK���3ZePKh�RADefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.yml�����0�{?;W"�3Zu{`)�E����K��@R��N�l�t�?����!Ihj�M6���ǘ�P�<��q��� �6�f�r�AA�zŘ�=D>�N__j���� ���}Y�bQiQ�Q�4�л#}5�p� �� �U�^�CQP��a��jw�{pX�'HF����]F���?2?���n[K�������Cf��"=�cd��g��%��,!�%�k�ސ#IK��-?��#�Lz��(�^�X31��wԯ�� ��!Q�����O�oT�}�@�Z�W��s�W��˘6��j��Rph�P��9.�a,�r���3��8��.�E`�/1tKjR�p����i3އ<��Sw��6�* ��CK�&�o-佖��0��o����1%T4�U�cp����|���H����� PKvϷ�TPKh�R,Definitions/resource-Novaserver-template.yml�WKS#7��+t��`��߈a�N9��uH*5�����HIcǛ�O�4c���vB�� �~|�n�qO�RK/�v��Ï���ɢT�,y��^�;*�s�=1&��[ɵ|] X��������Y�ӿ���)?�g��~~�;i�"����g'Y�}��C���pڹ8�~�⸟�{���92k^��M̜߃EhH�2+K@�Ai����qf�+f,�K�+�,x6���t��tnl�I��2�K ��3`CS������J�X�������g�#-u*��o��P@2j͔��s.O�J�!�M1'�J=E�52n��n���f.X�A�+�WX�`Q�g�1��S�DP�)���D�ˠ��+���#�P�d��|�%�����3�a� �h�2C���5lQ�V��,�+��T6�'`��L.o�7T\߾x����z�c�]������ڤJ�[f�H�<��Cl U[�����/ 5�8�뮊�Xc?�̨�wƖ� y�GVoǗ��7����~Y�������o�/��ʗC�����Db�A`�;de4]Ƒۡ�u����aP;�L,d��2�<��/�L��z��ImeK.�5�?C�+��?�i��yXW���p���'<��M��!���؁�a�,-����Q���H��� ��5��_"��?�R![��6�r;�1�7�]&.�A�*ͭ¡��i"�&zʿF��I�Y�o�����[3�U�%v�P�� V���ҋO;��z�~g��� !69�M��u&� <��:����~���7�qr}�t}� ?N(�O4�֞�����{ (�Xl���Ң�o�Չ�l製E<�x����\x����?�k�v% ��y8�D�}�� C��F�u��H ݲ%��X�b��ϱ�v �CGe�%��CX��R<�������^Y�>8�;s�*`4�]��O��?˟�i���=�/PKTe)��PKh�R.Definitions/resource-Extneutroncp-template.yml�V�o7 ~�_��u{��v'�77n��I^���ѶP�t�tN�b��(������A�I��ȏ����%.�Nhe�5K1���"/$&��d� �rt,c��gB��L����$� ��_�.��Koz��E���zѻ���/� �Te|~>-��y��/{��A:�]�����u�/�X�c�g7���n�$��r# `ޯ����íV ��\ � e�m &%h�B�s:m�aatN��>���3�Km61����8�l�n�3tO�|��sTΒޠե���*�&���x������B�'J$L1 �>�=e��6�t�rV�)��7o�(��8��@����,�$7AmrIJ_�/���,���kҕצ% \X�b�vGQ/�.w�*I�.�|/d#�M�R�U~�Vq0��M�j��tAe�:/�&�/��0�ҥrY��9�W�+�8��T7�D�`YFd XL��J �^�4β0;��O�۷�9Ԏ 8j�{P#�[Q�,W�*G$ ���l�W��-��.��9����N@4�� P� *�4�k%x�S��V����HL-U�e[�c�f����;9���J�b�ֹ�?{sV����3��m�)���G(�e��z,h�k�wrT��~��qJ2g�ϋn�9!�c)R�:)h�mW*��j�su ��B2V��n�6~��;μ�`b�J?�r[ �B�0:���^Y�i�R����>����U�E����H_�v�a��j�؟I��x�$NA8A��tn�i��GJh��lj>x�ӢID�x3EO!#��vfR��~q6#���,*!�8L��2:S����q�����$��#C<*��� !��K����:ֿkO���&O}�T���j�|�A�%}�c��h�Q8n�[[ͩ# *��2�`��~���{�M�OZ�RdIղ�C��P���tY���� ��9��*����ߌ�+|g�rM�ń|F�dz�e:U���3�NtI/�y�PK�� EQ� PKh�R:Definitions/resource-BasicVmNodesUbuntu20cvfc-template.yml��r�8���i3{�����o�3���q9�{a�$(s‡�{�~|$����Ԥ,�@����D��ƦC\/����y&q\k4�J������4�W���__i��q������km�&���;�u[l����!]�tc��6���|�풥��\d�2\�C�ڣ�����VK�8 ך��6� #�$�V�t�ߞ]����;ь�ۈ�����}=�?Ϙj^�� q4�h!I(���y���P�/����ؘ�c�^k������V�|c%4�6���$Q�䉄N���"���H|� �a��?�����}XP}�p��b�\_�l> ����rQ�>t�aS�Ƣ��'ly>��8�o/���Ǚ"<{'a��Q >�Q*��[��S�{v�d�V �a�/?�k����:ty!%��m"2^@�� ��{W�� ��X��I���{��8 o���^h��O�&t��R�ۧ��O?���� �λ��(1(a�� �-l�U)t�2&�V�W����`���@%���}t��H 6H��u'Yw�� ��*f��Ӆ�VK#P���j�������f'?��y�jzaB�jz���v��1��o�Pf�\���p���-7RV� ����/�b�\k.��|$������ M�($f֣��V&��+�&��Kh ;� i�j&�3 p Y�F�q��j2�.*��((-s���$�a�a���Yp����O@�������m����cs�*�>��f�+���#�2yz>� ��[o�-��C��P�+��RF�Ť��!!qsy� � D���N�5�����ش�����g���M}J� 7�.������x΅Ղ��>��ݔpY�np�N�� "0�����i�'���p;�!ʙ`��k붶@{ _h�1a�ih�1J�2�3�mh3��;�+H�C�eH�ȅ3�x�XZv���Z "�R-�,�Vb�`[ﴶ ��%���5HL�ć�>_�� }���Y <�Rfaq��/H-�N�l}� K^���rr���O����-.����ɟ�/��Z�'y};�fli����� �J=�طǹ����U YLO<�u��(�e��^��q��"����#+����͕�#�)�c�(|YJ�4�)[s�8�o��5�r� &�L)� �c-A���嶉��$�E^�Ʊ�6��Y��s�HU��� ?c��I��a�|N5��?�;�DL�Ճ�%v�4��H5��T��=�>���~����'���k$/��X�&ܑ� ����C.���Ly�>�R���x���C���8�KȝOɻ���ކ#�� GZ/�ew&?�0eŅ�Q/��݌�>�Fb�P.�r0$��3�E�� 9����+J#�y�-��K�PK��DH JOPKh�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~`��X���a� �;�d���Z�PINJ�{)���T _����h{��B��f���>3v=�-��x���5եJ�8g*����1�m�C�3 C<��$/F�A ���o��E���T�S���)���o ��S�8Iq&VF'G־SÉ�E&���S%��'a�E �w�#�����Vh���Q���!L=m�l�1}(O���� �u���j�5Ɲ�/w2 �cg����.8��;�Rk��I}� w����H � �4m?��ͭ��y��-�Y�� =;n��n!;�q�FN�a�6�9@�n�����}�� � Th���w����4*�e}� ?0� d�t��1A���$�0_�A �Z�c��do�2�kߵ�h{L��yM��ĸ3>�N +}Un����X�X�[����}�)2dV�^�����)��Un_�o 0Cl�(ӄx�r�'�}r� �����s9�&L�>.b1��+�Q�Ӓ^� #ą�cb� �����K_����m��Y�<�^>����,R�»}b��o��m����烻�(���N)���{��=����9��E=MO�u��8�u������붙\��[P� ������`�i� ��W*>���J?p�%��y��(�F!"�����o���7���/�u~ё"�o�:�m�Y�sK��՝ř0>;/��5��DÁI�����SA��Fi�M�� Y���0h�]�����=b�š�{�ԏ�%YADCtg_ޑZ����I8�f������vokη��q�U�:1 %.b�D�;�!�<q�1����HHtf���c5�6�>iVt���e�1�&2z �Q�s���� �� �丨��� qg7����j�0�ˈ�����Y�e }�%�@�|�a �DŽZ� �ӳf�ӧ&zXTߙ������ˣ]�/n�����3�r��{��-7���SK�%� a��Xs�������j� ��%W'e���5��3�����_#;��.�z �S��1�;�1*ѳW�k�w���C����dSS��PK��v��}PKh�R)Definitions/resource-Compute-template.yml�VKs�6��W�-�)�l�7?�N�3v�K��Y�K c,�M<���(�5��}�V��92��@��zssy���~{����d����u��k��ל��ܐl���O"�8v۶T�N�쑸 H>>ȍ4��Ő��4�"� x�L}���5ɽQX�O���:��8�[QO씾�d>��HRRk��̈́�X?!�L�g�l�+H��|4,���'3��Z���es�>���v�N��ht��{�Y�v�Oi�+k���{E���vo����~}Y���WjmJ���|���?.�?�?�k}t�������L���� g5����8��%�=��|�s�Lh C�Ѻ��%�x��l��hmG�,G��`nY�&}��ѐ/B�'��cݯ��%z�o����k��@[��?�ٿPKL�%��� PKh�R/Definitions/resource-Globalcompute-template.yml�Mo�6����m�`��u�ط4i�6[,���@Qc�(E�$����Q�-%ٛhP�Cdȑw ?DYeMs�q�-WҤG�/�ĺ,ËR@z��H��Ksj���.�Ts*����[r�����S>[�v��n�]� �ޮVk6����Uc|����[�v� �a3�,��,�-)e��b�Y���l�oBeT<���,`j�i^Z��oPj0 �!��%9rm+�_Pv�� �R(��\� �%͸�.�I�@{*���>�5��J��Z��9�4Se����XM��t�XU��w���[�����ӟ�r�d�`=�d���|������x�� ��nP}����̈�,S�NȎ ,�%$�B`f풺�:���w�o2�1� �C��ˁ� �5�kU ���6�T��WUvi� �R٦ܾU/�֝M�=Tz���Ð���09�XҨҲҔ�����;����Yk52T�ձn�I�<@��������8�nP,�~Hd�\(�}����W�j�Ve�B��+�Һf�ܴ�3%ɠ��2��犓s͊�Jk���IBfdѻ~~������/��#��B��,xN7��x(:���L"&�ܠ�'��O.���;��ξ�$V���a� C�4/��e���n'��/\y�@Nཫ\ �� m��GX�� ��w�E|� ���PK=���<KPKh�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��PKh�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�'}8PKh�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?��@ @PKh�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&PKh�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�����PKh�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� PKh�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~(PKh�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���/�tPKi�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}�;.@�PKi�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�PKi�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�PKi�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU��� �_��[�Xm(����Z� �����K=�|3���Ȗ�gb.XZ.����ޥ������&��"�J���Jɍ� �y�H�g����I�gr������Ǝ7��{1�q#zӠڽt��H���ؔ�����:���PK[K���PKh�R�R�B4E csar.metaPKh�R��Љ�kTOSCA-Metadata/TOSCA.metaPKh�R2ڀn�.V);Definitions/resource-BasicVm-template.ymlPKh�RE�v�� c�3sDefinitions/resource-BasicVm-template-interface.ymlPKh�R_��,�(�Definitions/resource-Extcp2-template.ymlPKh�R�&<�Y/Definitions/resource-Securityrules-template.ymlPKh�Rc�J#i�,�!Definitions/resource-Globalport-template.ymlPKh�R���3Ze&�&Definitions/resource-Port-template.ymlPKh�RvϷ�TAW)Definitions/resource-BasicvmComputeNodesHeatUbuntu20-template.ymlPKh�RTe)��,d+Definitions/resource-Novaserver-template.ymlPKh�R�� EQ� .�0Definitions/resource-Extneutroncp-template.ymlPKh�R��DH JO:�5Definitions/resource-BasicVmNodesUbuntu20cvfc-template.ymlPKh�R��v��}D9BDefinitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.ymlPKh�RL�%��� )LKDefinitions/resource-Compute-template.ymlPKh�R=���<K/CODefinitions/resource-Globalcompute-template.ymlPKh�R+�@j5���SDefinitions/data.ymlPKh�R�'}8��Definitions/groups.ymlPKh�R0?��@ @I�Definitions/policies.ymlPKh�R���C&ϜDefinitions/annotations.ymlPKh�R�����>�Definitions/relationships.ymlPKh�R 2ea� I�Definitions/artifacts.ymlPKh�R�H�v~(��Definitions/capabilities.ymlPKh�R8��T�Definitions/interfaces.ymlPKh�R5n���/�tM�Definitions/nodes.ymlPKi�R}�;.@�>��Artifacts/Informational/OTHER/VSP_basic_vm_VSP_Information.txtPKi�R�ظW�,2�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPKi�RwHy�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKi�R[K���4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKX �� 2021-04-02T02:46:57.967Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel|DEBUG|500||=======================response end================================================= 2021-04-02T02:46:57.968Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/895f7dca-bc65-4432-858c-d847be220116/toscaModel|INFO|500||InvokeReturn 2021-04-02T02:46:57.971Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-04-02T02:46:57.971Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-02T02:46:57.971Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||VFCustomizationUUID= 0ec6620e-caf7-473e-a896-1b5f73715cf7 2021-04-02T02:46:57.971Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0ec6620e-caf7-473e-a896-1b5f73715cf7 matches Tosca VF Customization UUID: 0ec6620e-caf7-473e-a896-1b5f73715cf7 2021-04-02T02:46:57.971Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||vfCustomizationUUID: 0ec6620e-caf7-473e-a896-1b5f73715cf7 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-02T02:46:57.974Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:57.975Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:57.975Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||resource request for resource customization id 0ec6620e-caf7-473e-a896-1b5f73715cf7: {\"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-02T02:46:57.975Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@331f1965 2021-04-02T02:46:57.975Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:57.976Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-02T02:46:57.976Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b4bc8d9f-3a34-4093-90d7-daec55112c96 2021-04-02T02:46:57.976Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b4bc8d9f-3a34-4093-90d7-daec55112c96 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-02T02:46:58.022Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:58.022Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-02T02:46:58.023Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:46:58.023Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:58.023Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-02T02:46:58.023Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:46:58.023Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:58.023Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-02T02:46:58.024Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-02T02:46:58.024Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-02T02:46:58.024Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e96cde13-b048-4c43-8c78-1b9a7544f12d 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-02T02:46:58.027Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:58.027Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-02T02:46:58.027Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:46:58.027Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:58.027Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-02T02:46:58.027Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0ec6620e-caf7-473e-a896-1b5f73715cf7 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-02T02:46:58.029Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:58.030Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:58.030Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500|| resourceSeq for service uuid 371b70d7-95f8-4c4e-bb07-e6ec048f3b44: basic_vm 2021-04-02T02:46:58.030Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:58.030Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:58.030Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:58.030Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:58.031Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:58.031Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:58.031Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:58.031Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:58.031Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:46:58.031Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:46:58.031Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:58.181Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 50f80b15-81e0-4159-9f20-798a5b1ad734 1 ASDC deployResourceStructure 2021-04-02T02:46:58.182Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:58.182Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:58.182Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-02T02:46:58.182Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:46:58.184Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:46:58.184Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331618182, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:46:58.284Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:46:58.285Z||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-02T02:46:58.285Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:58.293Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:58.293Z||pool-47-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:46:59.185Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:59.185Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:46:59.185Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-02T02:46:59.186Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:46:59.187Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:46:59.187Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331619185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-02T02:46:59.287Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:46:59.288Z||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-02T02:46:59.288Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:46:59.297Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:46:59.297Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-02T02:47:00.188Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:47:00.188Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:47:00.189Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-02T02:47:00.189Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:00.190Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:00.190Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331620188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-02T02:47:00.291Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:00.291Z||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-02T02:47:00.291Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:00.298Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:00.299Z||pool-49-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:01.192Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:47:01.192Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:47:01.192Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-02T02:47:01.193Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:01.272Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:01.272Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331621192, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:47:01.373Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:01.373Z||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-02T02:47:01.373Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:01.382Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:01.382Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-02T02:47:02.273Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21c48797-a366-4301-862f-08db61413d06 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-02T02:47:02.282Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21c48797-a366-4301-862f-08db61413d06 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-02T02:47:02.284Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:47:02.284Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-02T02:47:02.285Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-02T02:47:02.285Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-02T02:47:02.285Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:47:02.285Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:47:02.285Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:47:02.285Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:47:02.285Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:47:02.371Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:47:02.371Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:47:02.376Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-02T02:47:32.377Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21c48797-a366-4301-862f-08db61413d06 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-02T02:47:32.381Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21c48797-a366-4301-862f-08db61413d06 and serviceModelVersionId: 371b70d7-95f8-4c4e-bb07-e6ec048f3b44 2021-04-02T02:47:32.381Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64ef2835-3f64-404e-957d-79337f6450ac 2021-04-02T02:47:32.381Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64ef2835-3f64-404e-957d-79337f6450ac/model-vers/model-ver/371b70d7-95f8-4c4e-bb07-e6ec048f3b44?depth=0 2021-04-02T02:47:32.385Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-02T02:47:32.500Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/64ef2835-3f64-404e-957d-79337f6450ac/model-vers/model-ver/371b70d7-95f8-4c4e-bb07-e6ec048f3b44?depth=0|INFO|500||Invoke 2021-04-02T02:47:32.500Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/64ef2835-3f64-404e-957d-79337f6450ac/model-vers/model-ver/371b70d7-95f8-4c4e-bb07-e6ec048f3b44?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/64ef2835-3f64-404e-957d-79337f6450ac/model-vers/model-ver/371b70d7-95f8-4c4e-bb07-e6ec048f3b44?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[21c48797-a366-4301-862f-08db61413d06], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[06576935-d877-4fcb-818e-846fc5c39823], X-ECOMP-RequestID=[21c48797-a366-4301-862f-08db61413d06], X-TransactionId=[], X-ONAP-RequestID=[21c48797-a366-4301-862f-08db61413d06], Content-Type=[application/merge-patch+json]} 2021-04-02T02:47:32.515Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/64ef2835-3f64-404e-957d-79337f6450ac/model-vers/model-ver/371b70d7-95f8-4c4e-bb07-e6ec048f3b44?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-02T02:47:32.594Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/64ef2835-3f64-404e-957d-79337f6450ac/model-vers/model-ver/371b70d7-95f8-4c4e-bb07-e6ec048f3b44?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/64ef2835-3f64-404e-957d-79337f6450ac/model-vers/model-ver/371b70d7-95f8-4c4e-bb07-e6ec048f3b44?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210402-02:47:32:523-82720], vertex-id=[237768], Content-Length=[0], Date=[Fri, 02 Apr 2021 02:47:32 GMT], Content-Type=[application/json]} 2021-04-02T02:47:32.595Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/64ef2835-3f64-404e-957d-79337f6450ac/model-vers/model-ver/371b70d7-95f8-4c4e-bb07-e6ec048f3b44?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-02T02:47:32.595Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/64ef2835-3f64-404e-957d-79337f6450ac/model-vers/model-ver/371b70d7-95f8-4c4e-bb07-e6ec048f3b44?depth=0|INFO|500||InvokeReturn 2021-04-02T02:47:32.596Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-02T02:47:32.596Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:47:32.599Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||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-02T02:47:32.599Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21c48797-a366-4301-862f-08db61413d06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-02T02:47:32.599Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-02T02:47:32.599Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:32.601Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:32.601Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331652599, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-02T02:47:32.701Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:32.702Z||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-02T02:47:32.702Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:32.712Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:32.713Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 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-02T02:47:33.612Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||received message from topic 2021-04-02T02:47:33.613Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"29e1a4c8-3f95-4dc9-9b34-7c47ac442e12","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7","serviceDescription":"service","serviceInvariantUUID":"ae2c7731-b6f8-4ec7-a536-9a29f9d38007","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6fb2bf7c-f0f5-4c20-be09-3e9bb8439ca3","resourceInvariantUUID":"2579f972-b9e5-4aba-acd1-6cf192a93b9d","resourceCustomizationUUID":"f053494f-e46b-415b-9697-d163b722d34f","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":"ZGNkNzQ4OWRkZWQyNWNlYzQwNzFlNWRjYzU0NzQ3NWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c005e8a-4ca5-4f70-90c4-bc234f702279","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":"7b95ce93-5ea5-44b3-b4cc-afa57aafcc37","artifactVersion":"2","generatedFromUUID":"8d2b4d47-53ab-47f3-93bf-192803f5f737"},{"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":"8d2b4d47-53ab-47f3-93bf-192803f5f737","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":"OWY5ODhlMTQ0OWNkNzJhNzM3NWNiMDk3NGE5NzNlMzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a4dae541-7ffc-4df1-aa73-769562818cb8","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":"d9cb4d56-6cf7-4b58-8067-88f8daf960dc","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":"5945c7bb-3bdd-43a6-a413-d4ce6f6d37da","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":"a35b2e7a-7ae2-4676-bc87-e6eaf0734881","artifactVersion":"2","generatedFromUUID":"d9cb4d56-6cf7-4b58-8067-88f8daf960dc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MzYwZDNiZGQwZjhiNjRiNTU1OTRkMzA2NTY3OTIyOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f99777f4-bca9-4514-95e2-77ebbcfa18ca","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTRlZTlhOGY1NzI5MWI2NzE3OWIxM2ZmOWIwNDNiODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3856351-9c4d-4aaf-b731-a5cbd50869f9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-02T02:47:33.613Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:47:33.614Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:33.616Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:33.616Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:33.716Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:33.717Z||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-02T02:47:33.717Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:33.725Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:33.725Z||pool-52-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:34.617Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:47:34.618Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:34.620Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:34.620Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-02T02:47:34.720Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:34.720Z||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-02T02:47:34.721Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:34.728Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:34.729Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:35.620Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:47:35.621Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:35.622Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:35.623Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-02T02:47:35.723Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:35.723Z||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-02T02:47:35.724Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:35.732Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:35.732Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:36.623Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:47:36.624Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:36.625Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:36.625Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-02T02:47:36.725Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:36.726Z||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-02T02:47:36.726Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:36.736Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:36.736Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-02T02:47:37.626Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:47:37.627Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:37.628Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:37.628Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-02T02:47:37.728Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:37.729Z||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-02T02:47:37.729Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:37.737Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:37.738Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:38.629Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:47:38.629Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:38.631Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:38.631Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:38.731Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:38.732Z||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-02T02:47:38.732Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:38.755Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:38.756Z||pool-57-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:39.631Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:47:39.632Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:39.634Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:39.634Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-02T02:47:39.734Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:39.735Z||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-02T02:47:39.735Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:39.744Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:39.744Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:40.634Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:47:40.635Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:40.636Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:40.637Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:40.737Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:40.737Z||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-02T02:47:40.738Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:40.747Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:40.747Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:41.637Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-02T02:47:41.638Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:41.639Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:41.640Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:47:41.740Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:41.741Z||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-02T02:47:41.741Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:41.749Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:41.749Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:42.641Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7", "serviceDescription": "service", "serviceInvariantUUID": "ae2c7731-b6f8-4ec7-a536-9a29f9d38007", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "f053494f-e46b-415b-9697-d163b722d34f", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6fb2bf7c-f0f5-4c20-be09-3e9bb8439ca3", "resourceInvariantUUID": "2579f972-b9e5-4aba-acd1-6cf192a93b9d", "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": "7b95ce93-5ea5-44b3-b4cc-afa57aafcc37", "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": "8d2b4d47-53ab-47f3-93bf-192803f5f737", "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": "OWY5ODhlMTQ0OWNkNzJhNzM3NWNiMDk3NGE5NzNlMzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a4dae541-7ffc-4df1-aa73-769562818cb8", "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": "d9cb4d56-6cf7-4b58-8067-88f8daf960dc", "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": "a35b2e7a-7ae2-4676-bc87-e6eaf0734881", "generatedFromUUID": "d9cb4d56-6cf7-4b58-8067-88f8daf960dc" }, "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": "a35b2e7a-7ae2-4676-bc87-e6eaf0734881", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NTRlZTlhOGY1NzI5MWI2NzE3OWIxM2ZmOWIwNDNiODc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f3856351-9c4d-4aaf-b731-a5cbd50869f9" } ], "workloadContext": "Production" } 2021-04-02T02:47:42.641Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-02T02:47:42.641Z|21c48797-a366-4301-862f-08db61413d06|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7 ASDC 2021-04-02T02:47:42.642Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7 ServiceInvariantUUID:ae2c7731-b6f8-4ec7-a536-9a29f9d38007 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:f3856351-9c4d-4aaf-b731-a5cbd50869f9 ArtifactChecksum:NTRlZTlhOGY1NzI5MWI2NzE3OWIxM2ZmOWIwNDNiODc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:f053494f-e46b-415b-9697-d163b722d34f ResourceInvariantUUID:2579f972-b9e5-4aba-acd1-6cf192a93b9d ResourceName:basic_cnf ResourceType:VF ResourceUUID:6fb2bf7c-f0f5-4c20-be09-3e9bb8439ca3 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:7b95ce93-5ea5-44b3-b4cc-afa57aafcc37 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:8d2b4d47-53ab-47f3-93bf-192803f5f737 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:a4dae541-7ffc-4df1-aa73-769562818cb8 ArtifactChecksum:OWY5ODhlMTQ0OWNkNzJhNzM3NWNiMDk3NGE5NzNlMzU= 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:d9cb4d56-6cf7-4b58-8067-88f8daf960dc 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:a35b2e7a-7ae2-4676-bc87-e6eaf0734881 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:a35b2e7a-7ae2-4676-bc87-e6eaf0734881 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-02T02:47:42.642Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7 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-02T02:47:42.733Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-02T02:47:42.734Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-04-02T02:47:42.734Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-04-02T02:47:42.734Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: f3856351-9c4d-4aaf-b731-a5cbd50869f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-02T02:47:42.734Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-04-02T02:47:42.735Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-02T02:47:43.568Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-02T02:47:43.571Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f3856351-9c4d-4aaf-b731-a5cbd50869f9 66804 2021-04-02T02:47:43.571Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:43.572Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:43.572Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:47:43.572Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:43.574Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:43.574Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331663571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:43.674Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:43.675Z||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-02T02:47:43.675Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:43.683Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:43.683Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:44.574Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-02T02:47:44.576Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-04-02T02:47:44.576Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||Trying to write artifact UUID: f3856351-9c4d-4aaf-b731-a5cbd50869f9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-02T02:47:44.576Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-04-02T02:47:44.576Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-02T02:47:44.576Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-02T02:47:44.739Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13041756649662677779/Definitions/service-BasicCnf-template.yml 2021-04-02T02:47:45.540Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-02T02:47:45.540Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||WARN|500||#################################################################################################### 2021-04-02T02:47:45.540Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-02T02:47:45.540Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-04-02T02:47:45.541Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:45.541Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:45.541Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:45.541Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:45.541Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:45.541Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||WARN|500||#################################################################################################### 2021-04-02T02:47:45.541Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:45.541Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:45.541Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-02T02:47:45.541Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-02T02:47:45.542Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-02T02:47:45.542Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:45.542Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:45.542Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-02T02:47:45.542Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-02T02:47:45.542Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-02T02:47:45.542Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:45.542Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:45.543Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:45.543Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-02T02:47:45.543Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-04-02T02:47:45.543Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2021-04-02T02:47:45.543Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-02T02:47:45.543Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:45.543Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-02T02:47:45.544Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:45.544Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-02T02:47:45.544Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:47:45.544Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:45.544Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-02T02:47:45.544Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:47:45.544Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:45.545Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-02T02:47:45.545Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:47:45.545Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:45.545Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-02T02:47:45.545Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-02T02:47:45.545Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3fb176fb-8599-4488-b4e6-cd53ef7100cf 2021-04-02T02:47:45.545Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:45.545Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:45.546Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:45.546Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:45.546Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:45.546Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:45.546Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:45.546Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:45.546Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7 Model Version:NULL Model InvariantUuid:ae2c7731-b6f8-4ec7-a536-9a29f9d38007 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:35668c18-1c7d-42b9-9cce-050eea4d9849 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2579f972-b9e5-4aba-acd1-6cf192a93b9d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f053494f-e46b-415b-9697-d163b722d34f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6d3ef17f-8651-4933-8ea0-3b298cd5749f ModelName:BasicCnf..base_dummy..module-0 ModelUuid:af906cd0-1000-4e6a-9949-8dc76f9d49bb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3fb176fb-8599-4488-b4e6-cd53ef7100cf ModelInvariantUuid:2bd5dfcd-ef3c-4c61-be58-ff367e1bc1b6 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:868377d0-3cd4-43ec-8707-0488c03262f2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:d6b70208-adf9-48c9-ab1e-a9a37dbedaf7 ModelInvariantUuid:297624d9-629f-4f6d-b3cd-ab5838b1a57b ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:953262e8-0889-48a2-b0c1-24ad4ca11213 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-02T02:47:45.551Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6fb2bf7c-f0f5-4c20-be09-3e9bb8439ca3 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-02T02:47:45.554Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||basic_cnf 0 2021-04-02T02:47:45.554Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6fb2bf7c-f0f5-4c20-be09-3e9bb8439ca3 2021-04-02T02:47:45.554Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 7b95ce93-5ea5-44b3-b4cc-afa57aafcc37 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-02T02:47:45.554Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-04-02T02:47:45.554Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:47.257Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-02T02:47:47.258Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7b95ce93-5ea5-44b3-b4cc-afa57aafcc37 12 2021-04-02T02:47:47.258Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:47.258Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:47.258Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:47:47.258Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:47.260Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:47.260Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331667258, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:47.360Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:47.361Z||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-02T02:47:47.361Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:47.369Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:47.370Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:48.261Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 8d2b4d47-53ab-47f3-93bf-192803f5f737 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-02T02:47:48.261Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-04-02T02:47:48.261Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:48.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11 2021-04-02T02:47:48.493Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-02T02:47:48.493Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8d2b4d47-53ab-47f3-93bf-192803f5f737 2688 2021-04-02T02:47:48.493Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:48.494Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:48.494Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:47:48.494Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:48.495Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:48.495Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331668493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:48.595Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:48.596Z||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-02T02:47:48.596Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:48.605Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:48.605Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:47:49.387Z||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-02T02:47:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:49.406Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:49.408Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.408Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "cds", "timestamp": 1617331485999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.408Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.408Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331483288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331475921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331474501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "clamp", "timestamp": 1617331481295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "policy-id", "timestamp": 1617331476236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331485661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "cds", "timestamp": 1617331485999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331474501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331475921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331483288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "clamp", "timestamp": 1617331481295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "policy-id", "timestamp": 1617331476236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331485661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "dcae-sch", "timestamp": 1617331490850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "cds", "timestamp": 1617331485999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331474501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:47:49.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.411Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.411Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331475921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:47:49.411Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.411Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.411Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331483288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:47:49.471Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.471Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.471Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "clamp", "timestamp": 1617331481295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:47:49.471Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331485661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-02T02:47:49.472Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "policy-id", "timestamp": 1617331476236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:47:49.472Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "dcae-sch", "timestamp": 1617331490850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.472Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "cds", "timestamp": 1617331485999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.472Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331485661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331493387, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331493390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331493390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "policy-id", "timestamp": 1617331493409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "dcae-sch", "timestamp": 1617331490850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "cds", "timestamp": 1617331485999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331485661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "policy-id", "timestamp": 1617331494412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "dcae-sch", "timestamp": 1617331490850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "cds", "timestamp": 1617331485999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331494766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331494816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.474Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.475Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.475Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331495059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:47:49.475Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.475Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.475Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "policy-id", "timestamp": 1617331495414, "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-02T02:47:49.481Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 2021-04-02T02:47:49.482Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 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-02T02:47:49.496Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: a4dae541-7ffc-4df1-aa73-769562818cb8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-02T02:47:49.497Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-04-02T02:47:49.497Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:49.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331495472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.525Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "dcae-sch", "timestamp": 1617331490850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.525Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "clamp", "timestamp": 1617331495510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.526Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "cds", "timestamp": 1617331495865, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.526Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331495929, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.527Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331496033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.527Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.528Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617331496062, "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-02T02:47:49.532Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 2021-04-02T02:47:49.533Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 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-02T02:47:49.575Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.575Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "dcae-sch", "timestamp": 1617331490850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.575Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.575Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.575Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "clamp", "timestamp": 1617331496556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:47:49.576Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.576Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.576Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331496725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.576Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.576Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.576Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "cds", "timestamp": 1617331496872, "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=? 2021-04-02T02:47:49.581Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 2021-04-02T02:47:49.582Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 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-02T02:47:49.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331497084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.590Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331497175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.590Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "aai-ml", "timestamp": 1617331496703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.590Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "dcae-sch", "timestamp": 1617331490850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.590Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.591Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "clamp", "timestamp": 1617331497559, "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-02T02:47:49.595Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 2021-04-02T02:47:49.595Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 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-02T02:47:49.604Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.604Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331497872, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.604Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.604Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.604Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331498183, "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-02T02:47:49.609Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 2021-04-02T02:47:49.609Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 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-02T02:47:49.614Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.614Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331498178, "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-02T02:47:49.619Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 2021-04-02T02:47:49.619Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 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-02T02:47:49.625Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.625Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "aai-ml", "timestamp": 1617331496703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.625Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.625Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.625Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "dcae-sch", "timestamp": 1617331490850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.625Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.625Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.625Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-k8s-id", "timestamp": 1617331499185, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:47:49.625Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.625Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.625Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-windriver-id", "timestamp": 1617331499190, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:47:49.625Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.626Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.626Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331499242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.626Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.626Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.626Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "aai-ml", "timestamp": 1617331496703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.626Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.626Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.626Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "dcae-sch", "timestamp": 1617331490850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.626Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.626Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.626Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331500249, "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-02T02:47:49.630Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 2021-04-02T02:47:49.630Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 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-02T02:47:49.636Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.636Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "aai-ml", "timestamp": 1617331496703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.636Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.636Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.636Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "multicloud-starlingx-id", "timestamp": 1617331501255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:47:49.636Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.637Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.637Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "aai-ml", "timestamp": 1617331496703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.637Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.637Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.637Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "aai-ml", "timestamp": 1617331496703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.637Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.637Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.637Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "aai-ml", "timestamp": 1617331496703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.637Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.637Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.637Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "aai-ml", "timestamp": 1617331496703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "aai-ml", "timestamp": 1617331496703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:47:49.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "aai-ml", "timestamp": 1617331510125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.638Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "aai-ml", "timestamp": 1617331516508, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:47:49.638Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.639Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.639Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "aai-ml", "timestamp": 1617331517514, "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-02T02:47:49.642Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 2021-04-02T02:47:49.643Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 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-02T02:47:49.650Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.650Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a05ca99f-02e6-4d3f-8ee3-126c41d7f6fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331525960, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-02T02:47:49.651Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.651Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.651Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.651Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.651Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.651Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.651Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.651Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.651Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.652Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.652Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.652Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.652Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.652Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.652Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.652Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.652Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.652Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/resourceInstances/pnfa648668570d30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.652Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.653Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.653Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:47:49.653Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.653Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.653Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:47:49.653Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:47:49.653Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.653Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331540287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.653Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.653Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:47:49.654Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331542169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFmpswqyluglt5i4okwck/1.0/artifacts/service-DemoPnfFmpswqyluglt5i4okwck-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:47:49.654Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:47:49.721Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-02T02:47:49.722Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a4dae541-7ffc-4df1-aa73-769562818cb8 828 2021-04-02T02:47:49.722Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:49.722Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:49.722Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:47:49.722Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:49.724Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:49.724Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331669722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:49.824Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:49.825Z||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-02T02:47:49.825Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:49.833Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:49.834Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:50.724Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "6d3ef17f-8651-4933-8ea0-3b298cd5749f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "af906cd0-1000-4e6a-9949-8dc76f9d49bb", "vfModuleModelCustomizationUUID": "862106a4-a18e-4c8a-a357-25b1a1ffd4dd", "isBase": true, "artifacts": [ "8d2b4d47-53ab-47f3-93bf-192803f5f737", "d9cb4d56-6cf7-4b58-8067-88f8daf960dc", "a35b2e7a-7ae2-4676-bc87-e6eaf0734881" ], "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-02T02:47:50.728Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:af906cd0-1000-4e6a-9949-8dc76f9d49bb VfModuleModelInvariantUUID:6d3ef17f-8651-4933-8ea0-3b298cd5749f VfModuleModelDescription:NULL Artifacts UUID List:{ 8d2b4d47-53ab-47f3-93bf-192803f5f737 , d9cb4d56-6cf7-4b58-8067-88f8daf960dc , a35b2e7a-7ae2-4676-bc87-e6eaf0734881 } 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-02T02:47:50.731Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "6d3ef17f-8651-4933-8ea0-3b298cd5749f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "af906cd0-1000-4e6a-9949-8dc76f9d49bb", "vfModuleModelCustomizationUUID": "862106a4-a18e-4c8a-a357-25b1a1ffd4dd", "isBase": true, "artifacts": [ "8d2b4d47-53ab-47f3-93bf-192803f5f737", "d9cb4d56-6cf7-4b58-8067-88f8daf960dc", "a35b2e7a-7ae2-4676-bc87-e6eaf0734881" ], "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-02T02:47:50.731Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:af906cd0-1000-4e6a-9949-8dc76f9d49bb VfModuleModelInvariantUUID:6d3ef17f-8651-4933-8ea0-3b298cd5749f VfModuleModelDescription:NULL Artifacts UUID List:{ 8d2b4d47-53ab-47f3-93bf-192803f5f737 , d9cb4d56-6cf7-4b58-8067-88f8daf960dc , a35b2e7a-7ae2-4676-bc87-e6eaf0734881 } 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-02T02:47:50.731Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: d9cb4d56-6cf7-4b58-8067-88f8daf960dc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-02T02:47:50.731Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-04-02T02:47:50.731Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:50.957Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-02T02:47:50.958Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d9cb4d56-6cf7-4b58-8067-88f8daf960dc 1164 2021-04-02T02:47:50.958Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:50.958Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:50.958Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:47:50.958Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:50.960Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:50.960Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331670958, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:51.060Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:51.061Z||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-02T02:47:51.061Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:51.069Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:51.069Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:51.960Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: a35b2e7a-7ae2-4676-bc87-e6eaf0734881 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-02T02:47:51.961Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-04-02T02:47:51.961Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:52.165Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-02T02:47:52.166Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a35b2e7a-7ae2-4676-bc87-e6eaf0734881 200 2021-04-02T02:47:52.166Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:52.166Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:52.166Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-02T02:47:52.166Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:52.168Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:52.168Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331672166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:47:52.268Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:52.269Z||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-02T02:47:52.269Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:52.277Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:52.277Z||pool-66-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:53.168Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Preparing to deploy Service: 3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7 2021-04-02T02:47:53.169Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6fb2bf7c-f0f5-4c20-be09-3e9bb8439ca3 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2021-04-02T02:47:53.176Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-02T02:47:53.183Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:53.184Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:53.184Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Processing vnf with UUID: 35668c18-1c7d-42b9-9cce-050eea4d9849 2021-04-02T02:47:53.184Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Will get resource from SDC using resource id: 35668c18-1c7d-42b9-9cce-050eea4d9849 2021-04-02T02:47:53.184Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel to get resource 2021-04-02T02:47:53.185Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel 2021-04-02T02:47:53.185Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel|INFO|500||Invoke 2021-04-02T02:47:53.185Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel|DEBUG|500||===========================request begin================================================ 2021-04-02T02:47:53.186Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel 2021-04-02T02:47:53.186Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel|DEBUG|500||Method : GET 2021-04-02T02:47:53.186Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/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:"29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", X-RequestID:"29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", X-TransactionID:"29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", X-ECOMP-RequestID:"29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"7d527430-269b-45ec-82d5-7ee3fd96b54e"] 2021-04-02T02:47:53.186Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel|DEBUG|500||Request body: 2021-04-02T02:47:53.186Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel|DEBUG|500||==========================request end================================================ 2021-04-02T02:47:53.358Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel|DEBUG|500||============================response begin========================================== 2021-04-02T02:47:53.358Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel|DEBUG|500||Status code : 200 OK 2021-04-02T02:47:53.358Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel|DEBUG|500||Status text : OK 2021-04-02T02:47:53.358Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-BasicCnf-csar.csar"", Content-MD5:"ZTBiODY2ODc1MTI5OTRiYjJjNTI3ZDJiMDJmZDQwMzA=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-04-02T02:47:53.368Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel|DEBUG|500||Response body: PKy�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPKy�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��rdi�Sɑj��ƌtD�c N����*�2ܬK 5nD,)haB�eVt9���|��CJ����xy:Gd���>sR������? fX���� ���O�bzp��i���x* ��$��8cOWxk������Ņ4������ݿ�E�O�U�����ף2[���?�a y��r���q���~������g��?���ǯռ�"�XrhX�T�5K�,��\,�-��.YFý�8�b4��N�)� �%y������4�ء���uYI��i )'� $,� V�kY���?�dv k�4;,��q�E��/�ad G��|P�@��١�YK|�j`��4�� Q�<�\Tdi�̇S"�z�|����� =?��8�1�eʾ��҄�G��+��'�Ѡy�8�l,�„�8+$��g�ʼnm�#w��ެHL�)b�ZL��#r���}y��Mʭ/�'�����e �[����f#f^T��2�D�b��O6��y��QS[��Ͱ%�r������.�m����g9��NP�4{���9 +]qU��ʉk��� ��eQ�ݼ`Y��JTk K�D{nm�xŝ�( ĵ��A���� \� �V�d㠀�w(�V�-u���W��6��v�hEB�+J�nko���v�^-7�hٰ�2/�#�%���vh��<� \�A$\�h�ul�D s/����\P��bC�E�qb�S8N��*�pa��*s�S8���q-�X"/7� �^?=��n=�7t��#�� �Dֻ����!Is� ��&#V8�VR�����6�}(% ���V���R�a\�3��ٿ��.� KB��?�>[��7�*����,4�v��Ϝ��p�6s>�^�;Pn(l��#���,��:~�!c9��W����s��}W�����Mx��PX��GWc]��L��B?���:�4�M���b Ǻу �A��v5}�� Y�c��8%r�hi��L�M� �î�fiZ,r��ބ�p�!�� N.� �S7��Pt!| '�rt������ًL���\\�nX������1HR��O�7��^�>̈^�@*�|g�/N����;�l����^��_����0��+���+s�\��Ϩ8OZ��t�й��$��Mj�%lܹh�bT�δ�C1���`\�ݻ�KmH�;�a�CsV ��t׎��WN��1�7�~<��6* ߰�_3��S 7��@9%eF;����{�BU��ߠ�d�$������������7z�*8��6�!�����t��5�k����1~���7�>l5�_�:�R[��U5]-�t�w�1�|���կ��뫢�U�@ŧ*���{�ɏ��,�����[l Օ>]Qw�6�4Dn��(�o�%���Dn�+Y{�l��1�:��v�vn"��8X�����{sۧ2t�4K< ۙ[��_����O �o-��)��[�rV�n��fOqz��Z��E6��τ t!{Ȟ���OA|����Y C�/���Yw�&\���Fh�Y;��V�3�m� �ގ���Ef ɏ#�ސ�F� ��� F��zh��&�B� 3�k?L��L����Z; i��j�0�1'�Hg�u��O�Qt�C[U�m�l��,�����O4�m9~ a,q�J׊�~_f��hɯ�f�.7�2&��b�r����vU���ުkeN���S��.A�|�羘�q��v݌lq���$�&_n>A�w��-AcdL ��N絊P��a�S;���s�@1u��N�� j��b��b���0�~A��.��Ԩ�Ff��F��+��w��0�.�����]ʹ�Ԩ3^ =�F��ڇ�_6�1�ڶ����a�vn��/�ax]��T�#}�5�� ��hû 4�h��,2�)6�B[}��y<��Z[�+Y�k��ob����SVԝx�/PK��ܠ }6PKy�R4Definitions/resource-BasicCnf-template-interface.yml�\K��(�ϯ�q��V�5�~�4�팦gFZ�V�`������̯��N��c�n�"'|�Ael#5�(�9�0)4ZS��b�wK���mp�� ���2z��*2�p��/g��|A�)8�̰�fSvla}��/�F�"��ZTQ�]�V���vn��K%���/�o��3��䶬�BH����Z�N�5#�j�ʒ JdQ��jY)B�u��a�ȽȽ��*��ʕ,fC��B��I=��?���Q��+I�9*dV�yX�-�M��f�|�2���������O�� ��Ym0�lU�D��8�Vr�2�%�Mҩ��?S4�%9��������� &���0"R�lY)����FUt�W )9��H�"G��C�MA�8X����u��f��hț>�*GzS@� �����f˾��+\8X�3����8�"����`H�$�T!�T=�{�_}y�x�p�����3�g������ ���i�f� & ]Ru��� ��a���̪�� VXsw�4�s"g̷+�8��Uy�kO�������>~��ݒt�A`N�r+���z� i��lsx�'��W_Kkp�7���5��eƀ��W���i ���L ���f��pU8 g`I��8�4��_�kwqVډ{��X���FZ4$!�R� �Urݺ��t7���k�֘� �ТX��Z^����0�hz��?��0��.̊/���P��wz�['*Š����T�׆�gjRV����#�=e\�uk�t8}�l�.1+l`v^����NɎ��SD�D?��6pS$ �"~ #I* �LH�pz�o7��;=�"��f�d;H�G϶�o D���uU��H����>��V,�G���31�!M���ӡ�p`����VOQ����F�v��2S!�:9��W�H<�ɧ��:��������%��zx�ߧӎ%?D�b̏�q����t8��u�C���}4~�F�J�4`$�8�p��C *�R2aNv��u��6+�8f�qw�����q�~7���v�W��+���T��0���4y+�Z�]� �Y��V�f�T�c4� �U=�h?6 �X�4�ٟ� �cuUyS+s�N���] ��1����� Z�e��X̹$�S\hGZhw������D<3��C����r ��f) r`�PRz��19�C��M�4E��h�h0�џ�I�I�cvp�P#�$�ڦ"-F��C6" >���� p������b"l{3�crl� ��_<�0�� ���F~��F� �yae�d�P�7:��7�+n]&�&]�C�L A&&M�1H�h\b�9��X[� �f�0���î8L��#fS�$�sf��+�d��60��d�DL 6 ��y|�|�%�w��)�IH��?~��J��'F���$��~HQ�2:�~kd�[�m��8r8Z�rE �0��Ռ�|tq�$�� ��Gj�s���!��� ~�׍�� nj0�W��ڱ�M��� ��6߸�Z�PK穬� p]���GAa�g}/�\d��d>�5,�6�:�x�"��Ƕ�-��~o���]�E���a�4L��'c���LVE;P8�t���wꌱz�T��PK�!�272^PKy�R,Definitions/resource-Novaserver-template.yml�WKS#7��+t��`��߈a�N9��uH*5�����HIcǛ�O�4c���vB�� �~|�n�qO�RK/�v��Ï���ɢT�,y��^�;*�s�=1&��[ɵ|] X��������Y�ӿ���)?�g��~~�;i�"����g'Y�}��C���pڹ8�~�⸟�{���92k^��M̜߃EhH�2+K@�Ai����qf�+f,�K�+�,x6���t��tnl�I��2�K ��3`CS������J�X�������g�#-u*��o��P@2j͔��s.O�J�!�M1'�J=E�52n��n���f.X�A�+�WX�`Q�g�1��S�DP�)���D�ˠ��+���#�P�d��|�%�����3�a� �h�2C���5lQ�V��,�+��T6�'`��L.o�7T\߾x����z�c�]������ڤJ�[f�H�<��Cl U[�����/ 5�8�뮊�Xc?�̨�wƖ� y�GVoǗ��7����~Y�������o�/��ʗC�����Db�A`�;de4]Ƒۡ�u����aP;�L,d��2�<��/�L��z��ImeK.�5�?C�+��?�i��yXW���p���'<��M��!���؁�a�,-����Q���H��� ��5��_"��?�R![��6�r;�1�7�]&.�A�*ͭ¡��i"�&zʿF��I�Y�o�����[3�U�%v�P�� V���ҋO;��z�~g��� !69�M��u&� <��:����~���7�qr}�t}� ?N(�O4�֞�����{ (�Xl���Ң�o�Չ�l製E<�x����\x����?�k�v% ��y8�D�}�� C��F�u��H ݲ%��X�b��ϱ�v �CGe�%��CX��R<�������^Y�>8�;s�*`4�]��O��?˟�i���=�/PKTe)��PKy�R)Definitions/resource-Compute-template.yml�VKs�6��W�-�)�l�7?�N�3v�K��Y�K c,�M<���(�5��}�V��92��@��zssy���~{����d����u��k��ל��ܐl���O"�8v۶T�N�쑸 H>>ȍ4��Ő��4�"� x�L}���5ɽQX�O���:��8�[QO씾�d>��HRRk��̈́�X?!�L�g�l�+H��|4,���'3��Z���es�>���v�N��ht��{�Y�v�Oi�+k���{E���vo����~}Y���WjmJ���|���?.�?�?�k}t�������L���� g5����8��%�=��|�s�Lh C�Ѻ��%�x��l��hmG�,G��`nY�&}��ѐ/B�'��cݯ��%z�o����k��@[��?�ٿPKL�%��� PKy�R?Definitions/resource-BasiccnfComputeNodesHeatDummy-template.yml���n�0�w?7O",Yvdmm���E� ��C�����{tIj5h�Q���\�䣄Fa��Nڻ� "j�f+j�lF��ɛ|g1����1�\z~���f���\�꒝�K���Ye�(U�T+���NЭ���Ź�*;T�%++(2q�yV��J y^�G�X��W�Z޻�Ko�>!w^a����ڑHd�]�k��#�T���^�JcG񖳄�Wƚ="Z�{�G�"b ����tʇ���"�Ҵ���O4�2�s~��P�橷)�~����b�����4\�Zm(���h ���6�$����6��-r��h@��_u�a7� _��Ԣ�v獖�|�V��i�{K��385ۼw�Õ��v3��������/���i,��w@մ�����7ם���@���/�7PK}�ĝPPKy�R8Definitions/resource-BasicCnfNodesDummycvfc-template.yml�ZKs�6��W��4zY�uK�͌�t�&�^8 �hI�%@7��/$��d<&�/�.ߒPB�4b�)&���h&៽��)ɒ4��'���7 U8� �o<��7�1����?�eޅ �V��f�z�CQ��l�" �`\%�n�[m���H�F�%h��o�|�ۑ�j�YFK �8�{/����qR9 �$9>�E(��d,U��B[���d�:���+�I/�4���8� �+��~|�x|z��=���~��fL�yp�H�a�`<�R��?(EV��#�~�|�1�T�.f����0:~Γ������Ȕ�ߠb=R���"����$�I��@V��8`1��&1�+ҌƸH�W�Z��DE|�DnS�#�t*bFZ*뱊s.T)פ2��JG��L@�+�E�P�������g��Q3ͤ(� D���VX3��V����J�*���+J�B�o�Rhn��u=�7�B3؁N�zZӽ~�E��J�SHIQ-�Wΐ��Zq8��hY�������~*��� j+��#vȳ�$�{:�y��e9���M{�Wc�'g �^�cYR��QΉ)��m��a���_��7+�IH̤�0̤\eG_�W�4�5�_R��3ҟ��s�Y��R���@��Ȩu���� T9(TR1�k O� #P��xYnOt�� t�+�*�nn0���~m��O]���%y��V��C�TrF���~ol�z��A�~�YX�wSQd��H�N3̚"<{.\vC��9�2�-������� nL�"�lB�����c�f6�����O��f�@ �}�q�b���a���8�ME5�u�b<|* ��I蕔�>���VM�+|`�C����)@`^o&@���+;��� ����q��6߀ 0���ί=_.^���C����HdM��L��n�B�Z��vgh}��`�Κ�W��TۇF$�o7�ux�6����M���w��.X�m��,�w���v�h��K��-�8\�X,���ͥ ��8OK�pl����0����-(��x� �h��7�ƨ���`�����,D'��t�?��z%�6�`��0x��C�u ��qY����ؼ�I3ț섫��,ާg�;P z�_�Vq?�.P�,��es�y�*_�j�Ƿ�_�~�x*˝d4%���X$�aq ��Կ8���!\�e������y��������8\@���ê����U)����ז��� b{������ׯO/��K~���h���<��*��/����w1� ��{��X�[J�\Y֬��n�̈́�C��G/��p�BC��������"�)�]�99^$��=�4��gY0�6A;\�ɂ��oƠ�^�?���k�w� ��g/�J�4f�^�%nlu��$�?�k��N�Z�Q�8�Ε[rP���g�i����u�"*�Ys-�U��v�ۗ�qϕ,��_Y�;R�2�[2�s���ҕַ�+d��*� X-������GN��q�H�/?�L�6�;�`/|��T@39]��$�h�%�i�5��a.�b��篷dl���a��K�8M��I�W�� ǗcC[D{��<���rk�5��� X��8�T�͢��'�� �dY]�o�A�{��Q�d��� ���ߍg������*)�띩�p����k���3R!�գ���֢�g��@�M�/}Ga�}�!j䜂�m�`���,�-��߮�����e6[}��S�Y'��*'{����B �oX��M����M4�,g�x��]���%Y ���i�����Vf��nk[��q$vg�̾����O�9������ ����;�\oĦncw��m����:*�uL9�@�V�X�&�j�}�+s��7%�J}7d�uL�J �[ �d,��4v�f��]���Y�� ��� ��9T� �zu��̖Z�٪�h���/B���nX^B�4-������F���w��UDgĭ�%�Do Wz b�l�s@L�N�@*�p��$�=4?I��6��ö^�����D�r �ÁU>^0sSbn�x�3u�e���c�k{J�N�L��[������/fW,M�[��)��a �)F��D������!��U qk��Y �u���"l���91'vϝ ,�5��O� #�a�����st��"ƢB ��y��IX$����󁠥� ������w��n���j� -��·z�i1-���v��o���.�c�͆�+aH�Ӊ�I2] �_OrG�LG��3f��Mܥ��3�}��,z�}�1?����wG'D.�<=4@ϝq2 +�q�_tM-��}���#�퉀����{(q�9����W���.�YM�S\�^U\z�M��Zsķb������."��&<�W‡�FLK�+�&j���WSpc��`���҉<a�����T����3f@;Z�O���e>���B���S]!��J�Ny�⃟y�6:䇃3�C�3t�iy\zZ����(pߵyN?7> 6z`I�c��Ÿ��.=m��s}��{��|q��ӻk�5�Tu7�Z����_�܈u�a�l�_T��u{N-"ճ�6Fw>8��Z�Wǝ�C���*�.�\��W��PK[�ahn:[PKy�R/Definitions/resource-Globalcompute-template.yml�Mo�6����m�`��u�ط4i�6[,���@Qc�(E�$����Q�-%ٛhP�Cdȑw ?DYeMs�q�-WҤG�/�ĺ,ËR@z��H��Ksj���.�Ts*����[r�����S>[�v��n�]� �ޮVk6����Uc|����[�v� �a3�,��,�-)e��b�Y���l�oBeT<���,`j�i^Z��oPj0 �!��%9rm+�_Pv�� �R(��\� �%͸�.�I�@{*���>�5��J��Z��9�4Se����XM��t�XU��w���[�����ӟ�r�d�`=�d���|������x�� ��nP}����̈�,S�NȎ ,�%$�B`f풺�:���w�o2�1� �C��ˁ� �5�kU ���6�T��WUvi� �R٦ܾU/�֝M�=Tz���Ð���09�XҨҲҔ�����;����Yk52T�ձn�I�<@��������8�nP,�~Hd�\(�}����W�j�Ve�B��+�Һf�ܴ�3%ɠ��2��犓s͊�Jk���IBfdѻ~~������/��#��B��,xN7��x(:���L"&�ܠ�'��O.���;��ξ�$V���a� C�4/��e���n'��/\y�@Nཫ\ �� m��GX�� ��w�E|� ���PK=���<KPKy�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��PKy�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�'}8PKy�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?��@ @PKy�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&PKy�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�����PKy�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� PKy�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~(PKy�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�PKy�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&��PKy�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@�>��PKy�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�PKy�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU�M� ��Ҹ�GQ�i��4k"?4=~�����7��;�.CA�����k(c�5=N�ƄM���y]��K �-m��1ؘI�դ�b�{�< �L��ULh�m��碟8:�tnxG�Q:sҡ�[F2縥�n��Nx9��PK��,��PKy�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���� � PKy�R�R�B4E csar.metaPKy�R�|���kTOSCA-Metadata/TOSCA.metaPKy�R��ܠ }6*<Definitions/resource-BasicCnf-template.ymlPKy�R�!�272^44 Definitions/resource-BasicCnf-template-interface.ymlPKy�RTe)��,�Definitions/resource-Novaserver-template.ymlPKy�RL�%��� )EDefinitions/resource-Compute-template.ymlPKy�R}�ĝP?<Definitions/resource-BasiccnfComputeNodesHeatDummy-template.ymlPKy�R~e#*�*8FDefinitions/resource-BasicCnfNodesDummycvfc-template.ymlPKy�R[�ahn:[B�%Definitions/resource-BasicCnfNodesDummycvfc-template-interface.ymlPKy�R=���<K/�,Definitions/resource-Globalcompute-template.ymlPKy�R+�@j5��M1Definitions/data.ymlPKy�R�'}8�fDefinitions/groups.ymlPKy�R0?��@ @�mDefinitions/policies.ymlPKy�R���C&@zDefinitions/annotations.ymlPKy�R������|Definitions/relationships.ymlPKy�R 2ea� ��Definitions/artifacts.ymlPKy�R�H�v~(�Definitions/capabilities.ymlPKy�R8��őDefinitions/interfaces.ymlPKy�R��--6v���Definitions/nodes.ymlPKy�R&��?.�Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txtPKy�RI@�>��)��Artifacts/Deployment/HEAT/base_dummy.yamlPKy�R,�P{y�<{�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKy�R��,��4^�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKy�R���� � VM�Artifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgzPKV� 2021-04-02T02:47:53.369Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel|DEBUG|500||=======================response end================================================= 2021-04-02T02:47:53.370Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/35668c18-1c7d-42b9-9cce-050eea4d9849/toscaModel|INFO|500||InvokeReturn 2021-04-02T02:47:53.372Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-04-02T02:47:53.372Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-02T02:47:53.373Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||VFCustomizationUUID= f053494f-e46b-415b-9697-d163b722d34f 2021-04-02T02:47:53.373Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f053494f-e46b-415b-9697-d163b722d34f matches Tosca VF Customization UUID: f053494f-e46b-415b-9697-d163b722d34f 2021-04-02T02:47:53.373Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||vfCustomizationUUID: f053494f-e46b-415b-9697-d163b722d34f 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-02T02:47:53.376Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:53.376Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:53.377Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||resource request for resource customization id f053494f-e46b-415b-9697-d163b722d34f: {\"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-02T02:47:53.377Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56dc81a9 2021-04-02T02:47:53.377Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:53.377Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-02T02:47:53.377Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 862106a4-a18e-4c8a-a357-25b1a1ffd4dd 2021-04-02T02:47:53.378Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 862106a4-a18e-4c8a-a357-25b1a1ffd4dd 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-02T02:47:53.380Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:53.380Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-02T02:47:53.380Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:47:53.381Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:53.381Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-02T02:47:53.381Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:47:53.381Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:53.381Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-02T02:47:53.382Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-02T02:47:53.382Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3fb176fb-8599-4488-b4e6-cd53ef7100cf 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-02T02:47:53.383Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:53.384Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-02T02:47:53.384Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-02T02:47:53.384Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:53.384Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-02T02:47:53.384Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f053494f-e46b-415b-9697-d163b722d34f 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-02T02:47:53.386Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:53.387Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:53.387Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7: basic_cnf 2021-04-02T02:47:53.387Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:53.387Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:53.387Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:53.387Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:53.387Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:53.388Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:53.388Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:53.388Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:53.388Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-02T02:47:53.388Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-02T02:47:53.388Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:53.558Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6fb2bf7c-f0f5-4c20-be09-3e9bb8439ca3 1 ASDC deployResourceStructure 2021-04-02T02:47:53.559Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:53.559Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:53.559Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-02T02:47:53.559Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:53.561Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:53.561Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331673558, "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-02T02:47:53.661Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:53.662Z||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-02T02:47:53.662Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:53.671Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:53.671Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:54.562Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:54.562Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:54.562Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-02T02:47:54.562Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:54.564Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:54.564Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331674562, "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-02T02:47:54.664Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:54.665Z||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-02T02:47:54.665Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:54.674Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:54.675Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:55.565Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:55.565Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:55.565Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-02T02:47:55.566Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:55.568Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:55.568Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331675565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:47:55.668Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:55.669Z||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-02T02:47:55.669Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:55.677Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:55.678Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:56.569Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:56.569Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:56.570Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-02T02:47:56.570Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:56.571Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:56.571Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331676569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-02T02:47:56.672Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:56.673Z||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-02T02:47:56.673Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:56.682Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:56.682Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-02T02:47:57.572Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:57.573Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:57.573Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-02T02:47:57.573Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:57.574Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:57.575Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331677572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-02T02:47:57.675Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:57.675Z||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-02T02:47:57.675Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:57.684Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:57.684Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:58.576Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:58.576Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:58.576Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-02T02:47:58.576Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:47:58.578Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:47:58.578Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331678575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:47:58.678Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:47:58.679Z||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-02T02:47:58.679Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:47:58.688Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:47:58.688Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-02T02:47:59.579Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 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-02T02:47:59.587Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 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-02T02:47:59.590Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-02T02:47:59.590Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-02T02:47:59.590Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-02T02:47:59.590Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-02T02:47:59.590Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:47:59.590Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:47:59.590Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:47:59.590Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:47:59.590Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:47:59.591Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-02T02:47:59.591Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:47:59.595Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-02T02:48:29.596Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 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-02T02:48:29.600Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 and serviceModelVersionId: 3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7 2021-04-02T02:48:29.600Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae2c7731-b6f8-4ec7-a536-9a29f9d38007 2021-04-02T02:48:29.601Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae2c7731-b6f8-4ec7-a536-9a29f9d38007/model-vers/model-ver/3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7?depth=0 2021-04-02T02:48:29.604Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-02T02:48:29.697Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ae2c7731-b6f8-4ec7-a536-9a29f9d38007/model-vers/model-ver/3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7?depth=0|INFO|500||Invoke 2021-04-02T02:48:29.698Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ae2c7731-b6f8-4ec7-a536-9a29f9d38007/model-vers/model-ver/3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ae2c7731-b6f8-4ec7-a536-9a29f9d38007/model-vers/model-ver/3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[29e1a4c8-3f95-4dc9-9b34-7c47ac442e12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d7fac058-7bde-4f11-a050-0d97be061bf6], X-ECOMP-RequestID=[29e1a4c8-3f95-4dc9-9b34-7c47ac442e12], X-TransactionId=[], X-ONAP-RequestID=[29e1a4c8-3f95-4dc9-9b34-7c47ac442e12], Content-Type=[application/merge-patch+json]} 2021-04-02T02:48:29.713Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ae2c7731-b6f8-4ec7-a536-9a29f9d38007/model-vers/model-ver/3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-02T02:48:29.800Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ae2c7731-b6f8-4ec7-a536-9a29f9d38007/model-vers/model-ver/3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7?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/ae2c7731-b6f8-4ec7-a536-9a29f9d38007/model-vers/model-ver/3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210402-02:48:29:723-78493], vertex-id=[159968], Content-Length=[0], Date=[Fri, 02 Apr 2021 02:48:29 GMT], Content-Type=[application/json]} 2021-04-02T02:48:29.801Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ae2c7731-b6f8-4ec7-a536-9a29f9d38007/model-vers/model-ver/3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-02T02:48:29.801Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ae2c7731-b6f8-4ec7-a536-9a29f9d38007/model-vers/model-ver/3727f2a5-cf24-49c6-bd9b-fbfa2f4a76c7?depth=0|INFO|500||InvokeReturn 2021-04-02T02:48:29.801Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-02T02:48:29.801Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:48:29.805Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||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-02T02:48:29.805Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29e1a4c8-3f95-4dc9-9b34-7c47ac442e12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-02T02:48:29.805Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-02T02:48:29.806Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-02T02:48:29.807Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-02T02:48:29.807Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331709805, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-02T02:48:29.907Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-02T02:48:29.908Z||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-02T02:48:29.908Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as A8wXMH5JBh0pRojv) ... 2021-04-02T02:48:29.919Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:48:29.919Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 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-02T02:48:30.818Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:48:30.819Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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-02T02:48:30.819Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:48:33.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.78.107 2021-04-02T02:48:40.998Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:48:40.998Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:48:40.998Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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-02T02:48:40.999Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:48:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:48:49.387Z||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-02T02:48:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:48:49.404Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:48:49.405Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:48:49.405Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1dbe004-54c3-40a7-92c1-77a797181e15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331603683, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-02T02:48:49.405Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:48:49.405Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:48:49.405Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:48:49.406Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:48:49.406Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:48:49.406Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-02T02:48:49.406Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:48:49.406Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:48:49.406Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-02T02:48:49.406Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:48:49.406Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:48:49.406Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:48:49.407Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:48:49.407Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:48:49.407Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-02T02:48:49.407Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:48:50.528Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:48:50.529Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:48:50.529Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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-02T02:48:50.529Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:49:00.061Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:49:00.061Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:49:00.062Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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-02T02:49:00.062Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:49:09.594Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:49:09.595Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:49:09.595Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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-02T02:49:09.596Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:49:19.124Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:49:49.384Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:49:49.385Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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-02T02:49:49.385Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:49:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:49:49.386Z||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-02T02:49:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:49:49.404Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:49:49.405Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.405Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:49:49.405Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331612024, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331614223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331615534, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331616712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331618182, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.406Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331619185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-02T02:49:49.407Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:49:49.407Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.407Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331620188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-02T02:49:49.471Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:49:49.471Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.471Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331621192, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:49:49.471Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:49:49.471Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.471Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21c48797-a366-4301-862f-08db61413d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331652599, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-02T02:49:49.472Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:49:49.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:49:49.472Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:49:49.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-02T02:49:49.472Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:49:49.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-02T02:49:49.472Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:49:49.472Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.472Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331526974, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-02T02:49:49.473Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.474Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331663571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-02T02:49:49.474Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:49:49.474Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.474Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331667258, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:49:49.474Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:49:49.474Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:49:49.474Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331668493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-02T02:49:49.474Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:49:58.927Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:50:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.73.101 2021-04-02T02:50:49.384Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:50:49.385Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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-02T02:50:49.385Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:50:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:50:49.386Z||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-02T02:50:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:50:49.904Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:50:49.905Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:50:49.905Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331669722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-02T02:50:49.906Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:50:49.906Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:50:49.906Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331670958, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-02T02:50:49.906Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:50:49.906Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:50:49.907Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331672166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-02T02:50:49.907Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:50:49.907Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:50:49.907Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331673558, "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-02T02:50:49.907Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:50:49.907Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:50:49.907Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331674562, "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-02T02:50:49.907Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:50:49.907Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:50:49.907Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331675565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-02T02:50:49.907Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:50:49.907Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:50:49.907Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331676569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-02T02:50:49.907Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:50:49.907Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:50:49.907Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331677572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-02T02:50:49.908Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:50:49.908Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:50:49.908Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331678575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-02T02:50:49.908Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:50:49.908Z||pool-3-thread-1|||||DEBUG|500||received message from topic 2021-04-02T02:50:49.908Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29e1a4c8-3f95-4dc9-9b34-7c47ac442e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617331709805, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-02T02:50:49.908Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-02T02:50:58.923Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:51:33.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11 2021-04-02T02:51:49.384Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:51:49.385Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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-02T02:51:49.385Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:51:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:51:49.386Z||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-02T02:51:49.387Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:51:58.924Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:51:58.925Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:52:18.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.73.101 2021-04-02T02:52:49.384Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:52:49.385Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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-02T02:52:49.385Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:52:49.386Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:52:49.386Z||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-02T02:52:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:52:58.921Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:52:58.922Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:53:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.71.11 2021-04-02T02:53:48.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.73.101 2021-04-02T02:53:49.384Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:53:49.385Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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-02T02:53:49.385Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:53:49.386Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:53:49.386Z||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-02T02:53:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:53:58.923Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:53:58.923Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:54:33.486Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.101 to 10.233.78.107 2021-04-02T02:54:49.384Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:54:49.385Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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-02T02:54:49.385Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:54:49.386Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:54:49.386Z||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-02T02:54:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:54:58.923Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:54:58.923Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:55:18.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.107 to 10.233.71.11 2021-04-02T02:55:49.384Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:55:49.385Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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-02T02:55:49.385Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:55:49.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-02T02:55:49.386Z||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-02T02:55:49.386Z||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 A8wXMH5JBh0pRojv) ... 2021-04-02T02:55:58.930Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:55:58.949Z|29e1a4c8-3f95-4dc9-9b34-7c47ac442e12|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-02T02:56:03.485Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.11 to 10.233.73.101