Results

By type

          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=pQ7[1guT:IOZTxKSCAL0qOkx -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.1.5.RELEASE)

2021-04-14T02:21:05.340Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-w6t9c with PID 14 (/app/app.jar started by so in /app)
2021-04-14T02:21:05.345Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-14T02:21:05.345Z||main|||||INFO|500||The following profiles are active: basic
2021-04-14T02:21:11.069Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-14T02:21:11.070Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-14T02:21:11.211Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-14T02:21:12.696Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-14T02:21:12.839Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-14T02:21:13.080Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-14T02:21:13.088Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-14T02:21:14.330Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: catalogDB
	...]
2021-04-14T02:21:14.479Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-14T02:21:14.484Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-14T02:21:14.848Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-14T02:21:15.359Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-14T02:21:18.678Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: requestDB
	...]
2021-04-14T02:21:18.904Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-14T02:21:20.186Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-14T02:21:20.223Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$305f4aaf.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
2021-04-14T02:21:20.224Z||main|||||WARN|500||The sdc end point is not alive
2021-04-14T02:21:21.338Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-14T02:21:23.537Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-14T02:21:24.926Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-14T02:21:25.935Z||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-14T02:21:27.861Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-14T02:21:27.863Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-14T02:21:27.872Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-14T02:21:27.925Z||main|||||INFO|500||Started Application in 24.634 seconds (JVM running for 25.511)
2021-04-14T02:21:27.932Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-14T02:21:27.979Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a28cd732-e358-42aa-9c9a-677f9cbeaedc url= /sdc/v1/artifactTypes
2021-04-14T02:21:27.979Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-14T02:21:28.327Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-14T02:21:28.329Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7788f834
2021-04-14T02:21:28.329Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-14T02:21:28.336Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5003",
      "text": "Error: Not authorized to use the API.",
      "variables": []
    }
  }
}
2021-04-14T02:21:28.337Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-14T02:21:28.339Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-14T02:21:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T02:22:17.861Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-14T02:22:17.861Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-14T02:22:17.861Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-14T02:22:17.877Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-14T02:22:17.926Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2840506-940f-45cb-a018-8b6f2da93aa2 url= /sdc/v1/artifactTypes
2021-04-14T02:22:17.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-14T02:22:18.204Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-14T02:22:18.216Z||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-14T02:22:18.245Z||scheduling-1|||||DEBUG|500||create keys
2021-04-14T02:22:18.252Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-14T02:22:18.275Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:22:18.297Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c0b15646-1739-4988-a652-9450914d2299 url= /sdc/v1/registerForDistribution
2021-04-14T02:22:18.630Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c0b15646-1739-4988-a652-9450914d2299 url= /sdc/v1/registerForDistribution
2021-04-14T02:22:18.631Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-14T02:22:18.645Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:22:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:22:18.722Z||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-14T02:22:18.722Z||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-14T02:22:18.722Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:22:18.722Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:22:18.730Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-14T02:22:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T02:22:29.009Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:22:29.022Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:23:18.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:23:18.647Z||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-14T02:23:18.647Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:23:18.644Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:23:18.649Z||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-14T02:23:18.649Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:23:28.272Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:23:28.273Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:23:57.863Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.71.142
2021-04-14T02:24:18.644Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:24:18.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:24:18.646Z||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-14T02:24:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:24:18.648Z||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-14T02:24:18.648Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:24:28.273Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:24:28.274Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:25:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:25:18.645Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:25:18.646Z||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-14T02:25:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:25:18.646Z||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-14T02:25:18.647Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:25:28.309Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:25:28.310Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:26:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:26:18.644Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T02:26:18.645Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:26:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:26:18.645Z||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-14T02:26:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:26:28.271Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:26:28.271Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:26:42.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.76.199
2021-04-14T02:27:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:27:18.644Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T02:27:18.644Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:27:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:27:18.646Z||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-14T02:27:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:27:28.282Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:27:28.282Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:28:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:28:18.644Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T02:28:18.644Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:28:18.645Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:28:18.645Z||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-14T02:28:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:28:28.270Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:28:28.270Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:28:57.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.71.142
2021-04-14T02:29:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:29:18.644Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T02:29:18.644Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:29:18.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:29:18.646Z||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-14T02:29:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:29:28.271Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:29:28.271Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:29:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:30:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:30:18.644Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T02:30:18.644Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:30:18.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:30:18.646Z||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-14T02:30:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:30:28.273Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:30:28.276Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:31:12.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T02:31:17.077Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-14T02:31:18.643Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:31:18.645Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T02:31:18.645Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:31:18.645Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:31:18.645Z||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-14T02:31:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:31:28.262Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:31:28.268Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:31:57.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:32:18.643Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:32:18.644Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T02:32:18.644Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:32:18.645Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:32:18.646Z||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-14T02:32:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:32:28.302Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:32:28.302Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:32:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T02:33:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:33:18.645Z||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-14T02:33:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:33:18.645Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:33:18.646Z||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-14T02:33:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:33:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:33:28.275Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:33:28.301Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:34:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:34:18.644Z||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-14T02:34:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:34:18.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:34:18.645Z||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-14T02:34:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:34:28.196Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:34:28.197Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:35:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:35:18.701Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:35:18.701Z||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-14T02:35:18.701Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:35:18.702Z||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-14T02:35:18.702Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:35:28.255Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:35:28.255Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:35:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T02:36:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:36:18.644Z||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-14T02:36:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:36:18.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:36:18.646Z||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-14T02:36:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:36:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.71.142
2021-04-14T02:36:28.265Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:36:28.266Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:37:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:37:18.644Z||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-14T02:37:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:37:18.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:37:18.646Z||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-14T02:37:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:37:28.192Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:37:28.286Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:37:57.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:38:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:38:18.644Z||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-14T02:38:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:38:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:38:18.645Z||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-14T02:38:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:38:28.258Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:38:28.267Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:39:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:39:18.644Z||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-14T02:39:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:39:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:39:18.645Z||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-14T02:39:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:39:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T02:39:28.191Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:39:28.191Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:40:12.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.71.142
2021-04-14T02:40:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:40:18.644Z||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-14T02:40:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:40:18.645Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:40:18.645Z||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-14T02:40:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:40:28.196Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:40:28.269Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:40:57.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:41:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:41:18.644Z||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-14T02:41:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:41:18.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:41:18.646Z||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-14T02:41:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:41:28.268Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:41:28.269Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:41:42.863Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T02:42:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:42:18.644Z||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-14T02:42:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:42:18.645Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:42:18.646Z||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-14T02:42:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:42:28.267Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:42:28.304Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:43:12.863Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:43:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:43:18.644Z||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-14T02:43:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:43:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:43:18.646Z||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-14T02:43:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:43:28.266Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:43:28.326Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:43:57.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T02:44:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:44:18.644Z||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-14T02:44:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:44:18.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:44:18.645Z||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-14T02:44:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:44:28.195Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:44:28.199Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:44:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:45:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:45:18.644Z||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-14T02:45:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:45:18.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:45:18.645Z||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-14T02:45:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:45:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T02:45:28.196Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:45:28.196Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:46:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:46:18.644Z||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-14T02:46:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:46:18.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:46:18.646Z||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-14T02:46:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:46:28.264Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:46:28.265Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:46:57.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T02:47:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:47:18.644Z||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-14T02:47:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:47:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:47:18.646Z||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-14T02:47:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:47:28.189Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:47:28.286Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:47:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T02:48:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:48:18.644Z||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-14T02:48:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:48:18.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:48:18.646Z||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-14T02:48:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:48:28.191Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:48:28.193Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:49:12.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T02:49:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:49:18.644Z||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-14T02:49:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:49:18.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:49:18.645Z||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-14T02:49:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:49:28.191Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:49:28.202Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:49:57.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T02:50:18.644Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:50:18.644Z||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-14T02:50:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:50:18.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:50:18.645Z||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-14T02:50:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:50:28.191Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:50:28.194Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:51:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:51:18.644Z||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-14T02:51:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:51:18.645Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:51:18.646Z||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-14T02:51:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:51:28.261Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:51:28.263Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:52:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:52:18.644Z||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-14T02:52:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:52:18.645Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:52:18.645Z||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-14T02:52:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:52:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:52:28.264Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:52:28.266Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:53:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:53:18.644Z||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-14T02:53:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:53:18.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:53:18.645Z||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-14T02:53:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:53:28.269Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:53:28.307Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:54:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:54:18.644Z||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-14T02:54:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:54:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:54:18.645Z||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-14T02:54:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:54:28.264Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:54:28.265Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:54:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T02:55:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:55:18.644Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T02:55:18.644Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:55:18.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:55:18.645Z||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-14T02:55:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:55:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T02:55:28.262Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:55:28.265Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:56:12.871Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T02:56:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:56:18.644Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T02:56:18.644Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:56:18.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:56:18.645Z||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-14T02:56:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:56:28.190Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:56:28.195Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:56:57.863Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T02:57:18.643Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:57:18.645Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-14T02:57:18.645Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T02:57:18.645Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:57:18.646Z||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-14T02:57:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:57:28.266Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:57:28.308Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:57:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T02:58:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:58:18.644Z||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-14T02:58:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:58:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:58:18.645Z||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-14T02:58:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:58:27.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.76.199
2021-04-14T02:58:28.267Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:58:28.270Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:59:12.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T02:59:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:59:18.644Z||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-14T02:59:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:59:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T02:59:18.645Z||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-14T02:59:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T02:59:28.264Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T02:59:28.264Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:00:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:00:18.644Z||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-14T03:00:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:00:18.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:00:18.646Z||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-14T03:00:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:00:28.258Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:00:28.261Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:00:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T03:01:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:01:18.644Z||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-14T03:01:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:01:18.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:01:18.645Z||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-14T03:01:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:01:28.191Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:01:28.194Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:02:12.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.71.142
2021-04-14T03:02:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:02:18.644Z||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-14T03:02:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:02:18.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:02:18.645Z||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-14T03:02:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:02:28.187Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:02:28.189Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:02:57.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T03:03:18.643Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:03:18.644Z||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-14T03:03:18.644Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:18.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:03:18.646Z||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-14T03:03:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:18.866Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:18.878Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.878Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "dcae-sch",
  "timestamp": 1618369362526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.938Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.938Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.938Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "clamp",
  "timestamp": 1618369361404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.939Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.939Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.939Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "cds",
  "timestamp": 1618369364109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.939Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.939Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.940Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "dcae-sch",
  "timestamp": 1618369362526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.940Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.940Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.940Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "clamp",
  "timestamp": 1618369361404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.940Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.941Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.941Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "cds",
  "timestamp": 1618369364109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.941Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.941Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.941Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "dcae-sch",
  "timestamp": 1618369362526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.941Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.941Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.942Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "clamp",
  "timestamp": 1618369361404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.942Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.942Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.942Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "cds",
  "timestamp": 1618369364109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.942Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.942Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.942Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "dcae-sch",
  "timestamp": 1618369362526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.943Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.943Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.943Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "clamp",
  "timestamp": 1618369361404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.943Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.943Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.943Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "cds",
  "timestamp": 1618369364109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.944Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.944Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.944Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369373599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.944Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.945Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.945Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "dcae-sch",
  "timestamp": 1618369362526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.945Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.945Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.945Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "policy-id",
  "timestamp": 1618369374002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.945Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.946Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.946Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "clamp",
  "timestamp": 1618369361404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.947Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.947Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.947Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "cds",
  "timestamp": 1618369364109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.948Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.948Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.948Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369373599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.948Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.948Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.949Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369374940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.949Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.949Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.949Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "policy-id",
  "timestamp": 1618369374002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.950Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.950Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.950Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "dcae-sch",
  "timestamp": 1618369362526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.950Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.950Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.950Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "clamp",
  "timestamp": 1618369361404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.950Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.951Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.951Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "cds",
  "timestamp": 1618369364109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.951Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.951Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.951Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369375203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.951Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.951Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.952Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369373599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.952Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.952Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.952Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369374940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.952Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "policy-id",
  "timestamp": 1618369374002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "dcae-sch",
  "timestamp": 1618369362526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "clamp",
  "timestamp": 1618369361404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.953Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "cds",
  "timestamp": 1618369364109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369375203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369373599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.954Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369374940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "policy-id",
  "timestamp": 1618369374002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369377187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.955Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369375203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369373599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369374940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.956Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "policy-id",
  "timestamp": 1618369374002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369377187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369375203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.957Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369373599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369374940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "policy-id",
  "timestamp": 1618369374002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369377187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.958Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369375203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369373599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369374940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.959Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "policy-id",
  "timestamp": 1618369374002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369377187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369375203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.960Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "aai-ml",
  "timestamp": 1618369380306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "cds",
  "timestamp": 1618369381198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369374940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.961Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369377187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369375203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "aai-ml",
  "timestamp": 1618369380306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:18.962Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:18.963Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:18.963Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "cds",
  "timestamp": 1618369382212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-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-14T03:03:19.155Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:03:19.181Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:03:19.205Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.205Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369382607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.205Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.205Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.205Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369377187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "aai-ml",
  "timestamp": 1618369380306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "policy-id",
  "timestamp": 1618369383125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369383458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.206Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369383547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369377187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369384028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.207Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "aai-ml",
  "timestamp": 1618369380306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "policy-id",
  "timestamp": 1618369384200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369384775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "aai-ml",
  "timestamp": 1618369380306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.208Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.209Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.209Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369385083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.209Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.209Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.209Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "policy-id",
  "timestamp": 1618369385203,
  "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-14T03:03:19.222Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:03:19.222Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:03:19.269Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:19.271Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.271Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2b846234-61f8-4095-b30e-2d77362b84a8","serviceName":"basic_onboard_OnDOHR","serviceVersion":"1.0","serviceUUID":"ac130728-7f0b-4fba-b0bb-c1ef51f51f8a","serviceDescription":"service","serviceInvariantUUID":"8515db5e-deaa-40ec-bbc0-d009d0674a92","resources":[{"resourceInstanceName":"basic_onboard_OnDOHR 0","resourceName":"basic_onboard_OnDOHR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"66e2f113-3ea0-4902-8b1e-51aed5078147","resourceInvariantUUID":"7e2bc1f7-68ff-4853-8f86-a6651d8dc99b","resourceCustomizationUUID":"ab0a88f4-42c9-4f46-90f2-5ffc41989101","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml","artifactChecksum":"NjE3YWE4M2M2ZDBhZTNmNTk1MmZlZTk3OGYxMzIzMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dda064f6-316e-47fc-b907-5212ffeb1d91","artifactVersion":"1"},{"artifactName":"basic_onboard_ondohr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json","artifactChecksum":"OWQyOGVkYzYyMmM3ZDI2ODU2YWQwN2ZiYmRmZTAzOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf1305a3-365b-4534-b87f-f9623cb50789","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5544b83b-9288-4de7-84db-7f261d0415aa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"31aeb153-19a6-4d4e-b87e-57ca47abe34e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a9dcd306-dd0c-4400-beab-89abfa9b04e0","artifactVersion":"2","generatedFromUUID":"5544b83b-9288-4de7-84db-7f261d0415aa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOndohr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml","artifactChecksum":"N2YzZmMyYWNmNWMzY2M2NmQ3MTZlODA5ZGFhOWFlMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa6b57eb-eb92-408e-bf5c-d90521de6476","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOndohr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar","artifactChecksum":"MTlhMWIyNWQ5MzRmMjQ4ZmUzMjhkZjQ3MTMyMmRlZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83a48b12-7518-4e4e-93f2-9369ead5b707","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-14T03:03:19.278Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:03:19.284Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:19.291Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.291Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369385639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.292Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.292Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.292Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369385923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.292Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.292Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.292Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:19.292Z||pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.292Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "aai-ml",
  "timestamp": 1618369380306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.293Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.293Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.293Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369386280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.293Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.293Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.293Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369386762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:03:19.294Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.294Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.294Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369386931,
  "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-14T03:03:19.299Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:03:19.299Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:03:19.309Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.309Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "aai-ml",
  "timestamp": 1618369380306,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:03:19.309Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.309Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.309Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369387434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.309Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.309Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.309Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369387455,
  "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-14T03:03:19.314Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:03:19.314Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:03:19.320Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.320Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369387767,
  "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-14T03:03:19.325Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:03:19.325Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:03:19.333Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.333Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369387938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:03:19.334Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.334Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.334Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369388442,
  "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-14T03:03:19.338Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:03:19.339Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:03:19.344Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.344Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369388463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:03:19.344Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.344Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "aai-ml",
  "timestamp": 1618369388606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369389447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "cds",
  "timestamp": 1618369383217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "dcae-sch",
  "timestamp": 1618369382526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.345Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "clamp",
  "timestamp": 1618369389927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "cds",
  "timestamp": 1618369383217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "dcae-sch",
  "timestamp": 1618369382526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.346Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "clamp",
  "timestamp": 1618369391078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "cds",
  "timestamp": 1618369383217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "dcae-sch",
  "timestamp": 1618369382526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.347Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "clamp",
  "timestamp": 1618369392083,
  "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-14T03:03:19.351Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:03:19.351Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:03:19.361Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.361Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "cds",
  "timestamp": 1618369383217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "dcae-sch",
  "timestamp": 1618369382526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "clamp",
  "timestamp": 1618369393086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.362Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "cds",
  "timestamp": 1618369383217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "dcae-sch",
  "timestamp": 1618369382526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369393599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "policy-id",
  "timestamp": 1618369394002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.363Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "clamp",
  "timestamp": 1618369393086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "cds",
  "timestamp": 1618369383217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "dcae-sch",
  "timestamp": 1618369382526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.364Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369393599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "policy-id",
  "timestamp": 1618369394002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "clamp",
  "timestamp": 1618369393086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369395203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.365Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "cds",
  "timestamp": 1618369383217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "dcae-sch",
  "timestamp": 1618369382526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369393599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "policy-id",
  "timestamp": 1618369394002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:03:19.366Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "clamp",
  "timestamp": 1618369393086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369395203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369393599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.367Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "policy-id",
  "timestamp": 1618369394002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "clamp",
  "timestamp": 1618369393086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369397187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369395203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:03:19.368Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369393599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-14T03:03:19.369Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:03:19.395Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:19.399Z||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-14T03:03:19.399Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:19.409Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:19.410Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:20.297Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:03:20.298Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:20.300Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:20.301Z||pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:03:20.401Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:20.401Z||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-14T03:03:20.402Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:20.413Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:20.414Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:21.301Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:03:21.302Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:21.304Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:21.304Z||pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:03:21.404Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:21.405Z||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-14T03:03:21.405Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:21.417Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:21.418Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:03:22.304Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:03:22.305Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:22.307Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:22.307Z||pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:22.407Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:22.408Z||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-14T03:03:22.408Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:22.419Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:22.420Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:03:23.308Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:03:23.308Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:23.315Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:23.315Z||pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-14T03:03:23.410Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-04-14T03:03:23.411Z||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-14T03:03:23.411Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:23.425Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:23.425Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:24.316Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:03:24.317Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:24.320Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:24.320Z||pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:03:24.420Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:24.421Z||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-14T03:03:24.421Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:24.431Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:24.431Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:25.320Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:03:25.321Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:25.323Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:25.323Z||pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:03:25.423Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:25.424Z||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-14T03:03:25.424Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:25.473Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:25.473Z||pool-10-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:26.326Z||pool-3-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "serviceName": "basic_onboard_OnDOHR",
  "serviceVersion": "1.0",
  "serviceUUID": "ac130728-7f0b-4fba-b0bb-c1ef51f51f8a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8515db5e-deaa-40ec-bbc0-d009d0674a92",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OnDOHR 0",
      "resourceCustomizationUUID": "ab0a88f4-42c9-4f46-90f2-5ffc41989101",
      "resourceName": "basic_onboard_OnDOHR",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "66e2f113-3ea0-4902-8b1e-51aed5078147",
      "resourceInvariantUUID": "7e2bc1f7-68ff-4853-8f86-a6651d8dc99b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ondohr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
          "artifactChecksum": "OWQyOGVkYzYyMmM3ZDI2ODU2YWQwN2ZiYmRmZTAzOGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cf1305a3-365b-4534-b87f-f9623cb50789",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5544b83b-9288-4de7-84db-7f261d0415aa",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a9dcd306-dd0c-4400-beab-89abfa9b04e0",
            "generatedFromUUID": "5544b83b-9288-4de7-84db-7f261d0415aa"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a9dcd306-dd0c-4400-beab-89abfa9b04e0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOndohr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
      "artifactChecksum": "MTlhMWIyNWQ5MzRmMjQ4ZmUzMjhkZjQ3MTMyMmRlZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83a48b12-7518-4e4e-93f2-9369ead5b707"
    }
  ],
  "workloadContext": "Production"
}
2021-04-14T03:03:26.327Z||pool-3-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-14T03:03:26.327Z||pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ac130728-7f0b-4fba-b0bb-c1ef51f51f8a ASDC
2021-04-14T03:03:26.545Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2b846234-61f8-4095-b30e-2d77362b84a8
ServiceName:basic_onboard_OnDOHR
ServiceVersion:1.0
ServiceUUID:ac130728-7f0b-4fba-b0bb-c1ef51f51f8a
ServiceInvariantUUID:8515db5e-deaa-40ec-bbc0-d009d0674a92
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOndohr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar
ArtifactUUID:83a48b12-7518-4e4e-93f2-9369ead5b707
ArtifactChecksum:MTlhMWIyNWQ5MzRmMjQ4ZmUzMjhkZjQ3MTMyMmRlZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OnDOHR 0
ResourceCustomizationUUID:ab0a88f4-42c9-4f46-90f2-5ffc41989101
ResourceInvariantUUID:7e2bc1f7-68ff-4853-8f86-a6651d8dc99b
ResourceName:basic_onboard_OnDOHR
ResourceType:VF
ResourceUUID:66e2f113-3ea0-4902-8b1e-51aed5078147
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ondohr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json
ArtifactUUID:cf1305a3-365b-4534-b87f-f9623cb50789
ArtifactChecksum:OWQyOGVkYzYyMmM3ZDI2ODU2YWQwN2ZiYmRmZTAzOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5544b83b-9288-4de7-84db-7f261d0415aa
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env
ArtifactUUID:a9dcd306-dd0c-4400-beab-89abfa9b04e0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env
ArtifactUUID:a9dcd306-dd0c-4400-beab-89abfa9b04e0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-14T03:03:26.545Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac130728-7f0b-4fba-b0bb-c1ef51f51f8a 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-14T03:03:26.607Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:03:26.610Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T03:03:26.610Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T03:03:26.611Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 83a48b12-7518-4e4e-93f2-9369ead5b707 from URL: /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:26.611Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T03:03:26.612Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:26.809Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T03:03:26.822Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar 83a48b12-7518-4e4e-93f2-9369ead5b707 70218
2021-04-14T03:03:26.824Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar ASDC sendASDCNotification
2021-04-14T03:03:26.824Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:26.825Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:03:26.826Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:26.828Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:26.828Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369406823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:26.928Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:26.929Z||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-14T03:03:26.929Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:26.941Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:26.941Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:03:27.829Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:03:27.831Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T03:03:27.831Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Trying to write artifact UUID: 83a48b12-7518-4e4e-93f2-9369ead5b707, URL: /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar to file: /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:27.832Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:28.003Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:28.004Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:28.381Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9375934846179855842/Definitions/service-BasicOnboardOndohr-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-04-14T03:03:30.157Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OnDOHR 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-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OnDOHR 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.162Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.163Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.163Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.163Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.163Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:30.163Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-14T03:03:30.170Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:30.173Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:30.177Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is matching search criteria
2021-04-14T03:03:30.178Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-14T03:03:30.179Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_OnDOHR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:03:30.181Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:30.181Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:30.181Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is matching search criteria
2021-04-14T03:03:30.181Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-14T03:03:30.181Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_OnDOHR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:03:30.181Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:30.182Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:30.185Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:30.185Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is not matching search criteria
2021-04-14T03:03:30.186Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-14T03:03:30.186Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-14T03:03:30.186Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-14T03:03:30.186Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-14T03:03:30.186Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-14T03:03:30.186Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:30.187Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T03:03:30.188Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:30.188Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is matching search criteria
2021-04-14T03:03:30.188Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_OnDOHR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:03:30.189Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:30.189Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is matching search criteria
2021-04-14T03:03:30.189Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_OnDOHR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:03:30.189Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:30.190Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is matching search criteria
2021-04-14T03:03:30.190Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_OnDOHR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:03:30.190Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:30.190Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is not matching search criteria
2021-04-14T03:03:30.190Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-14T03:03:30.190Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-14T03:03:30.191Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d76d04f8-56cb-499f-87fc-20dec97f453b
2021-04-14T03:03:30.191Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:30.191Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:30.191Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:30.191Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:30.192Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:30.192Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:30.192Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:30.192Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:30.192Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_OnDOHR
Description:service
Model UUID:ac130728-7f0b-4fba-b0bb-c1ef51f51f8a
Model Version:NULL
Model InvariantUuid:8515db5e-deaa-40ec-bbc0-d009d0674a92
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_OnDOHR
Model UUID:db4bbc46-4eec-4b58-a116-b3cfbb33a2f0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7e2bc1f7-68ff-4853-8f86-a6651d8dc99b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ab0a88f4-42c9-4f46-90f2-5ffc41989101
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0e8d07ab-4ccc-4bf0-81f8-d800a5243fc7
ModelName:BasicOnboardOndohr..base_ubuntu18..module-0
ModelUuid:09fc2adf-38bb-45b7-98b5-4e494d5f0e70
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d76d04f8-56cb-499f-87fc-20dec97f453b
ModelInvariantUuid:74cdd3eb-4e34-4430-ae59-bb085f771591
ModelName:basic_onboard_OnDOHR-nodes.ubuntu18Cvfc
ModelUuid:26f52102-00ff-4171-80f4-fae3146837c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3cf42886-2aec-47f9-a968-4d5b58729c2e
ModelInvariantUuid:581e585a-30f6-4375-861b-5eed77e227d4
ModelName:BasicOnboardOndohr.compute.nodes.heat.ubuntu18
ModelUuid:b350728a-14e7-4c72-aca2-bbaaf26ecd1c
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-14T03:03:30.211Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 66e2f113-3ea0-4902-8b1e-51aed5078147
2021-04-14T03:03:30.230Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-14T03:03:30.308Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||basic_onboard_OnDOHR 0
2021-04-14T03:03:30.321Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 66e2f113-3ea0-4902-8b1e-51aed5078147
2021-04-14T03:03:30.321Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: cf1305a3-365b-4534-b87f-f9623cb50789 from URL: /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json
2021-04-14T03:03:30.321Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T03:03:30.322Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json
2021-04-14T03:03:30.883Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T03:03:30.884Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json cf1305a3-365b-4534-b87f-f9623cb50789 798
2021-04-14T03:03:30.884Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json ASDC sendASDCNotification
2021-04-14T03:03:30.885Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json
2021-04-14T03:03:30.885Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:03:30.885Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:30.888Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:30.888Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369410884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:30.988Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:30.989Z||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-14T03:03:30.989Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:30.999Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:31.000Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:03:31.890Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOndohr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0e8d07ab-4ccc-4bf0-81f8-d800a5243fc7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "09fc2adf-38bb-45b7-98b5-4e494d5f0e70",
    "vfModuleModelCustomizationUUID": "d52f4eee-2a9c-4c09-a8b9-b412582573d8",
    "isBase": true,
    "artifacts": [
      "5544b83b-9288-4de7-84db-7f261d0415aa",
      "a9dcd306-dd0c-4400-beab-89abfa9b04e0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-14T03:03:31.912Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOndohr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:09fc2adf-38bb-45b7-98b5-4e494d5f0e70
VfModuleModelInvariantUUID:0e8d07ab-4ccc-4bf0-81f8-d800a5243fc7
VfModuleModelDescription:NULL
Artifacts UUID List:{
5544b83b-9288-4de7-84db-7f261d0415aa
,
a9dcd306-dd0c-4400-beab-89abfa9b04e0

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-04-14T03:03:31.916Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOndohr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0e8d07ab-4ccc-4bf0-81f8-d800a5243fc7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "09fc2adf-38bb-45b7-98b5-4e494d5f0e70",
    "vfModuleModelCustomizationUUID": "d52f4eee-2a9c-4c09-a8b9-b412582573d8",
    "isBase": true,
    "artifacts": [
      "5544b83b-9288-4de7-84db-7f261d0415aa",
      "a9dcd306-dd0c-4400-beab-89abfa9b04e0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-14T03:03:31.916Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOndohr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:09fc2adf-38bb-45b7-98b5-4e494d5f0e70
VfModuleModelInvariantUUID:0e8d07ab-4ccc-4bf0-81f8-d800a5243fc7
VfModuleModelDescription:NULL
Artifacts UUID List:{
5544b83b-9288-4de7-84db-7f261d0415aa
,
a9dcd306-dd0c-4400-beab-89abfa9b04e0

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-04-14T03:03:31.916Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 5544b83b-9288-4de7-84db-7f261d0415aa from URL: /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml
2021-04-14T03:03:31.921Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T03:03:31.921Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml
2021-04-14T03:03:32.809Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T03:03:32.810Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml 5544b83b-9288-4de7-84db-7f261d0415aa 5033
2021-04-14T03:03:32.810Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-14T03:03:32.810Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml
2021-04-14T03:03:32.810Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:03:32.810Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:32.812Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:32.812Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369412810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:32.912Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:32.913Z||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-14T03:03:32.913Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:32.924Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:32.925Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:33.813Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: a9dcd306-dd0c-4400-beab-89abfa9b04e0 from URL: /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env
2021-04-14T03:03:33.814Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T03:03:33.814Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env
2021-04-14T03:03:34.912Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T03:03:34.912Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env a9dcd306-dd0c-4400-beab-89abfa9b04e0 909
2021-04-14T03:03:34.913Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-14T03:03:34.913Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env
2021-04-14T03:03:34.913Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:03:34.913Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:34.915Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:34.915Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369414912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:03:35.015Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:35.016Z||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-14T03:03:35.016Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:35.027Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:35.028Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:35.915Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Preparing to deploy Service: ac130728-7f0b-4fba-b0bb-c1ef51f51f8a
2021-04-14T03:03:35.916Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OnDOHR 0 66e2f113-3ea0-4902-8b1e-51aed5078147 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-14T03:03:35.957Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:35.958Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:35.958Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Processing vnf with UUID: db4bbc46-4eec-4b58-a116-b3cfbb33a2f0 
2021-04-14T03:03:35.958Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Will get resource from SDC using resource id: db4bbc46-4eec-4b58-a116-b3cfbb33a2f0
2021-04-14T03:03:35.969Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel to get resource 
2021-04-14T03:03:36.000Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel
2021-04-14T03:03:36.002Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|INFO|500||Invoke
2021-04-14T03:03:36.002Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-14T03:03:36.003Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel
2021-04-14T03:03:36.003Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||Method      : GET
2021-04-14T03:03:36.003Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/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:"2b846234-61f8-4095-b30e-2d77362b84a8", X-RequestID:"2b846234-61f8-4095-b30e-2d77362b84a8", X-TransactionID:"2b846234-61f8-4095-b30e-2d77362b84a8", X-ECOMP-RequestID:"2b846234-61f8-4095-b30e-2d77362b84a8", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"d1cb9541-2f3d-49e2-bbe8-3516e24c51f3"]
2021-04-14T03:03:36.003Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||Request body: 
2021-04-14T03:03:36.004Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||==========================request end================================================
2021-04-14T03:03:38.787Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-14T03:03:38.787Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-14T03:03:38.787Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||Status text  : OK
2021-04-14T03:03:38.788Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||Headers      : [Set-Cookie:"JSESSIONID=node01hm5ifxlsmg901ao5dwjq3rvs7293.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardOndohr-csar.csar"", Content-MD5:"NzdhNzljOTMzYTQ3NzUyNWQzZjkzZjRjNDNjNDE4N2M=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"2b846234-61f8-4095-b30e-2d77362b84a8", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-14T03:03:38.823Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||Response body: PK6�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK6�RTOSCA-Metadata/TOSCA.metaM���0D�|E~�-]��6�D+v�)u*�H������n'�Í�"��$���v����Ig�*�0g=JL�NȊ���*���
��Ch�r��B0`�ȯ�������ҶǺ۔-sǍ�]2J��_�'Vb���+������PK#����PK6�R4Definitions/resource-BasicOnboardOndohr-template.yml�Ys�������~w:r��2sg��$m�6ξ4/����ű��ľ�[��A:��~$A��*�5�����+���?�L
���H�@˔�������a�^Aπv��pqz�L�HQ����^s@�E@A5QS%I�P�dM�E��#�^��P8UW��#�œmh�cF���ʎ�8���+����-Ԑ�z�D�>��'��E�U���m����F���g~�䏧�xP
�s�N��ٚ�U魢��i��D�������!sZ
��~����x��06�F7L�!z0�X&$�%�(M �q�P1L�����d��L)��pKsK����Y�d�uLC��L�%S�m;A��8��8�+��v�<���qrB@�b�+,�W�(VkY�s���3��mh"��6���N�����¡8[�jG���!�S1ܾt{����fY��
:�d�q�MG��5�*xd��w��?�l�QGg������<^��8My_l��G7�O����ھڌn�v2Y���fJ��.+�����xb�G�?{^|�Voo����Ax�{e�L-G:~w��R����t�1n���������
�i��q���zN��׹(>��a_H6�rn�O�����<�as�ӻGn��V�o^��M�k�(�>�z���������|��y�ݼ�}n~�w�u���i~g)�ґ�?�&7�?�Nj��}�����ɫz��6ޟǦ�Zw�������^}��G�{z�h���Nj�/��r9�J���|�G������b���[�S���3������ޏ��#:�룫7��~�x>��L���\��~��ܙ�m��t���T�>���ū�}{|[O����.}J����H��^nO�Ϳ=�H܍���3����'/��jz�~b��A����皿�r������zz|���w6t>�}�&�����������Z��C�#��cs��YG[�\E3��p��(���G-�ql&����L�]��2��/bh*D8za�$Lʆ[b��CA踪�kj�|�ѣU�ΦgLFdK�j-��}���|��Ob�E��p���"w�%�YaV��W�凓�]-�譽,��&\a>���|�xW=�q�H*���	}��ek���8O�(��M�aW�A�
M��6.�,dF��x�.�1,RcQ9�瀡8`y��Bc���΂H�������.;H������d�E.7@�*5m���*ҜR���=p*��W����FP�:��VV��nh�qH<�x�� K@QXq�O&ñ4�`c����GCvX��
'C �:t��!/��D�A�����z�d[l"h,��`,���$�@��|�jH�&:?�>۪Kw��_�e� �*��AM�����(���㔧�c�o��;{<�����ſ����:���&�v�h��{t��(\���k����b+Ƥ����\78@mz��b�qiRaN9S֡�����gS!
E3q
��4C,I6{L�K��b|�FX�O����b�`�T�s�Ӱ�*'��D_��*2�cr�Jk6|��Z+K�Ui[r��J3O~�w�#��9+z�%��`��dbw2N����>�6�����a\�
3@^��,�"�:���G!!�{O�����eP5�៴��o�	��$�&\��(��+��Hid�%9�A��ҡ��zo�T>�Ob��E�í�}�G*�_eI�/*���]F7��nvGR3Y�
���a~�p}}u{v*ߞ�]=���r�<,cL����g׻�l����V]�]�0jb{(LJ��~�O3�����nj�VD���"��*�^f�2<�!5_!�4��E�+mm�a �ʣSBu��T��Y%�UY�H<������h~W�VДih����N~���Qi�i0e,T
���$�#�C#�p�'-���z��@C��P��e
�dG��P������6S��c���P�i�1l�v����*�j���'ItguG�Tk���qE����������KT�}����J���]EZÑ���T#EZ/��jgX,-#&����{yCKMy��+���<*-��HI���i?��hh&����Yk�L��wv����g��^�Tv��=���2:J�)fbR��>� �Jas���k/������E�.	�f��Ֆ"�`�B�;��Jz�T��e�J��S{՜)�|���.(#��X|�0�%b��\�d	���Zn�8�a�x[sz���J�p�}I�dk�.C/��^4���D$��(�Ac2Zi�_�j$����[�^�0�I���j�e�v�Oc��kF�H�g�҅��ʡ:k�-�6�e�N���vy�N,����6�(�ѩ������ߺ:x#�ƣ�6B5���������q�`��+Տ�2�N�;�t�UwVZ��{�A����ALb'[P[+�L�B�
�9�����"�;���H�K�+���z?�.�=�ϵq���
��^C/���'�|����a*t#A�ߢ�k�vyn{)T�����8�+��Yf_F���Pe�(����^9�O}q�H#S��>���8��]U�.'pۧ�q�"c�n��W�^���wؑ���v][	�ow�N�wg�xic+�d;�-wW��k�O&U�|���99����v�}]��K7C��z�ס����X��[�x�@[bs���Q���w��&=��?\( 
�_�g��vt�mmC�xO�
s
(����n�יk_����I�/q�nӓ��߽����ꇩ@�aue��_����q�'�@m$���/Q��I�l?:(c�r+�������OB���\J�׀�A5�U>�j#U���@�+��|����Kf]|߾�:�>�ˠ��#H�Ҥ}�WWOy���=����d0�–/�����>9��u�߻�W��PKg�L���VPK7�R>Definitions/resource-BasicOnboardOndohr-template-interface.yml�][s��~߿���w�$Su��י�$�h.�NQ-4���iL���nD�1&#v�B�ַ�^�V_�[�u�C��R�_\J�{d#�2���PJJ���Pf_�Q�0� ���OG�\ސ]��5�s�hq�����+�&	���Rh�mdE�F��ǔ8�T�;�c�Hݨru�O0&lYn8U趗P�:��1T�i��ġ*��\6R�xDպX#�,U�͡�蔘�I���f�L^B;l{Y-ʓ�5r�4��hW�V�D:pv)
FfN�0l��4B�K�ׂ�8��V)��ǃ�	��m���']5%d�̑5i�J�N�6�I��Aj��{U�=E�b�)�`�< �`����i7��fKG��b]���"mܐ$le�Q�-���U�O@n��e���׋.��f�q�������˟�6���jT
{��d��
g+�1�����v�Y����0�XZWY�r�9�c*+mT�0�cHw�Têx�ҹ���9_*��#v��f�~x#Er%��#��h��D���7�D)ƈ�Jq	��-g�L�S�mO
�R�����4J�z���^�.n�{��6��]�ih9'���la|��{�{f����+x`=שj�8���Zg���}q6>�v�a�r2~�n����3�w#w1���ڮ\�~���*�^���͎�zm�qۺ��qO�h�/�	��*�t..���^�U������-�}V_q����K�x4}�΀=��'�lx���|���gw��u�}a�eJ����Z��Ѱo�����N��)�>,����>�����1�����U|D��3C�f�m̺_j��j���GsV�a��W-�.^{Ց�T��.�O����{�/u���4����j��l�X;b�����_�y��ʼny�8��������`3H�;`�v���;�p�؃��Έ�g!w������m�&,1�i1&8����nc���ۢ�r��kfVAV��+ʧ�\�T����V��["�'U�QkIAUo�y;\�N{_S�i���v��9���w�|L{���p�Q��j�v���g�xZ:�s>�ޥ��(���%�qfI�M�?��6O!��BL�kY��~�sl���4�e�`�9z����C����$��p&�L�U�:}+b��_B���
��xZ���oE�!�$��}
R�����َ�F��EY� kȞ������y���v)�1�r��5l�Q������T����hZp�bd��e�)�x,���� �7��+ۻM��ʼg��P���A��Ex`ch8��-�������LY��H�K�!ɖ'�Rp)s�����aEp�h�C��l*b����/�Sb���u;�@r������fkp��B�au�(���p$�B;S��u"�?��g���ZPb:zۖi.B����n�(�/1({���r��`��g�8�gj���L�	MBsv�Kt3E��-lL�m�3Eo�|d�5����3��������rJ1��o�$a��/��/*��}���	��F��8��z�g�Rl�2r��r�E��R&2D�F'%�l��my} gO��YC�=��N��ɺ�3*��}���^�:Ϛ^P�{	���(����������.�=�r����D��q
�-{�oًQG�h��<�F(�h%S��l��(%4�?�"$��ܬ
OgTNҤJ0o��������k5rSZ���O����O�a��d��?w�
+$S�'&�ʇ�����Q�n��)�5���K�
H�dA��;�u�]�A�s=<�j�D�<�SГf�,-d������T�pˣ����*i�xM�»qs�p��D̙�	[������}�QG�h�9������LJ�'�bM����X� �V�yx]������� t�q�"�'o(�g����Tvfov}si _:Mq&{6<4�b��Rr� }6%�"���|D�m~2�b�)jm��Ȗ��=��/k�(}*�k"Sd��Z�۞47�f�0�la�Ns���-ф����ۑ��9�$ɧs>��V��_O�%U|!!g��ز9{�����{�jN��$
�oL���؆LaA��&��d�J�V�ҙ�tB_� ��S@�U��Ex��n�!#���^L��)�/�o	a��~�Y���#���B
4��:Sd�߱�/��O�xMd�L^o��1}h�l��)�x.WN�y���Ěw\u�S--?�\�|��S�xs(Iʈ|\x-��~�p������+��:;�p4�{���ӻ`Yw��@�;��|��2��_�^%�~ͻ���b_Ƙ1%�+�'�R��u��7��b�|�kޜ���2���w�M}5���C�Ņ�6�:ˀ��(���H6�C�l\������G����bfz��l�_�k6�D�PK�*K�
t�PK7�REDefinitions/resource-BasicOnboardOndohrNodesUbuntu18cvfc-template.yml�\Is�:��W�4�9@���|�s��R��.g9̅���	
	*�����AR�(U)h|�F/�X�8�r�GC�h&։�	�qm��*���'�+|ka-�°���2�pLq�~�����ؚ�뮈�L�2�i������|�����z��V9�r㭗���瞇��v�vs�D&���٭�'q@�
'Ա�Ўp�Z�LJ��P�$��v�t��=y�C��#�fp���`�G��3�&F�������_Y
������??��3r���k�O���>�Ԯ�o���aP�$Jc��$���Q�����	N�����C��+ݿO���W�Q̒�+��*��`�!g�k�C%_">���>b����"I�� ���3�x�G�V�(�q��TyIQ}�|괺,�
��q�T��j\9���t 2{�!�$
�?8�C����9ď����@���P�tQfHa��,�3���z �l��6G����/�T��=��脿����^�d�J�?���~ѱ$�(&��9�p�Ӗ��{��8
o�w/,�	���n����q�ÃG�og���A���ӊE��ëU��
TlޑU
��݀����j�V�*3�R��4aEAL��Ҙ�����$d�8�$�e˲-h5���=B'	�h�0P�4ۇ�Gi�}+��Q�S�	��v��;��)F�[�t��w���i��ر�vp$iϤb't"��n�:X�Ēͩgf���cf�z������_���yjb�|�1e�VS_B$��D�ꅞå
�Cɫl�ց�� �nIޕ
_�|�TEl��Z�O����Œm�m)
�V3����C��(0{�]
�:����VK{��4tɋu�~
8�8PnM|���������[��R��2[F{q�C̠�Q��U�}k|��
\�zMB#�T3V��@F,"4�Ç3
E�
rC�	�	ax������i��3=<[���L�ݧ�i���jZ�Ȧ�i���|��������i�?��΀k�J�='m��A3�����|tH�~�蘦_u.��KC�yL��DD�`���>l�6�W�v�H�/p�312#���߮��J�j�ZՈa.4 �R
Y�7���b�J��7�����f�!�?����gʲf�?���}ǽ���|_t|�$�P+��,t�Y��B���#׭#�����Ie/������������8��A�a*j���4:�<P{�4�q9gJrv�Ln�E@�\ܡ�o�9���z� ������ s�]��fa�5!�vK�˭kVm�&�j=�.w-L�E��]"��%�m���8�©��4aQ@��<ȼ�����n�AKLdn�=������^�˽��m�*VY��O4��[�>b�ri�
g`������,���*jX��V�PF܉ ʈ�qĜ��\�u��*������f!R�#��q�W�o&��ղ�=u��Q[X����Tf�?����󗏵�����-���7�<�Ǥ��X��a•ȵ���������ݓu���ȁ���*���?Z�Py�C&���Tݠ���/7�w�~1���·��.G�
v�K�_3�|C��jk^���j:Bs3&؝ٯ��g���݂�p	���:�ޗN��D��(��O�jl�40?E�vЈZ��=�8�Ȳ�J���P9��,�����9{�ϕ����mvH�놃��j��?��k6�J+����#�Ӥ���3v��Tr0�:
� c!V
�l�29��~�?I�D)���wx|�J��(�"q������$�Q}�Y�OCv���(*�1JE�Y�s�]�EZ�%�w���M:�J�ڿ�E��S�l4{������]FT����ُҞht����H��=Ft���GI+�u1�$�9�/�UdX��j@�oʲV�Y��ꀛV\�9�N�Y��HѪ7܅���-�V�
�da����h�ܮ��|�^/6Uۼ��ܛ��~���~�Ls��~7_#���lv���p�z�do�h�ڙȜo�Ȟ�wh?�8��r�w�f�K2�V0��31n���;OhӲ��#�>Y�3�}�{&�q��cz"�GA�X܎��Ќx}��.8t#_�7��?��ˇ�RU/`����W
J���,J�?� ӠHs-c�U�Ġ�*�2��6N-b.D�m"�H��H��	4s�%�b17?�?��稇ιS/���˔�� {Y K��^�)�սC���і*�u��Ch�T09-�xܴ<��Q�P��e�^NK�OCgـ�լ�f�P��TF���)r�q*��PԬq�V�d�\�D�WAV��Eu��g\��3���D��e&8J�N��́�1��r���hhV�S�i�V�����>C
hG<�x�!8�Q`e6�X�Vk��K�܊NZ�p�#H�1j���DC�F-o.���zF�.�ٷ�e{w�;mT5/�AkH��2��Pp��@S�w�_2��!��⛋����f��w!�UXO:MECK�5��l���&�Ԭo&��$I�V"R�CP嵼(�����
��(y��c4�隓�Gu7��T��&���/r�dyϡ+��7[kS����P;��

�P����Qm��d8�O���Mh�y`i������K2��:Ye�C�P��)�I��	>Ԏ
�v����Z���I���l�H���Y���aҺ��yo�g�;�x9wg�2�DLt���&,�k�uӤ������L:Te���������_q��js��M��Q���g
���]n��/�;ڷz��~w�
}�N�2��K:Wt�z��^~#G�м�s�������T�4P�-/�k�8��t�s�~�aX6lЏ1 =r�QI%�a7�Hc�`t�v��>h��ȍv5��$�e$���S��9z~g���w��#��|�,,�T/��m��w�+�V0�-�F��$��=:jW�$�}۩����8J�՛$W�ɤ������>�Fb��Q� �{�4�ٴ���x��w|�G����*ε�
���XcJ�[�^�5�+^�_	����PKE-�L�OPK7�RODefinitions/resource-BasicOnboardOndohrNodesUbuntu18cvfc-template-interface.yml�]�s�(��_�mfQu洕[:=]�U���3ӗ�-
#l��@��޿~H��,�vɸ
�l��{�_�����%�p)4�0���
2��y�1�%y����/�S*�o~�BB�� �,y�n��d�g�0%��m�g���sJ
��T�g��Yˈ�m�/���μR��sU)��Bf���l��,Di*��\�d��6�Z(�*��ʼHӲT�%�%M>��XH��G�ʵ�6�,�Q���Ke�rQ
S^���;e�oX��J�7c��$|�|��
������M��9�Ȉ`�=���Y�!ۺ�qmvI���䊥U�]2Fm��k���|#��bU'�g^@u�`.�!�pgTL�X�U�ܯV@�����W�]H�1"�[�L�c-X��j.[1�r���	�u�l����1��L%û�:O����هǮ&��R='��~�(�ƶiFK��w��{��?Z6�Kj�	(zт��xA���ag�V�H�M/&t[$�����x���T���#��Z���(5Sت��R��L�K��p
ǀ���H�t{ɀ��H�O�!Y	�>t8Pߠ_��$���A}�	���T��A@s�ڞ�5#&�%"7��Z�����5bԿݬ����I��<'+�j7���:P�b�2��,E�l�Jt'����!N\���
���)��˾�~a8����!Z�R��A�7��̊To����.=�BQd�  T�ϔ�y{��3C�Γ�RP?h8�O�gml� �xM��~T�'�vx��bE!'
�%2k�Q���F
k#��9۹�T���'n���C/����y�#Q���E �#ղ��x7��AD�3��o���Z�8��jIS��p��@~3��{u��l;�z����z����}��0���kh�$^="��d	������_�[�H�E��v�$�I�b>��:�B?||�����vi��<��d�^@�����]��\)i�։��������׎�P�>O����g�
ݴ�����y���gx�m>+f�oߜ�~%��5r�|/�/��w��~�-��R�'q��R���H�,�$�.?
�\���4�c<��}�Zo�
]5u0kb��iVB�����
]8�t���C��Rp���ܣ�v�Aw'��w=)�|��PBC�pz�v�l��UV��i+ri,����Zש�q�k�`��F�?��)��\b�A�"�7����E�!}�_TZ� �$���G�r��v��0Չ��=3Z��4<�H�	�}�@/J�H�e20 �0�e�D(LF
����Z��buĪZ�����
�y��U��i�����Z6���V��|���!��q�P�GL,���[Ou�y�j��#;j��,��Y�M��z}�ZjQc5�*�;͎�|����{�R���|�M�ύ�y�`m�Ş�VwR���u�W�Vg���ҀA�XJ��r���C���>o?�X���!Q���U	pJl�#e�	��>�k����2ˮ,O}]w��3r�%��;�jQ2늿g����L��YҞ�H
B����=zFј/��[ǎ�2�j`��o�*K����H��٩c���[E*�'�
{c`�xe�����&��29�4����"8f=,y!ᲈȘ�ΡC�d����)""�CDk��D�2��;�G]&���!'L�����1�ޫ�ޯ�glS�[	�g�瀻��9�e��_b"��λ�N��p��N�<��_4~���]B��<��caS��ڰ��c�0�(��}���{|{�y���eyr�GG
"��a�D�� }�V��r)�s�f�<��X9`���	q:3,��0<�v�����~&�萀��ϊ5�!^���35���5%Z�P��Ј�ɇ���Cc��S|΄�r@�A���C��P�ç���)�
�~7jƛdS�%�_!>�����2���7B�|��=0t�o�x�6��o����3Z�WE�_14
Q)�"<��{���ۇ�r�E�����.�En~?B��I�x%nޓ������Q2��/	(�R�x����%��#�rnc_��0
�qv�Cj����CC�q21.��`|Q1wD,L��h�
��#��_���:��!e��>��n�oRv�R��o�&��͟���Q�7�հ�kj��s�lV��u����-��ɦ]��k���n��8��﯏���S��	��d3���PK����)}PK7�R(Definitions/resource-Extcp2-template.yml�R���0��+��m ’
�M����FU���B��Uc���6_�*�7��{ct�Y�c!�0B�:=#����i�Z�����J�N��D�rfX2��H0e�����Y�<@/�ǁ=�s�a<��|>���[ՊcV,�"/��Њy䱼Xx� �f�y�V�X�	���6�s�9��4���;Xj��;�Z(�̥B`R�6G$Xnm5�3BA����X�>93x�tI�*+��O�
ޠy���KT���i����P��)����kܿ�<���Tfh���M��L�L�瓒"*��M�ݣ�h�v��&�B%�J!fi�\���r�iB�u���,.8�#/�r�T�4)��eZ��z��X�Ta�����K�����?��������<�1�q;-���x���0'5F
 (�Y�veUG�
6�9������CEa�u�C��|���s�����d,��2�����ٖ���?d���m������9��	?�!\n>����f�7��N��ԥ V��e�-�	�$a��(M/
mX����p��S{�sB�q�
m��c�9�S=l��IW#�(Гw��cV����-_����ֺ�鞳����\6?ް�i��k˴��NAq����»2q��=�s���"zwޥ*G����0D���z�[kO*�M�!=4K�����U����l�{�;�y?�k}����ܺwn5{%�-�$�wԢ�;�j�SL@h��ĩ��������V$g��n��ۛ#v\��0[�%�񊋡0tf�>C�x��Sã�]m�?��/��A�Mjc�PK��ZePK7�R)Definitions/resource-Compute-template.yml�VKo�8��W̭ۃ�~����.zhR$u/��@�#�Z�r���J�"m]�������8�͋d���L`!�����yZ�j���T��V�4��4&X`�@�s���^��Ja9]-f��2��E2��2�q9Mx���r>�'�9�j��ի3,")��H�7y�X.�Z��٫��	l��.�.��z�dj��X:�h���`']�h��J�Q��QTcxg
�4�����e!Q}�-|���A*9B�	,PzD�:X
[HJ��t#wh��?�t�kB��ʕ�������LA���/�l�Ȍ9�{4R:���`�
�>Y�@z��Y�Q{"ŭ&J�	�1��Ͷ|\~XS)B�ں=Ph
�cJxؗT�Oo/i�Y�
R�
:�I��QL	v��U�(�	(KQf>X�6�,��.��ѐ�C�'���c�������5t:X��y�_��m���_PK�=��
PK7�R,Definitions/resource-Novaserver-template.yml�WKs�6��W��� ժ���͕�FW��uh�����X��t�߻�e˕�fzjr�������e<�K-�4�%�?Ḟ''�RAR�B%�dpT��{>:bL���k��8���a�>�q�ao(��z��z|x"�NN�0��"��Iz�
ߝ��Y����	��=���n ����1k^��M͂߃EhH�2+K@�Ai����qf�+f,[H�+�,x6���t�Mtnl�I��2�K�9��)���F[J�X
�r��
����j�s��:�Ј��JZ( �f�T�����j%�L����_��!���A�VRZ��,� ��+,]���3���虪Tf
�$�#Qq�6x�>b��
ck��)���1�.1O����q3d�A���\���`�r��|e)��S����#v3��e�RՒ+Dl�3^�T*l�M�.�a��B��\��
�̚j�+R���(�=3�����Qo��C��l����Yߔ�$L~�oC�_�Y?Fe����ckE�X]X�"ɭ)F��4-ӈ�ߘ�ic2�[�]W,c\R'%w+J��h�Y7���&��D.�1/�ai�`�|@�����G,��Ak=���N�
����3��dX;��N�ہ@|v�Ur}rI�H���:���H=>CVQF�:���{E�����v`!�-���i
�:	�����A�-�֤�������ka]%R4�i����7Z�d&b
�鲴���FM��"1��3�
��v���QE��
�r��ɥہ�1�l��lE�4�F�V.g����y(�v�'E�gA�=f��"nu̜V����A��3X/_K/>Q��zt����A8K�3�����*�kFԙ�/�J���NЎ�-n��\_'�WwOWw����R�@Sk퉛�J	�����v��.-��]��ʆ>�{Q�Cq�'�.ȅ�������z-4��a��1�hB�O���!�aL�ۨ��i�[��x}�X�a�~�9Vخaq訌��]cKRT
��׸q��+���qo�U����\�i�� �����ʸ!�~�سq�PK�~�i�PK7�R/Definitions/resource-Securityrules-template.yml�T�n�0}߯���RA{��[�m�Jm�ټ"c�U��m6��;�K�jZ�Z�5g����-g��T*�V6>��t��5&+�2ǸfE/�Ŭ@�s,�HudF2�����.���\�E�a�ˍ�4�"�b5OV��n���r��-��a�Z�ep�]n�-^��0Y���'+V`?�WF�����*�r#K��y�U*�a�t
��%��x2e	+�\�"��8�W�����
�9sxЦ��*4�f�d�O����'TB��n���ݣ/��3���,�,�9�^�|u����U� y���Q�}��,E&���ʜ�4@X9}|�;;g%KdNM�R�xG5�7���,'܉�#������M�_I���”Ү�;f���蓍��9����p]�ᩄ�1�a�簭M�̅
݋6?�rF�p2=���Qĩ�E7靇�]G�3P
�]�F�;���:#ա'��`�"�z�UH��I�˫��x�$πTH��s%
��W)�\a�+���,�8;���wË����UloȚ�1�`.����7�x��F��
%T�Ա�l�<�NǬ߱����?g#傔���f 5��A��Y0�������O���>
�d���c<��
?ЯS�7��Z�{�wT��3p�o��h�@��g�PK��!ۄYPK7�R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{�5v�$�77n��I^���ѶP�t�tN�b��(������~����O�GRN[ΒB	'������\PY��
�e�O�g9:�1��3�������tKG)�^���w����(�^p}�����E�*������z4�W�~����F7��^�n,���9+�c��fX:��휄ZnD�������{��J!�B�k���"�M����Vh�vN��X#,��ɗ���r�p��&��Q���o�t+��{������r���.
�GT�61���s��ާ��?Q"a�����);�xa�Ig(ge�"y{��ү���Y���;�BHr�&���5�w�1��Z�Y�R!�Ȼ&]ymjP����(vlw����rת���BK��B6�ڄ)�]�k�C٤��6�HT&��"jR�"Z�.]*�Uͳ�=>x8�����0�l�O*lb��F�M����F�03՚H�Z���-�O�:�6����8J�@U�m�Z
Ca��ų��ZpL�����Ø�C0��^P,a���j�&lN	���gհ����\1j�3��c|���.Mu�O��eD�ń������uL�,��I�4�};�C���ƽU0��u�r�rD�����&�|�9��j����
���D�
ќ�R�2Js�V���:��`�{�X���Re[���;�~k&KLl���s�H��.�o�����0g����?;�(ن��h�y�BqYfH��ǂ���~'Gu��'Z�$s���v)��?�"����ց�v�J��>W�,$�a���n����̫&Ƭ��/���*4
������&*�~@��p�	�]U[T��돤�ui'ipƏ�����Y�g�A���>(L�v�����֎|��=-�D�7S�2��lg&|�g3��r�"�ä,^!�3%����^7�j8�Nb�i:2ģ�z�R��{|�c������n��7I�����ˇ�[�7�>���v��ָ�՜: ��)s���ٻ�������Q*E�T-[?�����[L��5�����C��O�ױ����z��l[����������x��L���Ђu�Չ.�e�#��PK�#GQ�
PK7�R,Definitions/resource-Globalport-template.yml�W�S�8��[˃=�H��3%�p��͍G�׎����p�ﻒ��I�e�L��j?��j1R3Fs�
�B�kP?�ĸ#ͳ<�pC�4��(C#j��.�Tq*����Ք\|���&ѩw0��&'�GG�]�F'�9;��sʾ�Ѿ�{O3�7��.�����	<���\Y3��8wX�Q"XZ�����9i�ܐj��s��m�분�}�6�=�M��X�=G�:��H�������~~�����)>@a�~T�	��C����-�j��[ҌޝX�L)�f6)�/q�X�W����*i�������A��y��$����(r�
9� �'V&�ۑ�L�X�G:������;n��J7:��]h�Y����w�v�0��`1j�~w�8P�
��X���S�6�w75��[���K2�;PK��/Hk�PK7�RLDefinitions/resource-BasiconboardondohrComputeNodesHeatUbuntu18-template.yml��Mo�0�����d!v���mh��Z`C{5(�NȒ!���G���Cw3^>"��ttAB���VG�lh'�>�P��`��Aoڼ�w=FP��1��^��//߾6��s,���;g�cUf�9Y���
��R'z���X���,?a��dUd �Ȅ�3J�K�-�ذ��|�W�V�������[�0�+B�m󚞑&��l��E�q R�={}�BT�
�|������a�H�N��(�ȟD�d$�cp����ԋ'/���-������!P�}��w����<��@J���h�����26[L�f�ӆ2,�o��`�E����% ���n�{}E=�oઇ
�	��ŻqK-����oڊ��..y�;y����C�/�
����6B>u���H`��Gײ�V��	U�y�7U��`��'z�c��?�_PK°ⵧpPK7�R/Definitions/resource-Globalcompute-template.yml�Mo�6������ABl���[6i�6[,6{)
��F6QJTIʁ��;�$[J�7ѠƇ���<~�2R3�d��.K�@i��c�4/*ɑ"Y$��ͨ��+Bxy����|�B��2z{��t#;!9X�M������%M'FMb�?���d$Dk�@P�žW#�QFg�S�[�)]v%g����:Z�Ҵ���ְ�lr�T�XV��LĽ��!gq�J�J[b�^<@��J�c��jb��;�c5\�C�����A��s8�ݨX�������x
���Q��-�8b����D�&�
�[ȹuG��x��
f�$��{��Z�>�*�O5K�j��d�N����������_Oi*x��~��J�:����R��J����0����Z��{
�[����*a �YbҊު�ԋ���x��Գ6��V�O���[s�Tu�&^jCQ�����z���f<	~��ﭨ{�F'.+?}�ot���8�U�,n�@������c6XUc�E��
,L��IW�}oym�P����cA���cVz4���w*^7xp��@^�I(|��ဂNZ�	x�bEM�<��0a����Z�]��VX���뜤6\�O�|��z��a��BHf��
	g�}������_a��t1�yd����`�oa��z���Ӟ���'��{H�x48c�gEG،��ؓ#1�mc�4�P�+zq}��m�̋
��58Ŵ(XM=���p��i$�����-
�?���9�0[��h��?�2	�\r�j���.��ϓ�p@�2�R�Xq�jn��%sо��޻�Պ#�p�|9���:ph�Ai.�B����s�/������<�PK��K>KPK7�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��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�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���Ilcж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��}3aL���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���iG��^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\��כ
�yW����@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��PK7�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�'}8PK7�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��ln���;���ڧ�~{=_�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?��@@PK7�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&PK7�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�����PK7�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�
PK7�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���fq����{�ў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~(PK7�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	cc��� [�}�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�V8bQ��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�'�#DoYim�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�41K�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���/�tPK7�RJArtifacts/Informational/OTHER/VSP_basic_onboard_OnDOHR_VSP_Information.txt��mo�0�_o��^n��ڭcR�j* �� hًiB���S;�����ϱ���H�p�;���M�Y�0@�(��--��g,�B��o�%S��\���Ɔ80t�5W��
[�@��<3��)�͹q4��PiKpݹv���\6�����3��T�j�+�3|>;1
T�9�q����S�Ť�VQ��}�S���'I�%�j2�!2����̳c��]7�x��U�BJ��s�+#��df��ʳ����,!����''��oD,�ج䍋X�_#m}$	��UIT-I�l|�(_׳rCjpm��!�k��N���a_W��%�eC�w��֜�A�~�չ����<1I�,t����4�
~\O��c�qc�����9^�Q��A���_�xY���yxIVՕ)���ܷ�2�O
�=�g�
Ҷq���$ַ��zzA�@�U��u�|�F��*�W���uK��Gƭl���x�2y]��2���a�`"�a�cCRq�z1��_���9J�]�����u���8��IfW>vۇŢ����(����˻~�Pܞ^qF��B���n
=�塗�C��^�k�"�PKhλI�PK7�R,Artifacts/Deployment/HEAT/base_ubuntu18.yaml�Wmo�6��_qk�`/��]Q�C�"m�bK�E�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B�<��?	&?���F	�Xe��
�a�+!A���"�|���TL�w)̥�w�/oF#�5�В�hpWhy�-�B��lUA�|�rB;$�])��X-�?H���Q9�?j��a�
�3&���/��K^€ҲI��9�dR�x��*�0�%\m�t�����6�g�D��*%�ϙ�����[��q�[����>C(\�]�c����A���<�&�<��Gp_z`Odr^��+�?4�h�b�nq��즘�"�u	��5�gNS����R����]�M��¥d_������l�$��2�T�="��)����%�'}
�櫋��>��$��bI1�-%_��~x5���]����_-s5��V�+���;�������#��l����i���F���Q��˧[/��j+*u�������ľڬ����
�$�q\˒G�o���B���9�4�p7���@6���Y�3n�:���o�S��gXPUz������B:�
rը��|��Foޝ���%2�E�9�7��V��2Z�[hY�N����*"��a�:�@�[%���Z��'�,�y.4=Y&�?j��3IQ��sq�d����3%+�{"��:���nC����3~��ξغ�3��g+����e2�ߛ���;�{��Ӷ��;V�^�m�:��|�go+�N:>^�Z��VN���q�2���i{a���p�]8yHq[��M�H���7�6��0~��)?X��k��e
���
VG��c���6e�����QC��zM��ܭ���Y{��5D��ˇ*q�^?O�B����g�9�{�5wm��D�\<-����iWv�����ζ��N�:���������0-;ہ3�
m\ht��*4w���n�d���Je�xۏ��K�x�T
;����G��B�ߘ�t�ʼnW98�����~ʻ��yAk �n��-Ʒ�8��CDpz�>&�B-4O��a���PM�4rc� �����T�KkiT�!�,�٘���2�*��5�mP�	h4�vL���XA�a�_��z��d��?��Y�W����!]�؁���
M,1�?��I,?��R�R��1a��p!�q��y��p��,M��3��\V�x���+�i9*ni�|�p3�	�J����Xi�����u-,�brSh���U���ZU�q�<�	��Q�v%&ETp�59��&���={�[�$w���F;|�&=�������`@U&_�_7�-+�V�鋐:5�j��Dy�������ؐF�PK��
'V�PK7�R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+%M���d�{KkA��0��c�9I3%G䎆$a9<�p�W�zX����Q�Zi3��"���d��wB?���(a��ռkMO�#��0���Z���,�Jе�F�
��̢��.�)�ٍ?"�ߐ���׷�(�
W>���]�s��Oz�u�ȦLk�O�
ꀧ+�PKk
����PK6�R�R�B4E	csar.metaPK6�R#����kTOSCA-Metadata/TOSCA.metaPK6�Rg�L���V4CDefinitions/resource-BasicOnboardOndohr-template.ymlPK7�R�*K�
t�>�Definitions/resource-BasicOnboardOndohr-template-interface.ymlPK7�RE-�L�OE�Definitions/resource-BasicOnboardOndohrNodesUbuntu18cvfc-template.ymlPK7�R����)}O�)Definitions/resource-BasicOnboardOndohrNodesUbuntu18cvfc-template-interface.ymlPK7�R�V���(�2Definitions/resource-Extcp2-template.ymlPK7�R��Ze&95Definitions/resource-Port-template.ymlPK7�R�=��
)�7Definitions/resource-Compute-template.ymlPK7�R�~�i�,�;Definitions/resource-Novaserver-template.ymlPK7�R��!ۄY/TADefinitions/resource-Securityrules-template.ymlPK7�R�#GQ�
.5DDefinitions/resource-Extneutroncp-template.ymlPK7�R��/Hk�,�HDefinitions/resource-Globalport-template.ymlPK7�R°ⵧpL�MDefinitions/resource-BasiconboardondohrComputeNodesHeatUbuntu18-template.ymlPK7�R��K>K/�ODefinitions/resource-Globalcompute-template.ymlPK7�R+�@j5��cTDefinitions/data.ymlPK7�R�'}8�Definitions/groups.ymlPK7�R0?��@@АDefinitions/policies.ymlPK7�R���C&V�Definitions/annotations.ymlPK7�R�����şDefinitions/relationships.ymlPK7�R2ea�
ЦDefinitions/artifacts.ymlPK7�R�H�v~(�Definitions/capabilities.ymlPK7�R8��۴Definitions/interfaces.ymlPK7�R5n���/�tԹDefinitions/nodes.ymlPK7�RhλI�J
�Artifacts/Informational/OTHER/VSP_basic_onboard_OnDOHR_VSP_Information.txtPK7�R��
'V�,��Artifacts/Deployment/HEAT/base_ubuntu18.yamlPK7�Rd�E�}�<~�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK7�Rk
����4e�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK�	Y�
2021-04-14T03:03:38.844Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-14T03:03:38.848Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/db4bbc46-4eec-4b58-a116-b3cfbb33a2f0/toscaModel|INFO|500||InvokeReturn
2021-04-14T03:03:38.854Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-14T03:03:38.854Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-04-14T03:03:38.854Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||VFCustomizationUUID= ab0a88f4-42c9-4f46-90f2-5ffc41989101
2021-04-14T03:03:38.855Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab0a88f4-42c9-4f46-90f2-5ffc41989101 matches Tosca VF Customization UUID: ab0a88f4-42c9-4f46-90f2-5ffc41989101
2021-04-14T03:03:38.855Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||vfCustomizationUUID: ab0a88f4-42c9-4f46-90f2-5ffc41989101  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-14T03:03:38.862Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:38.862Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:38.863Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||resource request for resource customization id ab0a88f4-42c9-4f46-90f2-5ffc41989101: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-04-14T03:03:38.864Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45f1089f
2021-04-14T03:03:38.864Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:38.864Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T03:03:38.864Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d52f4eee-2a9c-4c09-a8b9-b412582573d8
2021-04-14T03:03:38.865Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d52f4eee-2a9c-4c09-a8b9-b412582573d8
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-14T03:03:38.870Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:38.870Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is matching search criteria
2021-04-14T03:03:38.870Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_OnDOHR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:03:38.871Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:38.871Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is matching search criteria
2021-04-14T03:03:38.871Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_OnDOHR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:03:38.871Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:38.872Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is not matching search criteria
2021-04-14T03:03:38.872Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-14T03:03:38.872Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-14T03:03:38.872Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d76d04f8-56cb-499f-87fc-20dec97f453b
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-14T03:03:38.894Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:38.895Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is matching search criteria
2021-04-14T03:03:38.895Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_OnDOHR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:03:38.896Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:38.896Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Node template basic_onboard_OnDOHR 0 is matching search criteria
2021-04-14T03:03:38.896Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_OnDOHR 0] matching following query criteria: sdcType=VF, customizationUUID=ab0a88f4-42c9-4f46-90f2-5ffc41989101
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-14T03:03:38.899Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:38.899Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:38.900Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500|| resourceSeq for service uuid ac130728-7f0b-4fba-b0bb-c1ef51f51f8a: basic_onboard_OnDOHR
2021-04-14T03:03:38.900Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:38.900Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:38.900Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:38.900Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:38.900Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:38.901Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:38.901Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:38.901Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:38.901Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:03:38.901Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Service basic_onboard_OnDOHR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:03:38.901Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||Saving Service: basic_onboard_OnDOHR 
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-14T03:03:39.093Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OnDOHR 66e2f113-3ea0-4902-8b1e-51aed5078147 1 ASDC deployResourceStructure
2021-04-14T03:03:39.093Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json ASDC sendASDCNotification
2021-04-14T03:03:39.093Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json
2021-04-14T03:03:39.094Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:03:39.094Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:39.096Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:39.096Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369419093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:03:39.196Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:39.197Z||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-14T03:03:39.197Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:39.209Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:39.210Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:03:40.097Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-14T03:03:40.098Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml
2021-04-14T03:03:40.098Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:03:40.098Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:40.100Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:40.100Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369420097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-14T03:03:40.200Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:40.201Z||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-14T03:03:40.202Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:40.213Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:40.214Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:41.101Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-14T03:03:41.101Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env
2021-04-14T03:03:41.101Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:03:41.102Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:41.103Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:41.103Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369421101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-14T03:03:41.203Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:41.204Z||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-14T03:03:41.204Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:41.216Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:41.216Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:42.104Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar ASDC sendASDCNotification
2021-04-14T03:03:42.105Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar
2021-04-14T03:03:42.105Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:03:42.105Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:03:42.107Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:03:42.107Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369422104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:03:42.207Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:03:42.208Z||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-14T03:03:42.208Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:03:42.217Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:03:42.217Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:03:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T03:03:43.108Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:03:43.123Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8
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-14T03:03:43.128Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:03:43.129Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T03:03:43.129Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T03:04:13.129Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:04:13.141Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8
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-14T03:04:13.145Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:04:13.145Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T03:04:13.146Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T03:04:18.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:04:18.646Z||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-14T03:04:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:04:18.673Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:04:18.674Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:04:18.674Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "policy-id",
  "timestamp": 1618369394002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:04:18.675Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:04:43.146Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:04:43.156Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8
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-14T03:04:43.161Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:04:43.161Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T03:04:43.161Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T03:05:13.161Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:05:13.172Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8
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-14T03:05:13.176Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:05:13.176Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T03:05:13.176Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T03:05:18.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:05:18.646Z||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-14T03:05:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:05:18.668Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:05:18.668Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:05:18.668Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "clamp",
  "timestamp": 1618369393086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:05:18.670Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:05:43.177Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:05:43.186Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8
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-14T03:05:43.222Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:05:43.223Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T03:05:43.223Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T03:06:13.223Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:06:13.233Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8
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-14T03:06:13.321Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:06:13.321Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T03:06:13.321Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T03:06:18.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:06:18.646Z||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-14T03:06:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:06:19.176Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:06:19.179Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.179Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369397187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.180Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.180Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.180Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369395203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.180Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.180Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.180Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369393599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.181Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.181Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.181Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.181Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.181Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.181Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "policy-id",
  "timestamp": 1618369394002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.181Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.181Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.181Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "clamp",
  "timestamp": 1618369393086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.181Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.181Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.181Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369397187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369395203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369393599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "cds",
  "timestamp": 1618369400332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.182Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "policy-id",
  "timestamp": 1618369394002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.183Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.183Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.183Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369397187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.183Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.183Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.183Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369395203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.184Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.184Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.184Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.184Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.184Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.184Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "cds",
  "timestamp": 1618369401338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-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-14T03:06:19.296Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a5b59a0f-8372-42cf-98d0-f59b2e29f32e
2021-04-14T03:06:19.296Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5b59a0f-8372-42cf-98d0-f59b2e29f32e 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-14T03:06:19.304Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.304Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369397187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.304Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.304Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.304Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369395203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.305Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.305Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.305Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.305Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.305Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.305Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369397187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.305Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.305Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.305Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "policy-id",
  "timestamp": 1618369402986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.305Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.305Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.305Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369403099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.306Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.306Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.306Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.306Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.306Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.306Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369397187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.306Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.306Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.306Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "aai-ml",
  "timestamp": 1618369403996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:06:19.306Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.306Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.307Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "policy-id",
  "timestamp": 1618369403990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:06:19.307Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.307Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.307Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369404169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.307Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.307Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.307Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.307Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.307Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.307Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369404585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.308Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.308Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.308Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "policy-id",
  "timestamp": 1618369404993,
  "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-14T03:06:19.312Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5b59a0f-8372-42cf-98d0-f59b2e29f32e
2021-04-14T03:06:19.313Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5b59a0f-8372-42cf-98d0-f59b2e29f32e 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-14T03:06:19.319Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.319Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "aai-ml",
  "timestamp": 1618369405005,
  "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-14T03:06:19.322Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2b846234-61f8-4095-b30e-2d77362b84a8
2021-04-14T03:06:19.322Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:06:19.390Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.391Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369405066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.391Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.391Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.391Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.392Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.392Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.392Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369405404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.392Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.392Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.392Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369404941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.392Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.392Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.392Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369405856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.392Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.392Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.393Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369406450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.393Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.393Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.393Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369404941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.393Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.393Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.393Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369406616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.393Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.393Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.393Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369406823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.393Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.393Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.394Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369407025,
  "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-14T03:06:19.398Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5b59a0f-8372-42cf-98d0-f59b2e29f32e
2021-04-14T03:06:19.398Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5b59a0f-8372-42cf-98d0-f59b2e29f32e 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-14T03:06:19.403Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.403Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369404941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.403Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.403Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.404Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369407623,
  "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-14T03:06:19.407Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5b59a0f-8372-42cf-98d0-f59b2e29f32e
2021-04-14T03:06:19.407Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5b59a0f-8372-42cf-98d0-f59b2e29f32e 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-14T03:06:19.412Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.412Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369407803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.412Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.412Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.413Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369408031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:06:19.413Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.413Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.413Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369404941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.413Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.413Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.413Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369408627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:06:19.413Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.413Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.413Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369408809,
  "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-14T03:06:19.417Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5b59a0f-8372-42cf-98d0-f59b2e29f32e
2021-04-14T03:06:19.417Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5b59a0f-8372-42cf-98d0-f59b2e29f32e 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-14T03:06:19.421Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.422Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369404941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.422Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.422Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.422Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "clamp",
  "timestamp": 1618369409717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.422Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.422Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.422Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369409813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:06:19.422Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.422Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.423Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369404941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.423Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.423Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.423Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "clamp",
  "timestamp": 1618369410877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:06:19.423Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.423Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.423Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369410884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.423Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.423Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.423Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "aai-ml",
  "timestamp": 1618369410306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.424Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.424Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.424Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369404941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.424Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.424Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.424Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "clamp",
  "timestamp": 1618369411880,
  "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-14T03:06:19.428Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a5b59a0f-8372-42cf-98d0-f59b2e29f32e
2021-04-14T03:06:19.428Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5b59a0f-8372-42cf-98d0-f59b2e29f32e 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-14T03:06:19.437Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.437Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "aai-ml",
  "timestamp": 1618369410306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.437Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.437Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.438Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369412810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.438Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.438Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.438Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "aai-ml",
  "timestamp": 1618369410306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.438Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.438Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.439Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369413397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.439Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.439Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.439Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "aai-ml",
  "timestamp": 1618369410306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.439Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.439Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.439Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369414912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.440Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.440Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.440Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "aai-ml",
  "timestamp": 1618369410306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.440Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.440Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.440Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369415878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:06:19.440Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.441Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.441Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "aai-ml",
  "timestamp": 1618369410306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:06:19.441Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.441Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.441Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369416881,
  "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-14T03:06:19.446Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a5b59a0f-8372-42cf-98d0-f59b2e29f32e
2021-04-14T03:06:19.446Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5b59a0f-8372-42cf-98d0-f59b2e29f32e 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-14T03:06:19.456Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.457Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "aai-ml",
  "timestamp": 1618369410306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:06:19.457Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:06:19.457Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.457Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369419093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/basic_onboard_ondohr0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:06:19.457Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.457Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.457Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369420097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-14T03:06:19.457Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.457Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.457Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "aai-ml",
  "timestamp": 1618369420319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:06:19.458Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.458Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.458Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369421101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/resourceInstances/basic_onboard_ondohr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-14T03:06:19.458Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.458Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.458Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369422104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOndohr/1.0/artifacts/service-BasicOnboardOndohr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:06:19.458Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.458Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.458Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "aai-ml",
  "timestamp": 1618369428518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:06:19.458Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:06:19.458Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:06:19.458Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "aai-ml",
  "timestamp": 1618369429523,
  "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-14T03:06:19.463Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a5b59a0f-8372-42cf-98d0-f59b2e29f32e
2021-04-14T03:06:19.463Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5b59a0f-8372-42cf-98d0-f59b2e29f32e 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-14T03:06:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.76.199
2021-04-14T03:06:43.321Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:06:43.421Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8
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-14T03:06:43.430Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:06:43.430Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-14T03:06:43.431Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-14T03:06:43.431Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-14T03:06:43.432Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:06:43.432Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:06:43.432Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:06:43.432Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:06:43.432Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:06:43.432Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:06:43.432Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-14T03:06:43.437Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-14T03:07:13.437Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2b846234-61f8-4095-b30e-2d77362b84a8 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-14T03:07:13.447Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2b846234-61f8-4095-b30e-2d77362b84a8 and serviceModelVersionId: ac130728-7f0b-4fba-b0bb-c1ef51f51f8a
2021-04-14T03:07:13.447Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8515db5e-deaa-40ec-bbc0-d009d0674a92
2021-04-14T03:07:18.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:07:18.646Z||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-14T03:07:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:20.788Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8515db5e-deaa-40ec-bbc0-d009d0674a92/model-vers/model-ver/ac130728-7f0b-4fba-b0bb-c1ef51f51f8a?depth=0
2021-04-14T03:07:20.977Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-14T03:07:21.670Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/8515db5e-deaa-40ec-bbc0-d009d0674a92/model-vers/model-ver/ac130728-7f0b-4fba-b0bb-c1ef51f51f8a?depth=0|INFO|500||Invoke
2021-04-14T03:07:21.673Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/8515db5e-deaa-40ec-bbc0-d009d0674a92/model-vers/model-ver/ac130728-7f0b-4fba-b0bb-c1ef51f51f8a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/8515db5e-deaa-40ec-bbc0-d009d0674a92/model-vers/model-ver/ac130728-7f0b-4fba-b0bb-c1ef51f51f8a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2b846234-61f8-4095-b30e-2d77362b84a8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[808e28a2-bcab-48d1-8f6a-8c485b80a008], X-ECOMP-RequestID=[2b846234-61f8-4095-b30e-2d77362b84a8], X-TransactionId=[], X-ONAP-RequestID=[2b846234-61f8-4095-b30e-2d77362b84a8], Content-Type=[application/merge-patch+json]}
2021-04-14T03:07:21.729Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/8515db5e-deaa-40ec-bbc0-d009d0674a92/model-vers/model-ver/ac130728-7f0b-4fba-b0bb-c1ef51f51f8a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-14T03:07:21.966Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/8515db5e-deaa-40ec-bbc0-d009d0674a92/model-vers/model-ver/ac130728-7f0b-4fba-b0bb-c1ef51f51f8a?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/8515db5e-deaa-40ec-bbc0-d009d0674a92/model-vers/model-ver/ac130728-7f0b-4fba-b0bb-c1ef51f51f8a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210414-03:07:21:736-38777], vertex-id=[352256], Content-Length=[0], Date=[Wed, 14 Apr 2021 03:07:21 GMT], Content-Type=[application/json]}
2021-04-14T03:07:21.967Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/8515db5e-deaa-40ec-bbc0-d009d0674a92/model-vers/model-ver/ac130728-7f0b-4fba-b0bb-c1ef51f51f8a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-14T03:07:21.968Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/8515db5e-deaa-40ec-bbc0-d009d0674a92/model-vers/model-ver/ac130728-7f0b-4fba-b0bb-c1ef51f51f8a?depth=0|INFO|500||InvokeReturn
2021-04-14T03:07:21.970Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-14T03:07:21.970Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-14T03:07:21.974Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||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-14T03:07:21.981Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2b846234-61f8-4095-b30e-2d77362b84a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-14T03:07:21.982Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-14T03:07:21.983Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:21.985Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:21.985Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369641981,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:07:22.085Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:22.086Z||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-14T03:07:22.086Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:22.096Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:22.096Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:07:22.712Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:22.712Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:07:22.713Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b846234-61f8-4095-b30e-2d77362b84a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369641981,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:07:22.714Z||pool-3-thread-4|||||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-14T03:07:22.998Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:07:22.998Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a5b59a0f-8372-42cf-98d0-f59b2e29f32e","serviceName":"vFW 2021-04-14 03-01-02","serviceVersion":"1.0","serviceUUID":"179f5ebf-4949-44d4-a372-907ef2ef3df9","serviceDescription":"catalog service description","serviceInvariantUUID":"75432979-cd13-4077-92c7-52d293305209","resources":[{"resourceInstanceName":"vFW a2b371e0-0be5 0","resourceName":"vFW a2b371e0-0be5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40ae74cf-9934-4b62-84ed-ed9250626031","resourceInvariantUUID":"714cf03b-b422-4f51-9bc7-1038aa7e391f","resourceCustomizationUUID":"6944fa53-ec2a-4ad7-8fe6-10554aac2ed9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml","artifactChecksum":"NDQwODQyODdhOTU1NTgwZjRhNmYyOWY4YmEyOGUyZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b5923a28-e20d-49d2-8308-b46a3840dbe6","artifactVersion":"1"},{"artifactName":"vfwa2b371e00be50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json","artifactChecksum":"NDliNzdmMDE2YjFjODQ2NmY2NTAxODkwOGZmN2QxZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81d14223-c7ab-4b57-97f5-e368ace849e2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac81e21d-590f-442a-9b98-c24ceeca58cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml","artifactChecksum":"M2UzOTc4NWNiNTg0ZTQwNzcxYzg5ZGQzYWRjMTdjODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6432d9c7-e1a9-42fc-9a50-a0e37f75b491","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a55343a4-abf9-4328-83e2-d7e2a893ebb5","artifactVersion":"2","generatedFromUUID":"ac81e21d-590f-442a-9b98-c24ceeca58cb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210414030102-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-template.yml","artifactChecksum":"ODEzZjZmZWVjNWNhYjEwMDRkNGRmZjlkYzE3NGRjOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89fd082c-9bb6-4d0f-8eb5-7ec4a0377fb6","artifactVersion":"1"},{"artifactName":"service-Vfw20210414030102-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar","artifactChecksum":"YzM1MjMxYzg3NjMyMGRhNGU2ZjY0YTQxMDI4YTYzMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75aa318b-2bd4-4d67-a4aa-dea4acead107","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-14T03:07:22.998Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:07:22.999Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:23.002Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:23.002Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:07:23.102Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:23.103Z||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-14T03:07:23.103Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:23.113Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:23.114Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:07:24.003Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:07:24.003Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:24.005Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:24.005Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:07:24.106Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:24.107Z||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-14T03:07:24.107Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:24.119Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:24.119Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:07:25.006Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:07:25.007Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:25.009Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:25.009Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:07:25.109Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:25.110Z||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-14T03:07:25.110Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:25.121Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:25.122Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:07:26.010Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:07:26.011Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:26.013Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:26.013Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:07:26.114Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:26.116Z||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-14T03:07:26.116Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:26.127Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:26.127Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:07:27.014Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:07:27.015Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:27.017Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:27.017Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-14T03:07:27.117Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-14T03:07:27.118Z||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-14T03:07:27.118Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:27.129Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:27.129Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:07:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T03:07:28.021Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:07:28.021Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:28.023Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:28.023Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:07:28.124Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:28.124Z||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-14T03:07:28.124Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:28.136Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:28.137Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:07:29.024Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:07:29.025Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:29.027Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:29.027Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:07:29.127Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:29.128Z||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-14T03:07:29.128Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:29.138Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:29.138Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:07:30.028Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "serviceName": "vFW 2021-04-14 03-01-02",
  "serviceVersion": "1.0",
  "serviceUUID": "179f5ebf-4949-44d4-a372-907ef2ef3df9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "75432979-cd13-4077-92c7-52d293305209",
  "resources": [
    {
      "resourceInstanceName": "vFW a2b371e0-0be5 0",
      "resourceCustomizationUUID": "6944fa53-ec2a-4ad7-8fe6-10554aac2ed9",
      "resourceName": "vFW a2b371e0-0be5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "40ae74cf-9934-4b62-84ed-ed9250626031",
      "resourceInvariantUUID": "714cf03b-b422-4f51-9bc7-1038aa7e391f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa2b371e00be50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
          "artifactChecksum": "NDliNzdmMDE2YjFjODQ2NmY2NTAxODkwOGZmN2QxZjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81d14223-c7ab-4b57-97f5-e368ace849e2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ac81e21d-590f-442a-9b98-c24ceeca58cb",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a55343a4-abf9-4328-83e2-d7e2a893ebb5",
            "generatedFromUUID": "ac81e21d-590f-442a-9b98-c24ceeca58cb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a55343a4-abf9-4328-83e2-d7e2a893ebb5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210414030102-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
      "artifactChecksum": "YzM1MjMxYzg3NjMyMGRhNGU2ZjY0YTQxMDI4YTYzMmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75aa318b-2bd4-4d67-a4aa-dea4acead107"
    }
  ],
  "workloadContext": "Production"
}
2021-04-14T03:07:30.029Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-14T03:07:30.029Z|2b846234-61f8-4095-b30e-2d77362b84a8|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 179f5ebf-4949-44d4-a372-907ef2ef3df9 ASDC
2021-04-14T03:07:30.029Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a5b59a0f-8372-42cf-98d0-f59b2e29f32e
ServiceName:vFW 2021-04-14 03-01-02
ServiceVersion:1.0
ServiceUUID:179f5ebf-4949-44d4-a372-907ef2ef3df9
ServiceInvariantUUID:75432979-cd13-4077-92c7-52d293305209
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210414030102-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar
ArtifactUUID:75aa318b-2bd4-4d67-a4aa-dea4acead107
ArtifactChecksum:YzM1MjMxYzg3NjMyMGRhNGU2ZjY0YTQxMDI4YTYzMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a2b371e0-0be5 0
ResourceCustomizationUUID:6944fa53-ec2a-4ad7-8fe6-10554aac2ed9
ResourceInvariantUUID:714cf03b-b422-4f51-9bc7-1038aa7e391f
ResourceName:vFW a2b371e0-0be5
ResourceType:VF
ResourceUUID:40ae74cf-9934-4b62-84ed-ed9250626031
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa2b371e00be50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json
ArtifactUUID:81d14223-c7ab-4b57-97f5-e368ace849e2
ArtifactChecksum:NDliNzdmMDE2YjFjODQ2NmY2NTAxODkwOGZmN2QxZjM=
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/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml
ArtifactUUID:ac81e21d-590f-442a-9b98-c24ceeca58cb
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/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env
ArtifactUUID:a55343a4-abf9-4328-83e2-d7e2a893ebb5
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/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env
ArtifactUUID:a55343a4-abf9-4328-83e2-d7e2a893ebb5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-14T03:07:30.029Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 179f5ebf-4949-44d4-a372-907ef2ef3df9 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-14T03:07:30.191Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:07:30.192Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T03:07:30.192Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T03:07:30.192Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 75aa318b-2bd4-4d67-a4aa-dea4acead107 from URL: /sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar
2021-04-14T03:07:30.193Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T03:07:30.193Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar
2021-04-14T03:07:30.916Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T03:07:30.924Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar 75aa318b-2bd4-4d67-a4aa-dea4acead107 105242
2021-04-14T03:07:30.924Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar ASDC sendASDCNotification
2021-04-14T03:07:30.924Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar
2021-04-14T03:07:30.925Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:07:30.925Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:30.928Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:30.928Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369650924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:07:31.028Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:31.029Z||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-14T03:07:31.030Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:31.044Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:31.045Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:07:31.929Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:07:31.930Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-14T03:07:31.931Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Trying to write artifact UUID: 75aa318b-2bd4-4d67-a4aa-dea4acead107, URL: /sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar to file: /app/ASDC/1/service-Vfw20210414030102-csar.csar
2021-04-14T03:07:31.931Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210414030102-csar.csar
2021-04-14T03:07:31.932Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210414030102-csar.csar
2021-04-14T03:07:31.932Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210414030102-csar.csar
2021-04-14T03:07:32.264Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9345162210011697544/Definitions/service-Vfw20210414030102-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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_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
2021-04-14T03:07:34.498Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-14T03:07:34.499Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-14T03:07:34.499Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.500Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-14T03:07:34.500Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||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-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.500Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||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-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.500Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||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-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.500Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.500Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.500Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||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-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.500Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||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-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.500Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||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-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.500Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.501Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||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-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.501Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.501Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||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-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.501Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a2b371e0-0be5 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-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.501Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a2b371e0-0be5 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210414030102-csar.csar
2021-04-14T03:07:34.501Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-14T03:07:34.501Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.501Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:34.501Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is matching search criteria
2021-04-14T03:07:34.502Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-14T03:07:34.502Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW a2b371e0-0be5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:07:34.502Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.502Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:34.502Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is matching search criteria
2021-04-14T03:07:34.503Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-14T03:07:34.503Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW a2b371e0-0be5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:07:34.504Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.504Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:34.504Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.505Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is not matching search criteria
2021-04-14T03:07:34.505Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-14T03:07:34.505Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-14T03:07:34.505Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-14T03:07:34.505Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:34.505Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-14T03:07:34.505Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T03:07:34.505Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-14T03:07:34.505Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-14T03:07:34.505Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-14T03:07:34.506Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-14T03:07:34.506Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:34.506Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-14T03:07:34.506Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:34.506Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-14T03:07:34.506Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T03:07:34.506Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-14T03:07:34.506Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.506Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T03:07:34.507Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.507Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is matching search criteria
2021-04-14T03:07:34.507Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW a2b371e0-0be5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:07:34.509Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.509Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is matching search criteria
2021-04-14T03:07:34.510Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW a2b371e0-0be5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:07:34.510Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.510Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is matching search criteria
2021-04-14T03:07:34.510Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW a2b371e0-0be5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:07:34.511Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.511Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is not matching search criteria
2021-04-14T03:07:34.511Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-14T03:07:34.511Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-14T03:07:34.511Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-14T03:07:34.512Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-14T03:07:34.512Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-14T03:07:34.512Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-14T03:07:34.512Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:34.512Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-14T03:07:34.513Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:34.513Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-14T03:07:34.513Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T03:07:34.513Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ef555526-bd56-4283-b5b4-458abca73465
2021-04-14T03:07:34.514Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.514Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is not matching search criteria
2021-04-14T03:07:34.514Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-14T03:07:34.514Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-14T03:07:34.514Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-14T03:07:34.515Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:34.515Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-14T03:07:34.515Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T03:07:34.515Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-14T03:07:34.515Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-14T03:07:34.515Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-14T03:07:34.516Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:34.516Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-14T03:07:34.516Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T03:07:34.517Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b71285c2-2d6f-430c-b02a-0c5c6b454083
2021-04-14T03:07:34.517Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.517Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is not matching search criteria
2021-04-14T03:07:34.518Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-14T03:07:34.518Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-14T03:07:34.521Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-14T03:07:34.521Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:34.521Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-14T03:07:34.521Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T03:07:34.521Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-14T03:07:34.522Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-14T03:07:34.522Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-14T03:07:34.522Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-14T03:07:34.522Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:34.522Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-14T03:07:34.522Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3ed3c47-1dd2-4bd2-89a4-f87555632739
2021-04-14T03:07:34.523Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.523Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:34.523Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.523Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:34.524Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.524Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:34.524Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:34.524Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:34.525Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-14 03-01-02
Description:catalog service description
Model UUID:179f5ebf-4949-44d4-a372-907ef2ef3df9
Model Version:NULL
Model InvariantUuid:75432979-cd13-4077-92c7-52d293305209
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a2b371e0-0be5
Model UUID:6091ca1f-a25d-4813-8652-9e13e4019a4f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:714cf03b-b422-4f51-9bc7-1038aa7e391f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6944fa53-ec2a-4ad7-8fe6-10554aac2ed9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6c74dc1f-1376-40c1-99d4-7fdf410b56af
ModelName:VfwA2b371e00be5..base_vfw..module-0
ModelUuid:7a8f56b7-20d4-4ab1-8302-e6fbb7cef052
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ef555526-bd56-4283-b5b4-458abca73465
ModelInvariantUuid:a2118602-8b79-46cf-a8e5-d002e6a48f76
ModelName:vFW a2b371e0-0be5-nodes.vfwCvfc
ModelUuid:8eab6e17-b6fc-4454-baba-211e61c3e848
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e66fc960-8a0d-466c-aa8b-9e9b7305721e
ModelInvariantUuid:b9d30dc0-a517-45e9-b17a-6bd578b00c1c
ModelName:VfwA2b371e00be5.compute.nodes.heat.vfw
ModelUuid:64fc0db8-0862-49a3-a953-6d0360af1b40
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b71285c2-2d6f-430c-b02a-0c5c6b454083
ModelInvariantUuid:d97307e4-1df6-4684-b021-ea87b16618af
ModelName:vFW a2b371e0-0be5-nodes.vsnCvfc
ModelUuid:6058e1e2-4ef6-4a5d-836c-3ffec3f96e21
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ee2aeb4-89f3-4eb5-98f2-8cf8987a1ce3
ModelInvariantUuid:ce90fa56-c163-4c17-be75-a59b482f903e
ModelName:VfwA2b371e00be5.compute.nodes.heat.vsn
ModelUuid:b4340be8-c327-4cc3-8e04-1f4b9ef72380
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d3ed3c47-1dd2-4bd2-89a4-f87555632739
ModelInvariantUuid:961ec92b-7b3d-4e3e-9b42-38650952eb3b
ModelName:vFW a2b371e0-0be5-nodes.vpgCvfc
ModelUuid:550fe626-66f4-473f-bb04-e4c55e7ab6c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f65fecd0-7ed4-40ad-b773-9d2455cb5735
ModelInvariantUuid:46a868ed-c3b8-4a20-b9d2-f7c5b529c07f
ModelName:VfwA2b371e00be5.compute.nodes.heat.vpg
ModelUuid:e7e42869-2ed5-409f-bb15-2396377d9d44
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-14T03:07:34.531Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 40ae74cf-9934-4b62-84ed-ed9250626031
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-14T03:07:34.536Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||vFW a2b371e0-0be5 0
2021-04-14T03:07:34.536Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40ae74cf-9934-4b62-84ed-ed9250626031
2021-04-14T03:07:34.536Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 81d14223-c7ab-4b57-97f5-e368ace849e2 from URL: /sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json
2021-04-14T03:07:34.537Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T03:07:34.537Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json
2021-04-14T03:07:37.024Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T03:07:37.025Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json 81d14223-c7ab-4b57-97f5-e368ace849e2 785
2021-04-14T03:07:37.025Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json ASDC sendASDCNotification
2021-04-14T03:07:37.025Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json
2021-04-14T03:07:37.025Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:07:37.025Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:37.027Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:37.027Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369657025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:07:37.128Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:37.128Z||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-14T03:07:37.129Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:37.140Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:37.140Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:07:38.124Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA2b371e00be5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6c74dc1f-1376-40c1-99d4-7fdf410b56af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7a8f56b7-20d4-4ab1-8302-e6fbb7cef052",
    "vfModuleModelCustomizationUUID": "cb9f9813-cca1-4966-8b4e-99d11b8acf84",
    "isBase": true,
    "artifacts": [
      "ac81e21d-590f-442a-9b98-c24ceeca58cb",
      "a55343a4-abf9-4328-83e2-d7e2a893ebb5"
    ],
    "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-14T03:07:38.132Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2b371e00be5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7a8f56b7-20d4-4ab1-8302-e6fbb7cef052
VfModuleModelInvariantUUID:6c74dc1f-1376-40c1-99d4-7fdf410b56af
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac81e21d-590f-442a-9b98-c24ceeca58cb
,
a55343a4-abf9-4328-83e2-d7e2a893ebb5

}
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-14T03:07:38.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA2b371e00be5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6c74dc1f-1376-40c1-99d4-7fdf410b56af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7a8f56b7-20d4-4ab1-8302-e6fbb7cef052",
    "vfModuleModelCustomizationUUID": "cb9f9813-cca1-4966-8b4e-99d11b8acf84",
    "isBase": true,
    "artifacts": [
      "ac81e21d-590f-442a-9b98-c24ceeca58cb",
      "a55343a4-abf9-4328-83e2-d7e2a893ebb5"
    ],
    "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-14T03:07:38.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2b371e00be5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7a8f56b7-20d4-4ab1-8302-e6fbb7cef052
VfModuleModelInvariantUUID:6c74dc1f-1376-40c1-99d4-7fdf410b56af
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac81e21d-590f-442a-9b98-c24ceeca58cb
,
a55343a4-abf9-4328-83e2-d7e2a893ebb5

}
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-14T03:07:38.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: ac81e21d-590f-442a-9b98-c24ceeca58cb from URL: /sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml
2021-04-14T03:07:38.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T03:07:38.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml
2021-04-14T03:07:40.826Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T03:07:40.826Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml ac81e21d-590f-442a-9b98-c24ceeca58cb 20368
2021-04-14T03:07:40.827Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-14T03:07:40.827Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml
2021-04-14T03:07:40.827Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:07:40.827Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:40.829Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:40.829Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369660827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:07:40.929Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:40.930Z||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-14T03:07:40.930Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:40.942Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:40.942Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:07:41.830Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: a55343a4-abf9-4328-83e2-d7e2a893ebb5 from URL: /sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env
2021-04-14T03:07:41.831Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-14T03:07:41.831Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env
2021-04-14T03:07:42.374Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-14T03:07:42.375Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env a55343a4-abf9-4328-83e2-d7e2a893ebb5 2098
2021-04-14T03:07:42.375Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-14T03:07:42.375Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env
2021-04-14T03:07:42.375Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:07:42.375Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:42.377Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:42.377Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369662375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:07:42.477Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:42.478Z||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-14T03:07:42.479Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:42.490Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:42.490Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:07:43.378Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Preparing to deploy Service: 179f5ebf-4949-44d4-a372-907ef2ef3df9
2021-04-14T03:07:43.379Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a2b371e0-0be5 0 40ae74cf-9934-4b62-84ed-ed9250626031 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-14T03:07:43.398Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.398Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:43.399Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Processing vnf with UUID: 6091ca1f-a25d-4813-8652-9e13e4019a4f 
2021-04-14T03:07:43.399Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Will get resource from SDC using resource id: 6091ca1f-a25d-4813-8652-9e13e4019a4f
2021-04-14T03:07:43.400Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel to get resource 
2021-04-14T03:07:43.421Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel
2021-04-14T03:07:43.422Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel|INFO|500||Invoke
2021-04-14T03:07:43.422Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-14T03:07:43.422Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel
2021-04-14T03:07:43.423Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel|DEBUG|500||Method      : GET
2021-04-14T03:07:43.423Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/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:"a5b59a0f-8372-42cf-98d0-f59b2e29f32e", X-RequestID:"a5b59a0f-8372-42cf-98d0-f59b2e29f32e", X-TransactionID:"a5b59a0f-8372-42cf-98d0-f59b2e29f32e", X-ECOMP-RequestID:"a5b59a0f-8372-42cf-98d0-f59b2e29f32e", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"3e0c4155-cf4a-45e7-95e8-2408c2ece692"]
2021-04-14T03:07:43.423Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel|DEBUG|500||Request body: 
2021-04-14T03:07:43.423Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel|DEBUG|500||==========================request end================================================
2021-04-14T03:07:43.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-14T03:07:43.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-14T03:07:43.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel|DEBUG|500||Status text  : OK
2021-04-14T03:07:43.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-VfwA2b371e00be5-csar.csar"", Content-MD5:"YzkzNDBmY2ZmMmJhYjcxN2I3NmNlNjZiNDA3ZWE3OWU=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"a5b59a0f-8372-42cf-98d0-f59b2e29f32e", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-14T03:07:43.688Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel|DEBUG|500||Response body: PKV�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPKV�RTOSCA-Metadata/TOSCA.metaM�M
�0��9E.��UDȮFݩ`��i�B ��dDs{���}���1�^ݐA]�G�”]$#;�
;��-�M�ou*FZH>f91�q*ꌋ#�5��܈&a��4ׅ�����ö����k�.�q��F��������X���T�#�PK�f��PKV�R1Definitions/resource-VfwA2b371e00be5-template.yml�]�s�8�߿��ݭ��3�-o��$�lǷl���s��,0�8�����8ǧv�j+�Ւ�[��D��my�� �(�� I�?^kY�*
6�XO�&���e2۳3��/�D{;	�(���8{�-���SGw��D7����w���Ҷ`�2|X�(<��6|ݞ�<�\S}9�M�0��+�D�#{^k��_4{�L�c���nl���=��8�����h�$�vn�eO[H��-��kg`'O��w I��g�Ω�8i��y���.q�}N��f/�>X�	��i.f����N�k;�-�j�ƿv^�=^�6�4��8�q���ѵ�JѨj���B�`��	�K4�'��a�޵���p
�E��e��v>���Q��,�N�]�T�|����m5yxV��(�
�x)�q�W1Pzg�� �@��.h�[���O��y�@��sZW�P���<���H+��|���U�������"����#7�lw�ł�`g�
Z�6V������փ��=.�ɖ�u߅�c�WP�Ջ�H]�����$�N��4οgQQ��r�`��(�r�S�B�P��٣�xo߀�d2	�:�_S)�.�^Mh��n'ԚTƯXSe~��ӭ�ZM��vTt��b?�ڮ�tk����%`�S�sS�-$�'��%��)\r�R�-���#���hGE>Z-���4R��4j�8��z������/����
��v�2�f���I��E�`k��Rȝ��]��֌�dd̗#c<�����‹��Q��
��uUP�.�4��`oR-{�3-H5;M�u<�O�g@�_��7��.��A�
>���E�Ĵ� {(
�
�h�a�`���'�kͷ��K#��}�X������ݭv��\��������ӵvy��\{~}���1F��
��k�¡�]�����p��̎\��Vp�;��]
<�۝�$�xT�����uq�]��~�t�A�8�����	�T�b6@d;!H!K(
pԡ�pQq����[�)p����r����J�9?���������tw%�oQ��$Ȟ�w�);�o��ĉ��?�bB����h����� ӗ�Qq���]j�I@��Y	��N�zܯ^�eGqdoGq�d�:�3���/�G���DT4�P@e{�_|��~I;�����+{���
��k3ƣ��W�\T� o�gׇѫ��V6v�\�tB����l�g�Z��d�r�FK@�(K�\Xn�p$�E�ʖw���'օr��NOε�	��rue���t�5nlM�l@�m6�?5
����-���ŵ,فoP�F��CFՖzt�W�2ܱH�ojcqD,)��v.3k`A"P�:LԅM;q;�Ql�B�K�������y�U��Z5V�r	J�J�ّ��{U��j�'��<"�@Գ��Q�t�cBr�!���^��k	���݀�@��؜�|4�o�ݼ�t+��Y�����h����?~��Fr	zO9�>�Yfqc��V��#r�׀e?��'�k���Rʝzu�KXQ��A��'ys�AA���
�Q��0�
V����r.�<y�GE�ÚW4_:8_�鲷,��k�A֊�_|���ϯ_��Ow���.8�����Ň�fv:���p����\,Ͽ�79�������������?��77ۓ��zc�_�������gw�=]������j|
��r�.����������iv3q�z�6yX�Óh�̝i���ϳ��ǿ�>����Do?]�ޙ�W�{�tz���a����������a�}?IL���W�g�����go��}�:�p��8{�<�������b����~=�}s2�����:�g�������əa�|�m�՟��Y������q��ϗ_>��}�|}��}����W���|�����l�~�ۙ��ν�d���G��w�?�}����ک�;�b��=,�k��xRk$ZډN#�m��~2;��B�H���u�g�a��(tq��K6���8�W���q���γ@��p�"�)�_�u�(���>H�hͷ��G��	�GK��S���3X�b[��G�	�R�e��,��5 G����>�S�e�Q��]��$�c�_�8����t�����	���c}ua:5��b���U��3��`����͕;ם���=��L]��j^Uqwi�u?��E	���r5�>��n��B_c)��9�-=�w��F�2,~X�ƉT/�9B��#V�+�D(��-�.�KڡVl����푱��FܥJVH˿�^�ů��,#�y6�7��`�^�o���;�P�4��7�RJ���E([��(�|�ܭUlܽF\	���n)E.L�DkVOm���A��m���M�l��Ma�.2���,��H��6���^���J�����B���F���A��-a�V ���Z��������͆����:�4�]�fDT��a,�㉾t+ݜ��n/�L���	����_�[��3���B#03u�vlh07�)X�K�Fh��\7'˩��S7gK��bj�gb�����A�B�=7���T�p�ӱS8�ȣ.�Q���g����2c��'�&����I��UY,���q`�X����JK슅c��յ5�.*�u������G�F��$�d�'s}�X_}�fc5�۟��w'�D$������G?��h۵J#_M�fл|snUI�T���A��wU��oH;`�kMVJl���;l4h�S�f7;�5D�c����^;�1�%�0-��N�� io�� �H�Hp��U��U���!&o�w���ބ�`D�n��pk��E���_�6];Dy����/��J�ԕ�n��0�u!1�8,�h�de��9���瘬W:���EIX�ZC��di�AE�X��ڣ��#Y��>�!�sL�q��3��T�p3jZ�usB�3ѩz��|�n#T�w�7wWW��o�Ϭ��Owק���	�E3%9�K˷�b�Yː`C��=v%f��Ԥ6�8=MX
I5H-�8}Ut���xR�FKYK��G
ps����D��Gu!�L$��n�o�)��>
e�B@��I�k����7ş��*=��Ģ_��Ub�Eh��ym�cH�h0�Q�*!a�%̋H̩N0��0�u�J9OH��J��f#�-�{�v)���0^�ӥ���_������h33J�퍐��mN*�S*�H�=�@�z�6l������&�~+��V��0���KJ2v�,�9�5Ea:���C��J2#fH�gф�⥎9.���4rXC�RMr�c���U@;[�����r��#܋��VC+I�@�h��x��l��ҋ�Q� (D��c��k�������%�'9��#���E�<)x<��2����=�~5;�?���H�p�?Th6	��GS�L���
�z'���2af�Ѯ�5��=�J~$Y�+7�����B��$U���o���z�i��"6�k��Ш
��,K�P^� =6/���+{�L�;�6�޶q��� ���"J�+i�D]�!W�>���0����v+�R�xl�$����S_�%a3�c�?,�'��l7��	mƞa+�]C��a(�[�Tb-��L���*�٣�0���pZ�eo�`{����!H���;B�{�5g���\	l���b��m�i�_N<�K8�+��3���p$e�6��!�,�%!����d��������c���B_���nz+���`�/l��&����1ӿ8r�q�ϊ�O#1��������`8��xL����nΗ��'����1�sci�-���gK`��nTŞy�r:w���w��`b�4�Y��̝�o���t�&m}��ܹc���r*�ќ;K�j�/�H����@pL
ٗ
Vo޺�����ZP�����i�r���K$GZY�Dg�u����w.�[\��8~��H��i'@H�S��!T�M0E��y���b����qN�9�Ƿ��Eg�Qբ��q)}��^�$K:bӠ�~5P0l�'>���O��|�����M��l�3w����M�7uͅnx�D7����6u���f��d1]ի����t-i�"p���a|��egd��q#��!?͏�t���(uN���Gm�/U���Km�y���� �j�=��Q��qH�j��T�R^X���~���Q�
� m�t��̈vb��a#/���K�2/?
GF����L?㭀fȬ?�%���:R���y��30�E}d\N'U�mX?�T];]\v��F�X�J�`Y�&Bz	Q�::!F���w�2����L�.J��������#���9P��H���.8Ҕ5���@'����S��@��'�jo'i�{*�&�9�2��gQ�6u����u�\z��IBV���d�s�6@��66@l�~�m��jz"�HR:ـ�6:J�{t'�6py��Q��b�Gq�g]|�rl�?��\1���^�buL���<��䔯��u��3)C�����)1S�u�ZrS�LQ7�2��7�S��繶�"=���\�>�֓a��JU�hNI�#�9�9�$�D_��j���^ϳ]^�
��٠6,L^N:�0�o�e�T�����L7!w��(�a���.%���#�7$��V����R|39v�_6� ��	�S����¿TS���lbw,��{��3EQz�T��Ώ�K��H>`�B�~Ѻ��]��k��1]�us��j����|�;�9v�O���#�K6w�dk��c���x����8��ل\��F
�`/Ȓb�?�٬_C
���a,j"��
)�荍�K��ɑ<�xq=Th�H�T�6�Ȁ�)�[���旱������F��D�e3'���ݜ�g�9�-��W�?3˹9[N0\Z)a�)�񥧯�n��̧��2`	V���!^���5G�!qh����^���>�e��ҰD��[Cs�P&f��0~J��� �v�'�X��[͏��f�_0�

m�KhaK�P��@�ż")%��و��gW'���p�����C��1�vK��3�`�)Z @������w�P�7P��E��Ej��M���UH��χ��K���4
P���X���!�k�LA�&x�H����D6+�f~�>E4�h�.;����r�W ��D�e��w9b����b�
UqI;�.�æ\4�wR�u6��/�Ĝ;�'��$.���h'Hzm!Ԟ0���N��pҽ+��/J"U��\2�b,�4D��c��4Q����M���}U�*�TK4(UIs���E��V��M���
Ϸ%�pi���I�˰&�Y��?�V
��Z�"_z��_VT7
��2]�,��h�q�DI�o
=�(I*�D�#EBdH�V52bC`]kV���Z5�Q��~�����Z3Tt�L��Q�.�/:–�O���ШVM�>�.��hK�8o�k�Y%���H��UcT�(�Q�K�$��:�1 �
0��x�b[t��>V�I����%��[{Q�J&�(��X����^�$W��#	���Hu �:U9����YR�"��\��Y.`'�jB>���&M��d,�����;t��FY
��׏鴪�B~f’��V5I�Wm��GeH�����+P��Ln��?�zQb�I�H���L.]�(��u��0qT�x w9�
�H]|�AI�����^k����E�~X���eU��P��X;'�k�E�x�	J�Y�l8�m���<�"��ta(�WxQ��{7�9E����
�XQ����p*"���b��1q9<^�/��`_��r��6WR�;R=�u��2�)�@I�w
���9OK]O䋹H�Z��gc	����q�K,�)�d߰qFB6�+td��:V�W��'�4���t$��Ð���xe��"�}Ԝ�Ӧ�,�����43�%���+�,�E�@�nS����,
'i�%��zJ���?L x�@���ȹ&&@�!je���1w�=v/���1`�E�S�`�ԎTl"�7
�N���W�Lb��;��^1"�0��G�S���O0�B�g�����WQ|L���#�E��cߘ,}_��� �e���mU�$c�o9�U���)sv�uh����b(՞Sr�f��c8����P�V?��螳̸t\��j�I�t�h:W�Ԝh�p�x��7YK�{�uH�)	G�!��G��
M�F����A�,�%Ŷ=���Nm��:z%I�I�#��y������J�ҵ{jd�N��^*|���B�*L���o��<�`���� �k?��qb�O��7_�Ϸ;'\��Z�Wn<.���m~�F��O"���I-MŃo�<��ݪ���…p/��_�ߡ�l��}���1V�/�9h��|�u��sm`�q���`c�y�����Y=��o�~��,�O6�0�4C"�4Xc��}�IG���Y�qȾ��iӅ��e���BhԦ�9H����6Ž��0e`W/�i)?;T���a�����\>��Z,���o����Lt�U;V�JZŗ����1�6H(Z�������w��1�,"���V�������h}����Ha�z9g7��`�K�)^˻���&�a�V��ωe#��˶��V(>����;��>�{|2�� ?�a�����H�8f%�r�x��C`�Ć�!�ߘ�$/o�d��|��F/�"��4"z��k�a��}�t4�|�����Þ�q,d���՞�&,�&���]������g�F�vT�G���\�VU�~d˖j:(��q��{AR��-8#�T[�l[�D��gD��K�+q>ú,�1,�9,p��L������J��TҴ����gʅ0�4���uq�I�uiL˺�	�/��F���|�{n�7�K�#|7jc���X����@��%Vރ'c ���H�L��\>�u����D�Y���i�NQU�L�����uK������	�moev�{�/�֫�CD���ajc	�x����?�^���&�蝤%�m��N����"|~�{�/;s"���̄��9��)�X��D
���g�2�6S���_�E�*e���߮-Jp�p�E��cN#��vx�=]3tɬ�(1��p�LJ�€H��-I���U8�3�iBt!��]˙;�G�q(�eU�X\�^��w�8+s�`����CHш�	�+C��m6���L�x#�c��q�|�;T:�;gi�,Q64
��QeRoY'�28�-&�}���ы
���2���+E�|^��'} ���� K�����<��;�yj��O
ȳ�������U��s1���"�!E�b�1���I�
C#�^�9,}������N$#!�L��@����ʝ��+_F��&uXzZ&a�8��wk#�3�OQ�e+�<�YI��API�a�����j��.l^��]����‡����G�j�?��U����7a���X�-����^3��dH�x�+�e��T-��K+|��^ÏSR-�������"�K�G
M�IU��O�^��O������֟D�x=��)�y*$��:��/߮��i~��͊����ޣ�8��D×�+��c6���Q���F�˃��������2"��v��5�E���6k]�rŔ��o�ѩ�+��{����zyV��o��i��|�����s�\�w���:_^��9{6z����t�W�v�5���|x)�<�&������y��:�n��K�S��<*�租���k0:��<��N�G���+kt~�5�O�Y�X}�}m�O/�?�fit����ݵ�����v2�Z������^��9�r?��Y'd(M?7�O~�<����ڗ?{���o����������������7_Z���ٷ�����k<잩�f���Q�!u_N���ީ�{�y��ӿ?n����n��߿^���p;ƯC�����g��>�_���zg�yt|��Fi�_f�σ����������"�Ӌ�)-{���TZsT$�G�U�H���uf�>���mj\ʠl����3p5�h�ш�K���e�p���\�-�M�l���X�����AHmX�{>�߂�o�1D>�L.��[�Q��b:�QA��16�
`3H�>K�&ya����\kU3��1�t�za&�p��O�\x�C�7�|�3�Z�b�X�)k:���65-�����NC�]�"I��AL�8o/�o۝v��D�TE�8���o��/�rп��$P��p�!�>.b*Z��ܧ$}'=�Qj���z���B�G�����X�����Lk�j��2Qes���	(6�!�V�dҚ��z,SKuH������ d*���\�̈:��dL��e莤�14d�I��Ğ����u��3�,�
m���rǢl����i�6I��M��m�h�k(��&Y��95�L�1af��È.��ƍ,88ȸu�7Sim���J�I@e^xH`��1
�}-��_�w�ԓ7�=k@O�p!��Dr\���1�l�0$�-`�‰�E�U��[�?���#�w��@3xd֭&��
�%sKx�U\c�������J�lNh.`�5�����������Jd;i�}�"ca(��a���i\�ާ��R��9�QGW�G�+g�g�3Q��������&����R����:(��ť��{�B�Д�����y���
�&=
s���vbIZ`�̣
p$�����R!�;&^�c��w)
nQt��`����;A��Npx'���`X�h�eP0�r-a�Y,�Y4`��-�9�r�iho%}�hom����zsw��P9�.XYgq�`p��1�.��
�C|w2�!Q8(p~��Y�%��q����ªa�.�u�L"��2�iO�RaG�裱�jh�!iy�B���2i��^s w<\�U�2�x�����4��&3o���֚��N�N�w2��<�>Y>�Қ��:~�C���(��D+N�󄁘��	�������ʀBf�Q6����2?ᅕ0
^��b�Ym	x��y��&-t��`�L��UN��[:���*�q�TGQ����������K�4��&�0���Y%�_2��÷�8�y�1bzS�A�
,V��Ȳ^f���`�6���R��2~����[��%Nqf���*V��-a��FHT	~*hHPĬ`	ư�Y���U=o��/�^[o|IŋW-�ހ��6Rq�
.K5HC�`cv�QR�Ěd[�﹀O��#�Ц0���ۉ�ce�T^̴{#���#2�z�J���G��1�1��'�ס�m��ץ����4�&�-+�yܨl�uc�@��)�Y�L�
�B�g�R
8�r	�@p �ȅ	Ƶae��{
fP�k7��w֖S*
oP�TTA0��#w�H�y,ݢ2��t�R0/��^�}.�P��fو�����+/ ��9���B[��2�5���Txm���U�3u�I����A��I�
��oR`2�����#9����v�x�f_ P��W�������u�	���_H��J�6vm�Y%�
(���4GBYR���Ӗ�3�!�d �ϓ�<�b^���L�^1N�\Q���4[�F^H~]],��v��v���L�
c�� ��ѷ��Er� �w�.t뇝�����:Q�� i�����rƳ��1Nd���:�8��v�>�8
�\�~�T���2>��R��dZ,�֘�$*��ֽ9<����>�&��,�u��'�.�0���,ʥ�j��
��q�r���s��՞~#�v
6k�#�z��Q���78�g*Y�G�������;i�����T����!(�l������cһ�v`�y�F�uη|��b����@,��������h�XI�X�#����?��,������8Rh�c	��`�� ��ŏ>|���s}	�U��{>y�������f�:��&$:�U՞�jOߛ�]���^�X�M�!'GF]Ԃ�wX�|���?���{),o���2���d�’]i�T5����
 ��V�4R�Y���� ���p����b�E6�J��vļK����-�\K#/0�,�T{��!h�
8.x��h�.���ȴd��D@A�F�y)E���#`��y!�(�8�x�^�p�16\
	/�=� ��R<��{�z¬}��}d^�Q��X2�������ֳ��U�ct�A���ހu{��o�]yA��h8V
�
G?�"�ˈe��2qGa~d0�1ˍ�ȸ�)L�+�d�G�Q��r���x�b�Z�a��6Z�{��M8�f�Y�%:̐X���{�
�a-C#��aHh�MӅ�(�A/1>J�Y���ἀ�d��$I�H��Q I�V��{���RP���9�j"k�s�f����b��7(�ؓl'��S�4�%�*[WrM�jv!�7)#�,�:�6�͟�@�46�ZOhT�.�S�`0R��b6�XIN^����U'��,�0\���%�c���[�\��31GdL,I�:JbXR5\3I�F��^n�3��%�������G,e��JY��Z��0ZlV��2Qv��6څd�G��=����=AT�o	��r�b<�$}2�2�hZ`���������Z����%��E����	�5�۵#x��W��q����֯�R�1��
�M����{E.��ģ>_�k)$0�H���8^^ �R�S�M��c`S9,��yб6W��
��DW��r�m63�,y�oG+$fP���e�����seM���j�A�QT��*b3&���s
��-9���O�^gT�YdKf�!�k&�򈌥�Xq"wM"Ǿ\�����1Z�ϵ4є�њt��u����ۺ�`�����]�j����&FU��S������EWh$e�H��UtH�p��������c�B!T15ⷅllM
f�/N9���n*ꞟ#P�v'j�X��(��'�W�}�io���8٩hZ�9��Y�>�H�U�鄓,���>���!�:AI�)+�1�UÈ�K���8��՚0�ze�`��]�?�,t�3X�kS}�!I���j��F�:]
k�b�N�G�/�� ep@��7䍛�+���-��)�^�Q�)���0���h^W{���c���Zۛ�}��/����}�|׽T��y�TU�-��������ya���6N�>�^��_�O"������'�x�88E6�A|'��ەK�d�,��f�v�]4Z>��1��q1�l��
�?ܝ��?~���$���ҁ�t4���!c���/��б0
�����Cly�n�I�y�4"�Jţ2m�y�}��Vٓ�u<����Y��~�dx��*��2F��@�����6a�ϡ�O�90�����̦�	��.Q���A�l��SBf�'�QǸz�A�����u��׻����V)3}���~=>�}r�d-����0ܴ�ޑS�=4�{*�-���^K1a�eP�9�ɻ��BzN���
�@������,d�Z	�/��i����R�5A�L�W��Q�t�F�ڛi����\x��)�~���w��$�����8`��?�^��~$G|����~��-���
-4�{�=d=��_DZ����1f�8�S�yɋYU2c��8��G����Fg�.�Nx��9I�):b��{I�sAV�I��6���*�*ށt��c�Ň�0Cj��߰�P!B�=����eͫ�u��+�t��W���|>�����3����O*�����ƔHR����~��v~fSC��g�B?i��b$8S��y6��p�>���T��G�x^�8d[��@��@c�)�f:���KNtg_+|N	Lw����3��;�={��%bFx�	��D-U�p��1v0�b/z=)�T�u��=tݍ)S0$��R�3��5��@
3H"��:SP~>`����?��?�g 8N�o�X�Qf��������iD�.DM7���D���&^�F\�
��/�rֺ�tz�ذ����s�Zn�[�q\��=���߾�0-ݠ��'i$˅�o��#� �舆An�
����"*�!!�d���#�-�1���Q㌶"�aᅴ����
���у��M��1�R>�w�R7�-b&��O���9�O�y7B/}\
Dι X�`��1�(]��Fr�{\
�<��QB�N�X�h��bY�r:8K1�y��(�)���څCk�1'�[���~��u�A���ЇʼnƖ���ڳ�I����T�j����;���b��5�`e��Ȱ��fk������3Cw�cm�|k,���+�w�2��6��]Xz�L3�!���;c��xQ�a��l-�#;k���7�E�AiT�vh���	�SL��S 8Ѳ�����>Qe*G�����f^�Ʊf^#�@�^*�J8�	�*LZ]��`���`��IO�A�CG,��N�������?��~���G��4�X�W���H^�l¬�1UW���_��_?=���`�|�+E(�w0/��.�>ԫ��Ӣz]�q��[�S4{��������Av����ϥs���x��}e�ଢT�On�P��z�t�:�@W$�*b:gO���B�T:�
�
�̨�N��ґf!.n�4�jg����*q�
�O���42c�A/�8�
`7�	���2p���#RE�n��Z�-��$��nj�v�U�CV�\�vBU+�,5d�!�d���#Ã$L*Z��0Y,�<���>,�q:�Y��ы�X.X�� ��Ѻ�	�+t,\�xA8@"(���
�Ͳ�Г�4xP�����K�q�e�����E�E��+i���nx�
X�zJGS,����k��I�}u�@"�M=���{�Öw��2B?L�������Y
UE] ��'��A�:mQM��Ǖ����E�k�7�k�hKl�k�Ax
�V�Zw6c�;�2z��H����;�:)�pԲ�z�ԯp����Z������S<�xW��}+C���*��)0�.�U��utӕ�v8$\`��W��R��)��r�W�Ty;�*�)�����x�=����O��W*c��q
Y�d�J���Ĵ>��L)���N";�����%��JK�Ɯ����2ǐ��"�7�i��ŝ�)f����R:�Y4�V�.MA���
2�"�`���@�lU�����Iܒ�]cge��\��c��a��B�F��a��R>�����
/��b��UD�N����Jž+�!8I��x��ASIb��
�oCX�	;���S�L��V@�$����(��-r�ke �
E9/9d)<�(=#.���u�L�C����?��/��V����ǀ�hT�u�ڦ�s�HԠH�ˇ�{6YJ���L�z=���H/�U�`ٝ�ʤ�m��2�u�#��өA�J��/�m�6s?��ǝ��M�)��Tդ�rduU̯@V#�V����N0"��zq��Lv�C��@�>�8�m�u(�V�S�e���"h�Λuϝ>��ԚwQ��ҫ�_Z���U>{�t[���j� 5�
~n�� UY+W��G\�8�f>:���P�a�L��6$�0�*#=��'4���w=�~!�-�i:G��*��˭�������D:���E�'��4��@�8��+a����1���ϥ�Rv),�7�*��v��ۙF)�r��v���y��U�f��1����N�ɘ��P׍�>tK�H��d�ofIo4S������PK�i����PKV�RGDefinitions/resource-VfwA2b371e00be5NodesVfwcvfc-template-interface.yml�][o�~��[ۇ�-��l��f�6/E!�m��H������3�.�l��X��-��P�p.�f�C��L�(��P"	�"�`.�Ǎ'�%A�4��%qp\��2.���<�"?<�[���
�6��b�$�۴�A5�C���a�f�z{ѕ�i��$m�m\(:�8˚���r�b�
Y�]�L�t�jͺ�6�$d|�S�$�9,�!�7��Z�ܾ_���k|u���	UZ�Q(w?r�m�/���d��`�Yr�F}��Ow�ޔC_�S,����*��B�C	�SI�W�V(4S,_���<%�!�&���� �g�j�T�m �5N����BS�
$~1��-��`�V��	���0��}�3N�6��`L����J��V�P�����2��Հ	
�b,��Qx�Q��(�s�2�W�W��yD�.xK�'b�1?��[��nm�e��w2��
V0(ϡ����k7{��� "�$��������u�6I��цq���k��K�
‘)0ܦ�5F�Ip&9��b�����OK�	�7$��!$(^�1J�;�Eh�_�
�3��vA������Z#��`��X
��e|{���`"gId���?�����hD�����V?�$h���E�h�AP�hu����1{�fEpD�"��Gc�Hns��*i:1�����;�"��bA��AvM'�&F�%d��C�H�+�.$�!>�j_ύg�3z%I�x4K�{l�Aj�ݗ�z<��d��g��}j��0�$��Y�yZm��f�^��Z�z��Mz{��P	l�P������$�F}�g��)�@�$z~�
�$�����6���0�	�s�����t�>�� 	���%�	�Vxp�`ٙ^R��Q6q;�!���^&J�"@�;y$p���/�w������d�������|�ޑ\�W�N����Eȱ�m&���_��@'�����[=u�1�+�ae�Ne�=�*a�
�	L�
�|��^'&�����I��^����լ�.�u9�ÓK\����z~��T�G-v��=8E�\�&d}i�������\o�"��q��/_@"^w�	�H�8_^1G��*��P��AG��Xh6����k�"��~�/'��I��w[0�՛��\����t����Y�I�Uq����(zK�H��F�d�*/*����jdBJ�q�:�λ�����×?>���j�@M� _�/�x�t�W��p�^��}si����Ƨ�@�;-{��s���=�J���O���֝z ��*��AߜF���
~��g,���M� �p&���'�	�[?j=���`1,��L�l���5m�%Uy,}�
����jR�GD�o�5����m�>��J���g�S\H�pMT���i\-��DW�[z�p��2�}�A��\t���@V�Д�@�˖�0-6�6��&��O����n��=
-Q��t$���T�p�������K &<�V�:�E�����8�Q���b7QlF��A-�>�k�
��8�B���`�n�7]�dj�tX�b� )Q�V%�7MM��mEqS%	HIT��=Eѧ԰�h>�����Z<�ξ/��ܳ���������+`8�#���3ça��PG�r�gF�\T�Z2���ƱW>���L6��I�|֭���m�wDQ�y�3��b�J!o[���V��
[�cT"B'������
�#[J���!F�*iT�a��P���7-���@oA�g�o��w@�W}�΂�^�ᶏn�q �'c���H�0����&Y�i�bצ9}�D�jM�J�(��Aն��X�&,u[��Z�Tl1t�Y�F�`�(���L
�T�r.F����R��/3�(����%9t7��L����8>�v�7����W��3����S&�:��i����h^&���Z�Kb�����5N0G�.�:?2�ij�vL䵺�ءb���E�u�4��(��aat,T������ع��!ѥn�Q����P��Ӱ�XPf�y�	� �ԯ�8��0�ɓI��P6�g��r6䘎p9��g;\N��N��!Ѽ�#?6j��� �z���.�e�3ŊK�3w�TbNx؞G;X�m�:��ہ�0��Ÿ
��b�և���k�ݿ�E�k�(����}�ü�H��qS��-G
��a��zC_mv�X����ߐ�'��Ͳ�d;*��H猓�N���W��sI��b'p�K�:䙭�h�<��gpʿV�٤{��������4 i��LC�w��_��w(
o:�0�������>���D���j�S�q���A�չi�;��k˜t{駜}�
�	�Kˮ��˝P2�O*��r�pN��y�����Β�^����4֝.05b.0{=<+�4���ܮC}�R��$Sp��|��(s����z�[ʛ�Bg���{z��X[0��@5o�;p����;S�y�}s��i�w0����a��5Bݡ��=���V=(;vI�ˍ�:��9�����?&����._�T^�I;�2Er�Uk���&��Q!�;`NY�Tm�Y���C����繾1�{��X��"�$-��ۄ�Qs.�P�$G�m�a�%�v�&^��1��V`�j�C�
J�2�o��6ɾG�fG���Ł�sp���^t=|�>SϏ9KG���J��PKb�~Ɉ
�PKV�R(Definitions/resource-Extcp2-template.yml�R���0��+��m ’
�M����FU���B��Uc���6_�*�7��{ct�Y�c!�0B�:=#����i�Z�����J�N��D�rfX2��H0e�����Y�<@/�ǁ=�s�a<��|>���[ՊcV,�"/��Њy䱼Xx� �f�y�V�X�	���6�s�9��4���;Xj��;�Z(�̥B`R�6G$Xnm5�3BA����X�>93x�tI�*+��O�
ޠy���KT���i����P��)����kܿ�<���Tfh���M��L�LE`��u�rmئƇ�0Y���d ������6|�C�)�I	�h��E����[r�P�"]:��-_�N"�u��=U����N6�3l�p����q�����ۡJsrE2�����#mP�+��e���k}jO�R��&���vۃ��*M�ȅ����E�)Z�fz-�FQ���P�ol3縱�;���ה4�ꢳuy]��~��'6{�-�:���
�B�����K�VtQ��G�^>z�&��5��}>G��g�޾��ty}�,����pRVDh�� ���z����Y�}�뱝0Z�������Y�?��PK�]S�PKV�R&Definitions/resource-Port-template.yml�SMo�0��W��� q�"�m��0`K���ՠ$:*K�$�ȿ���m�=�ȏ��O"]��+*��Q;�=���b
���,M>�瓒"*��M�ݣ�h�v��&�B%�J!fi�\���r�iB�u���,.8�#/�r�T�4)��eZ��z��X�Ta�����K�����?��������<�1�q;-���x���0'5F
 (�Y�veUG�
6�9������CEa�u�C��|���s�����d,��2�����ٖ���?d���m������9��	?�!\n>����f�7��N��ԥ V��e�-�	�$a��(M/
mX����p��S{�sB�q�
m��c�9�S=l��IW#�(Гw��cV����-_����ֺ�鞳����\6?ް�i��k˴��NAq����»2q��=�s���"zwޥ*G����0D���z�[kO*�M�!=4K�����U����l�{�;�y?�k}����ܺwn5{%�-�$�wԢ�;�j�SL@h��ĩ��������V$g��n��ۛ#v\��0[�%�񊋡0tf�>C�x��Sã�]m�?��/��A�Mjc�PK��ZePKV�R)Definitions/resource-Compute-template.yml�VKo�8��W̭ۃ�~����.zhR$u/��@�#�Z�r���J�"m]�������8�͋d���L`!�����yZ�j���T��V�4��4&X`�@�s���^��Ja9]-f��2��E2��2�q9Mx���r>�'�9�j��ի3,")��H�7y�X.�Z��٫��	l��.�.��z�dj��X:�h���`']�h��J�Q��QTcxg
�4�����e!Q}�-|���A*9B�	,PzD�:X
[HJ��t#wh��?�t�kB��ʕ�������LA���/�l�Ȍ9�{4R:���`�
�>Y�@z��Y�Q{"ŭ&J�	�1��Ͷ|\~XS)B�ں=Ph
�cJxؗT�Oo/i�Y�
R�
:�I��QL	v��U�(�	(KQf>X�6�,��.��ѐ�C�'���c�������5t:X��y�_��m���_PK�=��
PKV�R,Definitions/resource-Novaserver-template.yml�WKs�6��W��� ժ���͕�FW��uh�����X��t�߻�e˕�fzjr�������e<�K-�4�%�?Ḟ''�RAR�B%�dpT��{>:bL���k��8���a�>�q�ao(��z��z|x"�NN�0��"��Iz�
ߝ��Y����	��=���n ����1k^��M͂߃EhH�2+K@�Ai����qf�+f,[H�+�,x6���t�Mtnl�I��2�K�9��)���F[J�X
�r��
����j�s��:�Ј��JZ( �f�T�����j%�L����_��!���A�VRZ��,� ��+,]���3���虪Tf
�$�#Qq�6x�>b��
ck��)���1�.1O����q3d�A���\���`�r��|e)��S����#v3��e�RՒ+Dl�3^�T*l�M�.�a��B��\��
�̚j�+R���(�=3�����Qo��C��l����Yߔ�$L~�oC�_�Y?Fe����ckE�X]X�"ɭ)F��4-ӈ�ߘ�ic2�[�]W,c\R'%w+J��h�Y7���&��D.�1/�ai�`�|@�����G,��Ak=���N�
����3��dX;��N�ہ@|v�Ur}rI�H���:���H=>CVQF�:���{E�����v`!�-���i
�:	�����A�-�֤�������ka]%R4�i����7Z�d&b
�鲴���FM��"1��3�
��v���QE��
�r��ɥہ�1�l��lE�4�F�V.g����y(�v�'E�gA�=f��"nu̜V����A��3X/_K/>Q��zt����A8K�3�����*�kFԙ�/�J���NЎ�-n��\_'�WwOWw����R�@Sk퉛�J	�����v��.-��]��ʆ>�{Q�Cq�'�.ȅ�������z-4��a��1�hB�O���!�aL�ۨ��i�[��x}�X�a�~�9Vخaq訌��]cKRT
��׸q��+���qo�U����\�i�� �����ʸ!�~�سq�PK�~�i�PKV�R=Definitions/resource-VfwA2b371e00be5NodesVsncvfc-template.yml�M��:�_�i�{��l�e�%oS�̛�$�U{�6X�������S	Ɠ��N�R3B��V���j)�R�{�����Q��g���ˍ��R��~����m�͑dx�3|�F�����ٷo��������{o�̍e"g������7��@�7˵Et�B&���z�,c�"��kx�
Y��9�Gr��?�S�+���d��Y�0ړtqN�۳�B?��M�8�9��(���e/1���3�O�SJ�N������C������[���9D�ˍ�;	I�S��i��9i�`7�����)q�#	�Qr�a���CsLB�in�h�=����@�X��|��w��C�۷o`"�$Koޠ|`)�M��0�x9��ׁ6��]c�`��.l{�5!ε�ɏ��܇��!�N|����G��HVme�QV�e{1�5_��Ѐb ?�H�a��̗Џޏw%0�����i�RȌ��l7(ڴ[��E���eCF3��dN�<���T�3�BX�B��s��b�=��4�H��x�x�0����쎜�$
o��?ga����X����J�ƫ��z�]nRR��>�r�R��{�r�Z�/v�Z�_r�T��~l�Q��~�f`��|��nz���]����)���''R��ω"0Jaٖ������o4iѓ�f�b�̎�(#.�R��?[v�yi��I6�Q�采���⸍��]��9��{3��OM���,�$�o ��
�b1J�(�O�����я(��������cI�{J���f
g�B৙�����N�'r���
��Q1���ڰ����rʇh���4�ݻ�!��]P�gva��Z�~��M����uG"��h{>G��;%Ӕ��\]#��88.��9ZZ�@���Ը.Q�	X0;Çq3D7M�%�}��2g�&+P7?ܓg��� _�͹͡�ۺ	��H�$�N�5T!H!w)�55�-�¦����b[|a���3.Y�lG��٫��������ԋa��m��[�c8��	 �†@<�����O����g�0Ͱ�U���zH�Y.���$7��g������<�v�(�7�� A=�C���"��g�?�y�]����(�q�������-PN�L��5/J��Yt��NM�y��e��^[Ѐ����.{��c�#E��H�ȃ��y�V\�,���)�����"��_m;d��w��M���$��ٮ&'�[��"|����t��<5Bu���-�G��bg�)��%�^���]X'0'6���Lqv�&�L�c��Q0���y((ߕ�ߥ�Ǻ�>�"�O7fjR�u�5~��O`
�f}����/��´���k�c�y�������[�K�k���R#�ԸX�����칋v��g/��{��=E��*��^o��od��9d�Fx�sLk��F� �i����\c��@Y�H�LgG��ʰ�\�)͢��g�z-O�Ya���y@�8k����\��Y[��Ĩ�듸�|��)���Nj ne�EL�)��
l�Zq����":
+~dgb�&�����w��D�ڧdE�g1I�.��v��ρ�|9�mDB���D4u{�co%���9H�}�!�S�/�f� �������o�g�Q}��V`�CM#/��R�.�0�aJ
ōv�ǧO�������w�
E`���U���!�����i2�Kqm���4��zw��_{��;]�_>��"�=��[��p�T�#Z���@��wh�S��f:t_ơ ����9�	8s8!�	����{�tV��9�9�����Q�͐��9x�����%�yB�]./���H�ǂF���5&��4����wb5���%.��͚id]\X�����
Y0�Z�)�h`�ךC
o�3�u_5��W�Sy%i��d&��=.���U��m�<'����	�[i�4��T��1���UR��ὩF>�,��˥a�6����X#g�u�᚛��p,c�N-7�p0A���E&�[�Y��d�����s�u#�n��؛[�r=�L �Y�����m�q׺��&�ԛ,b�%b3B$����� :��-Ӵ!���v�i��4}�9 EBB����p���\���.ʮ�EM�,��oƫ�R���s�nj鏻w��_�Қ��I:��$����_���I%Q6��0y�����v�7�3$�ӕI�������'�U���ϫ�fP*�$9הOD>��!BZRy��YA�s]_W�d�@Fp����W���j�������-���4�&�9+����p�K}��7�x�\�Lk��!g�ӑiZ�%�9�Zag�����K�++�ج0ё�1w�\���n�F�����2]��No�"p+`��D�w_���f����{����E7-ʞHq@'4,������F�D�
��J��%!HO�ʫG
%�s
��f�3�*�./z��RT�rq�`b��wz�T�>9tP�1Hov��@!���$�Eo���CI�����<���/���oh]#a�?��O�E�>�O������
lL��+�Q������
�8l�����CU�zkA�w�`�c�S"*�{GV��W6�J�����������c�P�pl�t
R:��;���K�6�1�(;xg��G�ev����!��!�r餰�*���T=Z�_���8����,Y��|��YO%�@m:uR��&���w�q�K��O߻&�pV�q�a��XZ�C��Y���%]���˷d�U��+���UﳫI��[6?�gx�<ѯ��ym�d>P&���l��L���Zʿ���^=�i�24Q�ת	S��o��꯹N�.�^�ӤP5��
�ڵ�\�=JVb%�rzQ���|L�(�$��m��+'�H��K.����[�����һ�.Î!U�lI��p��Ơ��.�1�{����I���W�Z5�s.�*�m{�;���N�KRe_[v5�s1��e/!0��L6Oz�Ki�b�g�wD��uoa��bGe��;3|�D)����L�D�X:��+�o'�b��y�*��'��/�8ɶ�MA|A���v�x9�
'���0Cy�,�y�Ytc�����P��2����W#����	��狷v�k���>պ��ќ��nB~�+�H�{�{|zCgr	��9���Q��$���Wu�VyL��b������cg�[3�8��34��}Z��Xڒz��U�c��j)^�E��VudE—BFIi�p��/�"��l�=��dO�ʞ;���1\.�����5�H��T*.	S+�RS��J�z(j`����D\k�(x�ST����e�<�j��#[��*�<٬]b�R�=���6N�t��[��Q��M��ԝM�%�r���WY���%���0j�X!�&
�aM�}��gG�RS��m"�7��o#"�Y�w������^4�}LY�$�ۈ
Q�q��PK{���jPKV�RGDefinitions/resource-VfwA2b371e00be5NodesVsncvfc-template-interface.yml�]Ko�8�ϯ�mv-$=X,�[:=
40I7:3�,MS6'�%)'�_�E�Lٲ%ǒL��'�����X,�B.h�8�Lp��T�e�t�H�$�i��Iކ�?�O!����q����'b1��&���k�7i��),���9���f���*i�s�V,m�m<(+/�Ț����q*bFv����*�s��v-�8�h�
k	�\"������Jd��`��9z��8�執��fN�AL�+-1��/��֊m.�dk�#)��!�;/?���M%ԕ[�"�^X�B�q�1�,$$�Gl���WU�4�,��Ѻ��:Cs!b�y]*�2&�b�"����H�@{:~4%�IA(�i�?�	U6�T�@�-f;�d�/[��x�[���L��r��ū2��Ȁٺ!�)BL��V�6-T�?�^�|	0�a1s�\��L2�	m�o���ǩ#�M�Ȋ&ؖ����yyDB�0�Q��B�K��f._i��!==�X�("Y��A�A����ѷ����$�b��4@���;ۄ����:��@���n�,���~��DB	1�x��)*׌���YCM�Q`2��o��4rc=�=��|��U�xl���y��>��8�E��I�^Q���J3��n���Yv�w�}?�n>�`�P@���m���We�V%mj�{�~+B+��&X	RL^�V�	zr4vy3��AQs� W�C-^�Cg�8���L��>��s�`�.�����w/�I���i�7�?J�3J�k�a��u�~����s:f-ά���wOe�i|�!�s6,qۢ�ݹgS+�$��d������t*�
�"�K����Gh5�Î��;mѳ��%0԰���Ƀ(ǂ��|�:J��հ�X���e���'xk�Pc�M�[s�����T:�`������~y�L���ua�1Y���SP��,�jB�'����ߟ-J�=���q��EyN6��w�zF�hMA���o�ٶD�6J�d����A���y��eyT��S8�+�����)�$�%Y13+��y\�P¤���g����b��S3�����QX�z;��ϒ�D^��Y���
��:F@�Ŋ��5�{_K���y�z�e����Ўƌ[n|(�Z��v�s�O"үX�{^p{�<�f�$$ivfn�|�W�o{�2�q�!��:=igadW�E��ؓ8�C��>C�s�O��8�XG͡������C�U_:�7���q9��_��h��8�<*�AESˮcBR��[����V�c��.�A08��n�g}{���>vC䎶�H�]���/�с����L���u�t��i���s�[�J����;�>FB�bs{ ���e�a����(��X�f��Xc�n��[�p��or)6ey����a˷�><&J2�����j�գb��Jɮ#����!1�&�1��h�M0��Ư+
��2Q�qUH1V!��|�Q�Q��a�|�k���s8�ݭ�ޟ����u4��OƪW���D踊�>�挕��@���ݭ;3ϸ��2wi2�zȎ뻌�Fo�cB�S&c&�+;�����\�_}>;�g|�v�CJ��W������As���~��z�L��k�ķ垹SB.���=cj9���V�fW���������Ǯ�!"������������W6��u��D��=�����XN�������{�=I�
����Иn���0�e��c���U��;���5��!�P�ȯ��y�e��nA����IfP��]�Z��Ǭ[��B����3��x#��kW���3g�~��C�������{�O���o8��M���D��#��΂�,2	�R���zQd����[cwc����z�����8��V,���e*��K���V	�:���m�OԘ���
~.�N� ���w�&��l6�\��8T���b�1�oY`�G�'`��`�����?PK����	f�PKV�R=Definitions/resource-VfwA2b371e00be5NodesVpgcvfc-template.yml�ے�8�=_��f�A._�6���IϦ*���$�U�B	n6������=�*���l�z��Ҡs�ѹI�<�<��$�0�8sN$��7F^����!"�+�G��Y�ٓ�8�7o#�O8
q�����^/�g/]�qW>2Ɋ �5�h�][s�Zw�T9ز�Y/�h�LdnVrݹ���Y�`w�08�{rc���iॻ�,��]b�8�I6;v����q𗗆����6�<�t�����87��8f�7pf�$��_Ż06���`��n��d���7��$&iHidG�}����{9��{���0��懰ϫ�)�p���˽����ȏ*�T�Iz���j��$/񲣘�
_��Јb�0�I`���W�O��w0����O��G!s:�ݢ��&/�=9�i�>ѿ��r�wh�u���ۇ��;,���G����	!t������a����z?H�#��{�a��=��%�-f@oK�b��p�~rΓ�LR�pb��uV��yEs@��|�x�0܊`�l%ٽ:�������T��������������܉I�=I�9iU4kwN,�wգ�����ߟI�0��$˝0�rp�aa����A�;��_5J#��xM�M�2�{te����9Ƈ4ɉ>�;`�ߓ��|M&
�\>����ɼg��5d
���YrgO�n�8�Y%�ه�#CW��
��xeV-<�$��]������qS���U���h�3�<��oEK{�;A�OI��\K�TE��~m�5j�w$U�-2�"�Qa�k��|_~�e�.(���_�:D�f�;�a��Y�%�w��n�z��#��t��歎��$�}��pt,�汗㜦ho�G�G����uX3�=�Asr��������tO�/� l>�P
��h��|�a*f�J��PEv�p��<����
v�a��:�	�t��,��t���Ï
�gD�_�Yv������r�;b�g����T�sȿs>�:�s3�,�#�Y�����Y�c��.L��78���ԬVVln��+�9T|�ʭ���(�I`��af�9C��u�c����{�,��{����:k4��'��{#.N�(WOw��h�gjt
�У��2�yU�43J~vG�8(�g�9F���ǿZJ��9?7h�d�=�Dz�,6NC�y�#sD&�*�O��	G.�i�!I�пN\�>���������q�S��5LHg��io�?�fH�It�f@�����;�N�{6_Au3�^�
���7�+o�L�0��.1Z,7+Ϛ/,k�n`Ksi�ۍm#wm/�in1��s�x���z��,��Y���?�#�~5�m��&����6Y �Z�h�"��`;�
|S���E寬�	&�Q�/��x��/_��Vd	�l��-��8��$-�}h�>d�i���c���NV��jY���#N����?��=�BK��j�f ��?_IFv+h�P�I��W�l���ߎЃo�.oԽc�_��X+�&C���!���*��d"�����\�|�bY���G��_��ъA|&�3��v��{��S������L��o�{����4�F���T9��z������3�.��i���c��Α���C�(�:SY�����D�lR9U;(�����X����;2\���������5����tFs�N}�#�H@0;`��3G!�ӟ�ex��'�."�c��i��y��1Ɛ�\�!�QF�˃���
	�5��hF8�a�&4G=���dUUœ+��﬈Q��1F)��BWR���Z_s�Gf}M��Y��2�i9ެ���3Io���\��zK|�\�b�����D�Ƴ\ki{�M��Ր
1�۵��ķ�9�ik��B˕�^m6�e1͡]M����s�!�	��G�f�B@ք
�kmV�ڮF�MH�߹Orrnj�hA(�91��>v=�'�[����������E��72���I�GQ�f4U,9$����j$-9�Aڊ4y�_e��x|���>���=�W�j
6�'A����ur`��z��Ꮟ�����?:�w��
%1�
#�n>��ohV�ͧeuN�yt�G��������{�����Н>���U��~�}g��6v���0���!Nq4��?��<�w�K�M�I��x�XDd��6�� G*�����,LSD�@�hq%^�M����J�ȣ;������Z���N����ze��ʡi7ͱ_$��x����y{��_ ��Y:*F$$v��`�s����J��bb���d);M.YH^�o��j�3#>�^�Ьqc����s��#����h��.bz����R]�+�xn����
����^H����Ks��kZ���3q��M�=L����WQ���k{a^�f�$��İ�UX�K-c'�L	(�����'�Y�j`Y"?U�Ur������t�f��>�.�+�y�H�>��{z�Zo�U9.ZX��je���~�iѳ�O~�8~�.�R/�`h_S��i6׳I��Hg�@~�.���ֵ'#�?�s���
� }���ho��8m�tAɭ�I"��w��{��>Q��P�L/��
��U�
�$'-���;2E��l���B�^7~�:}mc�wr+��.����<�Z�z�Z�-K֔�	������)휗���c�Nz�WKQ}z�u�Q���&r�JCmE��z!�������X�S�z��I��G���:u�tԚtT7
jq�����Ƽ[�w���#&�Mt|ϕ�#PN*�'��U�8�饒�!	����ٽ��-�/��Fjû�O�5X��/�Ь��{H�w�"�Y�)���"��YZUi}��b���Ⱥ|F�M��33�
�7P��1�dT����L��Bx�+~|'�nU����7��-��;Y���WJ�RE��RU�U��np.��ȺX�n���sB������{'9LK�������ed-Gѓ�q�͞��BS4�.fRg��L�=�t�3y�]�}��f;ᥖ������A͛wT�9DG��p�?Y4�3F��7��O3q��i]~�’um��Xҝ9��c�A��Z�Ї��|��*HtZ��rE�?>C��ӷ7�PKL=`���kPKV�RGDefinitions/resource-VfwA2b371e00be5NodesVpgcvfc-template-interface.yml�]_o�8�O���{����X oi�
lҢi�X4MۼH�����>�
)ɦ$ʖK�q̓C����o�3�#).1J�dAU�3������&R摤Y��d��4�N���P��w�s?"�[Дܔ�&K��)�6y��.��c��M��f���*H�o+�7�6T����ZeI�8�)ŭ.벪
b����]�*6�`���X�<'�`�� ��x��������ٿ~�&WW3��eh&�@X�~��[�˲�9tM��B�즏z��ӧ;�6PW�%��h'��<Ɂ4R$1�W	#�'ω�0̪A��D@���P��T�9�C�*��hr�ʤBLQ#�s���B��v�k�HU�D�݌�9�[�T��h(SI�`��`�j
تd�)�[J��?�(�vb�H�"ڵ�)4ղE|\I4����?�����n�-p�P]
Y-��%�	�VM\:�ʃibu"����F&��s���Y�Hњ����:T�\�	�;�6dI��\�f\�`��3��[��C����tɜu��M�X���MbO
�d�ߒ�.K�������e��a[���K�Fi������׿Z�0'��04K;�FQ����Qƹ"HŲ����B�d�h�����z�QYw�@��i����F�g>�qjЩ��5�w"ӥ�B�k:��T�fH�y�)�lt��z���\���U�ֈ�70�c:o�:����N;��y��B���ɂ���A�Wb����y��7ͻ��mk��l�0����g�&U\@��_!ݘ�K�	�F�M���&âС�2򰁚��0G�P�~Q0����Ж��t�ë�v����gM*2�"��Ԋ�Ȏf�,��H@hE3�U�^3���U;z���=z�Y�E��fDh� M�+Zo��0G���8��B	5�'���|P$~����y-�����dq�����	9"]٤Pɶ#�)����n���v�5�_Ds�S:sF����L�.O��y鞲S8�#��x�v�aT>ǂ�y<�("��t����~��;BS���sk���T��Qⴀ*���
�w/PÖUmY4#Q�UFR'�x�q��c�i*�]tm�����ˏ��|ܖA@A�I��^-�GY��{�������BF-	7*95��N�Q)�R���H�Z(q�﫪t'��RV�l����
�5?�=n��|��5�CJ�UI�3���X�,ͭ�F!h�ir�ߒ��o�'s�Z�M4 �s}
��mG�U��E=ڷ��*JS��]��
Fq;	{�
�q���7��GU=����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�@?<��y,G��(��s �Oȝ��2�:���p������YZsg8�a�X���`�9Q��ϩb��=�ʰ�(��!T:���By^x@�T������'�*C
G\'�q��B�i��p�~�ۂp^�'���V2�9S���}�����c1��@Xd݉<�����ue^(}H�����>U�zji��c�4���+���X���v$wݔ�ǘ�`��aQ�w�Ճ���p~V�q�9$�������-��a�i�q9g|��,�=����!�0�y[��5p�L���51G`8l~8����4$7u��%Lw*�R!��� ����~}A��P�5���Xc�A�!��ڕ�%J�A-JY�&g[J�Kq���������S�������BCW�P�
�KO�,~i�E���)�;�]������y+�v0{�,>�{�:�x$܇�}%yE�T
�^��o�?�C�Z黜�
�)�������E�m(V��!]���0�N�bvJ�&2k�?-�3�}���Z�-�C�U�U
��8�:*^_N�A&j�sG�9C���Eب�R���2�a�y����PKV�SLm�	PKV�RDDefinitions/resource-Vfwa2b371e00be5ComputeNodesHeatVpg-template.yml��Ko� ���+��
���c�J�E�h��Z�L�0X�]Ϳ/�8�8Q�>��^�9��2*(k|?��qё���F���g}v0��݁efp
Lxy���#�	�S���5��<��9�5�X��<�e�u���2oN-�QT�L[I�*��kъ����;r��rV��)�*�v����}��y�D<~r�ưx��8�<0��9?~�T��K�u�!�źkG�0�G�O���|p�C�z;9�g4º�@SHl0��D�eYW��} �F�q�1K�����B?O���x<��.��@�jp�jB�ұ���uб�İX����9������{}CjX�U��6��촧n�V�V���7mC�n}�;y����];Ɛ����+Lfɓ����>y(��"�=�襳C���w���!��.�$[�����PK�/o�cPKV�R-Definitions/resource-Neutronport-template.yml�WKs9��W���n�8[T%�Ml_���z4=��F�H���}[���
P�(F�Zݟ����3��Z�x���b�\ز"/$�{�e<�W9:H���1��`(��O�`����q'}�]�p�K޾MzC~=��ɻ��T�����7I'�w
�^2�\���F�$K#RV��-�tF��6�d)ZnD���X���e��^��O���m�1�Vs-K����yQ:d�R2�v�|eJ���"s�mD~�b�nV��t~��~�~A�Fp��2y7fn%��,]���Rm��n9[���}T~��%�%w��O��?|��I�(�e� Y{��2C�ӫ�����0�	If� ��6}�¥�
^X�s( ���ҕת%�lDq�{�Q+��.�*I�]h)���FV��R�Uv�ZqP����j��tAi��	aċ�
��E��}�"O��EJ��bgF�ӓ�;55�?r2Vf��F[�!1*H$��f��Dk��j��?HXS����TX�
�Yc�iE���Wo
�V
CY��Uc~+8���P�a��!��3��/a���i��/qu�oBM�2]��U�x����o�*�8�� ��� M)���Ǩ���eL�4
͘��iv�z�b�!5�=��DȨ�֛��3�<�>�|�9<�j�r����3��Pm *�0O�J�P������b	SK���m�PϹ�d��-�wbN#J���}�O|�T���l?.�zJ�>�������V��՜* ��Is�
:�������v��(�"�������~?L��5��=���S������_�L���||=~�-���B�ʠӬ.4�}�C�PK��3�\PKV�R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{�5v�$�77n��I^���ѶP�t�tN�b��(������~����O�GRN[ΒB	'������\PY��
�e�O�g9:�1��3�������tKG)�^���w����(�^p}�����E�*������z4�W�~����F7��^�n,���9+�c��fX:��휄ZnD�������{��J!�B�k���"�M����Vh�vN��X#,��ɗ���r�p��&��Q���o�t+��{������r���.
�GT�61���s��ާ��?Q"a�����);�xa�Ig(ge�"y{��ү���Y���;�BHr�&���5�w�1��Z�Y�R!�Ȼ&]ymjP����(vlw����rת���BK��B6�ڄ)�]�k�C٤��6�HT&��"jR�"Z�.]*�Uͳ�=>x8�����0�l�O*lb��F�M����F�03՚H�Z���-�O�:�6����8J�@U�m�Z
Ca��ų��ZpL�����Ø�C0��^P,a���j�&lN	���gհ����\1j�3��c|���.Mu�O��eD�ń������uL�,��I�4�};�C���ƽU0��u�r�rD�����&�|�9��j����
���D�
ќ�R�2Js�V���:��`�{�X���Re[���;�~k&KLl���s�H��.�o�����0g����?;�(ن��h�y�BqYfH��ǂ���~'Gu��'Z�$s���v)��?�"����ց�v�J��>W�,$�a���n����̫&Ƭ��/���*4
������&*�~@��p�	�]U[T��돤�ui'ipƏ�����Y�g�A���>(L�v�����֎|��=-�D�7S�2��lg&|�g3��r�"�ä,^!�3%����^7�j8�Nb�i:2ģ�z�R��{|�c������n��7I�����ˇ�[�7�>���v��ָ�՜: ��)s���ٻ�������Q*E�T-[?�����[L��5�����C��O�ױ����z��l[����������x��L���Ђu�Չ.�e�#��PK�#GQ�
PKV�R/Definitions/resource-Globalnetwork-template.yml�TQo�0~�W�[7i�`���Ti�UW�2M�c`ͱ=ۡ���HM
��u/����}wq0��\�Rj��>ߠ�t� �!/K�0߲R�|4(10��Ro��L���z��dTi�X��(��O�t*0'���N�$eS�Ր��$M'�(�v����(-F<:/.xZ�q�&K"kVb��)��cx4�'�=w҆��;�=���AS.|eV�3���Fr�G�P��8�W��e�T�<�����R‡/t�,�ʸ-�G�Nr�|U<�����@8U`*���0.����-���Y��(|�
��4�xH�G1L�8_�@5��I��l@}|6�@S���XJE25oKE��lv=�;��w��Rz>4T���;�����Z�ʙ��j�6l���Y�=�R��&4�]V���f�C�ƭbci<ܔ6�[oTܘҎ?nw�4�
�|�L���iz��o�`U�Qy�����FҦ��t���EK�<��6���W����rk����z�\iQSL�y�j����s^�?�,泫��0%Eތ�1|?D~�Ƕ�(}!��{х�Ml���F���d�
��o�@��*��._�R��,tg�+��򭵶k}��C�ۻ�����?eK��+%v��6�|�%�kuM�f�w�ia_��8G�SC/�~ee�S�ea����PK��sӐ�PKV�R,Definitions/resource-Globalport-template.yml�W�S�8��[˃=�H��3%�p��͍G�׎����p�ﻒ��I�e�L��j?��j1R3Fs�
�B�kP?�ĸ#ͳ<�pC�4��(C#j��.�Tq*����Ք\|���&ѩw0��&'�GG�]�F'�9;��sʾ�Ѿ�{O3�7��.�����	<���\Y3��8wX�Q"XZ�����9i�ܐj��s��m�분�}�6�=�M��X�=G�:��H�������~~�����)>@a�~T�	��C����-�j��[ҌޝX�L)�f6)�/q�X�W����*i�������A��y��$����(r�
9� �'V&�ۑ�L�X�G:������;n��J7:��]h�Y����w�v�0��`1j�~w�8P�
��X���S�6�w75��[���K2�;PK��/Hk�PKV�RDDefinitions/resource-Vfwa2b371e00be5ComputeNodesHeatVfw-template.yml��?o�0�w
n�(P�d�ڂ):4C�x���!@�I9���OZ;Aۍz���|T�j�3�x��H����M?Xl���6o�M�	4$h6�w�`����o�
�G]��*�yY�˼����R�+ڵ���SB�����G(8���(��\��`=6�Խ=�dQ�(��*S�Ƅ��c����K�F8}�`�4x��#H�tV���������t^+Hx��ڰ�H��NG�G~�1P��яA�	���ap(:<�����e]�#���-B���<�O����>��D��n��}H��p6�����X�8����S��;`׺�����=r��h@s��f�c�
+|~��e-��a件"��OK�[�F���l�ۡ��Ҕ~�~���>�X3��CYfjJ�����u�������'Y{����PK�PޫcPKV�RDDefinitions/resource-Vfwa2b371e00be5ComputeNodesHeatVsn-template.yml��Mo� ���+��	�^{�[ԪU͡U�j
x� a�����G�u��7���//�.Hh;T�ꨝ
�>Тaq)��������c�"4ƴ��k������I�S�.���2+�����\��:�:͑v��(�"Xq��J�e�+L��BԨ�S^�[�a���$�2Ô����a��X�aH^b2K8}J���xr�y�tV��]�|"*ކ�鲖����a_�-I��+?�=�H���F/�s�aP�
+x(�̎Ҟ�k�w}��w��� ���~������oPKF>T�cPKV�R/Definitions/resource-Globalcompute-template.yml�Mo�6������ABl���[6i�6[,6{)
��F6QJTIʁ��;�$[J�7ѠƇ���<~�2R3�d��.K�@i��c�4/*ɑ"Y$��ͨ��+Bxy����|�B��2z{��t#;!9X�M������%M'FMb�?���d$Dk�@P�žW#�QFg�S�[�)]v%g����:Z�Ҵ���ְ�lr�T�XV��LĽ��!gq�J�J[b�^<@��J�c��jb��;�c5\�C�����A��s8�ݨX�������x
���Q��-�8b����D�&�
�[ȹuG��x��
f�$��{��Z�>�*�O5K�j��d�N����������_Oi*x��~��J�:����R��J����0����Z��{
�[����*a �YbҊު�ԋ���x��Գ6��V�O���[s�Tu�&^jCQ�����z���f<	~��ﭨ{�F'.+?}�ot���8�U�,n�@������c6XUc�E��
,L��IW�}oym�P����cA���cVz4���w*^7xp��@^�I(|��ဂNZ�	x�bEM�<��0a����Z�]��VX���뜤6\�O�|��z��a��BHf��
	g�}������_a��t1�yd����`�oa��z���Ӟ���'��{H�x48c�gEG،��ؓ#1�mc�4�P�+zq}��m�̋
��58Ŵ(XM=���p��i$�����-
�?���9�0[��h��?�2	�\r�j���.��ϓ�p@�2�R�Xq�jn��%sо��޻�Պ#�p�|9���:ph�Ai.�B����s�/������<�PK��K>KPKV�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��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�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���Ilcж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��}3aL���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���iG��^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\��כ
�yW����@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��PKV�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�'}8PKV�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��ln���;���ڧ�~{=_�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?��@@PKV�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&PKV�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�����PKV�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�
PKV�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���fq����{�ў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~(PKV�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���Ο�~�����2S%��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��-�YPKW�RCArtifacts/Informational/OTHER/VSP_vFW-a2b371e0-0be5_Information.txt�WAo�0>o���M��B�jj�h�
�JK��y�!�l'��s�PB�=M�)�}~�{��"���Z.��f���b���B����n�:���"�
"2�k�D�T1���Hr�^��
�ʈ2hb뀐�^�g�W�vq0D8�S��D@��~g��c�`�c�`��.D$����7�kH@0b���1��Zs�bG�)_Aܤg���˵�B�Jq�u|2�uo�� ����=��ȩ�a6�T�S4�2-ҍ�YZ%V,ǔF��x�7�tj<����}���Y�-[o�e�{�����|\(.�Z��FW�3��	��T,1�l�[��r2�����'���ɦ֦b���r��AV����Y�^�9��4S�y9E�
�(�g�����G���1l]�n��x�#����*Sؚ7��lgL>ׂ���.�3��+Mu�����rz��`�����T���dz�����
5�*]1e,��wF����T,�Y��@�6Bw�T8! [����1��2�eN��&���S�gw�t}��81�^?����??���'�6ŕB�� 0�����p�|`�6G��zW�4��W�=�U���������������
)�7w'����PKH��T��PKW�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/�;�w88>�۩�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\+�֗׊�����T��C@�'1��߂$X_���F]���[z�^V��\�B8�Ɉ(c�#�u��e�I"Up"�g�-��V�1��a��c�����Nl������Lw�W���hF�s 'ى�S�4E	�
�H�8��赫:?��Z��X�=$�I� �e���
�S,+��T��L6���~p���X
�M.��#��(	O]�.�(#�!��?Y��EX��0nҟ���6��!$[��;�`�� ��.%�f �+���������{:5NBը��}�
[xa�����*��ʹ�����.���}�����������<.�B�(�q�d��ʿ
���������ؿ�x�5�B���]@ED8�h�R�*J�)SfDLi��)�B�)�����<<��Y��J�(M��P�[�������f\��l\����PK�4ٛ!7PKW�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xml�Mo�0��JлjI�b��$mv�a���5�/�v���Ɏ[���v�R�+J|,��'Ui��ԭ�j�\WM���i��$��۶�m[w�mxLt�l�.)a���PGl\H�k,t�z̑� Dj�Tr���+2O}�w�l�Tg���L:�e��Is��1 y��ź���W(l�r���_ҵm�D]�5�9�;n�h�3�AP���s��PvC�6ũ�͙�fR�y�^:,~5�C���l���aN铕
��C��9�q�Tz!a�rk
p���Tcbq�)\O1�wRz���A��^��ᰗ;����X>�պ���6�c��"i��`(�����(��]^���rN(?yz'd|���"���j+G���clʡ��!b7�GT��P�QF�,��U�Ԍ�;�҉��������{�@�fG���:�+��v������~�ax[[�F���ƥ�\��k���'��/�/8{¤ƒ4I�"#�y�΋�&*mf������ɔMY�s@�����Ϲ���,��S��If?�,� ����wvH�l�)c�u�/3��/#���Ο���}��T���#�ܽF�rίR:�5s�`�E�q4#r�
���c� 3>e `kx:��C�=��fT�cDK�Definitions/resource-Vfwa2b371e00be5ComputeNodesHeatVsn-template.ymlPKV�R��K>K/e�Definitions/resource-Globalcompute-template.ymlPKV�R+�@j5���Definitions/data.ymlPKV�R�'}8��Definitions/groups.ymlPKV�R0?��@@m�Definitions/policies.ymlPKV�R���C&�Definitions/annotations.ymlPKV�R�����bDefinitions/relationships.ymlPKV�R2ea�
mDefinitions/artifacts.ymlPKV�R�H�v~(�Definitions/capabilities.ymlPKV�R8��xDefinitions/interfaces.ymlPKV�R�j��-�YqDefinitions/nodes.ymlPKW�RH��T��C�LArtifacts/Informational/OTHER/VSP_vFW-a2b371e0-0be5_Information.txtPKW�R��ȕ�O'�OArtifacts/Deployment/HEAT/base_vfw.yamlPKW�R�4ٛ!7<�[Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKW�R��jM�j4P^Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK%%!
>a
2021-04-14T03:07:43.703Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-14T03:07:43.704Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6091ca1f-a25d-4813-8652-9e13e4019a4f/toscaModel|INFO|500||InvokeReturn
2021-04-14T03:07:43.709Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-14T03:07:43.709Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-04-14T03:07:43.709Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||VFCustomizationUUID= 6944fa53-ec2a-4ad7-8fe6-10554aac2ed9
2021-04-14T03:07:43.709Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6944fa53-ec2a-4ad7-8fe6-10554aac2ed9 matches Tosca VF Customization UUID: 6944fa53-ec2a-4ad7-8fe6-10554aac2ed9
2021-04-14T03:07:43.709Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||vfCustomizationUUID: 6944fa53-ec2a-4ad7-8fe6-10554aac2ed9  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-14T03:07:43.712Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.712Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:43.713Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||resource request for resource customization id 6944fa53-ec2a-4ad7-8fe6-10554aac2ed9: {\"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-14T03:07:43.713Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b899503
2021-04-14T03:07:43.714Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.714Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T03:07:43.714Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cb9f9813-cca1-4966-8b4e-99d11b8acf84
2021-04-14T03:07:43.714Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cb9f9813-cca1-4966-8b4e-99d11b8acf84
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-14T03:07:43.716Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.716Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is matching search criteria
2021-04-14T03:07:43.716Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW a2b371e0-0be5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:07:43.716Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.716Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is matching search criteria
2021-04-14T03:07:43.717Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW a2b371e0-0be5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:07:43.717Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.717Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is not matching search criteria
2021-04-14T03:07:43.717Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-14T03:07:43.717Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-14T03:07:43.717Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-14T03:07:43.717Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-14T03:07:43.718Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-14T03:07:43.718Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-14T03:07:43.718Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:43.718Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-14T03:07:43.718Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:43.718Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-14T03:07:43.718Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T03:07:43.718Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ef555526-bd56-4283-b5b4-458abca73465
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-14T03:07:43.720Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.720Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is matching search criteria
2021-04-14T03:07:43.720Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW a2b371e0-0be5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:07:43.720Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is not matching search criteria
2021-04-14T03:07:43.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-14T03:07:43.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-14T03:07:43.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-14T03:07:43.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:43.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-14T03:07:43.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T03:07:43.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-14T03:07:43.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-14T03:07:43.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-14T03:07:43.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:43.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-14T03:07:43.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T03:07:43.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b71285c2-2d6f-430c-b02a-0c5c6b454083
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-14T03:07:43.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is matching search criteria
2021-04-14T03:07:43.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW a2b371e0-0be5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:07:43.726Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is not matching search criteria
2021-04-14T03:07:43.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-14T03:07:43.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-14T03:07:43.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-14T03:07:43.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:43.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-14T03:07:43.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-14T03:07:43.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-14T03:07:43.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-14T03:07:43.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-14T03:07:43.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-14T03:07:43.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-14T03:07:43.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-14T03:07:43.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3ed3c47-1dd2-4bd2-89a4-f87555632739
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-14T03:07:43.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is matching search criteria
2021-04-14T03:07:43.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW a2b371e0-0be5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:07:43.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Node template vFW a2b371e0-0be5 0 is matching search criteria
2021-04-14T03:07:43.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW a2b371e0-0be5 0] matching following query criteria: sdcType=VF, customizationUUID=6944fa53-ec2a-4ad7-8fe6-10554aac2ed9
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-14T03:07:43.732Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.733Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:43.733Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500|| resourceSeq for service uuid 179f5ebf-4949-44d4-a372-907ef2ef3df9: vFW a2b371e0-0be5
2021-04-14T03:07:43.733Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.733Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:43.733Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.733Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:43.733Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.733Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:43.734Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.734Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:43.734Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:07:43.734Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-14 03-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:07:43.734Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Saving Service: vFW 2021-04-14 03-01-02 
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-14T03:07:43.992Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a2b371e0-0be5 40ae74cf-9934-4b62-84ed-ed9250626031 1 ASDC deployResourceStructure
2021-04-14T03:07:43.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json ASDC sendASDCNotification
2021-04-14T03:07:43.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json
2021-04-14T03:07:43.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:07:43.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:43.995Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:43.995Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369663993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:07:44.096Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:44.097Z||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-14T03:07:44.097Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:44.109Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:44.110Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:07:44.997Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-14T03:07:44.997Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml
2021-04-14T03:07:44.997Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:07:44.997Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:44.999Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:44.999Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369664996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-14T03:07:45.099Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:45.100Z||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-14T03:07:45.100Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:45.112Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:45.112Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:07:46.000Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-14T03:07:46.000Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env
2021-04-14T03:07:46.001Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:07:46.001Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:46.003Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:46.003Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369666000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-14T03:07:46.103Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:46.104Z||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-14T03:07:46.104Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:46.116Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:46.116Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:07:47.004Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar ASDC sendASDCNotification
2021-04-14T03:07:47.004Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar
2021-04-14T03:07:47.004Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:07:47.004Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:07:47.006Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:07:47.006Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369667004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:07:47.106Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:07:47.107Z||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-14T03:07:47.107Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:07:47.118Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:07:47.118Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:07:48.007Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5b59a0f-8372-42cf-98d0-f59b2e29f32e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:07:48.015Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5b59a0f-8372-42cf-98d0-f59b2e29f32e
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-14T03:07:48.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:07:48.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-14T03:07:48.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-14T03:07:48.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-14T03:07:48.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:07:48.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:07:48.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:07:48.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:07:48.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:07:48.019Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:07:48.019Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||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-14T03:07:48.023Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-14T03:08:12.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T03:08:18.024Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5b59a0f-8372-42cf-98d0-f59b2e29f32e 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-14T03:08:18.029Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5b59a0f-8372-42cf-98d0-f59b2e29f32e and serviceModelVersionId: 179f5ebf-4949-44d4-a372-907ef2ef3df9
2021-04-14T03:08:18.029Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75432979-cd13-4077-92c7-52d293305209
2021-04-14T03:08:18.030Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75432979-cd13-4077-92c7-52d293305209/model-vers/model-ver/179f5ebf-4949-44d4-a372-907ef2ef3df9?depth=0
2021-04-14T03:08:18.126Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-14T03:08:18.178Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/75432979-cd13-4077-92c7-52d293305209/model-vers/model-ver/179f5ebf-4949-44d4-a372-907ef2ef3df9?depth=0|INFO|500||Invoke
2021-04-14T03:08:18.179Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/75432979-cd13-4077-92c7-52d293305209/model-vers/model-ver/179f5ebf-4949-44d4-a372-907ef2ef3df9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/75432979-cd13-4077-92c7-52d293305209/model-vers/model-ver/179f5ebf-4949-44d4-a372-907ef2ef3df9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a5b59a0f-8372-42cf-98d0-f59b2e29f32e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b622b9ef-a522-4ea5-ae0d-5626f29f1891], X-ECOMP-RequestID=[a5b59a0f-8372-42cf-98d0-f59b2e29f32e], X-TransactionId=[], X-ONAP-RequestID=[a5b59a0f-8372-42cf-98d0-f59b2e29f32e], Content-Type=[application/merge-patch+json]}
2021-04-14T03:08:18.229Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/75432979-cd13-4077-92c7-52d293305209/model-vers/model-ver/179f5ebf-4949-44d4-a372-907ef2ef3df9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-14T03:08:18.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:08:18.646Z||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-14T03:08:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:08:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/75432979-cd13-4077-92c7-52d293305209/model-vers/model-ver/179f5ebf-4949-44d4-a372-907ef2ef3df9?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/75432979-cd13-4077-92c7-52d293305209/model-vers/model-ver/179f5ebf-4949-44d4-a372-907ef2ef3df9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210414-03:08:18:234-22545], vertex-id=[208912], Content-Length=[0], Date=[Wed, 14 Apr 2021 03:08:18 GMT], Content-Type=[application/json]}
2021-04-14T03:08:18.895Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/75432979-cd13-4077-92c7-52d293305209/model-vers/model-ver/179f5ebf-4949-44d4-a372-907ef2ef3df9?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-14T03:08:18.895Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/75432979-cd13-4077-92c7-52d293305209/model-vers/model-ver/179f5ebf-4949-44d4-a372-907ef2ef3df9?depth=0|INFO|500||InvokeReturn
2021-04-14T03:08:18.896Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-14T03:08:18.896Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||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-14T03:08:18.899Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||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-14T03:08:18.900Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5b59a0f-8372-42cf-98d0-f59b2e29f32e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-14T03:08:18.900Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-14T03:08:18.900Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:08:18.902Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:08:18.902Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369698900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:08:19.002Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:08:19.003Z||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-14T03:08:19.003Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:08:19.014Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:08:19.014Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:08:19.026Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:08:19.027Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.027Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:08:19.028Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:08:19.029Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.029Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:08:19.029Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:08:19.029Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.029Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:08:19.029Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:08:19.030Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.030Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:08:19.030Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:08:19.030Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.030Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-14T03:08:19.030Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:08:19.030Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.030Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:08:19.031Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:08:19.031Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.031Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369398643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:08:19.031Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:08:19.031Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.031Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369650924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:08:19.031Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:08:19.031Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.032Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369657025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:08:19.032Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:08:19.032Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.032Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369660827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:08:19.032Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:08:19.032Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.032Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369662375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:08:19.033Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:08:19.033Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.033Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369663993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/vfwa2b371e00be50_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:08:19.033Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:08:19.033Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.033Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369664996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-14T03:08:19.033Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:08:19.033Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.033Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369666000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/resourceInstances/vfwa2b371e00be50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-14T03:08:19.034Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:08:19.034Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-14T03:08:19.034Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369667004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210414030102/1.0/artifacts/service-Vfw20210414030102-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:08:19.034Z||pool-3-thread-4|||||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-14T03:08:19.912Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:08:19.912Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:08:19.913Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:08:30.149Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:08:30.150Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:08:30.151Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:08:30.151Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:08:39.726Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:08:39.726Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:08:39.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:08:39.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:08:49.265Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:08:49.266Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:08:49.266Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:08:49.266Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:08:58.804Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:08:58.805Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:08:58.805Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:08:58.805Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:09:08.347Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:09:18.643Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:09:18.643Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:09:18.644Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:09:18.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:09:18.645Z||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-14T03:09:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:09:19.177Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:09:19.178Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:09:19.178Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5b59a0f-8372-42cf-98d0-f59b2e29f32e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369698900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:09:19.179Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:09:28.188Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:09:42.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.71.142
2021-04-14T03:10:18.643Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:10:18.644Z||pool-3-thread-5|||||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-14T03:10:18.644Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:10:18.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:10:18.646Z||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-14T03:10:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:10:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.75.223
2021-04-14T03:10:28.196Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:10:28.202Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:11:12.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T03:11:18.643Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:11:18.643Z||pool-3-thread-5|||||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-14T03:11:18.644Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:11:18.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:11:18.645Z||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-14T03:11:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:11:28.186Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:11:28.189Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:11:57.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T03:12:18.643Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:12:18.644Z||pool-3-thread-5|||||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-14T03:12:18.644Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:12:18.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:12:18.645Z||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-14T03:12:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:12:28.265Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:12:28.265Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:13:18.643Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:13:18.643Z||pool-3-thread-5|||||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-14T03:13:18.644Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:13:18.645Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:13:18.645Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:13:18.645Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:13:19.271Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:13:19.272Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.272Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5774bb3-d168-45f1-a225-5811c887b7db","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"94d760ee-f86d-452e-92c0-69fa67c8abcb","serviceDescription":"service","serviceInvariantUUID":"897fd659-591a-4eab-911f-714af12ce97f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"662709dc-875b-49a4-8993-0347f4079eb5","resourceInvariantUUID":"8ac8d215-6364-4c19-95f0-17ee0ea79053","resourceCustomizationUUID":"fe0dd014-ff4e-4e4d-be3d-b7d4ce881ff1","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":"ODdlNDYwMGJiYmRiOTI2Y2U1OTYwY2NmNjkyNTUyNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"967a3ffd-f346-4c67-b399-2b99cafe1327","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWRiODdjY2NmYjlkYmVmNGViNDlkNjgzNzZiNmQ1NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97c5b4d9-735c-438a-b2e4-f5dfd493e4ab","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-14T03:13:19.273Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:13:19.274Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:13:19.275Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:13:19.275Z||pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369998643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:13:19.277Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:13:19.278Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.278Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369974940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:13:19.278Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.278Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.278Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369977187,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:13:19.278Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "dcae-sch",
  "timestamp": 1618369982526,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369975203,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "cds",
  "timestamp": 1618369979109,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "policy-id",
  "timestamp": 1618369974002,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "aai-ml",
  "timestamp": 1618369980306,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "dcae-sch",
  "timestamp": 1618369982526,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.279Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369974940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618369977187,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618369975203,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "policy-id",
  "timestamp": 1618369974002,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "cds",
  "timestamp": 1618369979109,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "aai-ml",
  "timestamp": 1618369980306,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.280Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "cds",
  "timestamp": 1618369986246,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:13:19.321Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:13:19.321Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.321Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369986247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:13:19.321Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:13:19.321Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.321Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "policy-id",
  "timestamp": 1618369986238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:13:19.321Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:13:19.321Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.321Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "aai-ml",
  "timestamp": 1618369986429,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:13:19.321Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:13:19.321Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.321Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "cds",
  "timestamp": 1618369987252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-14T03:13:19.376Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-14T03:13:19.377Z||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-14T03:13:19.377Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:13:19.388Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:13:19.388Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:13:19.394Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c5774bb3-d168-45f1-a225-5811c887b7db
2021-04-14T03:13:19.394Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5774bb3-d168-45f1-a225-5811c887b7db 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-14T03:13:19.403Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.403Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "policy-id",
  "timestamp": 1618369987241,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:13:19.403Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:13:19.404Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.404Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369987601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:13:19.404Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:13:19.404Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.404Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "policy-id",
  "timestamp": 1618369988245,
  "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-14T03:13:19.408Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5774bb3-d168-45f1-a225-5811c887b7db
2021-04-14T03:13:19.408Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5774bb3-d168-45f1-a225-5811c887b7db 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-14T03:13:19.415Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.415Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618369988603,
  "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-14T03:13:19.419Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5774bb3-d168-45f1-a225-5811c887b7db
2021-04-14T03:13:19.419Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5774bb3-d168-45f1-a225-5811c887b7db 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-14T03:13:19.427Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.427Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "aai-ml",
  "timestamp": 1618369989983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:13:19.428Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:13:19.428Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.428Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "aai-ml",
  "timestamp": 1618369990989,
  "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-14T03:13:19.432Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5774bb3-d168-45f1-a225-5811c887b7db
2021-04-14T03:13:19.432Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5774bb3-d168-45f1-a225-5811c887b7db 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-14T03:13:19.440Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.441Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "clamp",
  "timestamp": 1618369991403,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:13:19.441Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.441Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.441Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "clamp",
  "timestamp": 1618369991403,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:13:19.441Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.441Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.441Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369993599,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:13:19.441Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:19.441Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:13:19.441Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618369993599,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:13:19.442Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:13:20.276Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:13:20.276Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:13:20.278Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:13:20.278Z||pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369998643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:13:20.378Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:13:20.379Z||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-14T03:13:20.379Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:13:20.391Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:13:20.391Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:13:21.279Z||pool-3-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "94d760ee-f86d-452e-92c0-69fa67c8abcb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "897fd659-591a-4eab-911f-714af12ce97f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "fe0dd014-ff4e-4e4d-be3d-b7d4ce881ff1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "662709dc-875b-49a4-8993-0347f4079eb5",
      "resourceInvariantUUID": "8ac8d215-6364-4c19-95f0-17ee0ea79053",
      "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": "OWRiODdjY2NmYjlkYmVmNGViNDlkNjgzNzZiNmQ1NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97c5b4d9-735c-438a-b2e4-f5dfd493e4ab"
    }
  ],
  "workloadContext": "Production"
}
2021-04-14T03:13:21.280Z||pool-3-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-14T03:13:21.280Z||pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 94d760ee-f86d-452e-92c0-69fa67c8abcb ASDC
2021-04-14T03:13:21.280Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c5774bb3-d168-45f1-a225-5811c887b7db
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:94d760ee-f86d-452e-92c0-69fa67c8abcb
ServiceInvariantUUID:897fd659-591a-4eab-911f-714af12ce97f
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:97c5b4d9-735c-438a-b2e4-f5dfd493e4ab
ArtifactChecksum:OWRiODdjY2NmYjlkYmVmNGViNDlkNjgzNzZiNmQ1NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fe0dd014-ff4e-4e4d-be3d-b7d4ce881ff1
ResourceInvariantUUID:8ac8d215-6364-4c19-95f0-17ee0ea79053
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:662709dc-875b-49a4-8993-0347f4079eb5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-14T03:13:21.280Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94d760ee-f86d-452e-92c0-69fa67c8abcb 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-14T03:13:21.326Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:13:21.327Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:13:21.327Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:13:21.327Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 97c5b4d9-735c-438a-b2e4-f5dfd493e4ab from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-14T03:13:21.328Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:13:21.328Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-14T03:13:22.958Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:13:22.960Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 97c5b4d9-735c-438a-b2e4-f5dfd493e4ab 47923
2021-04-14T03:13:22.960Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:22.961Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:22.961Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:13:22.961Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:13:22.963Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:13:22.963Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370002960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:13:23.063Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:13:23.064Z||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-14T03:13:23.064Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:13:23.074Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:13:23.074Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:13:23.964Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:13:23.966Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:13:23.966Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||Trying to write artifact UUID: 97c5b4d9-735c-438a-b2e4-f5dfd493e4ab, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-14T03:13:23.967Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-14T03:13:23.967Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-14T03:13:23.968Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-14T03:13:24.080Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17473968539952497501/Definitions/service-BasicNetwork-template.yml
2021-04-14T03:13:24.438Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-14T03:13:24.439Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-14T03:13:24.439Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-14T03:13:24.439Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-14T03:13:24.439Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:24.439Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:24.439Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:24.439Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:24.439Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:24.439Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:24.439Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:24.439Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:24.439Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-14T03:13:24.439Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:13:24.440Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:13:24.440Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-14T03:13:24.440Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-14T03:13:24.440Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:13:24.440Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:13:24.440Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:13:24.440Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-14T03:13:24.440Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-14T03:13:24.440Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:13:24.441Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:13:24.441Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:13:24.441Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:13:24.441Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:13:24.441Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:13:24.441Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:13:24.441Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:13:24.441Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:13:24.441Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:13:24.442Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:13:24.442Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:94d760ee-f86d-452e-92c0-69fa67c8abcb
Model Version:NULL
Model InvariantUuid:897fd659-591a-4eab-911f-714af12ce97f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8ac8d215-6364-4c19-95f0-17ee0ea79053
Model UUID:215a16e1-4793-436c-97d6-f6e262b42cba
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:fe0dd014-ff4e-4e4d-be3d-b7d4ce881ff1
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-14T03:13:24.446Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 662709dc-875b-49a4-8993-0347f4079eb5
2021-04-14T03:13:24.447Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||No resources found for Service: 94d760ee-f86d-452e-92c0-69fa67c8abcb
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-14T03:13:24.450Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||
2021-04-14T03:13:24.451Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-14T03:13:24.451Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||No resources found for Service: 94d760ee-f86d-452e-92c0-69fa67c8abcb
2021-04-14T03:13:24.451Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Preparing to deploy Service: 94d760ee-f86d-452e-92c0-69fa67c8abcb
2021-04-14T03:13:24.451Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-14T03:13:24.452Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:24.456Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:13:24.457Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:13:24.457Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:13:24.457Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:13:24.457Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500|| resourceSeq for service uuid 94d760ee-f86d-452e-92c0-69fa67c8abcb: Generic NeutronNet
2021-04-14T03:13:24.457Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:13:24.457Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:13:24.457Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:13:24.458Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:24.501Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:13:24.501Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:13:24.502Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:13:24.502Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:13:24.502Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:13:24.502Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:13:24.502Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:24.557Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-14T03:13:24.558Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:24.558Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:24.558Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:13:24.558Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:13:24.560Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:13:24.560Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370004558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:13:24.660Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:13:24.661Z||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-14T03:13:24.661Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:13:24.672Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:13:24.672Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:13:25.561Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5774bb3-d168-45f1-a225-5811c887b7db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:13:25.570Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5774bb3-d168-45f1-a225-5811c887b7db
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-14T03:13:25.572Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:13:25.572Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-14T03:13:25.572Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-14T03:13:25.572Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-14T03:13:25.572Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:13:25.572Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:13:25.572Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:13:25.572Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:13:25.572Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:13:25.572Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:25.624Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-14T03:13:27.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T03:13:55.625Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5774bb3-d168-45f1-a225-5811c887b7db 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-14T03:13:55.631Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5774bb3-d168-45f1-a225-5811c887b7db and serviceModelVersionId: 94d760ee-f86d-452e-92c0-69fa67c8abcb
2021-04-14T03:13:55.632Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 897fd659-591a-4eab-911f-714af12ce97f
2021-04-14T03:13:55.632Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/897fd659-591a-4eab-911f-714af12ce97f/model-vers/model-ver/94d760ee-f86d-452e-92c0-69fa67c8abcb?depth=0
2021-04-14T03:13:55.637Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-14T03:13:55.755Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/897fd659-591a-4eab-911f-714af12ce97f/model-vers/model-ver/94d760ee-f86d-452e-92c0-69fa67c8abcb?depth=0|INFO|500||Invoke
2021-04-14T03:13:55.756Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/897fd659-591a-4eab-911f-714af12ce97f/model-vers/model-ver/94d760ee-f86d-452e-92c0-69fa67c8abcb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/897fd659-591a-4eab-911f-714af12ce97f/model-vers/model-ver/94d760ee-f86d-452e-92c0-69fa67c8abcb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5774bb3-d168-45f1-a225-5811c887b7db], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55515f2e-63a9-4bcd-9302-8bc2e2a876da], X-ECOMP-RequestID=[c5774bb3-d168-45f1-a225-5811c887b7db], X-TransactionId=[], X-ONAP-RequestID=[c5774bb3-d168-45f1-a225-5811c887b7db], Content-Type=[application/merge-patch+json]}
2021-04-14T03:13:55.780Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/897fd659-591a-4eab-911f-714af12ce97f/model-vers/model-ver/94d760ee-f86d-452e-92c0-69fa67c8abcb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-14T03:13:56.494Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/897fd659-591a-4eab-911f-714af12ce97f/model-vers/model-ver/94d760ee-f86d-452e-92c0-69fa67c8abcb?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/897fd659-591a-4eab-911f-714af12ce97f/model-vers/model-ver/94d760ee-f86d-452e-92c0-69fa67c8abcb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210414-03:13:55:785-83723], vertex-id=[204824], Content-Length=[0], Date=[Wed, 14 Apr 2021 03:13:55 GMT], Content-Type=[application/json]}
2021-04-14T03:13:56.494Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/897fd659-591a-4eab-911f-714af12ce97f/model-vers/model-ver/94d760ee-f86d-452e-92c0-69fa67c8abcb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-14T03:13:56.495Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/897fd659-591a-4eab-911f-714af12ce97f/model-vers/model-ver/94d760ee-f86d-452e-92c0-69fa67c8abcb?depth=0|INFO|500||InvokeReturn
2021-04-14T03:13:56.495Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-14T03:13:56.495Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:56.498Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:13:56.499Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5774bb3-d168-45f1-a225-5811c887b7db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-14T03:13:56.499Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-14T03:13:56.499Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:13:56.500Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:13:56.501Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370036499,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:13:56.601Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:13:56.602Z||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-14T03:13:56.602Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:13:56.617Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:13:56.618Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-14T03:14:12.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T03:14:18.643Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:14:18.644Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||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-14T03:14:18.644Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:14:18.645Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:14:18.645Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:14:18.646Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:14:18.766Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:14:18.767Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:14:18.767Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369998643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:14:18.768Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:14:27.231Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:14:27.232Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-14T03:14:27.232Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a","serviceName":"Demo_pNF_CCuHNhacfUDIZaA9DYXK","serviceVersion":"1.0","serviceUUID":"640fb18b-021f-472d-a754-5777debe6b96","serviceDescription":"catalog service description","serviceInvariantUUID":"26da60e1-bd4e-4ce8-9375-99b29a740185","resources":[{"resourceInstanceName":"pNF 2fdd7600-9f5a 0","resourceName":"pNF 2fdd7600-9f5a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"30faac1e-8924-49b6-9b3c-c2c0589cd1f6","resourceInvariantUUID":"8e9eb5ab-6f47-4776-8746-f81e3747077b","resourceCustomizationUUID":"fe97419b-7847-4129-a3bb-823898fc933f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vf-license-model.xml","artifactChecksum":"NWEwZDE1OThjNzNlOTY4MTM3OGJiZTNjMjQ3MDJjYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e31bd4aa-6f2f-4263-89c5-65f2251ee242","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/pNF.csar","artifactChecksum":"ZTQ0MWIwOTk2NTY3ODMwYTVjNzNkNjBmMDkzMGUwMjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69eaa50f-db5c-4c74-9435-b06705ba965b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2b7c69e-2240-4b27-944a-5f014de4512b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vendor-license-model.xml","artifactChecksum":"OGNlNzdkN2Q4MjEyZDg4YzJkNjRmYjg2OTdiZTg5Yjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e2c0f46-fbd6-40a4-815c-ea5fac5d8d9e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5ca69ba-8789-4dbd-8c45-d586994b100e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"856ca6bc-9586-40bc-b4a4-33a07807729d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCcuhnhacfudizaa9dyxk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-template.yml","artifactChecksum":"MjVmZmYyYjQyMTQzYzRlZWQ1ZDI3NmEyNzNlNWJiM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6a35d8c-dddf-4605-9d25-56bbe84223ad","artifactVersion":"1"},{"artifactName":"service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar","artifactChecksum":"MmVlNmE2YTkwM2JhNTIwODQ2YjQxZGY3YzFmYjVjYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e9bfe36-50fe-4252-98da-a1c9a84c7e97","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-14T03:14:27.234Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:14:27.235Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:14:27.237Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:14:27.237Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:14:27.337Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:14:27.339Z||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-14T03:14:27.339Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:14:27.355Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:14:27.356Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:14:28.238Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:14:28.238Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:14:28.240Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:14:28.240Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:14:28.340Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:14:28.341Z||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-14T03:14:28.342Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:14:28.355Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:14:28.356Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:14:29.241Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:14:29.241Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:14:29.243Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:14:29.243Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:14:29.343Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:14:29.344Z||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-14T03:14:29.344Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:14:29.370Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:14:29.371Z||pool-43-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:14:30.243Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:14:30.244Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:14:30.246Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:14:30.246Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:14:30.346Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:14:30.347Z||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-14T03:14:30.347Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:14:30.374Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:14:30.375Z||pool-44-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:14:31.246Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:14:31.247Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:14:31.248Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:14:31.248Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:14:31.348Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:14:31.349Z||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-14T03:14:31.349Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:14:31.368Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:14:31.368Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:14:32.249Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:14:32.249Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:14:32.251Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:14:32.251Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:14:32.352Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:14:32.353Z||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-14T03:14:32.353Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:14:32.368Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:14:32.368Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:14:33.252Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:14:33.253Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:14:33.254Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:14:33.254Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:14:33.354Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:14:33.355Z||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-14T03:14:33.355Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:14:33.447Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:14:33.448Z||pool-47-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:14:34.255Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:14:34.256Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:14:34.257Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:14:34.257Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:14:34.358Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-14T03:14:34.359Z||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-14T03:14:34.359Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:14:34.373Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:14:34.373Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:14:35.258Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "serviceName": "Demo_pNF_CCuHNhacfUDIZaA9DYXK",
  "serviceVersion": "1.0",
  "serviceUUID": "640fb18b-021f-472d-a754-5777debe6b96",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "26da60e1-bd4e-4ce8-9375-99b29a740185",
  "resources": [
    {
      "resourceInstanceName": "pNF 2fdd7600-9f5a 0",
      "resourceCustomizationUUID": "fe97419b-7847-4129-a3bb-823898fc933f",
      "resourceName": "pNF 2fdd7600-9f5a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "30faac1e-8924-49b6-9b3c-c2c0589cd1f6",
      "resourceInvariantUUID": "8e9eb5ab-6f47-4776-8746-f81e3747077b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
      "artifactChecksum": "MmVlNmE2YTkwM2JhNTIwODQ2YjQxZGY3YzFmYjVjYWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8e9bfe36-50fe-4252-98da-a1c9a84c7e97"
    }
  ],
  "workloadContext": "Production"
}
2021-04-14T03:14:35.259Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-14T03:14:35.259Z|c5774bb3-d168-45f1-a225-5811c887b7db|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 640fb18b-021f-472d-a754-5777debe6b96 ASDC
2021-04-14T03:14:35.259Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
ServiceName:Demo_pNF_CCuHNhacfUDIZaA9DYXK
ServiceVersion:1.0
ServiceUUID:640fb18b-021f-472d-a754-5777debe6b96
ServiceInvariantUUID:26da60e1-bd4e-4ce8-9375-99b29a740185
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
ArtifactUUID:8e9bfe36-50fe-4252-98da-a1c9a84c7e97
ArtifactChecksum:MmVlNmE2YTkwM2JhNTIwODQ2YjQxZGY3YzFmYjVjYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2fdd7600-9f5a 0
ResourceCustomizationUUID:fe97419b-7847-4129-a3bb-823898fc933f
ResourceInvariantUUID:8e9eb5ab-6f47-4776-8746-f81e3747077b
ResourceName:pNF 2fdd7600-9f5a
ResourceType:PNF
ResourceUUID:30faac1e-8924-49b6-9b3c-c2c0589cd1f6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-14T03:14:35.259Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 640fb18b-021f-472d-a754-5777debe6b96 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-14T03:14:35.492Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:14:35.493Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:14:35.493Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:14:35.493Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 8e9bfe36-50fe-4252-98da-a1c9a84c7e97 from URL: /sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:35.493Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:14:35.494Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:36.900Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:14:36.904Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar 8e9bfe36-50fe-4252-98da-a1c9a84c7e97 78827
2021-04-14T03:14:36.905Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar ASDC sendASDCNotification
2021-04-14T03:14:36.905Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:36.905Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:14:36.905Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:14:36.907Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:14:36.907Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370076905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:14:37.008Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:14:37.008Z||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-14T03:14:37.009Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:14:37.018Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:14:37.018Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:14:37.908Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:14:37.910Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:14:37.910Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||Trying to write artifact UUID: 8e9bfe36-50fe-4252-98da-a1c9a84c7e97, URL: /sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar to file: /app/ASDC/1/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:37.910Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:37.910Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:37.911Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:37.991Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5119958974500944671/Definitions/service-DemoPnfCcuhnhacfudizaa9dyxk-template.yml
2021-04-14T03:14:38.585Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-14T03:14:38.585Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-14T03:14:38.585Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:38.586Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-14T03:14:38.586Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||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-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:38.586Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2fdd7600-9f5a 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-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:38.586Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||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-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:38.586Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||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-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:38.587Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2fdd7600-9f5a 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:38.587Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:38.587Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||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-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:38.588Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||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-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:38.588Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-14T03:14:38.588Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:14:38.588Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_CCuHNhacfUDIZaA9DYXK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:14:38.589Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Node template pNF 2fdd7600-9f5a 0 is matching search criteria
2021-04-14T03:14:38.589Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-14T03:14:38.589Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Found topology templates [pNF 2fdd7600-9f5a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:14:38.589Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:14:38.590Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_CCuHNhacfUDIZaA9DYXK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:14:38.590Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Node template pNF 2fdd7600-9f5a 0 is matching search criteria
2021-04-14T03:14:38.590Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-14T03:14:38.590Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Found topology templates [pNF 2fdd7600-9f5a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:14:38.591Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:14:38.591Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_CCuHNhacfUDIZaA9DYXK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:14:38.591Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:14:38.591Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_CCuHNhacfUDIZaA9DYXK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:14:38.592Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:14:38.592Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_CCuHNhacfUDIZaA9DYXK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:14:38.592Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:14:38.593Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_CCuHNhacfUDIZaA9DYXK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:14:38.593Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:14:38.593Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_CCuHNhacfUDIZaA9DYXK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:14:38.594Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_CCuHNhacfUDIZaA9DYXK
Description:catalog service description
Model UUID:640fb18b-021f-472d-a754-5777debe6b96
Model Version:NULL
Model InvariantUuid:26da60e1-bd4e-4ce8-9375-99b29a740185
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-14T03:14:38.598Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 30faac1e-8924-49b6-9b3c-c2c0589cd1f6
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-14T03:14:38.601Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||pNF 2fdd7600-9f5a 0
2021-04-14T03:14:38.601Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 30faac1e-8924-49b6-9b3c-c2c0589cd1f6
2021-04-14T03:14:38.601Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||No resources found for Service: 640fb18b-021f-472d-a754-5777debe6b96
2021-04-14T03:14:38.602Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Preparing to deploy Service: 640fb18b-021f-472d-a754-5777debe6b96
2021-04-14T03:14:38.602Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2fdd7600-9f5a 0 30faac1e-8924-49b6-9b3c-c2c0589cd1f6 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-14T03:14:38.606Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:14:38.606Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_CCuHNhacfUDIZaA9DYXK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:14:38.606Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500|| resourceSeq for service uuid 640fb18b-021f-472d-a754-5777debe6b96: pNF 2fdd7600-9f5a
2021-04-14T03:14:38.607Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||Processing PNF resource: 30faac1e-8924-49b6-9b3c-c2c0589cd1f6
2021-04-14T03:14:38.607Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:14:38.607Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Service Demo_pNF_CCuHNhacfUDIZaA9DYXK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:14:38.607Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||Resource customization UUID: fe97419b-7847-4129-a3bb-823898fc933f is the same as notified resource customizationUUID: fe97419b-7847-4129-a3bb-823898fc933f
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-14T03:14:38.729Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2fdd7600-9f5a 30faac1e-8924-49b6-9b3c-c2c0589cd1f6 0 ASDC deployResourceStructure
2021-04-14T03:14:38.729Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar ASDC sendASDCNotification
2021-04-14T03:14:38.729Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar
2021-04-14T03:14:38.729Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:14:38.730Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:14:38.732Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:14:38.732Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370078729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:14:38.832Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:14:38.833Z||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-14T03:14:38.833Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:14:38.870Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:14:38.871Z||pool-50-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:14:39.733Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:14:39.741Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
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-14T03:14:39.743Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:14:39.743Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T03:14:39.744Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T03:14:57.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T03:15:09.744Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:15:09.752Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
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-14T03:15:09.755Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:15:09.755Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T03:15:09.755Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T03:15:18.645Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:15:18.646Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:15:18.646Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:15:18.682Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:15:18.683Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:15:18.683Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618369998643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:15:18.684Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:15:18.684Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:15:18.684Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370002960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:15:18.685Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:15:18.685Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:15:18.685Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "clamp",
  "timestamp": 1618370003454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:15:18.685Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:15:18.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:15:18.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "clamp",
  "timestamp": 1618370004467,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:15:18.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:15:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:15:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370004558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:15:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:15:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:15:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "clamp",
  "timestamp": 1618370005469,
  "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-14T03:15:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c5774bb3-d168-45f1-a225-5811c887b7db
2021-04-14T03:15:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5774bb3-d168-45f1-a225-5811c887b7db 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-14T03:15:18.795Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:15:18.796Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5774bb3-d168-45f1-a225-5811c887b7db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370036499,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:15:18.796Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:15:39.756Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:15:39.769Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
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-14T03:15:39.771Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:15:39.771Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T03:15:39.772Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T03:16:09.772Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:16:09.784Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
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-14T03:16:09.786Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:16:09.786Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T03:16:09.786Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T03:16:18.645Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:16:18.647Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:16:18.647Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:16:18.690Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:16:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370057187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370064940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370062527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.700Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.700Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.700Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370064940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.700Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.700Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.700Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370062527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.700Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.701Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.701Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370057187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.701Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.701Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.701Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.701Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.702Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.702Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370057187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.702Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.702Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.702Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370062527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.702Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.702Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.702Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370064940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.702Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.702Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.702Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.703Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.703Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.703Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "cds",
  "timestamp": 1618370069109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.703Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.703Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.703Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370057187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.703Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.703Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.703Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370062527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.704Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.704Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.704Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370064940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.704Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.704Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.704Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.704Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.704Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.704Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "cds",
  "timestamp": 1618370069109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "aai-ml",
  "timestamp": 1618370070307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370062527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370057187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370064940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "cds",
  "timestamp": 1618370069109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "aai-ml",
  "timestamp": 1618370070307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370057187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370062527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370064940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "cds",
  "timestamp": 1618370069109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "aai-ml",
  "timestamp": 1618370070307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370057187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.724Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.725Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.725Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370062527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.725Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.725Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.725Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370064940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.725Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.725Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.725Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "cds",
  "timestamp": 1618370069109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.725Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.725Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.725Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "aai-ml",
  "timestamp": 1618370070307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.725Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.725Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.725Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370073599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.726Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.726Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.726Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370057187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.726Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.726Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.726Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370062527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.726Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.726Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.726Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370058643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.726Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.726Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370064940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "policy-id",
  "timestamp": 1618370074002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "cds",
  "timestamp": 1618370069109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "aai-ml",
  "timestamp": 1618370070307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370073599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "policy-id",
  "timestamp": 1618370074002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "cds",
  "timestamp": 1618370069109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370075203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "aai-ml",
  "timestamp": 1618370070307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370073599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370076492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.728Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "policy-id",
  "timestamp": 1618370074002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "cds",
  "timestamp": 1618370069109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370075203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370076905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "aai-ml",
  "timestamp": 1618370070307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370073599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.729Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "policy-id",
  "timestamp": 1618370074002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370075203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "aai-ml",
  "timestamp": 1618370070307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370073599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370078290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:16:18.730Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:16:18.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "policy-id",
  "timestamp": 1618370074002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370078729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:16:18.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:16:18.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370075203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370073599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.731Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370079293,
  "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-14T03:16:18.737Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
2021-04-14T03:16:18.738Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a 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-14T03:16:18.795Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.795Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "policy-id",
  "timestamp": 1618370074002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.795Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.795Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.796Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370075203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.796Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.796Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.796Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370073599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.796Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.796Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.796Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "policy-id",
  "timestamp": 1618370074002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.796Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.796Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.796Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370075203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.796Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.797Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.797Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370073599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.797Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.797Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.797Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "cds",
  "timestamp": 1618370081499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:16:18.797Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:16:18.797Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.797Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "policy-id",
  "timestamp": 1618370074002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.797Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.797Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.797Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370075203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.798Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.798Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.798Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "aai-ml",
  "timestamp": 1618370081936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:16:18.798Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:16:18.798Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.798Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "clamp",
  "timestamp": 1618370081404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.798Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.798Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.798Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "cds",
  "timestamp": 1618370082505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-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-14T03:16:18.802Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
2021-04-14T03:16:18.803Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a 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-14T03:16:18.811Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.811Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370075203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.811Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.811Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.811Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "clamp",
  "timestamp": 1618370081404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.811Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.812Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.812Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "policy-id",
  "timestamp": 1618370083056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:16:18.812Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:16:18.812Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.812Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "clamp",
  "timestamp": 1618370081404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.812Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.812Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.812Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "policy-id",
  "timestamp": 1618370084059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:16:18.812Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:16:18.812Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.812Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "clamp",
  "timestamp": 1618370081404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.813Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.813Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.813Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "policy-id",
  "timestamp": 1618370085061,
  "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-14T03:16:18.817Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
2021-04-14T03:16:18.817Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a 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-14T03:16:18.824Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.824Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "clamp",
  "timestamp": 1618370081404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.824Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.824Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.824Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "aai-ml",
  "timestamp": 1618370086082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:16:18.824Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:16:18.824Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.824Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "clamp",
  "timestamp": 1618370081404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/resourceInstances/pnf2fdd76009f5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.824Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.824Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.825Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "aai-ml",
  "timestamp": 1618370087089,
  "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-14T03:16:18.828Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
2021-04-14T03:16:18.828Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a 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-14T03:16:18.834Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.834Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "clamp",
  "timestamp": 1618370081404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.834Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.834Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.834Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "clamp",
  "timestamp": 1618370081404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.835Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.835Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.835Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "clamp",
  "timestamp": 1618370099580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:16:18.835Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:16:18.835Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.835Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "clamp",
  "timestamp": 1618370100688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCcuhnhacfudizaa9dyxk/1.0/artifacts/service-DemoPnfCcuhnhacfudizaa9dyxk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:16:18.835Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:16:18.835Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.835Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "clamp",
  "timestamp": 1618370101691,
  "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-14T03:16:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
2021-04-14T03:16:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a 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-14T03:16:18.847Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.847Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "clamp",
  "timestamp": 1618370111404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.847Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.847Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.847Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370113599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.848Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.848Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.848Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "policy-id",
  "timestamp": 1618370114002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.848Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.848Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.848Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "cds",
  "timestamp": 1618370114109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.848Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.848Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.848Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "clamp",
  "timestamp": 1618370111404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.848Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370113599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "policy-id",
  "timestamp": 1618370114002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "cds",
  "timestamp": 1618370114109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370115203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "clamp",
  "timestamp": 1618370111404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.849Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370113599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.850Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.850Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.850Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "policy-id",
  "timestamp": 1618370114002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.850Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.850Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.850Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "cds",
  "timestamp": 1618370114109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.850Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.850Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.850Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370115203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.850Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.850Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.850Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "clamp",
  "timestamp": 1618370111404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.850Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.851Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.851Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370113599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.851Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.851Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.851Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "policy-id",
  "timestamp": 1618370114002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.851Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.851Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.851Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "cds",
  "timestamp": 1618370114109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.851Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.851Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.851Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.851Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.851Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.852Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370115203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.852Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.852Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.852Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "clamp",
  "timestamp": 1618370111404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:16:18.852Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:18.852Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:16:18.852Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370113599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-14T03:16:18.852Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:16:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.76.199
2021-04-14T03:16:39.787Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:16:39.797Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a
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-14T03:16:39.801Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:16:39.801Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-14T03:16:39.801Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-14T03:16:39.802Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-14T03:16:39.802Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:16:39.821Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:16:39.821Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:16:39.821Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:16:39.821Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:16:39.821Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:16:39.822Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||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-14T03:16:39.830Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-14T03:17:09.831Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a 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-14T03:17:09.836Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a and serviceModelVersionId: 640fb18b-021f-472d-a754-5777debe6b96
2021-04-14T03:17:09.836Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26da60e1-bd4e-4ce8-9375-99b29a740185
2021-04-14T03:17:09.838Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26da60e1-bd4e-4ce8-9375-99b29a740185/model-vers/model-ver/640fb18b-021f-472d-a754-5777debe6b96?depth=0
2021-04-14T03:17:09.849Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-14T03:17:09.915Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/26da60e1-bd4e-4ce8-9375-99b29a740185/model-vers/model-ver/640fb18b-021f-472d-a754-5777debe6b96?depth=0|INFO|500||Invoke
2021-04-14T03:17:09.915Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/26da60e1-bd4e-4ce8-9375-99b29a740185/model-vers/model-ver/640fb18b-021f-472d-a754-5777debe6b96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/26da60e1-bd4e-4ce8-9375-99b29a740185/model-vers/model-ver/640fb18b-021f-472d-a754-5777debe6b96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3badfeb7-64fd-4930-9ee6-3c05915a2d23], X-ECOMP-RequestID=[2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a], X-TransactionId=[], X-ONAP-RequestID=[2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a], Content-Type=[application/merge-patch+json]}
2021-04-14T03:17:09.939Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/26da60e1-bd4e-4ce8-9375-99b29a740185/model-vers/model-ver/640fb18b-021f-472d-a754-5777debe6b96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-14T03:17:10.103Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/26da60e1-bd4e-4ce8-9375-99b29a740185/model-vers/model-ver/640fb18b-021f-472d-a754-5777debe6b96?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/26da60e1-bd4e-4ce8-9375-99b29a740185/model-vers/model-ver/640fb18b-021f-472d-a754-5777debe6b96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210414-03:17:09:944-46172], vertex-id=[221200], Content-Length=[0], Date=[Wed, 14 Apr 2021 03:17:09 GMT], Content-Type=[application/json]}
2021-04-14T03:17:10.104Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/26da60e1-bd4e-4ce8-9375-99b29a740185/model-vers/model-ver/640fb18b-021f-472d-a754-5777debe6b96?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-14T03:17:10.104Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/26da60e1-bd4e-4ce8-9375-99b29a740185/model-vers/model-ver/640fb18b-021f-472d-a754-5777debe6b96?depth=0|INFO|500||InvokeReturn
2021-04-14T03:17:10.105Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-14T03:17:10.105Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||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-14T03:17:10.108Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||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-14T03:17:10.109Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-14T03:17:10.109Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-14T03:17:10.109Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:10.111Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:10.111Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370230109,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:17:10.211Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:17:10.212Z||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-14T03:17:10.212Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:10.225Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:10.226Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-14T03:17:11.123Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:17:11.123Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||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-14T03:17:11.123Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:12.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T03:17:15.472Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:15.473Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-14T03:17:15.473Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3bcb7799-dce5-4b1b-a33b-fef0c1b490ab","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"15197274-7caa-45c0-b4e5-c890720e5397","serviceDescription":"service","serviceInvariantUUID":"823dc164-18c5-4d69-82b1-e5a838c5a8b3","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d40e4d61-d31a-4e7b-b208-f3b5004033d9","resourceInvariantUUID":"f9befb77-46a2-4325-b191-7c49e159584c","resourceCustomizationUUID":"784da28d-4f37-411e-90b5-a908bf31868e","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":"ODVjZmZhMzdhNDMwYTFlMTZjZGQ0ZjQ3YzIzNDdhN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74c24b76-f707-4373-b716-9df6302b90e6","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":"Y2IzOWJiYWYxM2E2NGIzM2JmMjY0MTYyNmYxZjdiNzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2ba67f6a-0ca6-4261-b7fa-26d35ee96397","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":"d1e05e18-d6d3-4aea-bc5f-6513a5c1859b","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":"46ca84cd-0e0e-46d5-b34d-f0d998f34c4a","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":"8802d4f7-b74f-4fec-a118-0e6a5ce822ce","artifactVersion":"2","generatedFromUUID":"d1e05e18-d6d3-4aea-bc5f-6513a5c1859b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDk0ZTFjYjBkNGI0MDNjMmQ1NDE0ZGM2YjIxNjdlMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2bc13e9-4b7f-40bf-b170-57b9253eb914","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTJlMzYzNDU3ODkxNmFlMWUzYWEyMmNmMTZkOWUyNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6973ac55-ab12-4898-bb8d-a12988a939a7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-14T03:17:15.477Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:17:15.477Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:15.479Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:15.479Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:17:15.579Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:17:15.580Z||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-14T03:17:15.580Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:15.589Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:15.590Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:17:16.479Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:17:16.480Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:16.482Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:16.482Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:17:16.582Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:17:16.583Z||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-14T03:17:16.583Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:16.594Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:16.595Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:17:17.483Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:17:17.484Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:17.485Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:17.485Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:17:17.586Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-14T03:17:17.586Z||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-14T03:17:17.586Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:17.599Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:17.599Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:17:18.486Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:17:18.487Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:18.489Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:18.489Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:17:18.589Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:17:18.590Z||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-14T03:17:18.590Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:18.600Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:18.600Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:17:18.645Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:17:18.646Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:17:18.646Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:18.667Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:17:18.667Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "policy-id",
  "timestamp": 1618370114002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:17:18.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:17:19.490Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:17:19.490Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:19.492Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:19.492Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-14T03:17:19.592Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:17:19.593Z||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-14T03:17:19.594Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:19.605Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:19.606Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:17:20.493Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:17:20.493Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:20.495Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:20.495Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:17:20.595Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:17:20.596Z||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-14T03:17:20.596Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:20.613Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:20.613Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:17:21.496Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:17:21.497Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:21.498Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:21.498Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:17:21.599Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T03:17:21.599Z||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-14T03:17:21.600Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:21.611Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:21.612Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:17:22.500Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "15197274-7caa-45c0-b4e5-c890720e5397",
  "serviceDescription": "service",
  "serviceInvariantUUID": "823dc164-18c5-4d69-82b1-e5a838c5a8b3",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "784da28d-4f37-411e-90b5-a908bf31868e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d40e4d61-d31a-4e7b-b208-f3b5004033d9",
      "resourceInvariantUUID": "f9befb77-46a2-4325-b191-7c49e159584c",
      "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": "Y2IzOWJiYWYxM2E2NGIzM2JmMjY0MTYyNmYxZjdiNzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2ba67f6a-0ca6-4261-b7fa-26d35ee96397",
          "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": "d1e05e18-d6d3-4aea-bc5f-6513a5c1859b",
          "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": "8802d4f7-b74f-4fec-a118-0e6a5ce822ce",
            "generatedFromUUID": "d1e05e18-d6d3-4aea-bc5f-6513a5c1859b"
          },
          "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": "8802d4f7-b74f-4fec-a118-0e6a5ce822ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YTJlMzYzNDU3ODkxNmFlMWUzYWEyMmNmMTZkOWUyNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6973ac55-ab12-4898-bb8d-a12988a939a7"
    }
  ],
  "workloadContext": "Production"
}
2021-04-14T03:17:22.500Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-14T03:17:22.500Z|2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15197274-7caa-45c0-b4e5-c890720e5397 ASDC
2021-04-14T03:17:22.501Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:15197274-7caa-45c0-b4e5-c890720e5397
ServiceInvariantUUID:823dc164-18c5-4d69-82b1-e5a838c5a8b3
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:6973ac55-ab12-4898-bb8d-a12988a939a7
ArtifactChecksum:YTJlMzYzNDU3ODkxNmFlMWUzYWEyMmNmMTZkOWUyNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:784da28d-4f37-411e-90b5-a908bf31868e
ResourceInvariantUUID:f9befb77-46a2-4325-b191-7c49e159584c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d40e4d61-d31a-4e7b-b208-f3b5004033d9
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:2ba67f6a-0ca6-4261-b7fa-26d35ee96397
ArtifactChecksum:Y2IzOWJiYWYxM2E2NGIzM2JmMjY0MTYyNmYxZjdiNzM=
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:d1e05e18-d6d3-4aea-bc5f-6513a5c1859b
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:8802d4f7-b74f-4fec-a118-0e6a5ce822ce
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:8802d4f7-b74f-4fec-a118-0e6a5ce822ce
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-14T03:17:22.501Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15197274-7caa-45c0-b4e5-c890720e5397 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-14T03:17:22.596Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:17:22.597Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:17:22.597Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:17:22.597Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 6973ac55-ab12-4898-bb8d-a12988a939a7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-14T03:17:22.597Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:17:22.598Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-04-14T03:17:22.970Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:17:22.973Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6973ac55-ab12-4898-bb8d-a12988a939a7 69720
2021-04-14T03:17:22.974Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:22.974Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:22.974Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:17:22.974Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:22.976Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:22.976Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370242974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:17:23.076Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:17:23.077Z||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-14T03:17:23.077Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:23.087Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:23.088Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:17:23.977Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:17:23.978Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:17:23.978Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||Trying to write artifact UUID: 6973ac55-ab12-4898-bb8d-a12988a939a7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-14T03:17:23.979Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-04-14T03:17:23.979Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-04-14T03:17:23.979Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-04-14T03:17:24.167Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9338227418025849289/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-14T03:17:25.203Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-14T03:17:25.203Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-14T03:17:25.203Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-04-14T03:17:25.203Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-14T03:17:25.203Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:25.203Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:25.203Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:25.203Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:25.204Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:25.204Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:25.204Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:25.204Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:25.204Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:25.204Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:25.204Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-14T03:17:25.204Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:25.204Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:25.204Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-14T03:17:25.204Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-14T03:17:25.205Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:17:25.205Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:25.205Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:25.205Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-14T03:17:25.205Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-14T03:17:25.205Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:17:25.205Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:25.205Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:25.206Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:25.206Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-14T03:17:25.206Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-14T03:17:25.206Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-14T03:17:25.206Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-14T03:17:25.206Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-14T03:17:25.206Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-14T03:17:25.206Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:25.206Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T03:17:25.207Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:25.207Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-14T03:17:25.207Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:17:25.207Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:25.207Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-14T03:17:25.207Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:17:25.208Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:25.208Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-14T03:17:25.208Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:17:25.208Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:25.209Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-14T03:17:25.209Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-14T03:17:25.209Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-14T03:17:25.209Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0e36dfae-316a-4097-988e-0ae4064abe03
2021-04-14T03:17:25.209Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:25.209Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:25.210Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:25.210Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:25.210Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:25.210Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:25.210Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:25.210Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:25.210Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:15197274-7caa-45c0-b4e5-c890720e5397
Model Version:NULL
Model InvariantUuid:823dc164-18c5-4d69-82b1-e5a838c5a8b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:c7f364ac-5db2-4637-b3ea-8a452e265719
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f9befb77-46a2-4325-b191-7c49e159584c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:784da28d-4f37-411e-90b5-a908bf31868e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4d3495e5-e1b5-4d94-bd82-fb545fbb6bc1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:2ebfe882-903f-4b90-ba28-2958d891375c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0e36dfae-316a-4097-988e-0ae4064abe03
ModelInvariantUuid:26b3062d-290c-44b3-8dfa-c9f82a8374dd
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:6193fabe-9ab3-4976-9a51-f80d42da7003
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:c4513222-8d8b-40a5-ad28-bb8e8941d8f3
ModelInvariantUuid:a1a07bfc-e4e5-4e84-b954-857f563dff53
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:954f8760-4e1a-4268-8cf2-ca2ab43ac261
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-14T03:17:25.215Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d40e4d61-d31a-4e7b-b208-f3b5004033d9
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-14T03:17:25.217Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||basic_vm 0
2021-04-14T03:17:25.217Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d40e4d61-d31a-4e7b-b208-f3b5004033d9
2021-04-14T03:17:25.218Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ba67f6a-0ca6-4261-b7fa-26d35ee96397 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-04-14T03:17:25.218Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:17:25.218Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:25.383Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:17:25.383Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2ba67f6a-0ca6-4261-b7fa-26d35ee96397 787
2021-04-14T03:17:25.384Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:25.384Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:25.384Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:17:25.384Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:25.386Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:25.387Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370245384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:17:25.487Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T03:17:25.487Z||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-14T03:17:25.487Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:25.498Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:25.498Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:17:26.387Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4d3495e5-e1b5-4d94-bd82-fb545fbb6bc1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2ebfe882-903f-4b90-ba28-2958d891375c",
    "vfModuleModelCustomizationUUID": "75d0b70f-0dca-4557-ae2d-884898d6f954",
    "isBase": true,
    "artifacts": [
      "d1e05e18-d6d3-4aea-bc5f-6513a5c1859b",
      "8802d4f7-b74f-4fec-a118-0e6a5ce822ce"
    ],
    "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-14T03:17:26.392Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ebfe882-903f-4b90-ba28-2958d891375c
VfModuleModelInvariantUUID:4d3495e5-e1b5-4d94-bd82-fb545fbb6bc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1e05e18-d6d3-4aea-bc5f-6513a5c1859b
,
8802d4f7-b74f-4fec-a118-0e6a5ce822ce

}
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-14T03:17:26.394Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4d3495e5-e1b5-4d94-bd82-fb545fbb6bc1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2ebfe882-903f-4b90-ba28-2958d891375c",
    "vfModuleModelCustomizationUUID": "75d0b70f-0dca-4557-ae2d-884898d6f954",
    "isBase": true,
    "artifacts": [
      "d1e05e18-d6d3-4aea-bc5f-6513a5c1859b",
      "8802d4f7-b74f-4fec-a118-0e6a5ce822ce"
    ],
    "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-14T03:17:26.394Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ebfe882-903f-4b90-ba28-2958d891375c
VfModuleModelInvariantUUID:4d3495e5-e1b5-4d94-bd82-fb545fbb6bc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1e05e18-d6d3-4aea-bc5f-6513a5c1859b
,
8802d4f7-b74f-4fec-a118-0e6a5ce822ce

}
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-14T03:17:26.394Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: d1e05e18-d6d3-4aea-bc5f-6513a5c1859b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-04-14T03:17:26.394Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:17:26.395Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:26.563Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:17:26.564Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d1e05e18-d6d3-4aea-bc5f-6513a5c1859b 5033
2021-04-14T03:17:26.564Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:26.565Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:26.565Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:17:26.565Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:26.567Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:26.567Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370246564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:17:26.667Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:17:26.668Z||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-14T03:17:26.668Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:26.678Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:26.678Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:17:27.568Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 8802d4f7-b74f-4fec-a118-0e6a5ce822ce from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-04-14T03:17:27.568Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:17:27.569Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:27.726Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:17:27.727Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8802d4f7-b74f-4fec-a118-0e6a5ce822ce 903
2021-04-14T03:17:27.727Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:27.727Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:27.727Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:17:27.728Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:27.730Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:27.730Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370247727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:17:27.830Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 9 ms
2021-04-14T03:17:27.831Z||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-14T03:17:27.831Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:27.842Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:27.843Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:17:28.821Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Preparing to deploy Service: 15197274-7caa-45c0-b4e5-c890720e5397
2021-04-14T03:17:28.822Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d40e4d61-d31a-4e7b-b208-f3b5004033d9 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-14T03:17:28.835Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:28.835Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:28.836Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Processing vnf with UUID: c7f364ac-5db2-4637-b3ea-8a452e265719 
2021-04-14T03:17:28.836Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Will get resource from SDC using resource id: c7f364ac-5db2-4637-b3ea-8a452e265719
2021-04-14T03:17:28.837Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel to get resource 
2021-04-14T03:17:28.838Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel
2021-04-14T03:17:28.839Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel|INFO|500||Invoke
2021-04-14T03:17:28.839Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-14T03:17:28.839Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel
2021-04-14T03:17:28.839Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel|DEBUG|500||Method      : GET
2021-04-14T03:17:28.839Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/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:"3bcb7799-dce5-4b1b-a33b-fef0c1b490ab", X-RequestID:"3bcb7799-dce5-4b1b-a33b-fef0c1b490ab", X-TransactionID:"3bcb7799-dce5-4b1b-a33b-fef0c1b490ab", X-ECOMP-RequestID:"3bcb7799-dce5-4b1b-a33b-fef0c1b490ab", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"ed4dc29a-5335-4203-a2c0-b9e340f7a7a9"]
2021-04-14T03:17:28.839Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel|DEBUG|500||Request body: 
2021-04-14T03:17:28.839Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel|DEBUG|500||==========================request end================================================
2021-04-14T03:17:29.581Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-14T03:17:29.582Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-14T03:17:29.582Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel|DEBUG|500||Status text  : OK
2021-04-14T03:17:29.582Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicVm-csar.csar"", Content-MD5:"YTRlYWE4NTA0OTdkMDExYTJhNTFiZDRhNTRiNmFlOWE=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"3bcb7799-dce5-4b1b-a33b-fef0c1b490ab", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-14T03:17:29.587Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel|DEBUG|500||Response body: PK��R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM��
�0Dw�@I�zK�vk
M�.R�d꿯nj��w��\�R�{�I	�������:��x!Tz�T��(1� +2��T��'p�&gO�*�+;��%�[�t�6����1��{A�R;c|f%VX�Ѹ�O��l�PK��Љ�PK��R)Definitions/resource-BasicVm-template.yml��r���=_�[έ�ȈE��UW���'�l�k�B
0�X,2�l��o��H����>�===��x*�5������k�z�c��<�Z�D�`˔���E|�ab�^c���wwqz��Bte������8e�Y���Ј�(�r>���\�.�`w��1��J^9�/����c��FV[7��U��w��|��@J�ٺ�(Q$��0�.����
XOK���w1pVGi��C�,�gȠ��6���f[����4r\�p5�z`�Y3�Ą%��7M�ʰ;nI��K����No��(�56�hK���Md��r�%&�i�@�mr8�Ve���Y_K�n�%�"�E^�MI"�{F���)�N���
7*wF�<�^OO���z�k��bc=ݯN�xx�0�����
w�����;~��7����R�׻=�����8r����[��hW��w�߽U6��r����Fr^ת/��~���7��y0�:��8��x
��/��gw���<�L��}�/$�:�'����~�8�f�?�7���,_����O�x?�߽M}�$
�����d�y�	�Kr�r���n��X�������KGz��_��}��/���L?�'g7�g���m�>���[7�������^��9guz��wd���ۓ�-��r9�J�/���*p���w߽dߍo#~m������__}�K���V�l�|�]�H���������~ޝK�/6�j6���X�y�{:�:���ų��YOt��X�>$�}TO��/O�N_G:�y������������ur�t�\�����v7$�x�}��<���{�ŷ�o=��
����>[�/������2�`��ߝ��A�	\t5k�v�*8�j{F!L�>!5Ʊ�r��D�J\zeҰ+����)�d2���:��;�� r�3x
�&�J��q�Z�{A��x���vYM��,M���*�9v ��p4j+��5
J	�q��!Ng�3&e��K��y?���(h���9,=�v��`o���1d���
���Y��iF��<+ǟ�f ��e�F����j��Ձu0;�kc�
�e�g����.۹�>��n�5�Rk8�,H�mu�yj�d��"���d�Z��Y!-�c�H�����c9<���ת��b��Ax�ΞEb��� w$��f[Fѯ�8�#��X
�X$H�D
aLt�j����GB�������	��!iĉhDƂD���-�x�c�� n?	d�]G7T_���	"���.�cLR��%��~�_ԛ�Ҹ�������j�J�0�5�ū�iD;q�9�����l�OE�+��]y���.�M�ni��?5@i�Ԇo��@�_$�q����a/��O[��~�!J�w ���J݂Q!,LJ�)]���J��(jO���"<3W3iع�,_C��1���&�T�dsm��q��>V�)��k!j�d��U��#�ǽM9��F[�z܁�ݦABe��(��M��X�&��%=��+i�`gF�F
ώ8
q�"APx4�t�TI�px!ba4� %(��1�i<���C�OXM�4�-:J^��-P�)o������,c�To)H�I��Y��������|�-�����ؤ����D���D;����b�<@M^�g�f��u����l�:�M�Ǣ��(��t�r���_���[d��x��E�-j��f(M��7�T�]��p�3'u/���{".���>��14�1в��BVc0���~zG�;밿T��շtɢ��Q��fZ__"r5f�ۛ<~C�%G�G���f�((��ܕ554�\s�GX4�2�M� $}�mf:������G����2Z%Yx��L�=���XB�TB�PթO�.U��&�d�#&�PKV@ۉr��x��w�&�Z����&N%��k�kv1f��e�B)��e�mq�WqwSw�B֓hź�$m˸D����N�uj�֛֞X������ީT
~-���5�D۟K���q�.�^s��ģ�ҬG��<�.�FnW����o+F�V��5���/��p����ng* ƳA>x�5g�-v-Qc�ZM:>M�F�~�֬l�����a�2�j�4������t6Q.!Ւ��l���h�v�j9;�w��j�%>�-O���/����a����bZ-�=��M"� ۾&��^חG��N��t�Ea�[���ܝA��PyA�k��!�/��;����<���P�u9����:Az�,�3�Ub79Y���/+`��E���?��'�?~��O�]r-�	%�g�����V���>��>��F�ht?�ܣ��gJ��kE��
�q&e7�;ܶ����^[B��)������f=��{�l�`�_ݞz��B�ޮ�$T�R��Uh;�t��jC��
U�mE.~T
e���>\�
��p��Pi&Y��_�BM@�mk?�*��-����}����)T�I֡�c9(?�5k��8((�.�ԇ���$����!�����j�z��S[ղܡd 1RէTP~�h���^P�[�
�Y)IK'l�.
jz���+&�8QԦ�uaT����PK4!�.VPK��R3Definitions/resource-BasicVm-template-interface.yml�]Ys�~�_ᷙ�K6Ru�.kw�M �ԔK�2(ؒ�e��G�
����w�'����;G�Ȓ`�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-ʫ�qI�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�72������M�Bw�U��"%����Jh�v�W���Wn*oL2|w�*3��b�g�0v�`��!fp�&�jXU7,�3!d�6aέM���2�n}�=�QH���Z3P+�j�!~�+�JU;��6�]�o9E��v23~��q�-vY�����X�u�͏�C��q+q���]�>����u��w������
*&)7O.Y�L&S��/���z�E��S�n�\T��G%
��ç҈Kz�Zgg��O���KM|v���O�j�q���
�x0~�N�=�����=U|(��7��U�}bGg%Jǰ�ؘ�?Q�k�����V��1)��ڧ�z�޿Oj�!�6��#���G��cC�f׭M��*-<=���Ī7��k����Z��i�l�Z��h�?m�����]UN`���@�z������q2{>l?�/njûÓ�GC��5�e�_��U;9��n��Wή�N�bT.����^�G���ge�ީ�r���W}r����]�\�=w��)��Uz��i��|���Bg6��|>�TJ���r����ݍ
���t��G�����׮�'��f����8�m����mἯ���$�B>�K(y��&,1�څCsX��p�����kg�V3'�l;�\I�V	Δ���V{�>_g������'���j�y9��.D�����H't[i*��/rG� +�=��#�(NN�!�Z��C["��z�ҐC�8��Vs[Ĵ�oH���4A��M>�HBJ~�`vcF�׌��&��.�,�
�n�xGo��W�xt�����ȫ��P�3w���`n�&�L�C<:~=��Q��rQ'0fd���}�x
!�9���!�y��ĭ&o\A֢8��H��s.�E�e�r$۫�x � QU�REkNʇ��Z�v�Uo�eS` M�s)%�����q�̪Kt�(�qg˃K��V�-������)K��d�z�@����3�'�4���\u^�'����1�����E�WvnB�#�]�s(�/-�����O���
��5�N��c;��ha���LU��A��~"[�V���M5^�s�W^'/F���Ry�h���e��+�pup��AR˛$Y�I&�VĹ�\���@�w+"|��ݗ�Wx�@0���p�^�lD�����h��V�����
�ݠ�~�����p!��B�.��	���t�4Ҷ]nv`/_�����������6�
�"�ʛ��	~Y�S$�Q
����c�w�W��*�fA�IK�\v����
�&\�Y�A���C�,�:U`�G@v����4��C�E�^n3;��HTԩ��<��:#�E��'�1dK��6iF�wj�BR-�4��h׀Ys� bB��,�2|�
��y���9}�r�,���jJ���0^�?�"[]�xV��Z�x�f��P�:UP��.ٱ�.�#;m}ap8�er)���;-2�����ƀ:��>�se��~������q�>\��*,��;m���f���Z��ȕ�6�O�U�M5Iʈ�B{ai�LXT\�7&MŖ��xvc<�pSe>�����ϱiL��	^��'�N],6J6$�=h�f����_KǨ�7�U�����T��s��:߮����ʷ
�a��RB�G>Ȼ�S�W��?7�T	�z�{��7^��Bin�K��!�g,��;s(['3%��� ���d��s��_�`���`�ZpZAڛ�}^Y|�f�u����l*fŪm����X]�f��\_�}=���^�V��'�&��d���~�G��Pu��+kr[R�6��Hh�h�D��i#�H�/A�
YH��7!�|S���<Ѵ9��n�M�45^a!�m�wԤ/�]����Mv~i@�~�]���4��-�n�����e��u�O�ӆ[v9-����ƚ-g��Dӷ��#N��@������S��������h�BR	��ð�>U˺H��}�<�B\��/��Glϟ�9UI>�e��r�0}��ҭBd�ryS� �{��z�tC&r�6͞�/�
6�;�j�x��D������G�9�x��vz�/%�e׬���9�������q����բ�]����8�1�<|Ř�o���2�߁y��`{�t�ɉ�H��c��}C^e����C1z���j�"��{��D��_X4>�E*1�'*0�{��=�{�M�UNٸ�ӵB,�PKO���
c�PK��R(Definitions/resource-Extcp2-template.yml�R���0��+��m ’
�M����FU���B��Uc���6_�*�7��{ct�Y�c!�0B�:=#����i�Z�����J�N��D�rfX2��H0e�����Y�<@/�ǁ=�s�a<��|>���[ՊcV,�"/��Њy䱼Xx� �f�y�V�X�	���6�s�9��4���;Xj��;�Z(�̥B`R�6G$Xnm5�3BA����X�>93x�tI�*+��O�
ޠy���KT���i����P��)����kܿ�<���Tfh���M��L�L�瓒"*��M�ݣ�h�v��&�B%�J!fi�\���r�iB�u���,.8�#/�r�T�4)��eZ��z��X�Ta�����K�����?��������<�1�q;-���x���0'5F
 (�Y�veUG�
6�9������CEa�u�C��|���s�����d,��2�����ٖ���?d���m������9��	?�!\n>����f�7��N��ԥ V��e�-�	�$a��(M/
mX����p��S{�sB�q�
m��c�9�S=l��IW#�(Гw��cV����-_����ֺ�鞳����\6?ް�i��k˴��NAq����»2q��=�s���"zwޥ*G����0D���z�[kO*�M�!=4K�����U����l�{�;�y?�k}����ܺwn5{%�-�$�wԢ�;�j�SL@h��ĩ��������V$g��n��ۛ#v\��0[�%�񊋡0tf�>C�x��Sã�]m�?��/��A�Mjc�PK��ZePK��R)Definitions/resource-Compute-template.yml�VKo�8��W̭ۃ�~����.zhR$u/��@�#�Z�r���J�"m]�������8�͋d���L`!�����yZ�j���T��V�4��4&X`�@�s���^��Ja9]-f��2��E2��2�q9Mx���r>�'�9�j��ի3,")��H�7y�X.�Z��٫��	l��.�.��z�dj��X:�h���`']�h��J�Q��QTcxg
�4�����e!Q}�-|���A*9B�	,PzD�:X
[HJ��t#wh��?�t�kB��ʕ�������LA���/�l�Ȍ9�{4R:���`�
�>Y�@z��Y�Q{"ŭ&J�	�1��Ͷ|\~XS)B�ں=Ph
�cJxؗT�Oo/i�Y�
R�
:�I��QL	v��U�(�	(KQf>X�6�,��.��ѐ�C�'���c�������5t:X��y�_��m���_PK�=��
PK��R,Definitions/resource-Novaserver-template.yml�WKs�6��W��� ժ���͕�FW��uh�����X��t�߻�e˕�fzjr�������e<�K-�4�%�?Ḟ''�RAR�B%�dpT��{>:bL���k��8���a�>�q�ao(��z��z|x"�NN�0��"��Iz�
ߝ��Y����	��=���n ����1k^��M͂߃EhH�2+K@�Ai����qf�+f,[H�+�,x6���t�Mtnl�I��2�K�9��)���F[J�X
�r��
����j�s��:�Ј��JZ( �f�T�����j%�L����_��!���A�VRZ��,� ��+,]���3���虪Tf
�$�#Qq�6x�>b��
ck��)���1�.1O����q3d�A���\���`�r��|e)��S����#v3��e�RՒ+Dl�3^�T*l�M�.�a��B��\��
�̚j�+R���(�=3�����Qo��C��l����Yߔ�$L~�oC�_�Y?Fe����ckE�X]X�"ɭ)F��4-ӈ�ߘ�ic2�[�]W,c\R'%w+J��h�Y7���&��D.�1/�ai�`�|@�����G,��Ak=���N�
����3��dX;��N�ہ@|v�Ur}rI�H���:���H=>CVQF�:���{E�����v`!�-���i
�:	�����A�-�֤�������ka]%R4�i����7Z�d&b
�鲴���FM��"1��3�
��v���QE��
�r��ɥہ�1�l��lE�4�F�V.g����y(�v�'E�gA�=f��"nu̜V����A��3X/_K/>Q��zt����A8K�3�����*�kFԙ�/�J���NЎ�-n��\_'�WwOWw����R�@Sk퉛�J	�����v��.-��]��ʆ>�{Q�Cq�'�.ȅ�������z-4��a��1�hB�O���!�aL�ۨ��i�[��x}�X�a�~�9Vخaq訌��]cKRT
��׸q��+���qo�U����\�i�� �����ʸ!�~�سq�PK�~�i�PK��R:Definitions/resource-BasicVmNodesUbuntu20cvfc-template.yml��r�8���i3{�J�޾y<�l���$>����	_K��=_?
>�S�*U)����F7 &6l⸁K�0H�3���Z�٫��#���������	�6���J����c�ǏO\k��\/w�����B���F���::���mV�[�6	:b���;�k�B�aiot��5�'ך��2�>
B�$�f�T_ޞ`���ͤ�
��/���k�=c����&��p�$��W��
���@�}ܧ����”����Z��$v�$5��7fBclQx�$Lc�<���BҳZd�[��#8VV����/ �w��&R>\��Ø&�W(O”�i���\��/ل�!�a���6]fX��1�pf�n$�
/
�S�"T��x��k5X��
!���P��J�\Q���P;�"�����ɿgx%���(��٭�Lԅ֕R��y?L+�,��m��q� �8�&������֢�,{�d����B{c)����N��\�B�IJ�0�}��{�A`EJ*t����H���,������}ha�L;<����C��
�N~���	5� ��5���
+���ٷ��4�/��x�;)3��ų��/ucb_k�����(M����H#{�4��Ll# �W�L����uN���H�g����
��"��k2�ZTniQpZ<���7I�(&�$?���*C{?џ��#�9Cˀ����U�3zƉE�\�9x{bU�gy.ց����$k(h�`W�:!��hW����!66���>���N�����ald��(���t-R�Q�5-��d���&/�{)_V��̂����J�6H�M�10M�qjɒ���E�;�ҔM����c&��0x@-�T�����D&�s�m�����OM/��$J�'ŧ
����SL�W ۄy�W*$�$��c�>��g���5��u(�&����A�q��y�}x_�)������.�Th����iy$���p۵#ʅ`��k鶖@{	_h�1e9i`�9J�1�#�}h3�Yv�W��'FDˈh�{:�����Z�ٵT�����Y!�����ǖ4�i-��%���zs����}�`���H���Tx�e���~�/���Z��|���F���3g� ����������=.������/�Z�'y};�flY�����
��<�ܷ'���jU"YO,�m��C. }_��\��d�� Z�l�9�:^���t,D6d�6�A�q�A�����ֶ�l�n����~��F}w@�ё�uln���w�:�M���ن5Ƿ6��Z�ut�&�,�a[? �<��q��NͲ�0�E�����TZ*�J�C
s�&,��@ڠ��<~&�'�2_�Q�JC�)���Z�?P����D1�N\��ا�l��DXe��?D�%/@qA�z���,����NB�Ro4D#�l�˪���ǻ�|��G�Z6?|�%n�x�С�pL����$�Q\k_?6��=>�=�﹍ xBȶ�rcY�;��i5M�;3�&��A�-?|������F�R[�o��[JЮQ���&?��O5G^�ڨ�!s��ê�@+G�	�sp��^��l�2UP95)G�+�%
�X�dD$���.o��O�HE���r�5�Hu���M��ԘHL���d�Wm[^�U{=�b��I3;m%�6�K^�y���獪&4`�/�@%����GB��!��.+�%9����lE��^��������+OV|EAEy�8���Yq��!�ζA�57&T:���"mw���T���{������s<�F���s�6g�8Q��Q���itS$��yD�����\��R�A��Z�����-A�I����c[	l����k������~Ġ�Q�Ɲ�6��y��-��v#`���(�
�}Y��/�"W�f��[�����9kk��Ut4u�V�~mm���v��ps��~���#2w��l�-2�A��nw�n�⏤����u�6���X�6:ⵍ���j�\�u��Uݒ�Q���L���������������f�H�[�X��>�X�}��=͉C��Xg�Y�u�2�;O(��k^_�o�߾���VU/P��e/�
��e/YK�}�"Ө�fmc�QեŢ���X�M:�a�-r�.�
�fH�jLL�ʦ��������V��k2v�
2�4��s�� ٫١����i�&Z�"dE@�b�>�V�j��I�"��BVGYm��?
,�
j��jZ��;J�D�fU'��o����c'�NEFh����!�2= �d�'j�*�Š/^soY�床�W
��m�0�'�N'ٮlH��>��H��4nYƻH#�TAg4}7�C�>��V��>J|�vi�MK��
&�C3Mk����?	�mz��(����C�*y�"�!
�~>�lԺ(��g�z-�]�FC"�,D�(��P~�`�Av��>LP��wх�2��莡�*Gb;��I'Amu�u�T�䭬am&MEaP��Q����6����解*٣�V5�	�_�%�L
�T��X�T�z����vbz(sS'o_H��~�\�HUwƁA��J佅Q��A�(g1��[��[w�
�;=�N�ZYpUV�%�*a�*��\u�DN��BU��H�(w�J�r�n{�a�
���iN�i�9��3�V���\@��uJ2�At����**��*Şxq�<��ɨ���&�SչAE�I?�2d�#�9��Y�c�Rl=�|O�
�Usiǝ�J��C0M�7��bE�C�Jp�c�I�F{���\�-YQ� +	e_մ�ѓج�?4�C�����Z�R5Nj�՝�����k��#!�7΀t�QM�Ċ�l�zvw�b�2Ȍ.=4j��T8�wpAY�i�T�2���N�.��:j�*��O �B�J�}�Gv7	O�t�u\vf`��CV�u|���h$>*��\���Gq��H�| ���q�}E�b$>�D�5�P�?PK���CJOPK��RDDefinitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.yml�]M��(��ර��fr�m2I�R���2�\��(��͎Z@N��~}XȒ���%�*|�%h�׏�A-l���l�7\
��Li�2C���y�%oH��k|������oo��1�/>��Yy!ڤ	܌�!f��؋�}J22�	4�.�^��*��B��Ze[7��K%�v��Ju;�	�;M�ת"DiJ�n)�rQ�vo{(�2���4��2W�E�����cJ�w2�Fj�/%f�<&{U63��,�%�ِ�	�o������A!��3�Im0�ax�L�X�e��_ua�������m�ڎ��\ʄ���ؿ9W,��It]���z�I�r�����;W���O0�S�'=�i&�����R�	�6X�KIS����l�Ũj1�Vjp_)p�5_�d�C����ҭ�8}'A�o����XPx�5��F!/A�*�QV�3��"�E�M�
:!`;��/dK�]��{� ��o��U:7�i#�La���*%���k��N�"!k�,�/����
_����SϚ�����k���ȕs�J�a�~��ݹ�>50d�t:�PJ&��(~�1���Qq�[ZDΏ�E'	�Ee��Q�yJ���0�đ���k�������
z�6d���0O�BhN4�X���V�5����bŗ+Lք'��:}����Ղ��mGQ{H���z�nv���U>YQ���������L��)��lk�WO���W��ЁȬg���Ŕ���9w�:�Cqh�vGhO�6DJ~�����Y�ߑ_<�S$�tΔ�>��������
v?e=(����
f�.O��3�v���L1l�{8�2r�Ř4rc�B�p���K!4�6�+�M���V����D��!Tn���2�1+bC��P~1tWi4�X��)�W]�6pS�9C��h�rm�$�m8ڶ,)pV��5ߠk����w_~ܿ��~{
|>�q�5P�J�������� ��6O[�)�m��5V�UT�\h�BF�XD���j���?[�{GK��S�k�
�B�a�i3����B�G��}��OX4߀	"��
���`�N.31"!,���n�ڭ�AO�ڶ����jT�����{��]��i�t�'n�5�ұ"�Y�$��僯0�G�	�=��~���,Y�Y������i<�|9���2mB�3�{`�����!�!��?k��#��c��{�27K	U�u۩g����L鷄��)\�b$+���kߩъ�E&���S%��'a�E,�w��#�٫��Nh��QF�3!L=m�l�1}�����
�U���j�5���/2��챓�=��F�N�Nʕ��Z�R_��]-��0R)@�"�(L�h����켁P��>��r3;.�i���d\T��1�P�\��mW�ڞ�oF���Y�sÓ0��Ak|=��V�`����������=&H���d��=�ۖ�:.ٛ���Z�w-
��ce_S?b�1�!\��i�/�-_���(v|��	��8y��ӿ�%2�[b��c}���5�&3D�́2m��(��쓻-x�𔥧Է���i����"&�l�R�HR�+dD�����s����u��R�W��t��Ùe��S��y��N�H�ߞ�j�|�;�A<&Rg��f\��;I��&DT��x�({Lb�+{Ëf��X�f+q�8�������L.��-1�zY���{��4���+}��8�fվ[q�\���(“Ƿ�����|�I���9��H��H���.�9�%����Ù�>;/��5��D�ÁI�����SA��F�N3�Y/3�ۧ�=�����k���[�ȩn(�(�����N^ޑZ���'h8�f������q�jη��q�UH����3���h2�D�g�q$j'���D=��D��MaN��C���@1m�E���Ʌ�^�yT�|�������	�丨T�p�������i�G1K	D�e�`�IP��}��c��K��
'���-��"슏��7ć��}��)3d�鳛��QFW���F��x`{�E�4\��YQ�L��MJ�Ϭ�?d������}���"��s�p���&\��t��5&+�2ǸfE/�Ŭ@�s,�HudF2�����.���\�E�a�ˍ�4�"�b5OV��n���r��-��a�Z�ep�]n�-^��0Y���'+V`?�WF�����*�r#K��y�U*�a�t
��%��x2e	+�\�"��8�W�����
�9sxЦ��*4�f�d�O����'TB��n���ݣ/��3���,�,�9�^�|u����U� y���Q�}��,E&���ʜ�4@X9}|�;;g%KdNM�R�xG5�7���,'܉�#������M�_I���”Ү�;f���蓍��9����p]�ᩄ�1�a�簭M�̅
݋6?�rF�p2=���Qĩ�E7靇�]G�3P
�]�F�;���:#ա'��`�"�z�UH��I�˫��x�$πTH��s%
��W)�\a�+���,�8;���wË����UloȚ�1�`.����7�x��F��
%T�Ա�l�<�NǬ߱����?g#傔���f 5��A��Y0�������O���>
�d���c<��
?ЯS�7��Z�{�wT��3p�o��h�@��g�PK��!ۄYPK��R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{�5v�$�77n��I^���ѶP�t�tN�b��(������~����O�GRN[ΒB	'������\PY��
�e�O�g9:�1��3�������tKG)�^���w����(�^p}�����E�*������z4�W�~����F7��^�n,���9+�c��fX:��휄ZnD�������{��J!�B�k���"�M����Vh�vN��X#,��ɗ���r�p��&��Q���o�t+��{������r���.
�GT�61���s��ާ��?Q"a�����);�xa�Ig(ge�"y{��ү���Y���;�BHr�&���5�w�1��Z�Y�R!�Ȼ&]ymjP����(vlw����rת���BK��B6�ڄ)�]�k�C٤��6�HT&��"jR�"Z�.]*�Uͳ�=>x8�����0�l�O*lb��F�M����F�03՚H�Z���-�O�:�6����8J�@U�m�Z
Ca��ų��ZpL�����Ø�C0��^P,a���j�&lN	���gհ����\1j�3��c|���.Mu�O��eD�ń������uL�,��I�4�};�C���ƽU0��u�r�rD�����&�|�9��j����
���D�
ќ�R�2Js�V���:��`�{�X���Re[���;�~k&KLl���s�H��.�o�����0g����?;�(ن��h�y�BqYfH��ǂ���~'Gu��'Z�$s���v)��?�"����ց�v�J��>W�,$�a���n����̫&Ƭ��/���*4
������&*�~@��p�	�]U[T��돤�ui'ipƏ�����Y�g�A���>(L�v�����֎|��=-�D�7S�2��lg&|�g3��r�"�ä,^!�3%����^7�j8�Nb�i:2ģ�z�R��{|�c������n��7I�����ˇ�[�7�>���v��ָ�՜: ��)s���ٻ�������Q*E�T-[?�����[L��5�����C��O�ױ����z��l[����������x��L���Ђu�Չ.�e�#��PK�#GQ�
PK��R,Definitions/resource-Globalport-template.yml�W�S�8��[˃=�H��3%�p��͍G�׎����p�ﻒ��I�e�L��j?��j1R3Fs�
�B�kP?�ĸ#ͳ<�pC�4��(C#j��.�Tq*����Ք\|���&ѩw0��&'�GG�]�F'�9;��sʾ�Ѿ�{O3�7��.�����	<���\Y3��8wX�Q"XZ�����9i�ܐj��s��m�분�}�6�=�M��X�=G�:��H�������~~�����)>@a�~T�	��C����-�j��[ҌޝX�L)�f6)�/q�X�W����*i�������A��y��$����(r�
9� �'V&�ۑ�L�X�G:������;n��J7:��]h�Y����w�v�0��`1j�~w�8P�
��X���S�6�w75��[���K2�;PK��/Hk�PK��RADefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.yml��K��0����e�$�]j�E�U�Ec3�
R�}�G��[�;8���� �(��Pi���.�#�H
K���
�w����|g1A	�cڍ4�t�|��0��pJfXb��X��xW�Y]�Uu:vJUG�j��P��t .��,NuVKUd
�dq�	v`�a jy�\z�	��F����E.
ŁX�d�}�o��8D��~�HT������|Zr��'y�b�_�p㾧�L���QI��	XG�����X�h�#v�
�6��~Jp~��k��w�'PK�W��TPK��R/Definitions/resource-Globalcompute-template.yml�Mo�6������ABl���[6i�6[,6{)
��F6QJTIʁ��;�$[J�7ѠƇ���<~�2R3�d��.K�@i��c�4/*ɑ"Y$��ͨ��+Bxy����|�B��2z{��t#;!9X�M������%M'FMb�?���d$Dk�@P�žW#�QFg�S�[�)]v%g����:Z�Ҵ���ְ�lr�T�XV��LĽ��!gq�J�J[b�^<@��J�c��jb��;�c5\�C�����A��s8�ݨX�������x
���Q��-�8b����D�&�
�[ȹuG��x��
f�$��{��Z�>�*�O5K�j��d�N����������_Oi*x��~��J�:����R��J����0����Z��{
�[����*a �YbҊު�ԋ���x��Գ6��V�O���[s�Tu�&^jCQ�����z���f<	~��ﭨ{�F'.+?}�ot���8�U�,n�@������c6XUc�E��
,L��IW�}oym�P����cA���cVz4���w*^7xp��@^�I(|��ဂNZ�	x�bEM�<��0a����Z�]��VX���뜤6\�O�|��z��a��BHf��
	g�}������_a��t1�yd����`�oa��z���Ӟ���'��{H�x48c�gEG،��ؓ#1�mc�4�P�+zq}��m�̋
��58Ŵ(XM=���p��i$�����-
�?���9�0[��h��?�2	�\r�j���.��ϓ�p@�2�R�Xq�jn��%sо��޻�Պ#�p�|9���:ph�Ai.�B����s�/������<�PK��K>KPK��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��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�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���Ilcж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��}3aL���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���iG��^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\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����g�-�}c��]�d���g���_��4�}R���qN�$i��)���8N�a��C���������)���ϑ�I}+q����Y���ѹ������n�j̒�A�)?��5H��'gM�L̙E$ɶq>���sѝ�9�;?��2�)�tR6�a1*��yi��@ss7?q���s�:$�8��)�˒d~��o����0
�E^��Ȯ�QDv�픛e9lUG�ְ�E���.�'i7s|8~�G+?��He�C�x�1�B�l����f�:�d7Q�'��"M$_!���_�?�|�>=;�ߪ#+���$Z���9�#ȳ0X������W#�S� H!#�t/
Ԉh�	�M���u�5����^������6~�>.v�?��ix �q��O���;��0�r?�5:�8�m��4�]NL��`g�x^\D9[�~��!��w�fز�%$����!���_���ugig��)��QL[ڧ�Q:�|ugq�~���?I:�!6م�ā�=�M�CP;7��^>^��3�g��_�Pܑ�g�C�'�ܐ-�s)���
����#I�y�Q�Gm���F��'L<�N��;~Ww��X�7��K�'O���th?˳��SO|�5��������"�$UR��N��6�rv�*��=��O�(zN���FrǛ���9���5��f$��`0��I柜���w����B�D��ߔ������>�٢v�p}q����eh�
��Grڝ�j��7��ۊ�A)M���1�ː��!C]΍dڶd���xr�X�q�>�I��<-��ca5@Ԝcq`/���<��/��
Mq
ބ���=��Q�Ҭ��۾g��$Id���N�������)��=��P��w*�F��!��ټl��5iD#�އ)��@�1Y}���^���n�4ȷ���Z���?���oa����̲R��E��,;X��^j��y~������ϙGL;�S
N�P�Fp�H[	�TȘ^j„nc4���C1���N������z���Eer��hnO���F>��Z�d����]
�a�����g�4c�g�_{||f��C�l�n�,Q	�r�iq}>�ҿv�E����0Bh��ͫE�M�z�q�*aVo����yzp3o���^E�����ުm�\���`�!w���i%5���"�N-\��X�����mYRщ�v˘�}E=�4g\Z�q�Ϻp�%8��E�4u�Nf+�K`A�!�.ە�Z⋝j������XE�N�E
���	0d�h��e#)�f����F��IƘ�W��u�jjt}�^@�
�m�5�CV�����ڿ�M����Q.�m\iJm�����aAy�(�P����4!�rT�\��,���Э�qb�\�s�a�@�|�Z���+�b����o	cc��� [�}�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�V8bQ��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�'�#DoYim�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�41K�z+��b=PyH����4���
�ZU.w�ِ���w�%������i�`�E�	�ͮ@Y�/�Q����� .x��g�r�ルi�A�����q[�� ��%�R�m���T������d�	xg�j���I���|}�p!�M�e#j�g�������ebD^ ��O�����n�ś��DY�"Ey��&`N�VG��� e���l�X��GZ����Ϡ�u)��8|�@Y��Ȥw9$N�~#�H{�6�o���8��K!n�rGm#�K�>P���t�����%�
A&��!O�3��g����X�/@�ɀ��넾T>`��d C�$%�h�>��_c����5e<'��~q��F�W|\{����?z
,S��"�GW
(]�ݕ�k�Z�)Ú��c/k��w�.��CEK����v|~]��'�T��r�r�
=Vs��Q�F�A�f�
��O]q��qgW�v�w��R���t�/T�'�u�P���0c$��a�A��j��Uq\�$��5?�[�����*>zJ�H7ŬE�v��o�E����?.��ie�@&��V2ѹ���8�Cf�8�˒��26h�E�rU��Q尔�E"D퍫:p����邞0��fP��^g�'�Iy�#}���l�"�Y�����u�	�0q�������p<��w�d!��=f,F���B����'7Ȇ�R��$��遲Tqf`����(!}H!�9'�@Y0�|s-f����\W������7�~:����݂��U�C������O��\�j���奇8�$7dX��F��x>v�Kz+�ܪ�	\��GM;*c^
PW�h��B�T��4�o�q��/����J�C~9B���9V�2�W����\M��=���<ۢU/����DیgM&�Rg�V�����c�m����h6�]���vD�R�hK�����6�cw{\���U�^�~��k�5o"QX
���zQ�\q�,�#՜�pgIPG�w.-@Co��ŶpEZ0Wt��v�KV�ŘXy���
�:	��U�Y�tƥ$��mj��2�(�,Z���J�x0�Pd独Մ��%���Z�8���
G5���zT�c�nb%a�;��o��=�NG�g].F
���u�D�f�>�fZ;�V0����"���o�)U�G����-S��@���֘_��ǩ��`��n���
���ܚ6ke�O��JQ>5ܾKPd�j(M�����x[�V�`�&�������<�u�#���Fr�IF�3V�ix6�F��j)��m`�ԧ��V�]h>��TR�C�����1yE��)m��K�:�m���9�h(��C6Ҋar�5BR��J�L��K1W���*ˡ1�>��!^g��N�b��ݠOUO豻�@/$Qf�3t�����r�w�E�hv��4���U����n��I�w�a�[�S�j��-ێ�\p��.�-�,3�w|6��Z��K1�W�܊�\��1U+g�eunڪ��&��b3W�9h20�����#u*�ipC�m2�i��K�����yhpni���*5��	XQ.�DU�b�ݹg	;>՗˲i88�lv��cT�X�Z��D�Z�-��Xo��-Ϻ�J����&"�J����~i��y��!l]�*x�T&�&T�����^�'$�}�R���ʹqM�E>�Çu���ڟU�
�o�f�����u%���,Qz�mt���f��Dv	���1���D���>�^Yz����GQ�̕��T�x���wR�P����z�}k�e^�c3-��x�56�6���kڥ6������*k[l�G�ë=_�}����Vؓ���)�C���x������Qƛ�2!f+*G�[��[�ɯq�'��e�?�d�ֲ=�c�V�/�b.a�"����D�}|Ɔ�@g�7�����-η�=����O�'̬�������1#��a;��5�������4�‚T�'H�4w��߃���.&	��r������y�yJ��e��/X
[���#9��B����:��֍z�d����/b&���sI��c�ʷúW>��G��ɐiY��zGIj�NF[�w4�'�?�����مX��@��fE�-�k0(�4��m�X��y׋E�v�m��,aG�Q�Z��`� &
Sx[xR�b1�6�0�*�������E�>ͻ��\K����p(�l/V�Ij�iv�S�����i,��{)���^K��۷Rh���R$���Ba�㽒�=a����
�a�D�H�� �Xd.�Q���g�J�`�qx�Ѩ�b	8)��K_8dž�s-���2)���b�^�4�jr�$W�>����=E#�9�$�� �?Z?�#�m�p���}���[������K�=K\���S���2b�V��������+�kq������	r�1�3��;����x<ǣ@ �0,Ty)��^�
*hY"�!�Z���ЋU�0Yd��Q]dB����(<ЬuZ4믨ѕf۸We��tQ�u0�O���`gg~����`i���=!\��–	VZ�-�A@�l�ȸ���ZZ�ݟ�_̕O7w�s����ŝ���/���!X3\��M��gzA+��x�Qv�@Yu�b�d�R+/br� �)���0������� nql�-����i���nq�l��x"n�ǖ	V��=p�nQ*����q499������c�+�k�`j��D�R��2��G���ש��"?a���i����U����}��͌l�I=���l��hŊ�"�}��%��"t�b�JLQ�a*�ŋ
2d���#��ź�ٗ�N��@e�l��Y�Q%��m��,U����G���ӱ�i�����]�!`���lȎ�*�o��MT%~fp�	�G��8vV=*�AߺX�����~^�+����1�_�Z�*��uF ZIU5�/o��R��|a\ז�Q��/�ˢG�nԍ�Ǡ�h�;�#胍 ���.���˘S���S5
�W(��������6_�BPi`���t�(aCU�hI�3`���D������*0:/,����ڹ�K3g��#ax���x��̾`MH�G�:�Ce)� a�[i�2E�=���T�#�u>�!�Q���Jit_�eI��9�d�����⼏�:Pj{=WQ�M�/*I��H���K���L��&Ir��$��sJ���Q��2Ir�=K��J�������0ZM�:2��&��46L�&6�;x��T��ඎ@MQj@TF�/Y��-Q�-Q~�Dy��i&h�ҳ���Dm>�.�t'Ve���i*~\��X�yћ)�e�ʼn�sOG-�:8j��!���v���O��x��*rJg�n���PK5n���/�tPK��R>Artifacts/Informational/OTHER/VSP_basic_vm_VSP_Information.txt�T]o�@|n�>�RC��R�RT#j�(N�CUEDZ6��>�>��_����R��������q5{��
&��*��U����e��)�e�hi�8p��K*4�J̷B��~f��bk�vl�K�T����҅�u�J�k��"G@G��D�}�0����A�9J�;�7�+�S:�b�i��a��n��a�k/r��-.y�� b�"��6?���ʉ�ܔV�PJz���#-$K�d���0�Y��t�EJ�9���!��/�,U���ˈ�/��D��@9�����"�U$��
�|�M(��'rC���4�=�r���~�
]OC���Wrj��U`˜� �gu
Rwi{Ϙgv��B�F������k�}��N�չre�z����D��B��9Y�+��;��C����E���%)k\�T��z۾�g�N$Y��3[W�{73v��=��B�[�Jc�ne
��q/D���ei�
�z�`�+�r�I�a��r� ��WRh�]�����u���;8��AzW=v�ýdqL�fĔ�����#�o+(��W��{��G�E=}�ա?�C��^�[�"�PK}�;.@�PK��R,Artifacts/Deployment/HEAT/base_ubuntu20.yaml�Wmo�6��_qk�`/��]1�C�"m�bK�]�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B��O?	&?�OF�M���^�������J�
�Y��>\�E*
&�
�R���7���gh�~48�+�<ᖃƿ�Ia���e>g9���F`����|�i���\|�Ć��Sח���%/a@iY����e2)R%�&2��#"���|܀���g����
�e��Xf��b��<��I=Oy)�ܗ�ƒ�������w
/�����[\�'�)f���p]­l���Ӕ.+s���}�ue���p)��h菉=2�/e,�yS)� ���a�
�~c�1'^������)�"���T��+^V��",��J��i�����<9Ƈ�bFC5}��ɍI�ˮ�BX�S�#,��Q�t�,fc��ʜ����$�A�&�є�1�vb��]lH�����ś��Zgde^��c��tIc~�_+4	����6'�L0��jJ�J�DŽ��ÅH�]k�X��!��4�K�L�sY	�q?k�`�娸�Ax���ʹ'P*xD{̞O�}���#x��Xd�ka�ː�B�ou����]ת"�S�yOP��
�+1)���_��m�����gO{��?6��h���ҤgZ���r����K��Ƴee�*B8}R��yAm|�#�q<x���_PK�ظW�PK��R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+���fwC6�������0�a܌����#��!IX��p~��JE�(T����%8����w����q��'s��rϽ �j�HY/h��	�fl�����PKwHy�PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU�K�0C�R�%B�
�J���|����MY�ϖ��I���,\ ^o��K/,ODefinitions/resource-Globalcompute-template.ymlPK��R+�@j5���SDefinitions/data.ymlPK��R�'}8s�Definitions/groups.ymlPK��R0?��@@4�Definitions/policies.ymlPK��R���C&��Definitions/annotations.ymlPK��R�����)�Definitions/relationships.ymlPK��R2ea�
4�Definitions/artifacts.ymlPK��R�H�v~(�Definitions/capabilities.ymlPK��R8��?�Definitions/interfaces.ymlPK��R5n���/�t8�Definitions/nodes.ymlPK��R}�;.@�>q�Artifacts/Informational/OTHER/VSP_basic_vm_VSP_Information.txtPK��R�ظW�,�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPK��RwHy�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��Rq!:h��4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKX	��
2021-04-14T03:17:29.589Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-14T03:17:29.621Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/c7f364ac-5db2-4637-b3ea-8a452e265719/toscaModel|INFO|500||InvokeReturn
2021-04-14T03:17:29.624Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-14T03:17:29.624Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-04-14T03:17:29.624Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||VFCustomizationUUID= 784da28d-4f37-411e-90b5-a908bf31868e
2021-04-14T03:17:29.624Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 784da28d-4f37-411e-90b5-a908bf31868e matches Tosca VF Customization UUID: 784da28d-4f37-411e-90b5-a908bf31868e
2021-04-14T03:17:29.624Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||vfCustomizationUUID: 784da28d-4f37-411e-90b5-a908bf31868e  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-14T03:17:29.627Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:29.627Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:29.628Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||resource request for resource customization id 784da28d-4f37-411e-90b5-a908bf31868e: {\"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-14T03:17:29.628Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50ea2255
2021-04-14T03:17:29.628Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:29.628Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T03:17:29.629Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 75d0b70f-0dca-4557-ae2d-884898d6f954
2021-04-14T03:17:29.629Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 75d0b70f-0dca-4557-ae2d-884898d6f954
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-14T03:17:29.631Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:29.631Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-14T03:17:29.631Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:17:29.631Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:29.631Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-14T03:17:29.631Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:17:29.632Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:29.632Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-04-14T03:17:29.632Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-14T03:17:29.632Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-14T03:17:29.632Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0e36dfae-316a-4097-988e-0ae4064abe03
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-14T03:17:29.634Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:29.634Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-14T03:17:29.634Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:17:29.635Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:29.635Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-04-14T03:17:29.635Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=784da28d-4f37-411e-90b5-a908bf31868e
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-14T03:17:29.636Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:29.637Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:29.637Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500|| resourceSeq for service uuid 15197274-7caa-45c0-b4e5-c890720e5397: basic_vm
2021-04-14T03:17:29.637Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:29.637Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:29.637Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:29.637Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:29.638Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:29.638Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:29.638Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:29.638Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:29.638Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:17:29.638Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:17:29.638Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:29.741Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d40e4d61-d31a-4e7b-b208-f3b5004033d9 1 ASDC deployResourceStructure
2021-04-14T03:17:29.741Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:29.741Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:29.742Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:17:29.742Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:29.743Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:29.743Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370249741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:17:29.844Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T03:17:29.844Z||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-14T03:17:29.845Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:29.856Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:29.856Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:17:30.744Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:30.744Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:30.744Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:17:30.744Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:30.746Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:30.747Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370250744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-14T03:17:30.847Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:17:30.848Z||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-14T03:17:30.848Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:30.858Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:30.859Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:17:31.748Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:31.748Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:31.748Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:17:31.748Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:31.750Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:31.750Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370251748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-14T03:17:31.850Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:17:31.851Z||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-14T03:17:31.851Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:31.862Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:31.864Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:17:32.751Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:32.751Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:17:32.751Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:17:32.752Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:17:32.753Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:17:32.754Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370252751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:17:32.854Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:17:32.854Z||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-14T03:17:32.855Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:17:32.866Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:17:32.866Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:17:33.755Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:17:33.762Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
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-14T03:17:33.764Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:17:33.764Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T03:17:33.765Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T03:17:57.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T03:18:03.821Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:18:03.829Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
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-14T03:18:03.832Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:18:03.832Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-14T03:18:03.832Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-14T03:18:18.645Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:18:18.647Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:18:18.647Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:18:18.667Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:18:18.690Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.690Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "cds",
  "timestamp": 1618370114109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.691Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.691Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.692Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.692Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.692Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.692Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370115203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.692Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.692Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.693Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "clamp",
  "timestamp": 1618370111404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.693Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.693Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.693Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370113599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.693Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.693Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.693Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "policy-id",
  "timestamp": 1618370114002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.694Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.694Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.694Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "cds",
  "timestamp": 1618370114109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.694Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.694Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.694Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.695Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.695Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.695Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370115203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.695Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.695Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.695Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "clamp",
  "timestamp": 1618370111404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.695Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.695Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.695Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370113599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.695Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.696Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.696Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "policy-id",
  "timestamp": 1618370114002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.696Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.696Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.696Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "cds",
  "timestamp": 1618370114109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.696Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.696Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.696Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.696Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.696Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.696Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370115203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.697Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.697Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.697Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.697Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.697Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.697Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370115203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.697Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.697Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.697Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.697Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.697Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.697Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.697Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370123225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "policy-id",
  "timestamp": 1618370123333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "cds",
  "timestamp": 1618370123511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.698Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370123923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "policy-id",
  "timestamp": 1618370124337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.700Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.700Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "cds",
  "timestamp": 1618370124516,
  "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=?
2021-04-14T03:18:18.705Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
2021-04-14T03:18:18.706Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab 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-14T03:18:18.714Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.714Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370124744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.714Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.715Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.715Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.715Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.715Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.715Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370125246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.715Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.716Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.716Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370125252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.716Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.716Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.716Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "policy-id",
  "timestamp": 1618370125395,
  "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-14T03:18:18.797Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
2021-04-14T03:18:18.797Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab 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-14T03:18:18.804Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.805Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.805Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.805Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.805Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370125893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.805Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.805Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.805Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.805Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.806Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.806Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.806Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.806Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.806Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370126651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.806Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.806Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.806Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370126645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.806Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.806Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.807Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370126930,
  "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-14T03:18:18.811Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
2021-04-14T03:18:18.811Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab 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-14T03:18:18.817Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.817Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.818Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.818Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.818Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.818Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.818Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.818Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370127650,
  "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-14T03:18:18.822Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
2021-04-14T03:18:18.822Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab 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-14T03:18:18.828Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.828Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370127811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.828Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.829Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.829Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370127933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.829Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.829Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.829Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.829Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.829Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.829Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.829Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.829Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.829Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370128653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.829Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.830Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.830Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370128818,
  "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-14T03:18:18.833Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
2021-04-14T03:18:18.833Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab 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-14T03:18:18.837Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.837Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.837Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.838Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.838Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.838Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.838Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.838Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "cds",
  "timestamp": 1618370129109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.838Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.838Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.838Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370129821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.838Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.838Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "cds",
  "timestamp": 1618370129109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.839Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.840Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.840Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.840Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.840Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.840Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.840Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "clamp",
  "timestamp": 1618370131317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.840Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.840Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.840Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.840Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.840Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.840Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "cds",
  "timestamp": 1618370129109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.841Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.841Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.841Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.841Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.841Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.841Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.841Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.841Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.841Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.841Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.841Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.841Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "clamp",
  "timestamp": 1618370132332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.841Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.841Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.842Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "cds",
  "timestamp": 1618370129109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.842Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.842Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.842Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.842Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.842Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.842Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.842Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.842Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.842Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.842Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.843Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.843Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "clamp",
  "timestamp": 1618370133336,
  "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-14T03:18:18.846Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
2021-04-14T03:18:18.846Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab 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-14T03:18:18.852Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.853Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370133389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.853Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.853Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.853Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "cds",
  "timestamp": 1618370129109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.853Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.853Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.853Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370133599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "policy-id",
  "timestamp": 1618370134002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.854Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "cds",
  "timestamp": 1618370129109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.855Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.855Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.855Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.855Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.855Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.855Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.855Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.855Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.855Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370133599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.855Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.855Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.855Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.856Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.856Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.856Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "policy-id",
  "timestamp": 1618370134002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.856Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.856Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.856Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370135319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.856Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.856Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.856Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "cds",
  "timestamp": 1618370129109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.856Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.856Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.856Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.856Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.856Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370133599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "policy-id",
  "timestamp": 1618370134002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.857Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.858Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370136321,
  "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-14T03:18:18.861Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
2021-04-14T03:18:18.861Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab 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-14T03:18:18.867Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.867Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "cds",
  "timestamp": 1618370129109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.867Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.867Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.867Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.867Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.867Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.868Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.868Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.868Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.868Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.868Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.868Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.868Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370133599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.868Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.868Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.868Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "dcae-sch",
  "timestamp": 1618370122526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.868Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "policy-id",
  "timestamp": 1618370134002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370117187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370133599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.869Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.870Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.870Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.870Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.870Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.870Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "policy-id",
  "timestamp": 1618370134002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.870Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.870Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.870Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.870Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.870Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.870Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370133599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.870Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.870Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.871Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "policy-id",
  "timestamp": 1618370134002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.871Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.871Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.871Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.871Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.871Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.871Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.871Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.871Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.871Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370133599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.871Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.871Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.871Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "policy-id",
  "timestamp": 1618370134002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.872Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.872Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.872Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.872Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.872Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.872Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.872Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.872Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.872Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370133599,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.872Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.872Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.872Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "cds",
  "timestamp": 1618370141293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.873Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.873Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.873Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "policy-id",
  "timestamp": 1618370134002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.873Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.873Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.873Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.873Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.873Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.873Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370141697,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.873Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.873Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.873Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "aai-ml",
  "timestamp": 1618370141808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.873Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.873Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.874Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.874Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.874Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.874Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.874Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.874Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.874Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "cds",
  "timestamp": 1618370142300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:18:18.884Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b989ea3-f775-4255-82ff-a04990dee843
2021-04-14T03:18:18.884Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b989ea3-f775-4255-82ff-a04990dee843 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-14T03:18:18.891Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.891Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.891Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.891Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.891Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.891Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.891Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.892Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.892Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.892Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.892Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370143335,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.892Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.892Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.892Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.892Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.892Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.892Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "policy-id",
  "timestamp": 1618370143340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.892Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.892Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370143444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "dcae-sch",
  "timestamp": 1618370143650,
  "artifactURL": "/sdc/v1/catalog/services/1724c913-2cac-4865-961f-9315b9c050b8/resourceInstances/basicclamp0/artifacts/7a18e592-34b7-456f-b5b6-815b03c8cd39",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370124940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "policy-id",
  "timestamp": 1618370144344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.893Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370144436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "cds",
  "timestamp": 1618370144109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "dcae-sch",
  "timestamp": 1618370144962,
  "artifactURL": "/sdc/v1/catalog/services/1724c913-2cac-4865-961f-9315b9c050b8/resourceInstances/basicclamp0/artifacts/7a18e592-34b7-456f-b5b6-815b03c8cd39",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370145200,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.894Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.895Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370145253,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.895Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.895Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.895Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "policy-id",
  "timestamp": 1618370145346,
  "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-14T03:18:18.898Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b989ea3-f775-4255-82ff-a04990dee843
2021-04-14T03:18:18.898Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b989ea3-f775-4255-82ff-a04990dee843 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-14T03:18:18.904Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.904Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370145622,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.905Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.905Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.905Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370145645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.905Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.905Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.905Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "cds",
  "timestamp": 1618370144109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.905Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.905Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.905Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "dcae-sch",
  "timestamp": 1618370146003,
  "artifactURL": "/sdc/v1/catalog/services/1724c913-2cac-4865-961f-9315b9c050b8/resourceInstances/basicclamp0/artifacts/7a18e592-34b7-456f-b5b6-815b03c8cd39",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-14T03:18:18.908Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 5b989ea3-f775-4255-82ff-a04990dee843
2021-04-14T03:18:18.909Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b989ea3-f775-4255-82ff-a04990dee843 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-14T03:18:18.915Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.915Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.915Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.915Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.915Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370146277,
  "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-14T03:18:18.918Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b989ea3-f775-4255-82ff-a04990dee843
2021-04-14T03:18:18.918Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b989ea3-f775-4255-82ff-a04990dee843 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-14T03:18:18.923Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.923Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370146423,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.924Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.924Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.924Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "cds",
  "timestamp": 1618370144109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.924Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.924Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.924Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370146954,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.924Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.925Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.925Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.925Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.925Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.925Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370147281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.925Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.925Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.925Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "aai-ml",
  "timestamp": 1618370147378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.926Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.926Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.926Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370147536,
  "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-14T03:18:18.929Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b989ea3-f775-4255-82ff-a04990dee843
2021-04-14T03:18:18.930Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b989ea3-f775-4255-82ff-a04990dee843 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-14T03:18:18.934Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.934Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "dcae-sch",
  "timestamp": 1618370147007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.934Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.934Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.934Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "cds",
  "timestamp": 1618370144109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.934Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.934Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.934Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370147810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.935Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.935Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.935Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370147957,
  "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-14T03:18:18.938Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b989ea3-f775-4255-82ff-a04990dee843
2021-04-14T03:18:18.938Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b989ea3-f775-4255-82ff-a04990dee843 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-14T03:18:18.942Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.942Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.943Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.943Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.943Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "aai-ml",
  "timestamp": 1618370148387,
  "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-14T03:18:18.946Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
2021-04-14T03:18:18.946Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab 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-14T03:18:18.952Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.953Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370148540,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.953Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.953Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.953Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "dcae-sch",
  "timestamp": 1618370147007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.953Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.953Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.953Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "cds",
  "timestamp": 1618370144109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.953Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.953Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.953Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370148872,
  "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-14T03:18:18.957Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b989ea3-f775-4255-82ff-a04990dee843
2021-04-14T03:18:18.957Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b989ea3-f775-4255-82ff-a04990dee843 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-14T03:18:18.964Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.964Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370148284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.964Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.964Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.964Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370148961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.964Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.964Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.964Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.964Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.964Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.964Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.965Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.965Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.965Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "dcae-sch",
  "timestamp": 1618370147007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.965Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.965Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.965Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "cds",
  "timestamp": 1618370144109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.965Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.965Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.965Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370148284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.965Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.965Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.966Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.966Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.966Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.966Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.966Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.966Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.966Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "dcae-sch",
  "timestamp": 1618370147007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.966Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.966Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.966Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "cds",
  "timestamp": 1618370144109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.966Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.967Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.967Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370148284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.967Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.967Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.967Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.967Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.967Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.967Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.967Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.967Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.967Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "dcae-sch",
  "timestamp": 1618370147007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.967Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.968Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.968Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "cds",
  "timestamp": 1618370144109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.968Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.968Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.968Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370148284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.968Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.968Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.968Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.968Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.968Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.968Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.968Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.968Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.969Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "dcae-sch",
  "timestamp": 1618370147007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.969Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.969Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.969Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "cds",
  "timestamp": 1618370144109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.969Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.969Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.969Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370148284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.969Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.969Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.969Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.969Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.970Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.970Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.970Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.970Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.970Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "dcae-sch",
  "timestamp": 1618370147007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.970Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.970Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.970Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "clamp",
  "timestamp": 1618370153843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.970Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.970Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.970Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370148284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.970Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.970Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.970Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.971Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.971Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.971Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370153599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.971Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.971Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.971Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "cds",
  "timestamp": 1618370154312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.971Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.971Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.971Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.971Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.972Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.972Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "policy-id",
  "timestamp": 1618370154002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.972Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.972Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.972Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "dcae-sch",
  "timestamp": 1618370147007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.972Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.972Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.972Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "clamp",
  "timestamp": 1618370154847,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:18.972Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.972Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.972Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370148284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.972Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.972Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.973Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.973Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.973Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.973Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370153599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.973Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.973Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.973Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "cds",
  "timestamp": 1618370155318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-14T03:18:18.983Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7c6b0ec-5575-477e-bc30-83aae1b4a913
2021-04-14T03:18:18.984Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7c6b0ec-5575-477e-bc30-83aae1b4a913 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-14T03:18:18.990Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.990Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.990Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.991Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.991Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "policy-id",
  "timestamp": 1618370154002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.991Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.991Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.991Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.991Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.991Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.992Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "dcae-sch",
  "timestamp": 1618370147007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.992Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.992Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.992Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370148284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.992Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.992Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.992Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.992Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.992Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.992Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370153599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.992Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.992Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "clamp",
  "timestamp": 1618370156438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "aai-ml",
  "timestamp": 1618370130307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "policy-id",
  "timestamp": 1618370154002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370148284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.993Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.994Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.994Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.994Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.994Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.994Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370153599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.994Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.994Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.994Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "clamp",
  "timestamp": 1618370157442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:18.994Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:18.994Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.994Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "policy-id",
  "timestamp": 1618370154002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.994Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.994Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.995Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:18.995Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.995Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.995Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370135203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.995Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.995Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.995Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370153599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:18:18.995Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:18.995Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:18.995Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "clamp",
  "timestamp": 1618370158445,
  "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-14T03:18:18.999Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b989ea3-f775-4255-82ff-a04990dee843
2021-04-14T03:18:18.999Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b989ea3-f775-4255-82ff-a04990dee843 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-14T03:18:19.007Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.007Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "policy-id",
  "timestamp": 1618370154002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.008Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.008Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.008Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.008Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.008Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.008Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370153599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.008Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.009Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.009Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.009Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.009Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.009Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "policy-id",
  "timestamp": 1618370154002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.009Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.009Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.009Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.010Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.010Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.010Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "cds",
  "timestamp": 1618370159109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.010Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.010Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.010Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370153599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.010Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.011Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.011Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "aai-ml",
  "timestamp": 1618370160329,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.011Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.011Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.011Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.011Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.012Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.012Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "policy-id",
  "timestamp": 1618370154002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.012Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.012Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.012Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.012Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.012Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.012Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "cds",
  "timestamp": 1618370159109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.013Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.013Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.013Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370160828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.013Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.013Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.013Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370153599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.013Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.014Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.014Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.014Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.014Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.014Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370161530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.014Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.014Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.014Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "policy-id",
  "timestamp": 1618370154002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.015Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.015Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.015Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.015Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.015Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.015Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "cds",
  "timestamp": 1618370159109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.015Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.016Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.016Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370153599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.016Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.016Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.016Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.016Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.016Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.016Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370162550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.017Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.017Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.017Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "policy-id",
  "timestamp": 1618370154002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.017Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.017Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.017Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.017Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "cds",
  "timestamp": 1618370159109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370163140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.018Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370162526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.019Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.019Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.019Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.019Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.019Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.019Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.019Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.020Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.020Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "cds",
  "timestamp": 1618370159109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.020Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.020Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.020Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370163748,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.020Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.020Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.020Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "policy-id",
  "timestamp": 1618370163968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.021Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.021Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.021Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370164029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.021Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.021Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.021Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370162526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.022Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.022Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.022Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370164276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.022Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.022Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.022Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.022Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.023Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.023Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "cds",
  "timestamp": 1618370159109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.023Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.023Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.023Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370164832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.023Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.023Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.024Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370164927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.024Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.024Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.024Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "policy-id",
  "timestamp": 1618370164971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:19.024Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.024Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.024Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370162526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.025Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.025Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.025Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.025Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.025Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.025Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370165716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.025Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.026Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.026Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "cds",
  "timestamp": 1618370159109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.026Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.026Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.026Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370165766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.026Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.026Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.026Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "policy-id",
  "timestamp": 1618370165991,
  "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-14T03:18:19.032Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7c6b0ec-5575-477e-bc30-83aae1b4a913
2021-04-14T03:18:19.032Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7c6b0ec-5575-477e-bc30-83aae1b4a913 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-14T03:18:19.040Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.040Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "aai-ml",
  "timestamp": 1618370166040,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:19.040Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.040Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.040Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370166065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.041Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.041Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.041Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370162526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.041Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.041Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.041Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.041Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.042Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.042Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370166721,
  "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-14T03:18:19.046Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7c6b0ec-5575-477e-bc30-83aae1b4a913
2021-04-14T03:18:19.046Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7c6b0ec-5575-477e-bc30-83aae1b4a913 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-14T03:18:19.052Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.052Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370166742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:19.052Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.052Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.052Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "cds",
  "timestamp": 1618370159109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.053Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.053Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.053Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370166770,
  "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-14T03:18:19.056Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7c6b0ec-5575-477e-bc30-83aae1b4a913
2021-04-14T03:18:19.056Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7c6b0ec-5575-477e-bc30-83aae1b4a913 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-14T03:18:19.061Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.061Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "aai-ml",
  "timestamp": 1618370167046,
  "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-14T03:18:19.065Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b989ea3-f775-4255-82ff-a04990dee843
2021-04-14T03:18:19.065Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b989ea3-f775-4255-82ff-a04990dee843 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-14T03:18:19.071Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.071Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370162526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.072Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.072Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.072Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370167233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.072Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.072Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.072Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "clamp",
  "timestamp": 1618370141403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.073Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.073Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.073Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370167724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:19.073Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.073Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.073Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370167745,
  "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-14T03:18:19.077Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7c6b0ec-5575-477e-bc30-83aae1b4a913
2021-04-14T03:18:19.077Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7c6b0ec-5575-477e-bc30-83aae1b4a913 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-14T03:18:19.083Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.083Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370167776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:19.084Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.084Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.084Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "cds",
  "timestamp": 1618370167904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.084Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.084Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.084Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370162526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.084Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.085Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.085Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370168370,
  "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-14T03:18:19.088Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7c6b0ec-5575-477e-bc30-83aae1b4a913
2021-04-14T03:18:19.088Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7c6b0ec-5575-477e-bc30-83aae1b4a913 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-14T03:18:19.093Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.093Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.093Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.093Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.093Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.093Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.093Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.094Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370162526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.094Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.094Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.094Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370168728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.094Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.094Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.094Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370169375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:19.094Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.094Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.095Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370168779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.095Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.095Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.095Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.095Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.095Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.095Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.095Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.096Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.096Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "cds",
  "timestamp": 1618370170149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-14T03:18:19.105Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b16f536-6b7a-4401-ab88-15f5f59eaf9a
2021-04-14T03:18:19.105Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b16f536-6b7a-4401-ab88-15f5f59eaf9a 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-14T03:18:19.112Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.112Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "dcae-sch",
  "timestamp": 1618370162526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.112Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.113Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.113Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370168728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.113Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.113Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.113Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370168779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.113Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.113Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.113Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.113Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.113Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.113Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.113Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.113Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.114Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370168728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.114Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.114Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.114Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370168779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.114Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.114Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.114Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "clamp",
  "timestamp": 1618370171604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:18:19.114Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.114Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.114Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.114Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.114Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.114Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.115Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.115Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.115Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370168728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.115Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.115Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.115Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370168779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.115Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.115Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.115Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "clamp",
  "timestamp": 1618370172617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:18:19.115Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:18:19.115Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.115Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.116Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.116Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.116Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.116Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.116Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.116Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370168728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.116Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.116Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.116Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370168779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.116Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.116Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.116Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "clamp",
  "timestamp": 1618370173620,
  "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-14T03:18:19.120Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c7c6b0ec-5575-477e-bc30-83aae1b4a913
2021-04-14T03:18:19.120Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7c6b0ec-5575-477e-bc30-83aae1b4a913 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-14T03:18:19.128Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.128Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.129Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.129Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.129Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.129Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.129Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.129Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370173599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.129Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.129Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.135Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370168728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.135Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370168779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "policy-id",
  "timestamp": 1618370174002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370173599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.136Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "clamp",
  "timestamp": 1618370174623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370168728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370168779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "policy-id",
  "timestamp": 1618370174002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370154940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.137Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370173599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "clamp",
  "timestamp": 1618370174623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370168728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370168779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "policy-id",
  "timestamp": 1618370174002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.138Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370173599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "clamp",
  "timestamp": 1618370174623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "policy-id",
  "timestamp": 1618370174002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370173599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "clamp",
  "timestamp": 1618370174623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:18:19.139Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:18:33.832Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:18:33.841Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab
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-14T03:18:33.843Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:18:33.843Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-14T03:18:33.843Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-14T03:18:33.920Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-14T03:18:33.921Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:18:33.921Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:18:33.921Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:18:33.921Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:18:33.921Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:18:33.921Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:18:33.921Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:18:33.925Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-14T03:18:42.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.76.199
2021-04-14T03:19:03.925Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab 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-14T03:19:03.929Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab and serviceModelVersionId: 15197274-7caa-45c0-b4e5-c890720e5397
2021-04-14T03:19:03.930Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 823dc164-18c5-4d69-82b1-e5a838c5a8b3
2021-04-14T03:19:03.930Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/823dc164-18c5-4d69-82b1-e5a838c5a8b3/model-vers/model-ver/15197274-7caa-45c0-b4e5-c890720e5397?depth=0
2021-04-14T03:19:03.938Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-14T03:19:04.060Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/823dc164-18c5-4d69-82b1-e5a838c5a8b3/model-vers/model-ver/15197274-7caa-45c0-b4e5-c890720e5397?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-14T03:19:04.061Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/823dc164-18c5-4d69-82b1-e5a838c5a8b3/model-vers/model-ver/15197274-7caa-45c0-b4e5-c890720e5397?depth=0|INFO|500||Invoke
2021-04-14T03:19:04.079Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/823dc164-18c5-4d69-82b1-e5a838c5a8b3/model-vers/model-ver/15197274-7caa-45c0-b4e5-c890720e5397?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-14T03:19:04.169Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/823dc164-18c5-4d69-82b1-e5a838c5a8b3/model-vers/model-ver/15197274-7caa-45c0-b4e5-c890720e5397?depth=0|INFO|500||InvokeReturn
2021-04-14T03:19:04.170Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/823dc164-18c5-4d69-82b1-e5a838c5a8b3/model-vers/model-ver/15197274-7caa-45c0-b4e5-c890720e5397?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210414-03:19:04:084-46547], vertex-id=[618736], Content-Length=[0], Date=[Wed, 14 Apr 2021 03:19:04 GMT], Content-Type=[application/json]}
2021-04-14T03:19:04.170Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-04-14T03:19:04.170Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-14T03:19:04.170Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:19:04.174Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||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-14T03:19:04.175Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3bcb7799-dce5-4b1b-a33b-fef0c1b490ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-14T03:19:04.175Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-14T03:19:04.175Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:04.177Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:04.177Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370344175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:19:04.277Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T03:19:04.278Z||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-14T03:19:04.279Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:04.292Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:04.293Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-14T03:19:05.198Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-14T03:19:05.199Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"5b989ea3-f775-4255-82ff-a04990dee843","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"1724c913-2cac-4865-961f-9315b9c050b8","serviceDescription":"service","serviceInvariantUUID":"12f3d6a9-0e1d-4ced-9606-c28b03ac0d6c","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe2fd17e-d8ac-4ee1-8cdc-b1911acf6667","resourceInvariantUUID":"a14775a0-5ddc-4723-946c-fa698cb92f52","resourceCustomizationUUID":"a302ce08-b78f-4997-88cd-0cab37ddee48","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7a18e592-34b7-456f-b5b6-815b03c8cd39","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OWRiYmJiNmM1MjNkMjBjOWExYWZkMDhlZTdmMzYzYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"172d6d77-6b0c-4a41-a84c-c89132269b79","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MjBlMDdkZDYzYTUyNTJhYWRmYWM0NzNhYWQ1ZTM2MjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6b8fcbdc-b998-41b5-bca7-754f3182c99c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"41b23f1b-53f4-49e0-8ee0-d1c1029a66e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5cd03bab-9e32-41a8-ba1c-1eb04e1c09fb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"435ce23a-696a-49e7-8831-7107a140e78a","artifactVersion":"2","generatedFromUUID":"41b23f1b-53f4-49e0-8ee0-d1c1029a66e2"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OGVkYjlkOGMyNDhlZDYwYTFjMjI0Yjc5YzU0N2IzMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e8d5310-3559-4afe-832b-cc572b407385","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OTRkZTYzMDkzZmZiNzJkNTMxMGFiYTdhZDYzNDE1NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83107cba-4916-4041-bc90-b26bbe97ffe7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-14T03:19:05.199Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:19:05.199Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:05.201Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:05.221Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:05.303Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2021-04-14T03:19:05.304Z||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-14T03:19:05.304Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:05.314Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:05.315Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:19:06.221Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:19:06.224Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:06.226Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:06.226Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:06.326Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:19:06.327Z||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-14T03:19:06.327Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:06.338Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:06.339Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:19:07.227Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:19:07.228Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:07.230Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:07.230Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:19:07.330Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:19:07.331Z||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-14T03:19:07.331Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:07.343Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:07.343Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:19:08.230Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:19:08.231Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:08.233Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:08.234Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:19:08.334Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:19:08.335Z||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-14T03:19:08.335Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:08.347Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:08.347Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:19:09.234Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:19:09.235Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:09.236Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:09.237Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:09.337Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:19:09.338Z||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-14T03:19:09.338Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:09.351Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:09.351Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:19:10.237Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:19:10.238Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:10.240Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:10.240Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-14T03:19:10.340Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:19:10.341Z||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-14T03:19:10.341Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:10.350Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:10.351Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:19:11.240Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:19:11.241Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:11.243Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:11.243Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:11.343Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:19:11.344Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:19:11.344Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:11.355Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:11.356Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:19:12.244Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:19:12.244Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:12.246Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:12.246Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:19:12.347Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T03:19:12.348Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:19:12.348Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:12.359Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:12.360Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:19:13.248Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "1724c913-2cac-4865-961f-9315b9c050b8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "12f3d6a9-0e1d-4ced-9606-c28b03ac0d6c",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "a302ce08-b78f-4997-88cd-0cab37ddee48",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe2fd17e-d8ac-4ee1-8cdc-b1911acf6667",
      "resourceInvariantUUID": "a14775a0-5ddc-4723-946c-fa698cb92f52",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "MjBlMDdkZDYzYTUyNTJhYWRmYWM0NzNhYWQ1ZTM2MjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6b8fcbdc-b998-41b5-bca7-754f3182c99c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "41b23f1b-53f4-49e0-8ee0-d1c1029a66e2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "435ce23a-696a-49e7-8831-7107a140e78a",
            "generatedFromUUID": "41b23f1b-53f4-49e0-8ee0-d1c1029a66e2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "435ce23a-696a-49e7-8831-7107a140e78a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "OTRkZTYzMDkzZmZiNzJkNTMxMGFiYTdhZDYzNDE1NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83107cba-4916-4041-bc90-b26bbe97ffe7"
    }
  ],
  "workloadContext": "Production"
}
2021-04-14T03:19:13.248Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-14T03:19:13.248Z|3bcb7799-dce5-4b1b-a33b-fef0c1b490ab|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1724c913-2cac-4865-961f-9315b9c050b8 ASDC
2021-04-14T03:19:13.249Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5b989ea3-f775-4255-82ff-a04990dee843
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:1724c913-2cac-4865-961f-9315b9c050b8
ServiceInvariantUUID:12f3d6a9-0e1d-4ced-9606-c28b03ac0d6c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:83107cba-4916-4041-bc90-b26bbe97ffe7
ArtifactChecksum:OTRkZTYzMDkzZmZiNzJkNTMxMGFiYTdhZDYzNDE1NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:a302ce08-b78f-4997-88cd-0cab37ddee48
ResourceInvariantUUID:a14775a0-5ddc-4723-946c-fa698cb92f52
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:fe2fd17e-d8ac-4ee1-8cdc-b1911acf6667
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:6b8fcbdc-b998-41b5-bca7-754f3182c99c
ArtifactChecksum:MjBlMDdkZDYzYTUyNTJhYWRmYWM0NzNhYWQ1ZTM2MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:41b23f1b-53f4-49e0-8ee0-d1c1029a66e2
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:435ce23a-696a-49e7-8831-7107a140e78a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:435ce23a-696a-49e7-8831-7107a140e78a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-14T03:19:13.249Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1724c913-2cac-4865-961f-9315b9c050b8 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-14T03:19:13.394Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:19:13.396Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:19:13.396Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:19:13.396Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 83107cba-4916-4041-bc90-b26bbe97ffe7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-14T03:19:13.396Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:19:13.397Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-14T03:19:14.110Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:19:14.113Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 83107cba-4916-4041-bc90-b26bbe97ffe7 72270
2021-04-14T03:19:14.113Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-14T03:19:14.113Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-14T03:19:14.113Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:19:14.113Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:14.117Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:14.117Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370354113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:14.217Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-14T03:19:14.218Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:19:14.218Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:14.228Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:14.229Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:19:15.121Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:19:15.123Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:19:15.124Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||Trying to write artifact UUID: 83107cba-4916-4041-bc90-b26bbe97ffe7, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-14T03:19:15.124Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-14T03:19:15.124Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-14T03:19:15.125Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-14T03:19:15.302Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14016910362392000095/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-04-14T03:19:16.262Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-14T03:19:16.263Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-14T03:19:16.263Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-14T03:19:16.263Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-14T03:19:16.263Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-14T03:19:16.263Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-14T03:19:16.263Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-14T03:19:16.263Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-14T03:19:16.263Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-14T03:19:16.263Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-14T03:19:16.263Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-14T03:19:16.263Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-14T03:19:16.263Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-14T03:19:16.263Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-14T03:19:16.263Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-14T03:19:16.264Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:16.264Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:16.264Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-14T03:19:16.264Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-14T03:19:16.264Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:19:16.264Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:16.264Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:16.265Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-14T03:19:16.265Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-14T03:19:16.265Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:19:16.265Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:16.265Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:16.265Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:16.265Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-14T03:19:16.265Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-14T03:19:16.266Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-14T03:19:16.266Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-14T03:19:16.266Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-14T03:19:16.266Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-14T03:19:16.266Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:16.266Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T03:19:16.266Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:16.266Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-14T03:19:16.266Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:19:16.267Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:16.267Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-14T03:19:16.267Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:19:16.267Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:16.267Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-14T03:19:16.267Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:19:16.268Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:16.268Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-14T03:19:16.268Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-14T03:19:16.268Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-14T03:19:16.268Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e503cff3-dc3f-4973-8801-6f695dfad0fa
2021-04-14T03:19:16.268Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:16.268Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:16.269Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:16.269Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:16.269Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:16.269Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:16.269Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:16.269Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:16.269Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:1724c913-2cac-4865-961f-9315b9c050b8
Model Version:NULL
Model InvariantUuid:12f3d6a9-0e1d-4ced-9606-c28b03ac0d6c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:b6929cef-86f0-4486-8a42-17c7326f34e7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a14775a0-5ddc-4723-946c-fa698cb92f52
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a302ce08-b78f-4997-88cd-0cab37ddee48
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:96a5333f-af4f-4282-ad7a-5a89bfdd4b8e
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:45f316de-1d89-406d-9172-378e3bbd065b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e503cff3-dc3f-4973-8801-6f695dfad0fa
ModelInvariantUuid:88009701-cb50-4ee5-bdb6-efd5f2a68c7e
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:e733cf9d-0648-447d-8901-23fdbb96aa01
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:088e32fd-a372-4b16-9bd6-944bfc9f4c61
ModelInvariantUuid:831c1cf3-31ed-46b9-8ad6-db8a372c2dac
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:1c59ef4f-d65e-454b-b47a-5f415f0d8910
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-14T03:19:16.274Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe2fd17e-d8ac-4ee1-8cdc-b1911acf6667
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-14T03:19:16.276Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||basicclamp 0
2021-04-14T03:19:16.276Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe2fd17e-d8ac-4ee1-8cdc-b1911acf6667
2021-04-14T03:19:16.277Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 6b8fcbdc-b998-41b5-bca7-754f3182c99c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-14T03:19:16.277Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:19:16.277Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-14T03:19:18.493Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:19:18.493Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 6b8fcbdc-b998-41b5-bca7-754f3182c99c 790
2021-04-14T03:19:18.493Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-04-14T03:19:18.494Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-14T03:19:18.494Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:19:18.494Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:18.496Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:18.497Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370358493,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.597Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:19:18.597Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:19:18.598Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:18.610Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:18.610Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:19:18.645Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:19:18.646Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:19:18.646Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "policy-id",
  "timestamp": 1618370174002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.667Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.667Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.667Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370173599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.667Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.667Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "clamp",
  "timestamp": 1618370174623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370179587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "policy-id",
  "timestamp": 1618370174002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370179923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.668Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370173599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.669Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.669Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.669Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "clamp",
  "timestamp": 1618370174623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.669Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.669Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.669Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370180607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.669Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.669Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.669Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "policy-id",
  "timestamp": 1618370174002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.669Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.669Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.669Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "aai-ml",
  "timestamp": 1618370180995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.669Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.669Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370173599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "clamp",
  "timestamp": 1618370174623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370181272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "policy-id",
  "timestamp": 1618370174002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370182136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.670Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370182225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.671Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.671Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.671Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "clamp",
  "timestamp": 1618370174623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:19:18.671Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.671Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.671Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1618370182276,
  "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-14T03:19:18.675Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b16f536-6b7a-4401-ab88-15f5f59eaf9a
2021-04-14T03:19:18.676Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b16f536-6b7a-4401-ab88-15f5f59eaf9a 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-14T03:19:18.682Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.683Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370182624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.683Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.683Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.683Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "policy-id",
  "timestamp": 1618370183141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.683Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.683Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.683Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370183401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.684Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.684Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.684Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370183437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.684Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.684Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.684Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370183815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.684Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.684Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.684Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "policy-id",
  "timestamp": 1618370184145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:19:18.685Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.685Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.685Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370184405,
  "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-14T03:19:18.689Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b16f536-6b7a-4401-ab88-15f5f59eaf9a
2021-04-14T03:19:18.689Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b16f536-6b7a-4401-ab88-15f5f59eaf9a 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-14T03:19:18.696Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.696Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370184442,
  "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-14T03:19:18.699Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b16f536-6b7a-4401-ab88-15f5f59eaf9a
2021-04-14T03:19:18.700Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b16f536-6b7a-4401-ab88-15f5f59eaf9a 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-14T03:19:18.704Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.705Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370185019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.705Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.705Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.705Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "policy-id",
  "timestamp": 1618370185147,
  "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-14T03:19:18.708Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b16f536-6b7a-4401-ab88-15f5f59eaf9a
2021-04-14T03:19:18.708Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b16f536-6b7a-4401-ab88-15f5f59eaf9a 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-14T03:19:18.713Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.713Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1618370185409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:19:18.713Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.713Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.713Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1618370185444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:19:18.714Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.714Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.714Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370186128,
  "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-14T03:19:18.717Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b16f536-6b7a-4401-ab88-15f5f59eaf9a
2021-04-14T03:19:18.718Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b16f536-6b7a-4401-ab88-15f5f59eaf9a 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-14T03:19:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "aai-ml",
  "timestamp": 1618370186561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:19:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1618370187131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:19:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "aai-ml",
  "timestamp": 1618370187567,
  "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-14T03:19:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7c6b0ec-5575-477e-bc30-83aae1b4a913
2021-04-14T03:19:18.727Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7c6b0ec-5575-477e-bc30-83aae1b4a913 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-14T03:19:18.768Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.768Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.769Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.769Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.769Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.769Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.769Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.769Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.769Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.769Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.769Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.769Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.769Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.769Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "clamp",
  "timestamp": 1618370192230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.769Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.770Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.770Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.770Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.770Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.770Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.770Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.770Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.770Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.770Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.770Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.770Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "clamp",
  "timestamp": 1618370195167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:19:18.770Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.770Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.770Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "aai-ml",
  "timestamp": 1618370168051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:19:18.771Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.771Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.771Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "clamp",
  "timestamp": 1618370196170,
  "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-14T03:19:18.775Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b16f536-6b7a-4401-ab88-15f5f59eaf9a
2021-04-14T03:19:18.775Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b16f536-6b7a-4401-ab88-15f5f59eaf9a 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-14T03:19:18.781Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.781Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "aai-ml",
  "timestamp": 1618370199182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:18.781Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.781Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.781Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "aai-ml",
  "timestamp": 1618370204812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:19:18.781Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.781Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.782Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "aai-ml",
  "timestamp": 1618370205817,
  "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-14T03:19:18.784Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9b16f536-6b7a-4401-ab88-15f5f59eaf9a
2021-04-14T03:19:18.785Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b16f536-6b7a-4401-ab88-15f5f59eaf9a 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-14T03:19:18.791Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.791Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c1d98c4-51d6-4a3c-bc2e-3a74a91e2f6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370230109,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:19:18.791Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:19:18.791Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.791Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.791Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.791Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.791Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:19:18.791Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.792Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.792Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:19:18.792Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:18.792Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:19:18.792Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:19:18.792Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:19:19.497Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "96a5333f-af4f-4282-ad7a-5a89bfdd4b8e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "45f316de-1d89-406d-9172-378e3bbd065b",
    "vfModuleModelCustomizationUUID": "226d17da-32fe-46c0-87c7-1ba65bad325b",
    "isBase": true,
    "artifacts": [
      "41b23f1b-53f4-49e0-8ee0-d1c1029a66e2",
      "435ce23a-696a-49e7-8831-7107a140e78a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-14T03:19:19.502Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45f316de-1d89-406d-9172-378e3bbd065b
VfModuleModelInvariantUUID:96a5333f-af4f-4282-ad7a-5a89bfdd4b8e
VfModuleModelDescription:NULL
Artifacts UUID List:{
41b23f1b-53f4-49e0-8ee0-d1c1029a66e2
,
435ce23a-696a-49e7-8831-7107a140e78a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-04-14T03:19:19.505Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "96a5333f-af4f-4282-ad7a-5a89bfdd4b8e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "45f316de-1d89-406d-9172-378e3bbd065b",
    "vfModuleModelCustomizationUUID": "226d17da-32fe-46c0-87c7-1ba65bad325b",
    "isBase": true,
    "artifacts": [
      "41b23f1b-53f4-49e0-8ee0-d1c1029a66e2",
      "435ce23a-696a-49e7-8831-7107a140e78a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-14T03:19:19.505Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45f316de-1d89-406d-9172-378e3bbd065b
VfModuleModelInvariantUUID:96a5333f-af4f-4282-ad7a-5a89bfdd4b8e
VfModuleModelDescription:NULL
Artifacts UUID List:{
41b23f1b-53f4-49e0-8ee0-d1c1029a66e2
,
435ce23a-696a-49e7-8831-7107a140e78a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2021-04-14T03:19:19.506Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 41b23f1b-53f4-49e0-8ee0-d1c1029a66e2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-14T03:19:19.506Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:19:19.506Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-14T03:19:22.335Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:19:22.335Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 41b23f1b-53f4-49e0-8ee0-d1c1029a66e2 5033
2021-04-14T03:19:22.335Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-14T03:19:22.336Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-14T03:19:22.336Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:19:22.336Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:22.339Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:22.339Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370362335,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:22.439Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:19:22.440Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:19:22.440Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:22.450Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:22.450Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:19:23.339Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 435ce23a-696a-49e7-8831-7107a140e78a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-14T03:19:23.340Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:19:23.340Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-14T03:19:24.050Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:19:24.051Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 435ce23a-696a-49e7-8831-7107a140e78a 909
2021-04-14T03:19:24.051Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-14T03:19:24.051Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-14T03:19:24.051Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:19:24.051Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:24.053Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:24.053Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370364051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:19:24.153Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:19:24.154Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:19:24.154Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:24.167Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:24.168Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:19:25.054Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Preparing to deploy Service: 1724c913-2cac-4865-961f-9315b9c050b8
2021-04-14T03:19:25.054Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 fe2fd17e-d8ac-4ee1-8cdc-b1911acf6667 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-14T03:19:25.064Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:25.065Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:25.065Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Processing vnf with UUID: b6929cef-86f0-4486-8a42-17c7326f34e7 
2021-04-14T03:19:25.065Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Will get resource from SDC using resource id: b6929cef-86f0-4486-8a42-17c7326f34e7
2021-04-14T03:19:25.065Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel to get resource 
2021-04-14T03:19:25.122Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel
2021-04-14T03:19:25.123Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel|INFO|500||Invoke
2021-04-14T03:19:25.123Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-14T03:19:25.123Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel
2021-04-14T03:19:25.123Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel|DEBUG|500||Method      : GET
2021-04-14T03:19:25.123Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/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:"5b989ea3-f775-4255-82ff-a04990dee843", X-RequestID:"5b989ea3-f775-4255-82ff-a04990dee843", X-TransactionID:"5b989ea3-f775-4255-82ff-a04990dee843", X-ECOMP-RequestID:"5b989ea3-f775-4255-82ff-a04990dee843", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"9ede4324-39dd-4bc2-b9e1-1cb598a11d5e"]
2021-04-14T03:19:25.124Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel|DEBUG|500||Request body: 
2021-04-14T03:19:25.124Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel|DEBUG|500||==========================request end================================================
2021-04-14T03:19:25.438Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-14T03:19:25.438Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-14T03:19:25.438Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel|DEBUG|500||Status text  : OK
2021-04-14T03:19:25.439Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-Basicclamp-csar.csar"", Content-MD5:"M2YxN2YwNDQwOTVkNzc3NmY0NzRlZmQ2ODkzNDUwZWE=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"5b989ea3-f775-4255-82ff-a04990dee843", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-14T03:19:25.446Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel|DEBUG|500||Response body: PK��R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM���0D�|E~�-]��6@���)q*�H������n{�~�)�5&�I���������<��x!Tz�Ҝ�(�T�"+2��48�'r�.Tga��+�`�CH�wP�{�{C�ɘ;fr6T�!�?�Vb���+�t����PK����PK��R,Definitions/resource-Basicclamp-template.yml�Ys�������~w:r،Mf��u�����I��ya��-,N�_%��b�ݺ/):�t�#	B7Р�#�t��t�@Y#?�3a<��g!emK�B��b�YC߄Nxwwqz�@N�LƐc]׀8� ��(�SM�yc�c�X�d^֐���Q�J`
Epm"�!�h��h#S�,h{����7�0���9~n<����-]s�|E�M
?"5s#�sm���#k�*��>��%��ap�	0
���0-L!~0��$�$K(���=���O��<��c5>�^	�4�/}7*C%O�aϵL��r�,���	�"T�q6�DP �$0���Py�)�I"l�X�9F��
�"�7�"Tr[�@d[f�((R#'���|mh�\��^��q�-�f~�r����t��X㬿Z�
�+l�T�d�|#�.P��3���8{�@�:�Ѷ�B�X��]���pG%B��x��B��Q�l����0Sj�Ӆ�����m䊅4���y|#f��jZ]���r�l�&��4u���خ��I1��		������p�"	�8��2C*D��g��8�3�a.N3`<�]�:�u�\.fW)��^#�G�1c@+H+�S<7�	B���8)���2����f�Qy~���8�0r'&��*�����E(K�����-x���/G����(K�E��2�3��%��;0�����;,
KMG�͊k@6"G+��'&V�{�B�������rs	~������le�����ɍ��:H��;^6��D���%��Nw4����m�ĵʰɭq�Z�1ă~2��`	$.�m�e�Eo[�R��n����}]���q�Ư_^����;�%�o�͇:�]�\�����Z������Ƽ>��Wg�'_7��������/C6����ѿo΅�O���aÍ��K��o��svs/p�u��Gw����������,DO2��NN��[(N�_�뗳��w��ƶ/��=,nl�Y���������q��΍#xrv3y��������2~@�f3��:[8�/��z�gpu���=��JX�V���}�/�W��ξ��%�n~����s&���7&����V����w���~t�"_�Η�G�㋥��;�eh\lto.}Ymlú�=�^�w�,_�_�܉�#���l��ډ|�����d�ŗ�kY���_˪�__�'Ow��zv����A������w�z&���g_B����6�_��}��ų=���~���~����݅8"86G>����իH��/��wG���؉p���aBl�i!�l��=X���E]�G/̓�I���A��#~�IR�U]\1P�q50���t>;c2&�X�	���>��6i���up�™g�p��=�V��e�YA��V�&��Z&&1X{YP5,���f"�6��z��d"[�0�$���zL �-[�D����y�A!}J1���ha�wp�d#'d0�7�_���i��:�p�+��>GhD��?$x�~p�A����Om��"J�m�W���a���Q�ʐ&t�%��Q�q���S�u�:�@�i����Y�P�nJ~�M��e�	�M�@DhT]�2���Ci�MP����� h��V�@':�ʘ/����,��hQ����)�����tM0�(O�g�ɐ�n@�5`��m�m���_u_�������z��+�<Ǐ�زq�ӓ1�I�Ŋ��ߟ���Q�˒_Ӯ�֪:��h��4Pu-��)�C~�ϱW�Wl����e���MP���D��p\*��sb+��}��Q(����]YC+’d��$���*F�x�U�tL)��%L�۟�
5%
9$��U����R��TZ�(�XG�ZYb�(�J�����U�v��ѩcٴY�-�6/����Sp�aX\̯�Cn��_�Z�ôB��N�T���E2�7	�m��m�@�����IÌ��s��-�U����Ј���8��F:�(��
�	EU�v��r�">��J��^�Z�
q>��~��O]Ģ2�]݅a����fw"5��}O���7wWW��n�N�_g7�w��g9F��	n����ϯvu��ۓ���.�Za�$�PJ��g�O7�Ո���mj%Ư���Y�uA�<]��}�Tw�@Ҽ�>q�tP�e��L',�2LQձ�S
g�I��b���#u���������)�����7���x5�����`�T����$'��Fd�HO�ܹ;�N��A�B��H�B�ځ��Ɏ�7�
e�
G����mn	W��n�Ba��'���1I^;����ƣ�$ѝ��S�Z��%�~֚��C�Fn.q�[�<��PXq�}�k2�V^ԕ�*����ĥ)��T;\y�t�P�'��g\������Tj�3\	�%�QyQ�GJ��N��oK�f�^ь�����T�~g�/��Py�=���OeG��C9��!����b&&%<��R��	6�?��2�N��Kn_.JvI�4�?��(�:�������j�+�WiH��|ɧ��9�D��
lR����c��pG��+����Mѵ�Lq�øqWsz�����t�}Yr�x�a�x/U�wb�w�֠12���L
Je~��5�g�A����Fn���։ӫ����ޔj����DVgu0�cD~��4]�t�UN�wZ�1/P�c��1���@��1��D��*
���P�uAd9��@�x����"�%q"BU�2��cAڊkǀ�.r����0�4�se�y��\M�/��2R����3����?�佁�4e�x��ߛ�

��OK��Z!S>��������\G�+���{��ȹ�����a㙲G�Ӑ81��YƷ	��o4��`�����ӎS�<�h2ݐ��a�g��זhT�x�v+C�U�ʜ`�ߧ��^N�:��٭2�&�.���;�sR� q�)��$�	���:�x�U���L*{����
ty"r��P*�N���!4���W��b�DZJra{4:���M����1^�!����q �:�,w�J�\��[.�:��u��Jv�p�}Tf7J��C������?��u�/	 ��{,��~Q6�A
��Ye��O N2SY5t]�vC'���c'N��@d%�܄�d�U�Yi������D3"�µ��\>lAYs�)�����c)�('q�/�l�Kf�Jo_I�Vd�4�dǐٹ6��l��pI�.6���^[�&�8�����Z��ڬ������ZB���H� �#m�؋A�O%ڦRCj$�|��F������A�(��Wq�-����i�e�vݧ.��I4�X����neO}j���6�e�^��������L�)����6��񩠴���[�\��e�Z��FB߲��RʴL���4le���8��;�R��Ҳ�>h:�8�I�d����H}�Uqzg�}s�z}�����C����v�1�Y�����\یv �_�;�_���\�D�}�ϰػc9L�nd�[��c
]��K�:n�f�Ƒ]y��2�Nt�U�y���;�����h�32
g0x�������U��r��z�W.2��F�xe���{��imߵ����w��4w6��3:��0�u�Q�d׀�U�|z��sr^���v�}]��K?C1\�
�:�ס
��8�Ɨ:�x�H���vwT������}����j��H��W٨�]�촭.�����(א��y �-f@{m��=+�?J�����B7�
P��)W?5��++}�
T����>Bj#[}v[
�me��)@�*���8��'N��(?ΥT�
�>�f��Ǘ@m��P�Dhx5��.�2VXɬ���7~%ԇr_q�[iҾ�ʏ����2��o�,Lm�dpk�-�Lm/K7|DT�몿_
��T�PK0��]VPK��R6Definitions/resource-Basicclamp-template-interface.yml�][s��~߿���w�$Su��י�$�h.�NQ-4�hl����E�1&#v�B�ַ�^�V_�bG�ud!���(sHvq)Q��A�m@�������/&Թ�� YX��Bb?�ryC�L�=�Գ�	�M��
l0B�4�$|�OJ�D�&Ȏ��<��	v���w��66��Q�ꞟX��réB�EB.�H��X�6���M[&��.Q�<��:p������i��9��`�2)9���KH�m��&,)Y#&Is]1��2!mu�W�נ��`�Z�-]���2]����Rb� k���T��n�a[������ނ9Ҡ&�<�۩�9	���@�Rҁᬪq��Vl�PYE@EŖ��.�b�M�����֎
-]���D�.4�!Ile�Pg-`���U�O@j�#��h���E
|Ys�8N�p�w
������U�X��ZjT
{�g��$
c+&1�����v�Y����0�XZOY`*&xe3b�TVڨY�!�ES�R�:�΄�����R!���.�4���)�+�o�eGS�&b?(\��B�#�*�A$��ݑ2�^L��3)H5���;�(y�I��m�z�:�=�5��h6�̧�힨W�����ju���3-�w�^��ynU#���t�s�:���1q㗓��v�}T�)�y�Q���v���x6Wi�ڼ~nv<�k�����U��wZ�@s8~)Oȸ�WѤsq1<��b]U��Sۺ��Jg߇���W�|S�˥Gk4}&�>��'�lx���(|���gw��u�{��eB����Zx�Ѱo�����N�YS\}Xt�{��W}x5=�5�cPo��'j���fg�~
̾טu��:����9�v����}}"δܙN�kU���1f�'Π���n�}����V���>�ۅ:�f�wg'�����s��1~8�<<�͠]�����F�hꙺq�X��=����I�|4|���	<5������A�W�GO?���;G�j�w�ګ���evQ�n���}q��Ť����W+�g���5�w�Rt�KE/N��ő=}l�����B��e��av�%�����uG�/��+$��$��u��-�2N�1�����v�{l��Ȭ���Y�qƯ(��'r�R�Cʫ[	hs<	�B�f�֒���`�v�������~����8�s�x��٘�>=����&xC��ݎ���r�t��>|f�KǁQ�
0g-J�̒올�m��7i���ײ����:P��hr��3����4N$ۓ���̒X̅3�E%V�&ӷ"�L��%�i��P������9�>����I�1�� ���;���(�iď]�
�����B5h�^pw����	M�Z��
�̮C=(IM��8Fr@��$��7��u�=�XC*k�㧦���41�1�!��Ԡb9���K�v�B�-H�N�;�4[���HS�1�;J�&���C=��j)B�0Ƒ����n���D{	#����GD���C�]��-���H�k���mrLxx�D
1%C��Y!$����*B��.��>�� ��x����R�k*��:�1j��8ECAI�Tq���hRp�bd��e��):̉��� �7��+ۻM��ʬgc��6P��:A��Ex`�ch8��-�������LY��H�K�!ɖ'�R0)3�����aEp�h�C@]�l*b����/�Sb���u�@r��g�Ǣ��#��dX].��$9I���a�@����w��1v����޶e��-��a8/���ý� 
e�:4�H
v1�xf��Oq�Ƙ,�t���$gǁرD7S��&h�`s`rl#�)������C�ϓ��C�N��#�)��b�����O�������-r'T�s㐶'*`ϔ�ؖe�15��I�:��R&2D�F'%�l��m�>��'M��!�urW']�d��q�X�}���^�:˚^P�{	���(����������.�=�r��Kǘ��q
�-{�oًQG�h��<�F(�h%S�6�D�`�~���knV��3*'iR�k���c�~N��)����٧�o�ħ�R~^�Пa��KڬDW#�����&a�>{��z�%m������m0,���9��ן;d��)�{��Ujan�����ޔ���m���$f��k�ם����C���
�A5r�o�)���"�G�:1�.��ƂQ'��|��C�J�A�_���n��*`+Qs�l�֩�|��wp_cԑ)Zmιp������	�XSm�|�4H��
 cx"�k��;��x:aܳ���J����|z=���ٛ]�\ȗNS\�ɞ
M��ᩔ�/H�MI��$�6��{��̪X�d�Z�r>���e�,��ڹJ�J����V�'͍��"�?[���~F6{K4a~#l�v$;�q�,I��O=��=�Wµ��/$�l9[V g�О@`�7��$9 I�P��T�����D|.iuP%gPr����Μ?�c��ɯ�j�
�,��w�9��bZ�o�辜�Ř���g�W(g� ~��G
)�d�L�%~�Z���>��5�)2�ސ�c��Lـ9S.WN�y����4q\u�S--?�\�|��S��9�$eD>.�i�S�Q���A�{���~��S8d=G�~��]�����	 K�
>�s����/v��E����v��/c̘�Ó��o��
�Ț�b�|�k֜���2��:w�M}5���C�Ņ�6�:�`A�l�#�	�l��f��F%F�̇1��0��)R�&��:kٴ�l�l��PK��|�
l�PK��R(Definitions/resource-Extcp2-template.yml�R���0��+��m ’
�M����FU���B��Uc���6_�*�7��{ct�Y�c!�0B�:=#����i�Z�����J�N��D�rfX2��H0e�����Y�<@/�ǁ=�s�a<��|>���[ՊcV,�"/��Њy䱼Xx� �f�y�V�X�	���6�s�9��4���;Xj��;�Z(�̥B`R�6G$Xnm5�3BA����X�>93x�tI�*+��O�
ޠy���KT���i����P��)����kܿ�<���Tfh���M��L�L�瓒"*��M�ݣ�h�v��&�B%�J!fi�\���r�iB�u���,.8�#/�r�T�4)��eZ��z��X�Ta�����K�����?��������<�1�q;-���x���0'5F
 (�Y�veUG�
6�9������CEa�u�C��|���s�����d,��2�����ٖ���?d���m������9��	?�!\n>����f�7��N��ԥ V��e�-�	�$a��(M/
mX����p��S{�sB�q�
m��c�9�S=l��IW#�(Гw��cV����-_����ֺ�鞳����\6?ް�i��k˴��NAq����»2q��=�s���"zwޥ*G����0D���z�[kO*�M�!=4K�����U����l�{�;�y?�k}����ܺwn5{%�-�$�wԢ�;�j�SL@h��ĩ��������V$g��n��ۛ#v\��0[�%�񊋡0tf�>C�x��Sã�]m�?��/��A�Mjc�PK��ZePK��R)Definitions/resource-Compute-template.yml�VKo�8��W̭ۃ�~����.zhR$u/��@�#�Z�r���J�"m]�������8�͋d���L`!�����yZ�j���T��V�4��4&X`�@�s���^��Ja9]-f��2��E2��2�q9Mx���r>�'�9�j��ի3,")��H�7y�X.�Z��٫��	l��.�.��z�dj��X:�h���`']�h��J�Q��QTcxg
�4�����e!Q}�-|���A*9B�	,PzD�:X
[HJ��t#wh��?�t�kB��ʕ�������LA���/�l�Ȍ9�{4R:���`�
�>Y�@z��Y�Q{"ŭ&J�	�1��Ͷ|\~XS)B�ں=Ph
�cJxؗT�Oo/i�Y�
R�
:�I��QL	v��U�(�	(KQf>X�6�,��.��ѐ�C�'���c�������5t:X��y�_��m���_PK�=��
PK��R,Definitions/resource-Novaserver-template.yml�WKs�6��W��� ժ���͕�FW��uh�����X��t�߻�e˕�fzjr�������e<�K-�4�%�?Ḟ''�RAR�B%�dpT��{>:bL���k��8���a�>�q�ao(��z��z|x"�NN�0��"��Iz�
ߝ��Y����	��=���n ����1k^��M͂߃EhH�2+K@�Ai����qf�+f,[H�+�,x6���t�Mtnl�I��2�K�9��)���F[J�X
�r��
����j�s��:�Ј��JZ( �f�T�����j%�L����_��!���A�VRZ��,� ��+,]���3���虪Tf
�$�#Qq�6x�>b��
ck��)���1�.1O����q3d�A���\���`�r��|e)��S����#v3��e�RՒ+Dl�3^�T*l�M�.�a��B��\��
�̚j�+R���(�=3�����Qo��C��l����Yߔ�$L~�oC�_�Y?Fe����ckE�X]X�"ɭ)F��4-ӈ�ߘ�ic2�[�]W,c\R'%w+J��h�Y7���&��D.�1/�ai�`�|@�����G,��Ak=���N�
����3��dX;��N�ہ@|v�Ur}rI�H���:���H=>CVQF�:���{E�����v`!�-���i
�:	�����A�-�֤�������ka]%R4�i����7Z�d&b
�鲴���FM��"1��3�
��v���QE��
�r��ɥہ�1�l��lE�4�F�V.g����y(�v�'E�gA�=f��"nu̜V����A��3X/_K/>Q��zt����A8K�3�����*�kFԙ�/�J���NЎ�-n��\_'�WwOWw����R�@Sk퉛�J	�����v��.-��]��ʆ>�{Q�Cq�'�.ȅ�������z-4��a��1�hB�O���!�aL�ۨ��i�[��x}�X�a�~�9Vخaq訌��]cKRT
��׸q��+���qo�U����\�i�� �����ʸ!�~�سq�PK�~�i�PK��R/Definitions/resource-Securityrules-template.yml�T�n�0}߯���RA{��[�m�Jm�ټ"c�U��m6��;�K�jZ�Z�5g����-g��T*�V6>��t��5&+�2ǸfE/�Ŭ@�s,�HudF2�����.���\�E�a�ˍ�4�"�b5OV��n���r��-��a�Z�ep�]n�-^��0Y���'+V`?�WF�����*�r#K��y�U*�a�t
��%��x2e	+�\�"��8�W�����
�9sxЦ��*4�f�d�O����'TB��n���ݣ/��3���,�,�9�^�|u����U� y���Q�}��,E&���ʜ�4@X9}|�;;g%KdNM�R�xG5�7���,'܉�#������M�_I���”Ү�;f���蓍��9����p]�ᩄ�1�a�簭M�̅
݋6?�rF�p2=���Qĩ�E7靇�]G�3P
�]�F�;���:#ա'��`�"�z�UH��I�˫��x�$πTH��s%
��W)�\a�+���,�8;���wË����UloȚ�1�`.����7�x��F��
%T�Ա�l�<�NǬ߱����?g#傔���f 5��A��Y0�������O���>
�d���c<��
?ЯS�7��Z�{�wT��3p�o��h�@��g�PK��!ۄYPK��R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{�5v�$�77n��I^���ѶP�t�tN�b��(������~����O�GRN[ΒB	'������\PY��
�e�O�g9:�1��3�������tKG)�^���w����(�^p}�����E�*������z4�W�~����F7��^�n,���9+�c��fX:��휄ZnD�������{��J!�B�k���"�M����Vh�vN��X#,��ɗ���r�p��&��Q���o�t+��{������r���.
�GT�61���s��ާ��?Q"a�����);�xa�Ig(ge�"y{��ү���Y���;�BHr�&���5�w�1��Z�Y�R!�Ȼ&]ymjP����(vlw����rת���BK��B6�ڄ)�]�k�C٤��6�HT&��"jR�"Z�.]*�Uͳ�=>x8�����0�l�O*lb��F�M����F�03՚H�Z���-�O�:�6����8J�@U�m�Z
Ca��ų��ZpL�����Ø�C0��^P,a���j�&lN	���gհ����\1j�3��c|���.Mu�O��eD�ń������uL�,��I�4�};�C���ƽU0��u�r�rD�����&�|�9��j����
���D�
ќ�R�2Js�V���:��`�{�X���Re[���;�~k&KLl���s�H��.�o�����0g����?;�(ن��h�y�BqYfH��ǂ���~'Gu��'Z�$s���v)��?�"����ց�v�J��>W�,$�a���n����̫&Ƭ��/���*4
������&*�~@��p�	�]U[T��돤�ui'ipƏ�����Y�g�A���>(L�v�����֎|��=-�D�7S�2��lg&|�g3��r�"�ä,^!�3%����^7�j8�Nb�i:2ģ�z�R��{|�c������n��7I�����ˇ�[�7�>���v��ָ�՜: ��)s���ٻ�������Q*E�T-[?�����[L��5�����C��O�ױ����z��l[����������x��L���Ђu�Չ.�e�#��PK�#GQ�
PK��R,Definitions/resource-Globalport-template.yml�W�S�8��[˃=�H��3%�p��͍G�׎����p�ﻒ��I�e�L��j?��j1R3Fs�
�B�kP?�ĸ#ͳ<�pC�4��(C#j��.�Tq*����Ք\|���&ѩw0��&'�GG�]�F'�9;��sʾ�Ѿ�{O3�7��.�����	<���\Y3��8wX�Q"XZ�����9i�ܐj��s��m�분�}�6�=�M��X�=G�:��H�������~~�����)>@a�~T�	��C����-�j��[ҌޝX�L)�f6)�/q�X�W����*i�������A��y��$����(r�
9� �'V&�ۑ�L�X�G:������;n��J7:��]h�Y����w�v�0��`1j�~w�8P�
��X���S�6�w75��[���K2�;PK��/Hk�PK��R=Definitions/resource-BasicclampNodesUbuntu18cvfc-template.yml��r�(���ij�@F�on���"���r��!�fJK���_�� A
IiOVD�����-�i�l��c!KY&�3����J�'�گ8�텽�
h�]���+�b�3����?�~m����a7_ �l�hM�9��E�s7�o�dG���Պxͷ�=Z�w.�w��\�9l1�/8����0B|�P�4�eN��b����&�S���6�#~�8�����'�Z,����N��&)�������H�/����-|!8��(~����!��dN�|�$i�I
�1M�,&�
�(.�ʇ
��-�G�S�����C��ۿ����@�Q�&�W(�Q�oY�B!����N�(|o,�	>a����2��^���ǹ2<��+u���8�d����>E>#-�U[	��0J�"��\��:���)�=L�<������~/1	�L)�,rC�͹��г,��bO��0z��9�^5����}�����2�N�n-�?���~�XI��('��s��m.}I�i��Qx��$p���9i����R�ON�<�n:#�ٴ���4-���v�ZLP�䜑])��݀�6���{�vn�r��:�,Iˆ��/c1u�L�-i�ƯvB�h�+�
��yc򓝀I��,LR0�,�e6�B��8�V��р3?���(Cv�a?�fS�b�R�*�yG��K4��.��HҞI-H" d�l�>X��Vͩgg�	N�cf��4��?g_0y1a>	%Y��W[���P��&Q�z�G���~he�O�>��t٭��Z���}�P��k0�V(����؞���X�-�VJ��i����m>4ۋ��o��� 3B��o��Hm�H��.}�����yݜ+(�>�M����Ŧ!v���V�0��K1^���'IY��U�}�|��Y=�* �ƒUd>����N����XA�⁷���2pCp�8��{b�'?c惐a��2m�M1�`�U�l����O�����3|�?
����1j`��s�&��Y��`�#����cc�8�2R�̵��D<��n�*W�Ԏ�l�AE����%�������r"V�A�Q�h�*�jUVՊa.,��R
Y�7��bWJ��7���d����?D� ��Δe�7~l���{��|_2�Iv�����,0�,�p���‘���ȟ���W�����}�Q�p�R� �`�05���x�<
P;{�6���d�r~�LH/�2�t.�P�m�5���jA�[�Ղ�h�uh��-r�=^�d�bR�(�9Po�!w��h�Y;�Y�0�x��ƛ���BpR�$��W9��������8�v[tp��a�vE��,�R#I[�>Ja���;� PZ�����!��2�G���ԡ7���U@�`s�A��&��?m��?G��|�؈��G�������,ZqZ����ף4A��ag'��Ny���x���O�ob���Ϸ��oy�/�2?b�‡	7��ß�?�_��=ڷ
,2�vV����&X�.2�6��I5?|�������
P���~�O5�nښ\���qC�W�me�G�;��H�2͘bw漂���m,���K�N�~�L�t^rJ�E&SQrhf>�ICH��X_~b2|�Z�
{�l0�$+T�MW��(Jg	�k�nV�ك�}n�L��|���
'�
����8�����V��)��Ӵ�!��3vͩD0�0
#*<�BV�3=At>�?I�d*JQq�Ox�{��*2-U�D�X/e���IZ�W�ܲ���&�E��.Aٰ�1**y_d�
R=��Dd�\raz�*�ܤ��"��t��cH�x��v��&Ӟjn:vF�d�Q�>'�r����NSYp5����
���Z(mU�r�O�#�"[EE��\����,k��M�O����i����EJ��v�mv�[�Z���%F��nE6��f��ָ�zyX�w�r��Z����
r�~���v��4�E��%�=̗��mwh�w�`�V[g��9���.sx.ť�p+���Z7���/Ahy-�o���Y�9A��(}��u��1{��GAM���ְ0�v��{�Η.3t�^��1�6�ć�1�����@��@A.��-�ɗ��I��_��:&��9��Uz�����s�SE���ʉn��;&F7LzD�*�^.�t�CUu�OJ��_XU�EsG먊+7��=�dW.r��u`��wф-o�_w�o�9�1�x���>e
��s�服j['��&���x���������0�h{^f�!I:���ð*ؠ\@fণ��I��Gc�`tav�o;p��D��}���j)}�_��܀�;���@:�f��g�H��F����e��u<ҽ���`a��	ƿW7`�+kޜ�v�NSڷ���-�ނ#��ؼ)j��KĂ��%����4��u������O�
殹�3�M��+<�w�Hn�I��D��%��g�S��������^��x���M��PK�I4dOPK��RGDefinitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.yml�]�o�����}���r�f��Mv�i�RM�6_$R������R�%�Rl'�L�ɖ�����O�)�)[r�
�B�
S�� �^i��[�g�_�?�2��+$d���ϒg�z�l�^���-��a����,x��I��뤊e��慗�{Q'^)Y���'��Bf���l��I��Tr��:�]B[Y���T�DL0*�"QL�RQ�l�4yO4�4#yA�O��Fj�/l����oUf�߰/��oƤ�$|�x��
ҪXx&�M��9�Ȉ`ؽy��Y�![��qmv���K��d��L�Ś�YN���Ў�U�X?���s�
�;01�b�W�r�Z@IRf�W^%w!eƈPnI2͎��T�r��\�b������9`�����&���]a��q��k����c����w���{B�v�ye�4���f��M�-i�?-ۊ%��=���8^@#h5u�!�a��t
�T��qA�E�?l�M���H5ؠ��0��ժ4�5@���VM��*'f�V�ԆSpl�>`����n+@������� �]�#�
�����C�T2(3Aٞ��5��Tۓ̷f�$���Mi��)ؙ�d�^lf`cCV��D�]"� ����X��؀��<��|��dCx�C>��~�׺_��]�[��[�TxŃjo�Ǚ�*��:K�N�C��lY�̓�ɠ���8���rf��y�aY
�
�I����
b��4�W܏j��$���:��(�D!�Df�5����k��k#��9ۙ�T���n��kC��qO~�̑(�S�|�Z�k
�F6��p������V�Vk�'9�Z��&�bL�2�����V�c����⃖`?'�}at_.�<��x��w�_="�(d�������_���H�Ʌ��v�$�A�b>��:�B>����Ç�>잁G�)���T��cӿ���\)i�։��a����ܫ��p���BCs�2R��nX_Hh��8v���3��6��жoN�V��^l�9^��ۗ�ݮ�_lM?��̓8�R���H�,�$�&?J�gL���4�c<��}̵޺��j�`�Ā#�Y	I�C�NH۪�6t�T�uj/Z0�K�ahc�R�q��"�����=}@�	
a=`����ð�U�Wpڂ��4�$�?�����?#���O�n�l8��(@�mdƄ��b|Wܰ�;feH��J��"I�'I�v���Y.��.#��:���s���E�KóȄi���0zQrd�,���	��N-3$Ra2�P0	�Ό��j��{�jx癐jf�#Y�!��:R�l(\�íR�u�H�)CZ�q�T�[L��9�o=�y��Wc؏��yF�@����C��]z}�RjQc%�*�;̎�|����[�R���n�|�E����y����=�[�Ia��I_�[�-~�K��;@J��t���C���6o?��X�ؐ(���U	tJl�#e��Ҿ�s�����]Y�����'�g�}�<�︪Mdɬ3��ӥ�������>1�ߺ��$:L�1[L7�]�D����,�JZ�D"�u��:�0���Ut%�İSb��~%�2`��I��{�G�2�ki�����"9f�,y!ᲈ̘���)A�L��v�Ȉ���0!�H�Q�SVg~��$�6b=d�iW��mcf�]�0v���آ�7��S�7!�s<�4=/�?�D�!t�wO�2��;��ئ�����wY����>�:�q�
��ۇ����ҿ�������.�k�4��
ȩ_)�(���5{��ZU;˥��D7;����m7N�ÙYh��v���[A��������A&�c>+�,�x!�}��NƇ:tb�.�Z��C#3&�~����Χ����?����f��4#��ǡ�-�Ou�-vJS����׌'ɦ�KB?B6��)v!��e�@n�����["`��o�x�2��ntҏ�
-꣢���F�}�5�����c��$�%��%q��ͯGHة��ͻ34����}�%�_�xID�.���/ʳ��psq�R��m��	�0����S�Bش$�@�����D���&��Md��e�4����+P(���фOk�Û�������`_����V���M2��?8��g1^��f�.��OT��I���fר�U�!�zIJ2���ëiSTb`����ރfO��^'Բ��l�PK�D��!}PK��RDDefinitions/resource-BasicclampComputeNodesHeatUbuntu18-template.yml��1o�0�w�
n�D����ڒ-:4C�d���!@�I	��QRZ���x�����|T�j�3�x�	C�C��\��,�W�m+Z��1��͎1�&\z~��a�Q(��cq���$�E
�ThY���N�iP��U��+�B�*,ʪ��,�RT�A�gq �A�
{�h���\�~r�5F����(G�FQN�
fHs�'�X�1��H�:�����u �� �Ňkþ#&wG�O~�1P��яA�:�C�dn+wEC��;�Z�Hw�?�ߕR�4��l��Ѩ}H��l��g�Xg,9,y���b��pdq�+@K�E����0���7�Ma�/���Ԣ���[����M[pΧ�wKm��aۿ	}�p?�v������)�y����ܩi���o>r�88?���������PK�ґ�\PK��R/Definitions/resource-Globalcompute-template.yml�Mo�6������ABl���[6i�6[,6{)
��F6QJTIʁ��;�$[J�7ѠƇ���<~�2R3�d��.K�@i��c�4/*ɑ"Y$��ͨ��+Bxy����|�B��2z{��t#;!9X�M������%M'FMb�?���d$Dk�@P�žW#�QFg�S�[�)]v%g����:Z�Ҵ���ְ�lr�T�XV��LĽ��!gq�J�J[b�^<@��J�c��jb��;�c5\�C�����A��s8�ݨX�������x
���Q��-�8b����D�&�
�[ȹuG��x��
f�$��{��Z�>�*�O5K�j��d�N����������_Oi*x��~��J�:����R��J����0����Z��{
�[����*a �YbҊު�ԋ���x��Գ6��V�O���[s�Tu�&^jCQ�����z���f<	~��ﭨ{�F'.+?}�ot���8�U�,n�@������c6XUc�E��
,L��IW�}oym�P����cA���cVz4���w*^7xp��@^�I(|��ဂNZ�	x�bEM�<��0a����Z�]��VX���뜤6\�O�|��z��a��BHf��
	g�}������_a��t1�yd����`�oa��z���Ӟ���'��{H�x48c�gEG،��ؓ#1�mc�4�P�+zq}��m�̋
��58Ŵ(XM=���p��i$�����-
�?���9�0[��h��?�2	�\r�j���.��ϓ�p@�2�R�Xq�jn��%sо��޻�Պ#�p�|9���:ph�Ai.�B����s�/������<�PK��K>KPK��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��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�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���Ilcж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��}3aL���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���iG��^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\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����g�-�}c��]�d���g���_��4�}R���qN�$i��)���8N�a��C���������)���ϑ�I}+q����Y���ѹ������n�j̒�A�)?��5H��'gM�L̙E$ɶq>���sѝ�9�;?��2�)�tR6�a1*��yi��@ss7?q���s�:$�8��)�˒d~��o����0
�E^��Ȯ�QDv�픛e9lUG�ְ�E���.�'i7s|8~�G+?��He�C�x�1�B�l����f�:�d7Q�'��"M$_!���_�?�|�>=;�ߪ#+���$Z���9�#ȳ0X������W#�S� H!#�t/
Ԉh�	�M���u�5����^������6~�>.v�?��ix �q��O���;��0�r?�5:�8�m��4�]NL��`g�x^\D9[�~��!��w�fز�%$����!���_���ugig��)��QL[ڧ�Q:�|ugq�~���?I:�!6م�ā�=�M�CP;7��^>^��3�g��_�Pܑ�g�C�'�ܐ-�s)���
����#I�y�Q�Gm���F��'L<�N��;~Ww��X�7��K�'O���th?˳��SO|�5��������"�$UR��N��6�rv�*��=��O�(zN���FrǛ���9���5��f$��`0��I柜���w����B�D��ߔ������>�٢v�p}q����eh�
��Grڝ�j��7��ۊ�A)M���1�ː��!C]΍dڶd���xr�X�q�>�I��<-��ca5@Ԝcq`/���<��/��
Mq
ބ���=��Q�Ҭ��۾g��$Id���N�������)��=��P��w*�F��!��ټl��5iD#�އ)��@�1Y}���^���n�4ȷ���Z���?���oa����̲R��E��,;X��^j��y~������ϙGL;�S
N�P�Fp�H[	�TȘ^j„nc4���C1���N������z���Eer��hnO���F>��Z�d����]
�a�����g�4c�g�_{||f��C�l�n�,Q	�r�iq}>�ҿv�E����0Bh��ͫE�M�z�q�*aVo����yzp3o���^E�����ުm�\���`�!w���i%5���"�N-\��X�����mYRщ�v˘�}E=�4g\Z�q�Ϻp�%8��E�4u�Nf+�K`A�!�.ە�Z⋝j������XE�N�E
���	0d�h��e#)�f����F��IƘ�W��u�jjt}�^@�
�m�5�CV�����ڿ�M����Q.�m\iJm�����aAy�(�P����4!�rT�\��,���Э�qb�\�s�a�@�|�Z���+�b����o	cc��� [�}�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�V8bQ��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�'�#DoYim�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�41K�z+��b=PyH����4���
�ZU.w�ِ���w�%������i�`�E�	�ͮ@Y�/�Q����� .x��g�r�ルi�A�����q[�� ��%�R�m���T������d�	xg�j���I���|}�p!�M�e#j�g�������ebD^ ��O�����n�ś��DY�"Ey��&`N�VG��� e���l�X��GZ����Ϡ�u)��8|�@Y��Ȥw9$N�~#�H{�6�o���8��K!n�rGm#�K�>P���t�����%�
A&��!O�3��g����X�/@�ɀ��넾T>`��d C�$%�h�>��_c����5e<'��~q��F�W|\{����?z
,S��"�GW
(]�ݕ�k�Z�)Ú��c/k��w�.��CEK����v|~]��'�T��r�r�
=Vs��Q�F�A�f�
��O]q��qgW�v�w��R���t�/T�'�u�P���0c$��a�A��j��Uq\�$��5?�[�����*>zJ�H7ŬE�v��o�E����?.��ie�@&��V2ѹ���8�Cf�8�˒��26h�E�rU��Q尔�E"D퍫:p����邞0��fP��^g�'�Iy�#}���l�"�Y�����u�	�0q�������p<��w�d!��=f,F���B����'7Ȇ�R��$��遲Tqf`����(!}H!�9'�@Y0�|s-f����\W������7�~:����݂��U�C������O��\�j���奇8�$7dX��F��x>v�Kz+�ܪ�	\��GM;*c^
PW�h��B�T��4�o�q��/����J�C~9B���9V�2�W����\M��=���<ۢU/����DیgM&�Rg�V�����c�m����h6�]���vD�R�hK�����6�cw{\���U�^�~��k�5o"QX
���zQ�\q�,�#՜�pgIPG�w.-@Co��ŶpEZ0Wt��v�KV�ŘXy���
�:	��U�Y�tƥ$��mj��2�(�,Z���J�x0�Pd独Մ��%���Z�8���
G5���zT�c�nb%a�;��o��=�NG�g].F
���u�D�f�>�fZ;�V0����"���o�)U�G����-S��@���֘_��ǩ��`��n���
���ܚ6ke�O��JQ>5ܾKPd�j(M�����x[�V�`�&�������<�u�#���Fr�IF�3V�ix6�F��j)��m`�ԧ��V�]h>��TR�C�����1yE��)m��K�:�m���9�h(��C6Ҋar�5BR��J�L��K1W���*ˡ1�>��!^g��N�b��ݠOUO豻�@/$Qf�3t�����r�w�E�hv��4���U����n��I�w�a�[�S�j��-ێ�\p��.�-�,3�w|6��Z��K1�W�܊�\��1U+g�eunڪ��&��b3W�9h20�����#u*�ipC�m2�i��K�����yhpni���*5��	XQ.�DU�b�ݹg	;>՗˲i88�lv��cT�X�Z��D�Z�-��Xo��-Ϻ�J����&"�J����~i��y��!l]�*x�T&�&T�����^�'$�}�R���ʹqM�E>�Çu���ڟU�
�o�f�����u%���,Qz�mt���f��Dv	���1���D���>�^Yz����GQ�̕��T�x���wR�P����z�}k�e^�c3-��x�56�6���kڥ6������*k[l�G�ë=_�}����Vؓ���)�C���x������Qƛ�2!f+*G�[��[�ɯq�'��e�?�d�ֲ=�c�V�/�b.a�"����D�}|Ɔ�@g�7�����-η�=����O�'̬�������1#��a;��5�������4�‚T�'H�4w��߃���.&	��r������y�yJ��e��/X
[���#9��B����:��֍z�d����/b&���sI��c�ʷúW>��G��ɐiY��zGIj�NF[�w4�'�?�����مX��@��fE�-�k0(�4��m�X��y׋E�v�m��,aG�Q�Z��`� &
Sx[xR�b1�6�0�*�������E�>ͻ��\K����p(�l/V�Ij�iv�S�����i,��{)���^K��۷Rh���R$���Ba�㽒�=a����
�a�D�H�� �Xd.�Q���g�J�`�qx�Ѩ�b	8)��K_8dž�s-���2)���b�^�4�jr�$W�>����=E#�9�$�� �?Z?�#�m�p���}���[������K�=K\���S���2b�V��������+�kq������	r�1�3��;����x<ǣ@ �0,Ty)��^�
*hY"�!�Z���ЋU�0Yd��Q]dB����(<ЬuZ4믨ѕf۸We��tQ�u0�O���`gg~����`i���=!\��–	VZ�-�A@�l�ȸ���ZZ�ݟ�_̕O7w�s����ŝ���/���!X3\��M��gzA+��x�Qv�@Yu�b�d�R+/br� �)���0������� nql�-����i���nq�l��x"n�ǖ	V��=p�nQ*����q499������c�+�k�`j��D�R��2��G���ש��"?a���i����U����}��͌l�I=���l��hŊ�"�}��%��"t�b�JLQ�a*�ŋ
2d���#��ź�ٗ�N��@e�l��Y�Q%��m��,U����G���ӱ�i�����]�!`���lȎ�*�o��MT%~fp�	�G��8vV=*�AߺX�����~^�+����1�_�Z�*��uF ZIU5�/o��R��|a\ז�Q��/�ˢG�nԍ�Ǡ�h�;�#胍 ���.���˘S���S5
�W(��������6_�BPi`���t�(aCU�hI�3`���D������*0:/,����ڹ�K3g��#ax���x��̾`MH�G�:�Ce)� a�[i�2E�=���T�#�u>�!�Q���Jit_�eI��9�d�����⼏�:Pj{=WQ�M�/*I��H���K���L��&Ir��$��sJ���Q��2Ir�=K��J�������0ZM�:2��&��46L�&6�;x��T��ඎ@MQj@TF�/Y��-Q�-Q~�Dy��i&h�ҳ���Dm>�.�t'Ve���i*~\��X�yћ)�e�ʼn�sOG-�:8j��!���v���O��x��*rJg�n���PK5n���/�tPK��R@Artifacts/Informational/OTHER/VSP_basicclamp_VSP_Information.txt�TQo�0~�~�=n��ڍ1)R5� (�`���a�&c.pjg�����9�@BR��)������\����r#��b��2"8>	����E��vD����HM�%�B��Fi0*�OB#dZmri�-}��1��]rxS��Ī
�W1�
�[��h4*���t����&�����Hbj��Ry���
Ƶ��uJ��j�S[���q����*�1
���'Z�١򖯻��n
�H�)&������UZl�da�|�ȳ���t�YLR��w�''��/D"6���g,�/�U�D��@)L�݆�"�Q$Ү
�r�N(��Գ�!�x]��K)7�{MCW�������EC!w%�0�6�ūY���^��3����i���P%Yn��j�Nh!��>ׇ4���\qF.�.��_�xU��0����ڕ&�:p�wF�zѷ�uA�W-�9�޶����#MN�i͖+y�&��*|_�_��-u�!Y^��3v�+�,�k���u�F0M��Ė��0�b>
_�����VVI.w�|����z�_?�����|��"�H���b�~۹|��mE����:���:hPO�{y�zh�ܫ}�_�PK0�^@�PK��R,Artifacts/Deployment/HEAT/base_ubuntu18.yaml�Wmo�6��_qk�`/��]Q�C�"m�bK�E�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B�<��?	&?���F	�Xe��
�a�+!A���"�|���TL�w)̥�w�/oF#�5�В�hpWhy�-�B��lUA�|�rB;$�])��X-�?H���Q9�?j��a�
�3&���/��K^€ҲI��9�dR�x��*�0�%\m�t�����6�g�D��*%�ϙ�����[��q�[����>C(\�]�c����A���<�&�<��Gp_z`Odr^��+�?4�h�b�nq��즘�"�u	��5�gNS����R����]�M��¥d_������l�$��2�T�="��)����%�'}
�櫋��>��$��bI1�-%_��~x5���]����_-s5��V�+���;�������#��l����i���F���Q��˧[/��j+*u�������ľڬ����
�$�q\˒G�o���B���9�4�p7���@6���Y�3n�:���o�S��gXPUz������B:�
rը��|��Foޝ���%2�E�9�7��V��2Z�[hY�N����*"��a�:�@�[%���Z��'�,�y.4=Y&�?j��3IQ��sq�d����3%+�{"��:���nC����3~��ξغ�3��g+����e2�ߛ���;�{��Ӷ��;V�^�m�:��|�go+�N:>^�Z��VN���q�2���i{a���p�]8yHq[��M�H���7�6��0~��)?X��k��e
���
VG��c���6e�����QC��zM��ܭ���Y{��5D��ˇ*q�^?O�B����g�9�{�5wm��D�\<-����iWv�����ζ��N�:���������0-;ہ3�
m\ht��*4w���n�d���Je�xۏ��K�x�T
;����G��B�ߘ�t�ʼnW98�����~ʻ��yAk �n��-Ʒ�8��CDpz�>&�B-4O��a���PM�4rc� �����T�KkiT�!�,�٘���2�*��5�mP�	h4�vL���XA�a�_��z��d��?��Y�W����!]�؁���
M,1�?��I,?��R�R��1a��p!�q��y��p��,M��3��\V�x���+�i9*ni�|�p3�	�J����Xi�����u-,�brSh���U���ZU�q�<�	��Q�v%&ETp�59��&���={�[�$w���F;|�&=�������`@U&_�_7�-+�V�鋐:5�j��Dy�������ؐF�PK��
'V�PK��R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
1�_E�ގ^��U���Z�?�*��.ꂂ��|$$�P�6G5�tt�isg�~��c���
fe��fH�d�)��o�>{��)��)��i�oPF���3UZN�1��|����V���'PK��Ax�PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU��� �_���Ě�P^��e�&����k�g��̨�1�"�J,$K��	>�g�n-?N�S�H�B�,`�E�����j�hSa�ҳ�+z���*���]�6�$�(���VLc?;7�ING��)G�m��RҖ�õ�>���PK|^$��PK��R�R�B4E	csar.metaPK��R����kTOSCA-Metadata/TOSCA.metaPK��R0��]V,=Definitions/resource-Basicclamp-template.ymlPK��R��|�
l�6fDefinitions/resource-Basicclamp-template-interface.ymlPK��R�V���(�Definitions/resource-Extcp2-template.ymlPK��R��Ze&Definitions/resource-Port-template.ymlPK��R�=��
)�!Definitions/resource-Compute-template.ymlPK��R�~�i�,�%Definitions/resource-Novaserver-template.ymlPK��R��!ۄY/.+Definitions/resource-Securityrules-template.ymlPK��R�#GQ�
..Definitions/resource-Extneutroncp-template.ymlPK��R��/Hk�,�2Definitions/resource-Globalport-template.ymlPK��R�I4dO=�7Definitions/resource-BasicclampNodesUbuntu18cvfc-template.ymlPK��R�D��!}G DDefinitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.ymlPK��R�ґ�\DIMDefinitions/resource-BasicclampComputeNodesHeatUbuntu18-template.ymlPK��R��K>K/[ODefinitions/resource-Globalcompute-template.ymlPK��R+�@j5���SDefinitions/data.ymlPK��R�'}8��Definitions/groups.ymlPK��R0?��@@c�Definitions/policies.ymlPK��R���C&�Definitions/annotations.ymlPK��R�����X�Definitions/relationships.ymlPK��R2ea�
c�Definitions/artifacts.ymlPK��R�H�v~(��Definitions/capabilities.ymlPK��R8��n�Definitions/interfaces.ymlPK��R5n���/�tg�Definitions/nodes.ymlPK��R0�^@�@��Artifacts/Informational/OTHER/VSP_basicclamp_VSP_Information.txtPK��R��
'V�,N�Artifacts/Deployment/HEAT/base_ubuntu18.yamlPK��R��Ax�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R|^$��4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKi	��
2021-04-14T03:19:25.448Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-14T03:19:25.448Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b6929cef-86f0-4486-8a42-17c7326f34e7/toscaModel|INFO|500||InvokeReturn
2021-04-14T03:19:25.523Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-14T03:19:25.524Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-04-14T03:19:25.524Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||VFCustomizationUUID= a302ce08-b78f-4997-88cd-0cab37ddee48
2021-04-14T03:19:25.524Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a302ce08-b78f-4997-88cd-0cab37ddee48 matches Tosca VF Customization UUID: a302ce08-b78f-4997-88cd-0cab37ddee48
2021-04-14T03:19:25.524Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||vfCustomizationUUID: a302ce08-b78f-4997-88cd-0cab37ddee48  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-14T03:19:25.527Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:25.527Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:25.528Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||resource request for resource customization id a302ce08-b78f-4997-88cd-0cab37ddee48: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-04-14T03:19:25.528Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c95a86f
2021-04-14T03:19:25.528Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:25.529Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T03:19:25.529Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 226d17da-32fe-46c0-87c7-1ba65bad325b
2021-04-14T03:19:25.529Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 226d17da-32fe-46c0-87c7-1ba65bad325b
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-14T03:19:25.531Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:25.531Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-14T03:19:25.532Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:19:25.532Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:25.532Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-14T03:19:25.532Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:19:25.532Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:25.533Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-14T03:19:25.533Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-14T03:19:25.533Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-14T03:19:25.533Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e503cff3-dc3f-4973-8801-6f695dfad0fa
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-14T03:19:25.535Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:25.535Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-14T03:19:25.535Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:19:25.535Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:25.535Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-14T03:19:25.536Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=a302ce08-b78f-4997-88cd-0cab37ddee48
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-14T03:19:25.538Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:25.538Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:25.538Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1724c913-2cac-4865-961f-9315b9c050b8: basicclamp
2021-04-14T03:19:25.538Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:25.538Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:25.538Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:25.539Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:25.539Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:25.539Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:25.539Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:25.539Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:25.539Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:19:25.539Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:19:25.540Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_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-14T03:19:25.600Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp fe2fd17e-d8ac-4ee1-8cdc-b1911acf6667 1 ASDC deployResourceStructure
2021-04-14T03:19:25.600Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-04-14T03:19:25.600Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-14T03:19:25.600Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:19:25.601Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:25.602Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:25.602Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370365600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:19:25.703Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:19:25.704Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:19:25.704Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:25.717Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:25.717Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:19:26.603Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-14T03:19:26.604Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-14T03:19:26.604Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:19:26.604Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:26.606Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:26.606Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370366603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-14T03:19:26.706Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:19:26.707Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:19:26.708Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:26.720Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:26.721Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:19:27.607Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-14T03:19:27.607Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-14T03:19:27.607Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:19:27.608Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:27.609Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:27.609Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370367607,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-14T03:19:27.709Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:19:27.710Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:19:27.710Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:27.771Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:27.772Z||pool-82-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:19:27.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.71.142
2021-04-14T03:19:28.610Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-04-14T03:19:28.611Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-14T03:19:28.611Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:19:28.612Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:19:28.614Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:19:28.614Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370368610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:19:28.715Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T03:19:28.718Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:19:28.718Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:19:28.729Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:19:28.730Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:19:29.615Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b989ea3-f775-4255-82ff-a04990dee843
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:19:29.623Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b989ea3-f775-4255-82ff-a04990dee843
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-14T03:19:29.625Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:19:29.625Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-14T03:19:29.625Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-14T03:19:29.625Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-14T03:19:29.625Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:19:29.626Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:19:29.626Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:19:29.626Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:19:29.626Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:19:29.626Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:19:29.626Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:19:29.626Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||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-14T03:19:29.693Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-14T03:19:59.694Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b989ea3-f775-4255-82ff-a04990dee843 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-14T03:19:59.699Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b989ea3-f775-4255-82ff-a04990dee843 and serviceModelVersionId: 1724c913-2cac-4865-961f-9315b9c050b8
2021-04-14T03:19:59.700Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 12f3d6a9-0e1d-4ced-9606-c28b03ac0d6c
2021-04-14T03:19:59.700Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/12f3d6a9-0e1d-4ced-9606-c28b03ac0d6c/model-vers/model-ver/1724c913-2cac-4865-961f-9315b9c050b8?depth=0
2021-04-14T03:19:59.724Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-14T03:19:59.767Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/12f3d6a9-0e1d-4ced-9606-c28b03ac0d6c/model-vers/model-ver/1724c913-2cac-4865-961f-9315b9c050b8?depth=0|INFO|500||Invoke
2021-04-14T03:19:59.767Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/12f3d6a9-0e1d-4ced-9606-c28b03ac0d6c/model-vers/model-ver/1724c913-2cac-4865-961f-9315b9c050b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/12f3d6a9-0e1d-4ced-9606-c28b03ac0d6c/model-vers/model-ver/1724c913-2cac-4865-961f-9315b9c050b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b989ea3-f775-4255-82ff-a04990dee843], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f897e97e-ba89-4dbf-aa6e-4cdd7ac7e3d9], X-ECOMP-RequestID=[5b989ea3-f775-4255-82ff-a04990dee843], X-TransactionId=[], X-ONAP-RequestID=[5b989ea3-f775-4255-82ff-a04990dee843], Content-Type=[application/merge-patch+json]}
2021-04-14T03:19:59.785Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/12f3d6a9-0e1d-4ced-9606-c28b03ac0d6c/model-vers/model-ver/1724c913-2cac-4865-961f-9315b9c050b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-14T03:20:00.494Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/12f3d6a9-0e1d-4ced-9606-c28b03ac0d6c/model-vers/model-ver/1724c913-2cac-4865-961f-9315b9c050b8?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/12f3d6a9-0e1d-4ced-9606-c28b03ac0d6c/model-vers/model-ver/1724c913-2cac-4865-961f-9315b9c050b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210414-03:19:59:789-55227], vertex-id=[262160], Content-Length=[0], Date=[Wed, 14 Apr 2021 03:19:59 GMT], Content-Type=[application/json]}
2021-04-14T03:20:00.495Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/12f3d6a9-0e1d-4ced-9606-c28b03ac0d6c/model-vers/model-ver/1724c913-2cac-4865-961f-9315b9c050b8?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-14T03:20:00.496Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/12f3d6a9-0e1d-4ced-9606-c28b03ac0d6c/model-vers/model-ver/1724c913-2cac-4865-961f-9315b9c050b8?depth=0|INFO|500||InvokeReturn
2021-04-14T03:20:00.496Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-14T03:20:00.496Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||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-14T03:20:00.500Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||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-14T03:20:00.500Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b989ea3-f775-4255-82ff-a04990dee843 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-14T03:20:00.501Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-14T03:20:00.521Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:00.523Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:00.523Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370400501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:20:00.623Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:00.624Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:00.624Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:00.638Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:00.638Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-14T03:20:01.534Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-14T03:20:01.535Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7c6b0ec-5575-477e-bc30-83aae1b4a913","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"66ba79fa-b60d-4a3a-94f0-2ce491850334","serviceDescription":"service","serviceInvariantUUID":"23cb39f9-ad54-41ef-ad86-dffdafa9a51b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3066258e-391b-4fa8-88a8-d6f499deb3bf","resourceInvariantUUID":"8d4fa05e-ecb4-433b-a108-0885365b720d","resourceCustomizationUUID":"5f69265d-0563-43cb-bd0a-a731b68b4051","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":"MmM4MWI5MGJmYjYzM2UwNjMyYWNiODU3Yzc1MTRjYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"76e747a2-ff68-4c64-9d3a-4e4cf7a53795","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":"c59c463a-e8c9-498d-8b84-b55531d3e771","artifactVersion":"2","generatedFromUUID":"3c5552ea-a58d-4c8f-bde3-83fb092705ac"},{"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":"3c5552ea-a58d-4c8f-bde3-83fb092705ac","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":"ZTUxMzhiMjk5ZTY1ODhiMmNhNjVlMjlhNzk3ZGEyMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ae5da760-9d67-4a64-b770-3ee963d1ff03","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":"c5c019f2-0d64-4c68-a4e6-410d52d2549c","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":"a6cda0cc-fb6c-421b-8123-9564e1ca4230","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":"140ccd96-f94b-49a8-9a4f-f076c0e32f2d","artifactVersion":"2","generatedFromUUID":"c5c019f2-0d64-4c68-a4e6-410d52d2549c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDg5Mjk1ODRmYjcwNjgyY2IxZTU1ZmJkNWEyMDE3MTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e08c140-2361-412b-838d-aa519c64e1fa","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MmYxZGI0NGRhMTZiOTJhMDhlOWIwNzdlY2RmOGZiNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"797fbf02-5701-465d-8162-d12909a944a6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-14T03:20:01.535Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:20:01.536Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:01.538Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:01.538Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:20:01.638Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 17 ms
2021-04-14T03:20:01.639Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:01.639Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:01.650Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:01.650Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:02.621Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:20:02.622Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:02.624Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:02.624Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-14T03:20:02.726Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-14T03:20:02.727Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:02.727Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:02.737Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:02.738Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:03.625Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:20:03.625Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:03.627Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:03.627Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-14T03:20:03.727Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:03.728Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:03.728Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:03.739Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:03.739Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:04.628Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:20:04.629Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:04.631Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:04.631Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:20:04.731Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T03:20:04.732Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:04.732Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:04.744Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:04.744Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:05.632Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:20:05.633Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:05.634Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:05.635Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:20:05.735Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:05.736Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:05.736Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:05.746Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:05.746Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:06.635Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:20:06.636Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:06.638Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:06.638Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:20:06.738Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:06.739Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:06.739Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:06.750Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:06.751Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:20:07.638Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:20:07.639Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:07.641Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:07.641Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-14T03:20:07.741Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:07.742Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:07.742Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:07.754Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:07.754Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:08.642Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:20:08.642Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:08.645Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:08.645Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:20:08.745Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:08.745Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:08.746Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:08.758Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:08.759Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:09.645Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:20:09.646Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:09.647Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:09.648Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:20:09.748Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:09.748Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:09.748Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:09.760Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:09.761Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:10.649Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "66ba79fa-b60d-4a3a-94f0-2ce491850334",
  "serviceDescription": "service",
  "serviceInvariantUUID": "23cb39f9-ad54-41ef-ad86-dffdafa9a51b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "5f69265d-0563-43cb-bd0a-a731b68b4051",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3066258e-391b-4fa8-88a8-d6f499deb3bf",
      "resourceInvariantUUID": "8d4fa05e-ecb4-433b-a108-0885365b720d",
      "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": "c59c463a-e8c9-498d-8b84-b55531d3e771",
          "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": "3c5552ea-a58d-4c8f-bde3-83fb092705ac",
          "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": "ZTUxMzhiMjk5ZTY1ODhiMmNhNjVlMjlhNzk3ZGEyMjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ae5da760-9d67-4a64-b770-3ee963d1ff03",
          "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": "c5c019f2-0d64-4c68-a4e6-410d52d2549c",
          "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": "140ccd96-f94b-49a8-9a4f-f076c0e32f2d",
            "generatedFromUUID": "c5c019f2-0d64-4c68-a4e6-410d52d2549c"
          },
          "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": "140ccd96-f94b-49a8-9a4f-f076c0e32f2d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MmYxZGI0NGRhMTZiOTJhMDhlOWIwNzdlY2RmOGZiNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "797fbf02-5701-465d-8162-d12909a944a6"
    }
  ],
  "workloadContext": "Production"
}
2021-04-14T03:20:10.649Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-14T03:20:10.649Z|5b989ea3-f775-4255-82ff-a04990dee843|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 66ba79fa-b60d-4a3a-94f0-2ce491850334 ASDC
2021-04-14T03:20:10.650Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c7c6b0ec-5575-477e-bc30-83aae1b4a913
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:66ba79fa-b60d-4a3a-94f0-2ce491850334
ServiceInvariantUUID:23cb39f9-ad54-41ef-ad86-dffdafa9a51b
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:797fbf02-5701-465d-8162-d12909a944a6
ArtifactChecksum:MmYxZGI0NGRhMTZiOTJhMDhlOWIwNzdlY2RmOGZiNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:5f69265d-0563-43cb-bd0a-a731b68b4051
ResourceInvariantUUID:8d4fa05e-ecb4-433b-a108-0885365b720d
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:3066258e-391b-4fa8-88a8-d6f499deb3bf
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:c59c463a-e8c9-498d-8b84-b55531d3e771
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:3c5552ea-a58d-4c8f-bde3-83fb092705ac
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:ae5da760-9d67-4a64-b770-3ee963d1ff03
ArtifactChecksum:ZTUxMzhiMjk5ZTY1ODhiMmNhNjVlMjlhNzk3ZGEyMjc=
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:c5c019f2-0d64-4c68-a4e6-410d52d2549c
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:140ccd96-f94b-49a8-9a4f-f076c0e32f2d
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:140ccd96-f94b-49a8-9a4f-f076c0e32f2d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-14T03:20:10.650Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66ba79fa-b60d-4a3a-94f0-2ce491850334 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-14T03:20:10.727Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:20:10.728Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:20:10.728Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:20:10.729Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 797fbf02-5701-465d-8162-d12909a944a6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-14T03:20:10.729Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:20:10.729Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-14T03:20:11.295Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:20:11.299Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 797fbf02-5701-465d-8162-d12909a944a6 66801
2021-04-14T03:20:11.299Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:11.299Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:11.299Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:20:11.300Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:11.302Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:11.302Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370411299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:20:11.402Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:11.402Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:11.403Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:11.414Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:11.414Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:12.302Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:20:12.304Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:20:12.304Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||Trying to write artifact UUID: 797fbf02-5701-465d-8162-d12909a944a6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-14T03:20:12.305Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-14T03:20:12.305Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-14T03:20:12.305Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-14T03:20:12.402Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8101971722352795058/Definitions/service-BasicCnf-template.yml
2021-04-14T03:20:12.859Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.76.199
2021-04-14T03:20:13.272Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-14T03:20:13.272Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-14T03:20:13.272Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-14T03:20:13.272Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-14T03:20:13.272Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:13.272Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:13.273Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:13.273Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:13.273Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:13.273Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-14T03:20:13.273Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:13.273Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:13.273Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-14T03:20:13.273Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-14T03:20:13.273Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:20:13.274Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:13.274Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:13.274Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-14T03:20:13.274Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-14T03:20:13.274Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:20:13.274Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:13.274Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:13.274Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:13.275Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-14T03:20:13.275Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-14T03:20:13.275Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-14T03:20:13.275Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-14T03:20:13.275Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:13.275Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T03:20:13.275Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:13.275Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-14T03:20:13.275Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:20:13.276Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:13.276Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-14T03:20:13.276Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:20:13.276Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:13.276Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-14T03:20:13.276Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:20:13.276Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:13.276Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-14T03:20:13.276Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-14T03:20:13.277Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=22ca2256-43a1-4fcf-aa71-548611e85f5a
2021-04-14T03:20:13.277Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:13.277Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:13.277Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:13.277Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:13.277Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:13.277Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:13.277Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:13.277Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:13.277Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:66ba79fa-b60d-4a3a-94f0-2ce491850334
Model Version:NULL
Model InvariantUuid:23cb39f9-ad54-41ef-ad86-dffdafa9a51b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:857a24d8-9c58-415c-be54-1e0efb124e41
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8d4fa05e-ecb4-433b-a108-0885365b720d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5f69265d-0563-43cb-bd0a-a731b68b4051
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2193a418-bfa5-4d63-ba5d-64e4740beabe
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3057a515-d33f-4665-9b08-1994327fbe3d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:22ca2256-43a1-4fcf-aa71-548611e85f5a
ModelInvariantUuid:c1be2df3-ae70-4481-82bd-db858db5a3e8
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:d3d47a78-1bc5-48ba-84e7-dbd53797f51c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:083b0b27-8ace-4736-a3a8-5d341ead8612
ModelInvariantUuid:2b585f2d-f392-4039-aad1-8fae05f18b36
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:4778c028-c5c7-4d3d-9c8a-5d3bb386c3d8
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-14T03:20:13.282Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 3066258e-391b-4fa8-88a8-d6f499deb3bf
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-14T03:20:13.284Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||basic_cnf 0
2021-04-14T03:20:13.284Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3066258e-391b-4fa8-88a8-d6f499deb3bf
2021-04-14T03:20:13.284Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: c59c463a-e8c9-498d-8b84-b55531d3e771 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-14T03:20:13.284Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:20:13.284Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:13.811Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:20:13.811Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c59c463a-e8c9-498d-8b84-b55531d3e771 12
2021-04-14T03:20:13.812Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:13.812Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:13.812Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:20:13.812Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:13.814Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:13.814Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370413811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:20:13.914Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:13.915Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:13.915Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:13.926Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:13.926Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:14.814Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c5552ea-a58d-4c8f-bde3-83fb092705ac from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-14T03:20:14.815Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:20:14.815Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:15.992Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:20:15.992Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3c5552ea-a58d-4c8f-bde3-83fb092705ac 2688
2021-04-14T03:20:15.992Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:15.993Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:15.993Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:20:15.993Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:15.995Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:15.995Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370415992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:20:16.095Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:16.095Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:16.096Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:16.108Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:16.108Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:16.996Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: ae5da760-9d67-4a64-b770-3ee963d1ff03 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-14T03:20:16.996Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:20:16.996Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:18.645Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:20:18.646Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:20:18.646Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:18.663Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:18.663Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:20:18.664Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-14T03:20:18.664Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:20:18.664Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:20:18.664Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:20:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:20:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:20:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:20:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:20:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:20:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370242974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:20:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:20:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:20:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370245384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:20:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:20:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:20:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370246564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:20:18.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:20:18.721Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:20:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370247727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:20:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:20:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:20:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370249741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:20:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:20:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:20:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370250744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-14T03:20:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:20:18.722Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:20:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370251748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-14T03:20:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:20:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:20:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370252751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:20:18.723Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:20:19.582Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:20:19.582Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ae5da760-9d67-4a64-b770-3ee963d1ff03 828
2021-04-14T03:20:19.582Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:19.582Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:19.583Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:20:19.583Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:19.584Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:19.584Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370419582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:20:19.684Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:19.685Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:19.685Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:19.694Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:19.694Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:20:20.585Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "2193a418-bfa5-4d63-ba5d-64e4740beabe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3057a515-d33f-4665-9b08-1994327fbe3d",
    "vfModuleModelCustomizationUUID": "fd9e5e6c-9d2d-4e68-88cd-c0af7e518e78",
    "isBase": true,
    "artifacts": [
      "3c5552ea-a58d-4c8f-bde3-83fb092705ac",
      "c5c019f2-0d64-4c68-a4e6-410d52d2549c",
      "140ccd96-f94b-49a8-9a4f-f076c0e32f2d"
    ],
    "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-14T03:20:20.590Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3057a515-d33f-4665-9b08-1994327fbe3d
VfModuleModelInvariantUUID:2193a418-bfa5-4d63-ba5d-64e4740beabe
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c5552ea-a58d-4c8f-bde3-83fb092705ac
,
c5c019f2-0d64-4c68-a4e6-410d52d2549c
,
140ccd96-f94b-49a8-9a4f-f076c0e32f2d

}
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-14T03:20:20.595Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "2193a418-bfa5-4d63-ba5d-64e4740beabe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3057a515-d33f-4665-9b08-1994327fbe3d",
    "vfModuleModelCustomizationUUID": "fd9e5e6c-9d2d-4e68-88cd-c0af7e518e78",
    "isBase": true,
    "artifacts": [
      "3c5552ea-a58d-4c8f-bde3-83fb092705ac",
      "c5c019f2-0d64-4c68-a4e6-410d52d2549c",
      "140ccd96-f94b-49a8-9a4f-f076c0e32f2d"
    ],
    "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-14T03:20:20.595Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3057a515-d33f-4665-9b08-1994327fbe3d
VfModuleModelInvariantUUID:2193a418-bfa5-4d63-ba5d-64e4740beabe
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c5552ea-a58d-4c8f-bde3-83fb092705ac
,
c5c019f2-0d64-4c68-a4e6-410d52d2549c
,
140ccd96-f94b-49a8-9a4f-f076c0e32f2d

}
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-14T03:20:20.595Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: c5c019f2-0d64-4c68-a4e6-410d52d2549c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-14T03:20:20.595Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:20:20.596Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:21.642Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:20:21.642Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c5c019f2-0d64-4c68-a4e6-410d52d2549c 1164
2021-04-14T03:20:21.643Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:21.643Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:21.643Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:20:21.643Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:21.645Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:21.645Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370421643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:20:21.745Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:21.746Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:21.746Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:21.758Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:21.758Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:20:22.646Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 140ccd96-f94b-49a8-9a4f-f076c0e32f2d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-14T03:20:22.646Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:20:22.646Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:23.188Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:20:23.188Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 140ccd96-f94b-49a8-9a4f-f076c0e32f2d 200
2021-04-14T03:20:23.188Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:23.188Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:23.188Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:20:23.189Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:23.190Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:23.190Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370423188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:20:23.291Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:23.291Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:23.292Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:23.301Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:23.301Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:24.191Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Preparing to deploy Service: 66ba79fa-b60d-4a3a-94f0-2ce491850334
2021-04-14T03:20:24.191Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3066258e-391b-4fa8-88a8-d6f499deb3bf 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-14T03:20:24.196Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:24.203Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:24.203Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:24.203Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Processing vnf with UUID: 857a24d8-9c58-415c-be54-1e0efb124e41 
2021-04-14T03:20:24.203Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Will get resource from SDC using resource id: 857a24d8-9c58-415c-be54-1e0efb124e41
2021-04-14T03:20:24.204Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel to get resource 
2021-04-14T03:20:24.205Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel
2021-04-14T03:20:24.205Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel|INFO|500||Invoke
2021-04-14T03:20:24.205Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-14T03:20:24.205Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel
2021-04-14T03:20:24.205Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel|DEBUG|500||Method      : GET
2021-04-14T03:20:24.206Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/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:"c7c6b0ec-5575-477e-bc30-83aae1b4a913", X-RequestID:"c7c6b0ec-5575-477e-bc30-83aae1b4a913", X-TransactionID:"c7c6b0ec-5575-477e-bc30-83aae1b4a913", X-ECOMP-RequestID:"c7c6b0ec-5575-477e-bc30-83aae1b4a913", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"81828d13-b2cf-4373-a029-7ea378139d4e"]
2021-04-14T03:20:24.206Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel|DEBUG|500||Request body: 
2021-04-14T03:20:24.206Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel|DEBUG|500||==========================request end================================================
2021-04-14T03:20:24.448Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-14T03:20:24.448Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-14T03:20:24.448Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel|DEBUG|500||Status text  : OK
2021-04-14T03:20:24.448Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicCnf-csar.csar"", Content-MD5:"OGQyMWNmMzI3NjllNmI3NDc4YmVjYTM3ODc1NjVmYWY=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"c7c6b0ec-5575-477e-bc30-83aae1b4a913", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-14T03:20:24.452Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel|DEBUG|500||Response body: PK��R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM��
�0Dw}�@I�zK�vk
M�.R�l꿯nj��w��\܈V»�o��'�f�.���u&�̤���Z�(�T�B�$7�\�ʻ�M(֜B���o�'*~s��r<�ْ4�Ȋa*�����E� �S�ܖ\����>c�E��D/ISa��7v�h�����&�N%G��s��%�+Ip'��U���z]�P�v#bqN�T_fI���=YN!��w
}?�4*)N���%�_8�3'
��3|��{��k�\�w��4���LL�.���ӹ�y��7�s�����O�I��_�"��+��6"�s��D���!I�p�B19^�jT&# ,#�z�����#K]qY�zʩo��Չ��eQ��`YT�JTi
K�D{il�xŝ�,/r�G���A�Z����銄k��v�gg���'��;wG|���,dM�-���.rv>F;�n�����~�vP�E�''�K���
�j�nஂm�A�0���uvۦ;7tq�_ߋ��_�Z�v�X�i�랈��>��7�[,���ά�fp\�9�ˍ�§�OO�j�[����}�H�q2�u�A&��mHҜS����Ɉ����zx�fA���9MP�	A굩֋0�����_u}	]�ń��.8*�o�Lȃ��A����,4�OZ��gN{@8C���g/�)�����x_��R��ϐ���D
�~lt��t���E�C[���&<�=(,�򣭱.
um&�xM��D�z�r��FT�b��c��A�� YV�������X�(J�_�4���&d���b�a�$��Eg���:(�|��i��¿�95����[8���K�Ƨ����H�������hƊ����A��o?���{�0bx%�8[�u�8
�v�$����j]w|Ԥ2z��d*��R�̅Sa*>��%$�/W6��&D���#I��&dOh�߸+��,�z������k9�%A�Q�q�U�/w�ron�T�.�f��~;sx��b��c�i!����;%Z{�[Ϊ�-V���9J��Vk���fV��r��.d-Gx�5�S��K	#{V�P�K3s~�ݼ��k��;��E٬��.A�:[g�S�S3��_/�-vm���d�q�����Y���O�����
��y�Sz>���LC��@
$��0ҙ`]���}�D���QpT~S���8�r�����+�>�Y|,5����w���v�I����zB
Y��s��ũ)�@�n/��g|�`X�
��r	Tu#�h�f@�ń7��j�>���b�f�c�eh,І�sXa0Ú��^P����?��kH�k��2��{ѻ,�wf����=��a-�!����
�׀���e��+�(ӏؑ�t/�B;1�ߛ��
���z���̭�^:�H����CC�cRʸUlt�2�GC~�4Cw�Q�1�{�K&���U�G�{��^�)aWď7���M
��bf��6�u���o/�}!�}�L;:��9A?32F��`��VE�s
�0ԩV���{��:�C'�Jo5wl{1ur1�mu�^� �s��kj��#�^v�q�%u�;jd�k��~����f�cj�/���@��L���/��Qe��G��0W9�������0��B}��>ܘU}��M��]�}
��V�h����j=�E�@���,҇5u�7���Ī�)+jO<�PK��2�	}6PK��R4Definitions/resource-BasicCnf-template-interface.yml�\K��(����q��V�5�~�4��Mό�Z��8A��8��_�8��؝Ǵ�bEN����*��Fj�QFs&�aRh��J��,1�fE�)Zィkt}�2zvq��Q�H��3Ng� ]nf�`�.�la}����N�U��uUE9vc[��S�s���P����%��RrFv�ܔ�U��x��Z�bW�N53�j�ʒ
JdQ��jY)B�U��b�ȝȽ��*��ʕ,fC��\��I=�?>�����j�W��rTȬ��lSf��q��,��������{t�'zz���԰��%��V3M+���%W,�Y2_'����S1E�Y�c�i]�_X�J�
bB,s@!"E��r�zFhTEwF5��S,t(r$p���$��-_�^7�붫����kr`4��L|A��4[�͵���������Ay%HW
'�E%9�
/������ׇO��7�n���0������_�p%LOg�;]0a肪C4�AL(�IXL�3��b�Xa��Ҍ�U9���m�ĉL��#XyJ��<��[�xs'�%�4��4\��s���M5��ߓ��e���^}-��P�8�3�0���ӯr���*]
�"����x�=�M��3й��X����U�����9��A;��*�����qT{�E:3t��0dA�g�5��Ѣ�.
I1)��P����L���C� ��
&�bܝ��docܟ��Ni7���=��>>8�;)f�e&�P����?�y��yŊށ�JA�9D�@�[ճ�v�a�9���H���	
�9V��7�u��i���a}=$��x����9޾5s.��ڑ�-�ᬶ@=����ƌ6��Т��g���Gj�[�ł=���%Er�E��Шa�.M�17�#G�'c�"@GR����&�.I��i�H�h�
���$#9�|&abl2���ۜŌ��pá����7L�lB<��s�����á�}^X�#�9���
�����[���I�)C��Ib�:'��i���֖�B�$��0��w�5��i"�\W-�r�QP���E��T�5��_òkì󍇯Rn}l���j��߻��'�?5{h�#
���`����ɲh
�s��a�<�A�0W/��o��?PK��A52^PK��R)Definitions/resource-Compute-template.yml�VKo�8��W̭ۃ�~����.zhR$u/��@�#�Z�r���J�"m]�������8�͋d���L`!�����yZ�j���T��V�4��4&X`�@�s���^��Ja9]-f��2��E2��2�q9Mx���r>�'�9�j��ի3,")��H�7y�X.�Z��٫��	l��.�.��z�dj��X:�h���`']�h��J�Q��QTcxg
�4�����e!Q}�-|���A*9B�	,PzD�:X
[HJ��t#wh��?�t�kB��ʕ�������LA���/�l�Ȍ9�{4R:���`�
�>Y�@z��Y�Q{"ŭ&J�	�1��Ͷ|\~XS)B�ں=Ph
�cJxؗT�Oo/i�Y�
R�
:�I��QL	v��U�(�	(KQf>X�6�,��.��ѐ�C�'���c�������5t:X��y�_��m���_PK�=��
PK��R,Definitions/resource-Novaserver-template.yml�WKs�6��W��� ժ���͕�FW��uh�����X��t�߻�e˕�fzjr�������e<�K-�4�%�?Ḟ''�RAR�B%�dpT��{>:bL���k��8���a�>�q�ao(��z��z|x"�NN�0��"��Iz�
ߝ��Y����	��=���n ����1k^��M͂߃EhH�2+K@�Ai����qf�+f,[H�+�,x6���t�Mtnl�I��2�K�9��)���F[J�X
�r��
����j�s��:�Ј��JZ( �f�T�����j%�L����_��!���A�VRZ��,� ��+,]���3���虪Tf
�$�#Qq�6x�>b��
ck��)���1�.1O����q3d�A���\���`�r��|e)��S����#v3��e�RՒ+Dl�3^�T*l�M�.�a��B��\��
�̚j�+R���(�=3�����Qo��C��l����Yߔ�$L~�oC�_�Y?Fe����ckE�X]X�"ɭ)F��4-ӈ�ߘ�ic2�[�]W,c\R'%w+J��h�Y7���&��D.�1/�ai�`�|@�����G,��Ak=���N�
����3��dX;��N�ہ@|v�Ur}rI�H���:���H=>CVQF�:���{E�����v`!�-���i
�:	�����A�-�֤�������ka]%R4�i����7Z�d&b
�鲴���FM��"1��3�
��v���QE��
�r��ɥہ�1�l��lE�4�F�V.g����y(�v�'E�gA�=f��"nu̜V����A��3X/_K/>Q��zt����A8K�3�����*�kFԙ�/�J���NЎ�-n��\_'�WwOWw����R�@Sk퉛�J	�����v��.-��]��ʆ>�{Q�Cq�'�.ȅ�������z-4��a��1�hB�O���!�aL�ۨ��i�[��x}�X�a�~�9Vخaq訌��]cKRT
��׸q��+���qo�U����\�i�� �����ʸ!�~�سq�PK�~�i�PK��R8Definitions/resource-BasicCnfNodesDummycvfc-template.yml�ZKW�:��+�c�B�f�Rh9��hY܍�l�A���kɔ��ߑ_�l���,8X���olI.�$��Jʙ�^I&���#�)A�4&�'�7��g	�8�o���W�Q��_w�7N0��e-&��\�s�^�!
}w��
/�\%q��k�v��Vh���K��p�XXG�y�'d��X��X����y��_#E�AFSY�|͕�o�"s�.�?/X:T8� ���È��_1G��|"��>�^�C�%��l�q�F2��������@�xFϳ�<�ғE`C��!x$1��:��.�;��@��!O|������<�bs���erljhJ;�&�;�5X�8�>���&�>^�f$�E��Ԡ5&*�m�s����SӠ�d=V�`Ƹ,��T�p�Wi(�	�2I��T������Y���>+�@1I���s��g�V.ɬ\��`Y.޿hy]2�~�b�f��Z�?�2�*TM�b�W—��8�V�
))�����pm�\˷;�-�V��i�\H�2!�f���^�YD�yV<��*�#��jP��j�LR�s�!V�e俜f$�8�EIɢ��r��J^H[ʶ��U�¯�^��Bb*dG��&a2�y"x!I�Y��+x�9e!y�^q��Ζ/��T\nI�i��N	q
!���A��B%$���pT��J`�'��쉪{��l��
��4?$�ͫ���;���h�'+j��<�n�G%g$8`3�|�Dm�۪�6k�n(�l;�)�)�YS�g�Mo�8�gm*�&^�W�Y����j�Ǜ$� ue]M,{��	<�|uJ�7CbX�#�q��ʍ�_����TTP=^gO��m�x�uB���	ؓ&xK�0'�*BO����⤄pN��J0a
̀�_���ï��`d*wSm�
,�t����
���?r�� �9�މx�ԯ�dRGu��n�3���97�l�5�?�@_/�$��H��W�*�Q��p�����r���*�����-Y��\\�(Xk��>.F�p���*X��>ws!yB��i��.��r�\�7h�^\!����_�	ݫ�e�������������p����\������X[��>b�����!0��mdTn#jc�&� n�=�V��x�gK�{mZ�}#�@�������i��|����7�~��ޗ�N0꒵A�}�ػ�G��H��T�~~�~�d�������3�5�a�>ST~��t�O�|�S����3�<(�Q���e�^��،s8d�_r�Ԇ��7(�8��;��G	�H1Q%���DW������JL�NP���Y��4���(����[�s�����e��K�3��O_�7��wZs/�?�k�N�Z�V�8��[riP����i����U�
T���ZF�8�lR�-!q�,�͟X�;R,81�[2�c��t�J��Չ2Ş���6DyzRF+���}�>���']��F�b�G�R��L�N94��	�i�d�5=�"���T������b~�?t^s�G�i7>I�B���xlh�ho�'�C\n�f��V�6P�|����I㵣6�FV���0�x/�4
�L�wXc|?�w�o���)e�JJ�zg�+��g���G��T��h/곅�)��;PAqֵK�Q�fl��9��v�6�`Z%tKKf�7k���js��V_�e]I���m�����Lj���7,r�E+��C����A-޸|[���X���X@}w���9�1�qS�'��PK��`*�*PK��RBDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.yml�\�r�6��+pK{0���f;�LqfꤗN�K	5�(G��.@R"%2�R��f��.���H�i�M!J8���0�YY!��ɜ���7�Sgon��)�?�2�â*H�2LJ)s�m���/��sV��ȱѮH��5��`�Z�΃Zxetٕ�J�Dž�?h�)�E�R�Uz�R�� �;Kw=�f��p-�Āե�l2��3+��ʸ��������
���r[5��Hif�\)>��LJ�P�0(k��b�EAm�:��}�\�L�J~5¾񌕹C�v�����:�v��)��tA2��F;J�R��J�,�����
�P	�y��ʅu=�:f�rfK-_�l�o4�mu��R�F7,/������
LK�r#��a�ѫ"A�qka�-�[•^�X0��8���S�S$��?.�G1	�M�O�}��m����b�}��D�r	�Á�N��%���QB��d+�a�Q����NT�A!�dR��V� Zmp4	}*0��jMن��n{I�uO4���
��h�05x�Q�SNz�a���*�uH��.:�3�sD�O��YvoB�s�Nށ>uL�"�����y��|}�������w�2�"�ՌM[�P%_�[��O:s/���,��N;��=�ZJʋ�S6��a�ą}�$�_�S��37%憉�9S'Z��>F������T.A�����I
>�bv��d�u`���
��`�bO@��Kw!G��[3���y�"�ȧ�dO߭��T`ki�Y����7��>
�]��)��^�Y�gǿN1��+��u��A��=ʤ½�7����&!�|Yץ{x�c�_�њ)��F�L�cqb�ܹ��\�j��0�ϝ
>G�y+Ra,*�Ϙ��E�@���=ZZ���i�x�΁#�UøLh���H�	hq����#,�Ƈu��l64h_	CZ�N���H��H��xҐ;Re:�t0�1[$Hm�.������f��#x�胍�����8:!ra��z��IXq�����k�hq����O�u�^�C���ɷ����Ouq�j���z����clB\՚#��(8̝
�D't�0v6�A�>�4bZj\Y6Q[?���s���L�N��lOp���j�X$�8�Н1��*~�?ͬ0�/�A����3���
�]*�:克~^����l���E�}�q�i�Vg#���h��c=n|l������υ?��]z�Z����	�zYv����3@���*�WIs�K���љ���kျ#r^hU��8���u��j�EO\[�����a���Rc�װ!�$N.y<>*�8Ϙu�2`E
C�ed�kL
�3fC�o3������MQ��8���n��7�[�U
�t���ӆ��T�:���C���Y�HUw��u�:���ˍX��w�v�Y�}�_���"R=[jct��9�ײ�r8��=���TuA�*�`��7�PKMp�Qs:[PK��R?Definitions/resource-BasiccnfComputeNodesHeatDummy-template.yml���n�0�w?7O,ˊemm���E�
��C�����{tIj5h�Q���\�䣀V��N'�]l�
K����#X�m���@B�fǘv
.=?�ְ#��Je���1;�K ��V��J5/������Z�u&*q�N���EԐU�伬�D)k�Xl�W�Z�;�o�>a�Ę�"�\�֎D� ���\��O,`��2��pOT;���$��06��Ђ���?�S�H}���>4�O9EӚ�??� Dʴ/�������7O��H����؇�]��Φ�2���K��5dN��:����:���&�ȭ��
��݆�+|
��R��ڝ7Z���M[pΧ%�-u#���l�ޡ��w��i����A���E���>�%���([�m>|s���_�Xc����PK���ϝPPK��R/Definitions/resource-Globalcompute-template.yml�Mo�6������ABl���[6i�6[,6{)
��F6QJTIʁ��;�$[J�7ѠƇ���<~�2R3�d��.K�@i��c�4/*ɑ"Y$��ͨ��+Bxy����|�B��2z{��t#;!9X�M������%M'FMb�?���d$Dk�@P�žW#�QFg�S�[�)]v%g����:Z�Ҵ���ְ�lr�T�XV��LĽ��!gq�J�J[b�^<@��J�c��jb��;�c5\�C�����A��s8�ݨX�������x
���Q��-�8b����D�&�
�[ȹuG��x��
f�$��{��Z�>�*�O5K�j��d�N����������_Oi*x��~��J�:����R��J����0����Z��{
�[����*a �YbҊު�ԋ���x��Գ6��V�O���[s�Tu�&^jCQ�����z���f<	~��ﭨ{�F'.+?}�ot���8�U�,n�@������c6XUc�E��
,L��IW�}oym�P����cA���cVz4���w*^7xp��@^�I(|��ဂNZ�	x�bEM�<��0a����Z�]��VX���뜤6\�O�|��z��a��BHf��
	g�}������_a��t1�yd����`�oa��z���Ӟ���'��{H�x48c�gEG،��ؓ#1�mc�4�P�+zq}��m�̋
��58Ŵ(XM=���p��i$�����-
�?���9�0[��h��?�2	�\r�j���.��ϓ�p@�2�R�Xq�jn��%sо��޻�Պ#�p�|9���:ph�Ai.�B����s�/������<�PK��K>KPK��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��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�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���Ilcж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��}3aL���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���iG��^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\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ��Ȃ�#�܄)}'��-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���wp30q��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�&����6Q�|5�����PK��--6v�PK��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&��PK��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@�>��PK��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�PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU���0�_�p/K�5��b��-�П������q�ɌڜXfˡ��x�|�ʳyך�jc��6���<�p*�l�F���,z��l�{�<�L�3i�ԑ4n4�fDs�a�c�9y��t�c�kf1带�n��x:��PK�$P���PK��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� �VS������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�"�jP�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����
�
PK��R�R�B4E	csar.metaPK��R�|���kTOSCA-Metadata/TOSCA.metaPK��R��2�	}6*<Definitions/resource-BasicCnf-template.ymlPK��R��A52^41Definitions/resource-BasicCnf-template-interface.ymlPK��R�=��
)�Definitions/resource-Compute-template.ymlPK��R�~�i�,�Definitions/resource-Novaserver-template.ymlPK��R��`*�*85Definitions/resource-BasicCnfNodesDummycvfc-template.ymlPK��RMp�Qs:[B�#Definitions/resource-BasicCnfNodesDummycvfc-template-interface.ymlPK��R���ϝP?�*Definitions/resource-BasiccnfComputeNodesHeatDummy-template.ymlPK��R��K>K/�,Definitions/resource-Globalcompute-template.ymlPK��R+�@j5��M1Definitions/data.ymlPK��R�'}8�fDefinitions/groups.ymlPK��R0?��@@�mDefinitions/policies.ymlPK��R���C&@zDefinitions/annotations.ymlPK��R������|Definitions/relationships.ymlPK��R2ea�
��Definitions/artifacts.ymlPK��R�H�v~(�Definitions/capabilities.ymlPK��R8��őDefinitions/interfaces.ymlPK��R��--6v���Definitions/nodes.ymlPK��R&��?.�Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txtPK��RI@�>��)��Artifacts/Deployment/HEAT/base_dummy.yamlPK��R,�P{y�<{�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R�$P���4^�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK��R����
�
VM�Artifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgzPKV�
2021-04-14T03:20:24.453Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-14T03:20:24.454Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/857a24d8-9c58-415c-be54-1e0efb124e41/toscaModel|INFO|500||InvokeReturn
2021-04-14T03:20:24.456Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-14T03:20:24.456Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-04-14T03:20:24.457Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||VFCustomizationUUID= 5f69265d-0563-43cb-bd0a-a731b68b4051
2021-04-14T03:20:24.457Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f69265d-0563-43cb-bd0a-a731b68b4051 matches Tosca VF Customization UUID: 5f69265d-0563-43cb-bd0a-a731b68b4051
2021-04-14T03:20:24.457Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||vfCustomizationUUID: 5f69265d-0563-43cb-bd0a-a731b68b4051  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-14T03:20:24.459Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:24.459Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:24.460Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||resource request for resource customization id 5f69265d-0563-43cb-bd0a-a731b68b4051: {\"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-14T03:20:24.460Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c5d4c3b
2021-04-14T03:20:24.460Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:24.460Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T03:20:24.461Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fd9e5e6c-9d2d-4e68-88cd-c0af7e518e78
2021-04-14T03:20:24.461Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fd9e5e6c-9d2d-4e68-88cd-c0af7e518e78
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-14T03:20:24.462Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:24.463Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-14T03:20:24.463Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:20:24.463Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:24.463Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-14T03:20:24.463Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:20:24.464Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:24.464Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-14T03:20:24.464Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-14T03:20:24.464Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=22ca2256-43a1-4fcf-aa71-548611e85f5a
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-14T03:20:24.466Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:24.466Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-14T03:20:24.466Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:20:24.466Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:24.466Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-14T03:20:24.466Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5f69265d-0563-43cb-bd0a-a731b68b4051
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-14T03:20:24.468Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:24.468Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:24.468Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500|| resourceSeq for service uuid 66ba79fa-b60d-4a3a-94f0-2ce491850334: basic_cnf
2021-04-14T03:20:24.468Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:24.469Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:24.469Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:24.469Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:24.469Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:24.469Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:24.469Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:24.470Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:24.470Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:20:24.470Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:20:24.470Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:24.518Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3066258e-391b-4fa8-88a8-d6f499deb3bf 1 ASDC deployResourceStructure
2021-04-14T03:20:24.519Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:24.520Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:24.520Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-14T03:20:24.520Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:24.522Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:24.522Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370424519,
  "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-14T03:20:24.622Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:24.623Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:24.623Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:24.633Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:24.634Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:25.523Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:25.523Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:25.523Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-14T03:20:25.523Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:25.525Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:25.525Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370425523,
  "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-14T03:20:25.625Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:25.626Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:25.626Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:25.637Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:25.637Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:26.526Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:26.526Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:26.526Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:20:26.527Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:26.528Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:26.528Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370426526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:20:26.628Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:26.629Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:26.629Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:26.641Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:26.641Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:27.529Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:27.529Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:27.529Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:20:27.530Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:27.531Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:27.531Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370427529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-14T03:20:27.631Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T03:20:27.632Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:27.632Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:27.643Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:27.643Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:28.532Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:28.533Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:28.533Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:20:28.533Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:28.534Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:28.535Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370428532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-14T03:20:28.635Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:28.635Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:28.636Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:28.644Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:28.645Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:29.535Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:29.536Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:29.536Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:20:29.536Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:20:29.538Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:20:29.538Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370429535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:20:29.638Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:20:29.639Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:20:29.639Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:20:29.651Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:20:29.651Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:20:30.538Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7c6b0ec-5575-477e-bc30-83aae1b4a913
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:20:30.547Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7c6b0ec-5575-477e-bc30-83aae1b4a913
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-14T03:20:30.550Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:20:30.550Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-14T03:20:30.550Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-14T03:20:30.550Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-14T03:20:30.550Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:20:30.550Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:20:30.621Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:20:30.621Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:20:30.621Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:20:30.621Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:20:30.621Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:20:30.627Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-14T03:20:42.859Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.71.142
2021-04-14T03:21:00.627Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7c6b0ec-5575-477e-bc30-83aae1b4a913 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-14T03:21:00.633Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7c6b0ec-5575-477e-bc30-83aae1b4a913 and serviceModelVersionId: 66ba79fa-b60d-4a3a-94f0-2ce491850334
2021-04-14T03:21:00.633Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23cb39f9-ad54-41ef-ad86-dffdafa9a51b
2021-04-14T03:21:00.634Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23cb39f9-ad54-41ef-ad86-dffdafa9a51b/model-vers/model-ver/66ba79fa-b60d-4a3a-94f0-2ce491850334?depth=0
2021-04-14T03:21:00.638Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-14T03:21:00.785Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/23cb39f9-ad54-41ef-ad86-dffdafa9a51b/model-vers/model-ver/66ba79fa-b60d-4a3a-94f0-2ce491850334?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-14T03:21:00.786Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/23cb39f9-ad54-41ef-ad86-dffdafa9a51b/model-vers/model-ver/66ba79fa-b60d-4a3a-94f0-2ce491850334?depth=0|INFO|500||Invoke
2021-04-14T03:21:00.804Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/23cb39f9-ad54-41ef-ad86-dffdafa9a51b/model-vers/model-ver/66ba79fa-b60d-4a3a-94f0-2ce491850334?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-14T03:21:01.293Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/23cb39f9-ad54-41ef-ad86-dffdafa9a51b/model-vers/model-ver/66ba79fa-b60d-4a3a-94f0-2ce491850334?depth=0|INFO|500||InvokeReturn
2021-04-14T03:21:01.293Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/23cb39f9-ad54-41ef-ad86-dffdafa9a51b/model-vers/model-ver/66ba79fa-b60d-4a3a-94f0-2ce491850334?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210414-03:21:00:809-17851], vertex-id=[680176], Content-Length=[0], Date=[Wed, 14 Apr 2021 03:21:00 GMT], Content-Type=[application/json]}
2021-04-14T03:21:01.294Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-04-14T03:21:01.294Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-14T03:21:01.294Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:21:01.298Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||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-14T03:21:01.298Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7c6b0ec-5575-477e-bc30-83aae1b4a913 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-14T03:21:01.298Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-14T03:21:01.321Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:01.323Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:01.323Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370461298,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:21:01.423Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:21:01.424Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:01.424Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:01.438Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:01.438Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-14T03:21:02.332Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-14T03:21:02.332Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b16f536-6b7a-4401-ab88-15f5f59eaf9a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5c5ef01d-e3d7-42c3-8d52-e74857c2c21f","serviceDescription":"service","serviceInvariantUUID":"07cb7c05-dbce-439d-aade-ffeaef118122","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0db20da5-2d1f-48e1-9fc4-cbbaeffa8000","resourceInvariantUUID":"d6edff0f-a319-4048-bb54-64ecf016f404","resourceCustomizationUUID":"4284339e-e6c6-42a8-8bdb-8f0dfa3f0fce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"N2NhNWVlOTgwZWI2MDRiZDJmZGNmMmRiNDVhYzJmZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d02fcdd7-35f3-4a20-9b4d-d1fa3dd6613b","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"YTEwY2RhNGU4MzRhM2FmMjNhYzA4NTNiOTdlOWU2M2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"66487dc1-036f-4c0c-8730-0ddfb6b3db9c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e3255d29-26de-4ca6-9de5-69672ca2eb66","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d74e6e9d-ee92-4a20-ae17-76505a41a41d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aea533e4-84a1-4e15-ba52-acce18089571","artifactVersion":"2","generatedFromUUID":"e3255d29-26de-4ca6-9de5-69672ca2eb66"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MzE3YmVlODVlY2NjZWM2NjJjNGNjODRlMDQxY2RmZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1ddea764-e4db-48c1-ba66-95e2eb978577","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ODlmMmJiMDE3ZTgwNGY2MTc1NDMzNmIxOTM5ZWI0MDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"523b8742-0048-4f03-98c3-e22053a542b6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWU4MWFkYTMzMDM1MjFhMWU0NDhhNDgyMzEzMjljYjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae26be7c-2f71-422a-8c5c-3c46f6c5ec85","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-14T03:21:02.333Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:21:02.333Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:02.334Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:02.334Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:21:02.434Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T03:21:02.435Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:02.436Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:02.445Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:02.446Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:21:03.335Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:21:03.336Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:03.338Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:03.338Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:21:03.438Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T03:21:03.439Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:03.439Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:03.451Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:03.451Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:21:04.339Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:21:04.340Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:04.342Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:04.342Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:21:04.442Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:21:04.443Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:04.443Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:04.452Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:04.453Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:21:05.343Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:21:05.343Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:05.345Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:05.345Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:21:05.445Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:21:05.446Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:05.446Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:05.457Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:05.458Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:21:06.345Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:21:06.346Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:06.348Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:06.348Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-14T03:21:06.448Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:21:06.449Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:06.449Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:06.460Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:06.460Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:21:07.349Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:21:07.349Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:07.351Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:07.351Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:21:07.451Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:21:07.451Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:07.452Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:07.462Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:07.462Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:21:08.351Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:21:08.352Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:08.354Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:08.354Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:21:08.454Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:21:08.455Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:08.455Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:08.467Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:08.467Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:21:09.354Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-14T03:21:09.355Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:09.356Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:09.357Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:21:09.457Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:21:09.458Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:09.458Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:09.468Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:09.469Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:21:10.357Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5c5ef01d-e3d7-42c3-8d52-e74857c2c21f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "07cb7c05-dbce-439d-aade-ffeaef118122",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4284339e-e6c6-42a8-8bdb-8f0dfa3f0fce",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0db20da5-2d1f-48e1-9fc4-cbbaeffa8000",
      "resourceInvariantUUID": "d6edff0f-a319-4048-bb54-64ecf016f404",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "YTEwY2RhNGU4MzRhM2FmMjNhYzA4NTNiOTdlOWU2M2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "66487dc1-036f-4c0c-8730-0ddfb6b3db9c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e3255d29-26de-4ca6-9de5-69672ca2eb66",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "aea533e4-84a1-4e15-ba52-acce18089571",
            "generatedFromUUID": "e3255d29-26de-4ca6-9de5-69672ca2eb66"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "aea533e4-84a1-4e15-ba52-acce18089571",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NWU4MWFkYTMzMDM1MjFhMWU0NDhhNDgyMzEzMjljYjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ae26be7c-2f71-422a-8c5c-3c46f6c5ec85"
    }
  ],
  "workloadContext": "Production"
}
2021-04-14T03:21:10.358Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-14T03:21:10.358Z|c7c6b0ec-5575-477e-bc30-83aae1b4a913|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c5ef01d-e3d7-42c3-8d52-e74857c2c21f ASDC
2021-04-14T03:21:10.358Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9b16f536-6b7a-4401-ab88-15f5f59eaf9a
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:5c5ef01d-e3d7-42c3-8d52-e74857c2c21f
ServiceInvariantUUID:07cb7c05-dbce-439d-aade-ffeaef118122
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:ae26be7c-2f71-422a-8c5c-3c46f6c5ec85
ArtifactChecksum:NWU4MWFkYTMzMDM1MjFhMWU0NDhhNDgyMzEzMjljYjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4284339e-e6c6-42a8-8bdb-8f0dfa3f0fce
ResourceInvariantUUID:d6edff0f-a319-4048-bb54-64ecf016f404
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:0db20da5-2d1f-48e1-9fc4-cbbaeffa8000
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:66487dc1-036f-4c0c-8730-0ddfb6b3db9c
ArtifactChecksum:YTEwY2RhNGU4MzRhM2FmMjNhYzA4NTNiOTdlOWU2M2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:e3255d29-26de-4ca6-9de5-69672ca2eb66
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:aea533e4-84a1-4e15-ba52-acce18089571
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:aea533e4-84a1-4e15-ba52-acce18089571
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-14T03:21:10.358Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c5ef01d-e3d7-42c3-8d52-e74857c2c21f 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-14T03:21:10.429Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:21:10.430Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:21:10.430Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:21:10.431Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: ae26be7c-2f71-422a-8c5c-3c46f6c5ec85 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-14T03:21:10.431Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:21:10.431Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-14T03:21:11.006Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:21:11.009Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ae26be7c-2f71-422a-8c5c-3c46f6c5ec85 77529
2021-04-14T03:21:11.009Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-14T03:21:11.009Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-14T03:21:11.009Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:21:11.009Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:11.011Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:11.011Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370471009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:21:11.111Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:21:11.112Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:11.112Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:11.122Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:11.123Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:21:12.011Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-14T03:21:12.013Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-14T03:21:12.013Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||Trying to write artifact UUID: ae26be7c-2f71-422a-8c5c-3c46f6c5ec85, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-14T03:21:12.014Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-04-14T03:21:12.014Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-14T03:21:12.014Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-14T03:21:12.113Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10294743056692612366/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-14T03:21:13.007Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-14T03:21:13.007Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-14T03:21:13.007Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-14T03:21:13.007Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-14T03:21:13.008Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-14T03:21:13.008Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-14T03:21:13.008Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-14T03:21:13.008Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-14T03:21:13.008Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-14T03:21:13.008Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-14T03:21:13.008Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-14T03:21:13.008Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-14T03:21:13.008Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-14T03:21:13.008Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-14T03:21:13.009Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-14T03:21:13.009Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:13.009Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:13.009Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-14T03:21:13.009Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-14T03:21:13.009Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:21:13.010Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:13.010Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:13.010Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-14T03:21:13.010Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-14T03:21:13.010Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-14T03:21:13.010Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:13.011Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:13.011Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:13.011Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-14T03:21:13.011Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-14T03:21:13.011Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-14T03:21:13.011Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-14T03:21:13.012Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-14T03:21:13.012Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-14T03:21:13.012Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:13.012Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T03:21:13.012Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:13.012Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-14T03:21:13.012Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:21:13.013Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:13.013Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-14T03:21:13.013Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:21:13.013Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:13.013Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-14T03:21:13.014Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:21:13.014Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:13.014Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-14T03:21:13.014Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-14T03:21:13.014Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-14T03:21:13.014Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7e9c41ff-03a7-4f69-ba3d-df0285a4598b
2021-04-14T03:21:13.014Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:13.015Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:13.015Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:13.015Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:13.015Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:13.015Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:13.015Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:13.015Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:13.016Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:5c5ef01d-e3d7-42c3-8d52-e74857c2c21f
Model Version:NULL
Model InvariantUuid:07cb7c05-dbce-439d-aade-ffeaef118122
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:04dd91b8-e663-4bd9-8eef-ed2af8c429c1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d6edff0f-a319-4048-bb54-64ecf016f404
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4284339e-e6c6-42a8-8bdb-8f0dfa3f0fce
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a1998aeb-a5a9-4c86-ba6a-e00be5703ad8
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:e4b71f72-9fe3-4863-821b-1f00a259d673
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7e9c41ff-03a7-4f69-ba3d-df0285a4598b
ModelInvariantUuid:0e7a7ba5-b32b-4ae2-bd40-b1fab796178b
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:c07be563-cdca-4826-9d64-4e676a0f66e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:e6b39aee-7236-4085-8a99-8891d9cf261b
ModelInvariantUuid:922e699a-74cc-4e3b-8983-2fb8df1a025b
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:30d16621-25dc-4e79-936d-abbe64f9ab51
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-14T03:21:13.021Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 0db20da5-2d1f-48e1-9fc4-cbbaeffa8000
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-14T03:21:13.024Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||basic_vm_macro 0
2021-04-14T03:21:13.024Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0db20da5-2d1f-48e1-9fc4-cbbaeffa8000
2021-04-14T03:21:13.024Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 66487dc1-036f-4c0c-8730-0ddfb6b3db9c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-14T03:21:13.024Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:21:13.025Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-14T03:21:13.790Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:21:13.790Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 66487dc1-036f-4c0c-8730-0ddfb6b3db9c 792
2021-04-14T03:21:13.791Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-04-14T03:21:13.791Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-14T03:21:13.791Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:21:13.791Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:13.793Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:13.820Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370473791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:21:13.893Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms
2021-04-14T03:21:13.894Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:13.894Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:13.904Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:13.905Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:21:14.821Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a1998aeb-a5a9-4c86-ba6a-e00be5703ad8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e4b71f72-9fe3-4863-821b-1f00a259d673",
    "vfModuleModelCustomizationUUID": "9ee41d3a-8bf8-4681-9013-c42197ade265",
    "isBase": true,
    "artifacts": [
      "e3255d29-26de-4ca6-9de5-69672ca2eb66",
      "aea533e4-84a1-4e15-ba52-acce18089571"
    ],
    "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-14T03:21:14.825Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e4b71f72-9fe3-4863-821b-1f00a259d673
VfModuleModelInvariantUUID:a1998aeb-a5a9-4c86-ba6a-e00be5703ad8
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3255d29-26de-4ca6-9de5-69672ca2eb66
,
aea533e4-84a1-4e15-ba52-acce18089571

}
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-14T03:21:14.828Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a1998aeb-a5a9-4c86-ba6a-e00be5703ad8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e4b71f72-9fe3-4863-821b-1f00a259d673",
    "vfModuleModelCustomizationUUID": "9ee41d3a-8bf8-4681-9013-c42197ade265",
    "isBase": true,
    "artifacts": [
      "e3255d29-26de-4ca6-9de5-69672ca2eb66",
      "aea533e4-84a1-4e15-ba52-acce18089571"
    ],
    "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-14T03:21:14.829Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e4b71f72-9fe3-4863-821b-1f00a259d673
VfModuleModelInvariantUUID:a1998aeb-a5a9-4c86-ba6a-e00be5703ad8
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3255d29-26de-4ca6-9de5-69672ca2eb66
,
aea533e4-84a1-4e15-ba52-acce18089571

}
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-14T03:21:14.829Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: e3255d29-26de-4ca6-9de5-69672ca2eb66 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-14T03:21:14.829Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:21:14.921Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-14T03:21:16.539Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:21:16.539Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e3255d29-26de-4ca6-9de5-69672ca2eb66 5033
2021-04-14T03:21:16.540Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-14T03:21:16.540Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-14T03:21:16.540Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:21:16.540Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:16.622Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:16.622Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370476540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:21:16.722Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:21:16.723Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:16.723Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:16.733Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:16.734Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:21:17.623Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: aea533e4-84a1-4e15-ba52-acce18089571 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-14T03:21:17.628Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-14T03:21:17.629Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-14T03:21:18.645Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:21:18.646Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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-14T03:21:18.646Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:18.663Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:18.664Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:21:18.664Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bcb7799-dce5-4b1b-a33b-fef0c1b490ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370344175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:21:18.664Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:21:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:21:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:21:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:21:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:21:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:21:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:21:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:21:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:21:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:21:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:21:18.665Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:21:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:21:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:21:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:21:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:21:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:21:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-14T03:21:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:21:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:21:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:21:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:21:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:21:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:21:18.666Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:21:18.667Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:21:18.667Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370354113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:21:18.667Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:21:18.667Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-14T03:21:18.667Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370358493,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:21:18.667Z|a5b59a0f-8372-42cf-98d0-f59b2e29f32e|pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:21:20.581Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-14T03:21:20.582Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env aea533e4-84a1-4e15-ba52-acce18089571 903
2021-04-14T03:21:20.582Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-14T03:21:20.582Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-14T03:21:20.583Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-14T03:21:20.583Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:20.584Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:20.585Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370480582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:21:20.685Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:21:20.686Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:20.686Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:20.697Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:20.698Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-14T03:21:21.585Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Preparing to deploy Service: 5c5ef01d-e3d7-42c3-8d52-e74857c2c21f
2021-04-14T03:21:21.586Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0db20da5-2d1f-48e1-9fc4-cbbaeffa8000 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-14T03:21:21.598Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:21.598Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:21.598Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Processing vnf with UUID: 04dd91b8-e663-4bd9-8eef-ed2af8c429c1 
2021-04-14T03:21:21.599Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Will get resource from SDC using resource id: 04dd91b8-e663-4bd9-8eef-ed2af8c429c1
2021-04-14T03:21:21.599Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel to get resource 
2021-04-14T03:21:21.600Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel
2021-04-14T03:21:21.601Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel|INFO|500||Invoke
2021-04-14T03:21:21.601Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-14T03:21:21.601Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel
2021-04-14T03:21:21.601Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel|DEBUG|500||Method      : GET
2021-04-14T03:21:21.601Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/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:"9b16f536-6b7a-4401-ab88-15f5f59eaf9a", X-RequestID:"9b16f536-6b7a-4401-ab88-15f5f59eaf9a", X-TransactionID:"9b16f536-6b7a-4401-ab88-15f5f59eaf9a", X-ECOMP-RequestID:"9b16f536-6b7a-4401-ab88-15f5f59eaf9a", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"4e373e26-e13a-4d93-bef9-702ad84e0f22"]
2021-04-14T03:21:21.601Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel|DEBUG|500||Request body: 
2021-04-14T03:21:21.601Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel|DEBUG|500||==========================request end================================================
2021-04-14T03:21:23.038Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-14T03:21:23.038Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-14T03:21:23.038Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel|DEBUG|500||Status text  : OK
2021-04-14T03:21:23.039Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicVmMacro-csar.csar"", Content-MD5:"YzUwMjJmZjU4YzM0ZWZkYWQ5ZmQ3NzZiNTVjYjM3MGY=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"9b16f536-6b7a-4401-ab88-15f5f59eaf9a", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-14T03:21:23.045Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel|DEBUG|500||Response body: PK��R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM��
�0Dw�@I�zK�vKM�.\�d꿯nj��w��\�3)�=�I��������:��x!Tz�T��({.vAVd47V�p�O�M(ΞB/T�W��%�-�$�R:���մ��DΆ�ҥ����J��֣q������PK��ڊ��PK��R.Definitions/resource-BasicVmMacro-template.yml��r���=_�[έ��H $\u��,ۉObyw��P2�Yd�_{��.@Jt�N93�MO/�=�o{
�T�����Ik�z��1�S�n:�6�4��4�d���ǟF���ձ�?<\�3�@TMc5����x��"Y�H����CA�!���Y^Uš�i����N�_׊/�0��.6��y0�>��8���9�>.߸gw�i����N��}�.D��}nMn��������]����/K^�����2q������m���p5���?�\wEn^�>6���;Ӽz��sqg����>�&7�ߴNj��u�ᓳ�ɳr���_�Ɔ��w�������Z�-F�sz�Wd����o�[q��j2�/��ʏ����{ž��n�_�r��N�7��J}=��,l�]�����ӑ��b��碈����̅/�����f��#1^<�ܗǗ��D��k⇨�Oʉx����髠�ŗ�����߈��__�'�������'���
	>������ǽ���}�͟�O����������㋳�5��/cb��|0tBN��y˰{�p�c���$`d„��Qel��!(�'���`��(�����8G�KR�d2���:��;��� r��yu���E!���2j��J-ވ��=�l���
&�`�h �t���?
���V�k�*�'<��B�8��Θ��sh<",λ���DZ�Fi��li��9�An�m�0$�V�u����qғjF���'��F ��d�JW�N���+�:(@�ka��e�g����ڙ�>�]3�Z�s8�L�m��T��&3�D�����"т!=���
�݋g)���?�&����AXgg�X�����J��j���
��	+�ʪh��񣱊0&RTYQ9V���F(��a���1�Ue�Da4F��"�yn�mQ���mS��$㱨��H�<�ev���x�Ɯ&L+
R�?�@�3�
ˆ�pM2���|�|,�]��a�%<?E27����*ς�jX���p2�aAa'2���t$ Q��	x5f5A BSX�Qᇚ�XO�	"�1�"UcG�1���eX����K�ni�E�S�OOB�{�͠P�9݊������>zb����U���zP�xѮٓm�0�)Z�Ͳ�dI(9�9.�2���wi����}��+���*�-�Ž�����,�����EhT�R�E�_����Yu0��*5d@��	��J�w%(ZL�gu{;��^[����BL��g���:dͰ�^��ԟm���x%i��7��;"���E辩R�"���+�M#��j+�[B[�c���l����Y�`��,ش��s3;�)Z�mj>Yf��\?�_�n!���Dkܼ�ب��rjB����
�@�|u\�
��E=�0rK���/�xY*9+�"�RP|X�=\__�ޟ�J�gwW��-�6���&�)v��/����odkkaY�&T[�fxQ��Z�Suo5m�f��`��������êeP��i"���%Z��l�\B�%_}/�D;��3��{U�&����l*�����Jnh���no���6�{X�@�e�G��I�d۟���/��Q+��ͬ�n���R��)wgИ*�+v%�R�CTu���)O�#�޺Tc��x_#�B��fzƱJ�&#��l�ae��Y����t�p�xq��ػ��Z�	%�5�~N�D�mwg��N���F�ht��S�����#b�"k���]�����f[���n�-�v�������Q���E��|����ܞ��3<4ą��]�;J�ꥤҗ��v(���-�<������ۊ\���W���*���u��B��d�we
5%������K6��R*��ƾ�W�Pi&ه�����V��O�d�Ⱥ��jx����-�b.���ygߞ��**Om��}�%���>����E-�?�j^2n�KIZ:��`�wSPӋ�5_9Aʼn�j*�F�/�PK�J����VPK��R8Definitions/resource-BasicVmMacro-template-interface.yml�]Ys�~�_ᷙ�K6Ru�.�99I Yn�r	[[2�Lb~�H�!6��@�)���^�nu˒`�V��Aa���2���_�%�=��iPq�i(���I(����I�h���GG<�d�4�C
0�\+ZA�U`�2���*��*��h!+R7� �<�ĉ��K��1��4�,�0&��7\+T�U�*	�Ă�Ĵd
m�P�S]��}�����i��)���<�%،�ɾP�M��EyU�*3I��I4��i�21���K����S���͜_oQG�~.�Q��*E�p;�R�)]{���lA�iP���nUn-)�8�B�\ҁaχ���R,b3a�̐'BE%XGC�z�b�f�Y�t@��0 �L��j��I���9\A��a��Y�ZnyM6Pc�q��Bnd6��n�Nf�<5x�^��]�V�jآ=W$��0 U8Z	�����n4s��m�=#�)@��\eF0TL�������4�!�S
�
���s&�L�'̹�)�3P�Ѝ�϶G9j��?�RkjW-6��z�S���a�V���k>�-��^�Mf�e���b��O[�/��u\����x`:Ծm��w���ڵ��sq���ݴ_z'O���٠b�r��u�d2UY�ʼz��\�i:����E��{T�@�?|.�谤�Ѩuv�?���/ʸ���gwn���r_��Kוn�Tx���uz��>����V���c�0>�=��Z�3;:+Q:����̽D��i�G?�Z]s�Ǥ|?k�v꽟z�b|<�釠�螎�F�M�
�
�]�6i�������*������~>R{\j�ǧ��uPk����k\2�ο��'�)�����C���Lk����"d�r�~*_�ֆ��'�O�v�k��@�p5�vr0vMݸ}������Ũ\:�?
U���_@/��:�W��������D����N��9{��S�19�>�7�J��.�ԅ�lT�|9�TJ���r�̻���
~��|��G����?Ԯ�#��f����8�m����m�o���$�B>�K(y��&,1�څCsX��p�����kg�V3'�l;�\K�V	Δ���V{�>�f������'���j�y9��.D�����H't[i*��/rG� +�=��#�(NN�!�F��C["��z�ҐC�8��Vs[Ĵ��H���4��;�M>�}HBJ~�`vcFԌ��&2�.�,�
�n�xG��W�xt�����ȫ��P�w���`n�&�L�C<:~;�>Q��rQ'0fd���}�x
!�9���!�y��ĭfp\A֢8��H��s.�Eक़r$��x � QU�REkNʇ��Z�v�Uo�eS` M�s)%�����q�̪Kt�(�qg˃K��V�-������)K��d�z�@����3�'�4��\u��'����1�����E�7vnB�3�]�s(�/-��O������O$W(P�ֈ;
��Dңid�r3U�D��C��l�[_��0�6�px�]^{����kH偣�f�!�m�$���m��I],o�d�S$�hZ�� pp1��a�߭��UĒ/t_�b\�����_��{�����'���Z;X��gc+hw�6��w�R…�v
1���&�����
I�<��ң]fI̩��	MB�LhG��*@x`�2���""���#���v߫))s�lx����lueO�Y�zjdpⱚMO{@M �TA��d���2��0��e����D�Mlȥ([����e�7O�HlK���ΕE���W�7G����]�p!�ol�����2@�\���ĚE�jki#h#W"ۀ�dW�7�$)#r
핥�3aQq�ߘ4[V3�ٍ�x�M����b�
�x���!{����J1�H���"K�w��1��d��~�gR��{�lN�?��5�*0y�������|�U�U`x�D�>��I�E�b��w��i�J0����㥾�j�Js�_:�<��8?c9L\�C�:�)ព����%�g��d�zKDе�7���+�ޕ0����2��0Ũ#U��$��1+VmK�O���6�����빨N����BO>��5�h'+8��c{�\̩�H�,{����零�n� ��˛���3��ջ�2�Ӵh�||9U���ِeP��S�&R&��g@5H??�yǛ���;})!,�f}�!�\ʩ�~�MYB�ߛS�	�Ɲp��%[=�Vұl�y�r�.� ���w%l���|�����[�7�$����=���G����1��k��_����A��7��|芓ّ���pS����V�����b.����EF	�N�%�d���h|"�Tb�OT`(6���{�*�0ҫ��qקk4�X�PK����
h�PK��R(Definitions/resource-Extcp2-template.yml�R���0��+��m ’
�M����FU���B��Uc���6_�*�7��{ct�Y�c!�0B�:=#����i�Z�����J�N��D�rfX2��H0e�����Y�<@/�ǁ=�s�a<��|>���[ՊcV,�"/��Њy䱼Xx� �f�y�V�X�	���6�s�9��4���;Xj��;�Z(�̥B`R�6G$Xnm5�3BA����X�>93x�tI�*+��O�
ޠy���KT���i����P��)����kܿ�<���Tfh���M��L�L���__i��q������kmI�xo�27km1Y#��.��r��?����|��ܛd�o�e[mkm}��D��x��:�ap�}r��8q-��>���M��3
h�^ޞFB���h�
�/����{�Ts-M���DHBᯬ�
�����}ا����”����Z��$v�Ij��7fBclQh�I��E�H`�qAoI.p����=��&��Z,?�����}�~�p��4��B٪���`���{��6�-D��~G�t=�mq�^���3�xv#a��Q>�a*��[��(�\�1e�V�A�/?�k����z��%��-"�_������/���������FҜ���{��8n�ܽ� `E�&t��V�[�Z	����{��B��Ll���]P<������&�V[�f��϶�6��x��,�3߇g��Ġ���Yw�u�𬘸�mŲ�x�0��`i��^��5W�0���Q�P�

j�ͤް��qOi�}ˇ2u��ԣ���m��2�KP�����Zs���#�D%�
l�n`E1�����ob����gr-L�	ma�� �_��z&>.!K�0>-�*c��U�b��c>�}1�M������0����(���ޏ�'����9�����U�3|Ɖ������ƪ��*��-�|�$i(h� W";��pW�g���76��>��������ald��(���p-R�QN6-��d���&/�{) _V�Vf��C�ΔS$���X���8�d~��}�T-�$	ui�6|���1#\!�@-��	����L`�P�z9hI�^f���0(y�Z�O��{��Ā#
���T�]�٘�C�잞
|Ʈ���ס�6���=ؾ̍k_X,������M	���lwI��b��x
T��[r�\@
��]+��昞��n�����c���t
C�r^�6��e�z�bH��:�A����R�k�f�b`��j�f�ȷbk���FK���qa3�dT�T}��![�P�"���#]��_���I�0����~�kA������3g�����������5.�������c-�񓼾�t���a����o%���c�[�`q�H�#c���a����j�"�$���s���봲u�����#F��e�-٘�p���\��>�3����F��$��\9�H�M؞�����|��`��TB�ؤ32^Y�q�7U�F��D`�!�����ՈX�~��C.��&)��A̚��&39&"�s�h2z���/વ��Y�`�&����;�������ZyB|ުjD��T�Q:�y�P���0���e�@v$�
��x��(��3��?Ӻ{Zk�Ɍ�0�0�Z��1ˎ�8��YXXsmR���,_��v���
J���y/`����p=��l��
:gnhs'!ĉB�G��R$�Q]���}��r��_PqFJ!����;+�;&Փi��Ƕ��Kg)�&#E���+���!�Q�֝�6霪�y��b�H6���:�l�raV�8������3=�.lM��푳�6hKV[t4������[�v��^�� ��q{���ԏ+��0:�;d����~����$�emuǶw��a���<��9;{�Z�:�k'�3�%Yp#����h7�����
�iY�どͬ�����h!}&�v�б{&��~����VO10�U����(MV��[�>_znճ���h�H�!���ny1��D����4�����r�\�-9Q� )	e_U���X��9҃��M0D-t���E��NYz_��	I�	�A:����L"Es����n��Q�ѩ�F�A}M@�
��n/(S0��
��^H��k�H$W�f��7_��ܨ_f@Æ�T�Կh0�ަ*UM��s*���B@\[�$���oG����W�~
ax�������R
�9�~���/fƾ�}o���}���y�7�Ѥ��;R�k��}�����)o���.e+���f�P������:r����?��Hh�ܑ��p�Ł�/�,YqkbԳ�q�#�螺�<�
�����L}�<�VN���G�җ�Hl�bD�5�f�?PK�HL-N�OPK��RIDefinitions/resource-BasicVmMacroNodesUbuntu20cvfc-template-interface.yml�]K��(���mwQ����d�T�*3Ie��lmQa�	���x�6zX`Ic{ƒq>���돦yk�F	]0�4\�5�
��"]>R,�S�68K�5��
~
���7	�/|,��*!�d)�B��}��B>��N5)S��G!ʵ� EV4�m�F��ٖ�q]c����V�F)���T��a
?P�[Yp�F<�
�,
j|AǠ�kT��R*Z�xY�*�g�!E��"V%�H��t���w���-us���]���F�BӶ�BQ�L+�B���[�Qk��E��B�_��w��
���-i*�5/�	���8-��+��,���w+�}
j ��<�46�2�0!7G�cE��U�����"~�~|,1H ;kT�}%��exI_�L�/�fTc����G	ޢgҐ��=ع�<+3Es�h���>�
�����7X��r��������w˾��U��9r,�@�������^}ۑ��d_�q����)������9|!۹U�0��r��t�>Wp��j@\��Q���x؞��]�����'#**EEb�S����$jF�HP,�[�z��:d�Df=]�d.�D���z
�Q��C�4�{�� 2�5��D�Ϛ��bY�E���T�ÌQ�z�]a
q�`�Sރ�~�NI!ad@���j[#h��<����4��3/� w��I#;�? ����x�B�mŻB]j9�ZIF�[�R߇P�)�7�HG��IZ@�E��RH��ƸtF���:���<��(�A
�R�L�D��ۚ�J�Z�Mtm}�q��ˏ���o���UK��D��ś��߻�����O����X�ZT�
�
@SU�E�E��}U��p�߭ �ӑ��[���B��?P`
��N������01~?b�0���gM�"�`$��zl�f�]z)�H5o;�����)���:���'aaetr�a�;5��(Pd�`�;U�}v\��|w
90b��z�)a�Fy��瓒"*��M�ݣ�h�v��&�B%�J!fi�\���r�iB�u���,.8�#/�r�T�4)��eZ��z��X�Ta�����K�����?��������<�1�q;-���x���0'5F
 (�Y�veUG�
6�9������CEa�u�C��|���s�����d,��2�����ٖ���?d���m������9��	?�!\n>����f�7��N��ԥ V��e�-�	�$a��(M/
mX����p��S{�sB�q�
m��c�9�S=l��IW#�(Гw��cV����-_����ֺ�鞳����\6?ް�i��k˴��NAq����»2q��=�s���"zwޥ*G����0D���z�[kO*�M�!=4K�����U����l�{�;�y?�k}����ܺwn5{%�-�$�wԢ�;�j�SL@h��ĩ��������V$g��n��ۛ#v\��0[�%�񊋡0tf�>C�x��Sã�]m�?��/��A�Mjc�PK��ZePK��R)Definitions/resource-Compute-template.yml�VKo�8��W̭ۃ�~����.zhR$u/��@�#�Z�r���J�"m]�������8�͋d���L`!�����yZ�j���T��V�4��4&X`�@�s���^��Ja9]-f��2��E2��2�q9Mx���r>�'�9�j��ի3,")��H�7y�X.�Z��٫��	l��.�.��z�dj��X:�h���`']�h��J�Q��QTcxg
�4�����e!Q}�-|���A*9B�	,PzD�:X
[HJ��t#wh��?�t�kB��ʕ�������LA���/�l�Ȍ9�{4R:���`�
�>Y�@z��Y�Q{"ŭ&J�	�1��Ͷ|\~XS)B�ں=Ph
�cJxؗT�Oo/i�Y�
R�
:�I��QL	v��U�(�	(KQf>X�6�,��.��ѐ�C�'���c�������5t:X��y�_��m���_PK�=��
PK��RFDefinitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.yml�����0E{;W",��Z��@��E����K�����3����
�N�s8�;J>J���餽�݄!�G�ҽ�v7��+�rc1���1�&\:��}nYSUX7
O)��EqjN����I�%쪣�S3�ߩ������*�OM��kU�X�ı$؁Ŗ}����>��Ko�1!w^a������X��i2�!�-�����Az���._>�n���%$��pk�W$BK��(~�DLd"=`�c�xA�|h���lg��htY}�}G��m�w�w�g�a^F+�n��)����-�I3�kCf�7k��S�>V@����6�y�4��{��zX���_��Ԭ,��-���M[pΧ��#� ��l���Ї+�%���o#�S/�j=`I�o{2.{2ߪ(�	U�o�������K��_��PK2�oj�dPK��R,Definitions/resource-Novaserver-template.yml�WKs�6��W��� ժ���͕�FW��uh�����X��t�߻�e˕�fzjr�������e<�K-�4�%�?Ḟ''�RAR�B%�dpT��{>:bL���k��8���a�>�q�ao(��z��z|x"�NN�0��"��Iz�
ߝ��Y����	��=���n ����1k^��M͂߃EhH�2+K@�Ai����qf�+f,[H�+�,x6���t�Mtnl�I��2�K�9��)���F[J�X
�r��
����j�s��:�Ј��JZ( �f�T�����j%�L����_��!���A�VRZ��,� ��+,]���3���虪Tf
�$�#Qq�6x�>b��
ck��)���1�.1O����q3d�A���\���`�r��|e)��S����#v3��e�RՒ+Dl�3^�T*l�M�.�a��B��\��
�̚j�+R���(�=3�����Qo��C��l����Yߔ�$L~�oC�_�Y?Fe����ckE�X]X�"ɭ)F��4-ӈ�ߘ�ic2�[�]W,c\R'%w+J��h�Y7���&��D.�1/�ai�`�|@�����G,��Ak=���N�
����3��dX;��N�ہ@|v�Ur}rI�H���:���H=>CVQF�:���{E�����v`!�-���i
�:	�����A�-�֤�������ka]%R4�i����7Z�d&b
�鲴���FM��"1��3�
��v���QE��
�r��ɥہ�1�l��lE�4�F�V.g����y(�v�'E�gA�=f��"nu̜V����A��3X/_K/>Q��zt����A8K�3�����*�kFԙ�/�J���NЎ�-n��\_'�WwOWw����R�@Sk퉛�J	�����v��.-��]��ʆ>�{Q�Cq�'�.ȅ�������z-4��a��1�hB�O���!�aL�ۨ��i�[��x}�X�a�~�9Vخaq訌��]cKRT
��׸q��+���qo�U����\�i�� �����ʸ!�~�سq�PK�~�i�PK��R/Definitions/resource-Securityrules-template.yml�T�n�0}߯���RA{��[�m�Jm�ټ"c�U��m6��;�K�jZ�Z�5g����-g��T*�V6>��t��5&+�2ǸfE/�Ŭ@�s,�HudF2�����.���\�E�a�ˍ�4�"�b5OV��n���r��-��a�Z�ep�]n�-^��0Y���'+V`?�WF�����*�r#K��y�U*�a�t
��%��x2e	+�\�"��8�W�����
�9sxЦ��*4�f�d�O����'TB��n���ݣ/��3���,�,�9�^�|u����U� y���Q�}��,E&���ʜ�4@X9}|�;;g%KdNM�R�xG5�7���,'܉�#������M�_I���”Ү�;f���蓍��9����p]�ᩄ�1�a�簭M�̅
݋6?�rF�p2=���Qĩ�E7靇�]G�3P
�]�F�;���:#ա'��`�"�z�UH��I�˫��x�$πTH��s%
��W)�\a�+���,�8;���wË����UloȚ�1�`.����7�x��F��
%T�Ա�l�<�NǬ߱����?g#傔���f 5��A��Y0�������O���>
�d���c<��
?ЯS�7��Z�{�wT��3p�o��h�@��g�PK��!ۄYPK��R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{�5v�$�77n��I^���ѶP�t�tN�b��(������~����O�GRN[ΒB	'������\PY��
�e�O�g9:�1��3�������tKG)�^���w����(�^p}�����E�*������z4�W�~����F7��^�n,���9+�c��fX:��휄ZnD�������{��J!�B�k���"�M����Vh�vN��X#,��ɗ���r�p��&��Q���o�t+��{������r���.
�GT�61���s��ާ��?Q"a�����);�xa�Ig(ge�"y{��ү���Y���;�BHr�&���5�w�1��Z�Y�R!�Ȼ&]ymjP����(vlw����rת���BK��B6�ڄ)�]�k�C٤��6�HT&��"jR�"Z�.]*�Uͳ�=>x8�����0�l�O*lb��F�M����F�03՚H�Z���-�O�:�6����8J�@U�m�Z
Ca��ų��ZpL�����Ø�C0��^P,a���j�&lN	���gհ����\1j�3��c|���.Mu�O��eD�ń������uL�,��I�4�};�C���ƽU0��u�r�rD�����&�|�9��j����
���D�
ќ�R�2Js�V���:��`�{�X���Re[���;�~k&KLl���s�H��.�o�����0g����?;�(ن��h�y�BqYfH��ǂ���~'Gu��'Z�$s���v)��?�"����ց�v�J��>W�,$�a���n����̫&Ƭ��/���*4
������&*�~@��p�	�]U[T��돤�ui'ipƏ�����Y�g�A���>(L�v�����֎|��=-�D�7S�2��lg&|�g3��r�"�ä,^!�3%����^7�j8�Nb�i:2ģ�z�R��{|�c������n��7I�����ˇ�[�7�>���v��ָ�՜: ��)s���ٻ�������Q*E�T-[?�����[L��5�����C��O�ױ����z��l[����������x��L���Ђu�Չ.�e�#��PK�#GQ�
PK��R,Definitions/resource-Globalport-template.yml�W�S�8��[˃=�H��3%�p��͍G�׎����p�ﻒ��I�e�L��j?��j1R3Fs�
�B�kP?�ĸ#ͳ<�pC�4��(C#j��.�Tq*����Ք\|���&ѩw0��&'�GG�]�F'�9;��sʾ�Ѿ�{O3�7��.�����	<���\Y3��8wX�Q"XZ�����9i�ܐj��s��m�분�}�6�=�M��X�=G�:��H�������~~�����)>@a�~T�	��C����-�j��[ҌޝX�L)�f6)�/q�X�W����*i�������A��y��$����(r�
9� �'V&�ۑ�L�X�G:������;n��J7:��]h�Y����w�v�0��`1j�~w�8P�
��X���S�6�w75��[���K2�;PK��/Hk�PK��R/Definitions/resource-Globalcompute-template.yml�Mo�6������ABl���[6i�6[,6{)
��F6QJTIʁ��;�$[J�7ѠƇ���<~�2R3�d��.K�@i��c�4/*ɑ"Y$��ͨ��+Bxy����|�B��2z{��t#;!9X�M������%M'FMb�?���d$Dk�@P�žW#�QFg�S�[�)]v%g����:Z�Ҵ���ְ�lr�T�XV��LĽ��!gq�J�J[b�^<@��J�c��jb��;�c5\�C�����A��s8�ݨX�������x
���Q��-�8b����D�&�
�[ȹuG��x��
f�$��{��Z�>�*�O5K�j��d�N����������_Oi*x��~��J�:����R��J����0����Z��{
�[����*a �YbҊު�ԋ���x��Գ6��V�O���[s�Tu�&^jCQ�����z���f<	~��ﭨ{�F'.+?}�ot���8�U�,n�@������c6XUc�E��
,L��IW�}oym�P����cA���cVz4���w*^7xp��@^�I(|��ဂNZ�	x�bEM�<��0a����Z�]��VX���뜤6\�O�|��z��a��BHf��
	g�}������_a��t1�yd����`�oa��z���Ӟ���'��{H�x48c�gEG،��ؓ#1�mc�4�P�+zq}��m�̋
��58Ŵ(XM=���p��i$�����-
�?���9�0[��h��?�2	�\r�j���.��ϓ�p@�2�R�Xq�jn��%sо��޻�Պ#�p�|9���:ph�Ai.�B����s�/������<�PK��K>KPK��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��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�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���Ilcж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��}3aL���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���iG��^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\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����g�-�}c��]�d���g���_��4�}R���qN�$i��)���8N�a��C���������)���ϑ�I}+q����Y���ѹ������n�j̒�A�)?��5H��'gM�L̙E$ɶq>���sѝ�9�;?��2�)�tR6�a1*��yi��@ss7?q���s�:$�8��)�˒d~��o����0
�E^��Ȯ�QDv�픛e9lUG�ְ�E���.�'i7s|8~�G+?��He�C�x�1�B�l����f�:�d7Q�'��"M$_!���_�?�|�>=;�ߪ#+���$Z���9�#ȳ0X������W#�S� H!#�t/
Ԉh�	�M���u�5����^������6~�>.v�?��ix �q��O���;��0�r?�5:�8�m��4�]NL��`g�x^\D9[�~��!��w�fز�%$����!���_���ugig��)��QL[ڧ�Q:�|ugq�~���?I:�!6م�ā�=�M�CP;7��^>^��3�g��_�Pܑ�g�C�'�ܐ-�s)���
����#I�y�Q�Gm���F��'L<�N��;~Ww��X�7��K�'O���th?˳��SO|�5��������"�$UR��N��6�rv�*��=��O�(zN���FrǛ���9���5��f$��`0��I柜���w����B�D��ߔ������>�٢v�p}q����eh�
��Grڝ�j��7��ۊ�A)M���1�ː��!C]΍dڶd���xr�X�q�>�I��<-��ca5@Ԝcq`/���<��/��
Mq
ބ���=��Q�Ҭ��۾g��$Id���N�������)��=��P��w*�F��!��ټl��5iD#�އ)��@�1Y}���^���n�4ȷ���Z���?���oa����̲R��E��,;X��^j��y~������ϙGL;�S
N�P�Fp�H[	�TȘ^j„nc4���C1���N������z���Eer��hnO���F>��Z�d����]
�a�����g�4c�g�_{||f��C�l�n�,Q	�r�iq}>�ҿv�E����0Bh��ͫE�M�z�q�*aVo����yzp3o���^E�����ުm�\���`�!w���i%5���"�N-\��X�����mYRщ�v˘�}E=�4g\Z�q�Ϻp�%8��E�4u�Nf+�K`A�!�.ە�Z⋝j������XE�N�E
���	0d�h��e#)�f����F��IƘ�W��u�jjt}�^@�
�m�5�CV�����ڿ�M����Q.�m\iJm�����aAy�(�P����4!�rT�\��,���Э�qb�\�s�a�@�|�Z���+�b����o	cc��� [�}�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�V8bQ��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�'�#DoYim�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�41K�z+��b=PyH����4���
�ZU.w�ِ���w�%������i�`�E�	�ͮ@Y�/�Q����� .x��g�r�ルi�A�����q[�� ��%�R�m���T������d�	xg�j���I���|}�p!�M�e#j�g�������ebD^ ��O�����n�ś��DY�"Ey��&`N�VG��� e���l�X��GZ����Ϡ�u)��8|�@Y��Ȥw9$N�~#�H{�6�o���8��K!n�rGm#�K�>P���t�����%�
A&��!O�3��g����X�/@�ɀ��넾T>`��d C�$%�h�>��_c����5e<'��~q��F�W|\{����?z
,S��"�GW
(]�ݕ�k�Z�)Ú��c/k��w�.��CEK����v|~]��'�T��r�r�
=Vs��Q�F�A�f�
��O]q��qgW�v�w��R���t�/T�'�u�P���0c$��a�A��j��Uq\�$��5?�[�����*>zJ�H7ŬE�v��o�E����?.��ie�@&��V2ѹ���8�Cf�8�˒��26h�E�rU��Q尔�E"D퍫:p����邞0��fP��^g�'�Iy�#}���l�"�Y�����u�	�0q�������p<��w�d!��=f,F���B����'7Ȇ�R��$��遲Tqf`����(!}H!�9'�@Y0�|s-f����\W������7�~:����݂��U�C������O��\�j���奇8�$7dX��F��x>v�Kz+�ܪ�	\��GM;*c^
PW�h��B�T��4�o�q��/����J�C~9B���9V�2�W����\M��=���<ۢU/����DیgM&�Rg�V�����c�m����h6�]���vD�R�hK�����6�cw{\���U�^�~��k�5o"QX
���zQ�\q�,�#՜�pgIPG�w.-@Co��ŶpEZ0Wt��v�KV�ŘXy���
�:	��U�Y�tƥ$��mj��2�(�,Z���J�x0�Pd独Մ��%���Z�8���
G5���zT�c�nb%a�;��o��=�NG�g].F
���u�D�f�>�fZ;�V0����"���o�)U�G����-S��@���֘_��ǩ��`��n���
���ܚ6ke�O��JQ>5ܾKPd�j(M�����x[�V�`�&�������<�u�#���Fr�IF�3V�ix6�F��j)��m`�ԧ��V�]h>��TR�C�����1yE��)m��K�:�m���9�h(��C6Ҋar�5BR��J�L��K1W���*ˡ1�>��!^g��N�b��ݠOUO豻�@/$Qf�3t�����r�w�E�hv��4���U����n��I�w�a�[�S�j��-ێ�\p��.�-�,3�w|6��Z��K1�W�܊�\��1U+g�eunڪ��&��b3W�9h20�����#u*�ipC�m2�i��K�����yhpni���*5��	XQ.�DU�b�ݹg	;>՗˲i88�lv��cT�X�Z��D�Z�-��Xo��-Ϻ�J����&"�J����~i��y��!l]�*x�T&�&T�����^�'$�}�R���ʹqM�E>�Çu���ڟU�
�o�f�����u%���,Qz�mt���f��Dv	���1���D���>�^Yz����GQ�̕��T�x���wR�P����z�}k�e^�c3-��x�56�6���kڥ6������*k[l�G�ë=_�}����Vؓ���)�C���x������Qƛ�2!f+*G�[��[�ɯq�'��e�?�d�ֲ=�c�V�/�b.a�"����D�}|Ɔ�@g�7�����-η�=����O�'̬�������1#��a;��5�������4�‚T�'H�4w��߃���.&	��r������y�yJ��e��/X
[���#9��B����:��֍z�d����/b&���sI��c�ʷúW>��G��ɐiY��zGIj�NF[�w4�'�?�����مX��@��fE�-�k0(�4��m�X��y׋E�v�m��,aG�Q�Z��`� &
Sx[xR�b1�6�0�*�������E�>ͻ��\K����p(�l/V�Ij�iv�S�����i,��{)���^K��۷Rh���R$���Ba�㽒�=a����
�a�D�H�� �Xd.�Q���g�J�`�qx�Ѩ�b	8)��K_8dž�s-���2)���b�^�4�jr�$W�>����=E#�9�$�� �?Z?�#�m�p���}���[������K�=K\���S���2b�V��������+�kq������	r�1�3��;����x<ǣ@ �0,Ty)��^�
*hY"�!�Z���ЋU�0Yd��Q]dB����(<ЬuZ4믨ѕf۸We��tQ�u0�O���`gg~����`i���=!\��–	VZ�-�A@�l�ȸ���ZZ�ݟ�_̕O7w�s����ŝ���/���!X3\��M��gzA+��x�Qv�@Yu�b�d�R+/br� �)���0������� nql�-����i���nq�l��x"n�ǖ	V��=p�nQ*����q499������c�+�k�`j��D�R��2��G���ש��"?a���i����U����}��͌l�I=���l��hŊ�"�}��%��"t�b�JLQ�a*�ŋ
2d���#��ź�ٗ�N��@e�l��Y�Q%��m��,U����G���ӱ�i�����]�!`���lȎ�*�o��MT%~fp�	�G��8vV=*�AߺX�����~^�+����1�_�Z�*��uF ZIU5�/o��R��|a\ז�Q��/�ˢG�nԍ�Ǡ�h�;�#胍 ���.���˘S���S5
�W(��������6_�BPi`���t�(aCU�hI�3`���D������*0:/,����ڹ�K3g��#ax���x��̾`MH�G�:�Ce)� a�[i�2E�=���T�#�u>�!�Q���Jit_�eI��9�d�����⼏�:Pj{=WQ�M�/*I��H���K���L��&Ir��$��sJ���Q��2Ir�=K��J�������0ZM�:2��&��46L�&6�;x��T��ඎ@MQj@TF�/Y��-Q�-Q~�Dy��i&h�ҳ���Dm>�.�t'Ve���i*~\��X�yћ)�e�ʼn�sOG-�:8j��!���v���O��x��*rJg�n���PK5n���/�tPK��RDArtifacts/Informational/OTHER/VSP_basic_vm_macro_VSP_Information.txt���o�0ǟ���7ie��1)R5� (�`���a��185�������s�@BR��)�}�����,s��^���3�`k�I��d��jea��2D-�2C*�Ӎb�*2ς2V�\GK�Y[2��ޥ3o*sXe:&��9
�[����Y����Sd�����$�[���N�S����VS���LM՗4��K��T#&�-�ʳC死;�-�"�����;wι0���JF�@ȧ�<;��A���$��=�Ήq�%�H�ە�r��`�m��D�ƃnAun$��f�T����znH-���2������l�r�~��#�l(�t6�S7�ګY�:�������B����P%Yn��r
�N���n��C�S�\�E*
&�
�R���7���gh�~48�+�<ᖃƿ�Ia���e>g9���F`����|�i���\|�Ć��Sח���%/a@iY����e2)R%�&2��#"���|܀���g����
�e��Xf��b��<��I=Oy)�ܗ�ƒ�������w
/�����[\�'�)f���p]­l���Ӕ.+s���}�ue���p)��h菉=2�/e,�yS)� ���a�
�~c�1'^������)�"���T��+^V��",��J��i�����<9Ƈ�bFC5}��ɍI�ˮ�BX�S�#,��Q�t�,fc��ʜ����$�A�&�є�1�vb��]lH�����ś��Zgde^��c��tIc~�_+4	����6'�L0��jJ�J�DŽ��ÅH�]k�X��!��4�K�L�sY	�q?k�`�娸�Ax���ʹ'P*xD{̞O�}���#x��Xd�ka�ː�B�ou����]ת"�S�yOP��
�+1)���_��m�����gO{��?6��h���ҤgZ���r����K��Ƴee�*B8}R��yAm|�#�q<x���_PK�ظW�PK��R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+%&K
fwC6�{KkA��0��c܌����#��!IXO*����{=��JE�(T��	��?#8���݇ǁ�_��8�H!6���w�!��Ң����v�nG��e�&����PKW�P2}�PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU���0D��^�\Dkj���I�%m!~�_�qr�dFn�-�!�����\>n��Y�K��#�!�'\�C�@g4p*AS�Jɍ<�ļv�^:�fs��&��G$�r��Q��C�5M���]p�q��U�8 ����IK���ؔ��ӹ�:���PK��z��PK��RGArtifacts/Deployment/CONTROLLER_BLUEPRINT_ARCHIVE/BASIC_VM_enriched.zip�yuXT]�7�%�9�tHJ#-��C3�04�(!�H���R*�-!!!-" ������������w��uq�u�o�����o�4U�Q�000b)���\��ndMUt�ߏH��Z��j���~�u;@ `�[m�]T7lm�P��������܇<�%X8�����z�=[h�R2&���k�#�B�+��8%��^z~�����M1M�]`�X-5�y�l�i���H���v)��w�}��ǽ��f '��������\ݕX¹Q�
��]�8�T��2�
�ͱ��q��|�I֭u��9���Jj5)�
�%{`������W��-S�]���y�7EB0�1}А�꬟����U��p-��L�%c�0��켗5�v��3sc~g$l����!n'n���q!U�W��^Q�
�l2�<�z�+�V]�Ի�U�	�N���N��2�����,�����B�p�Zx���oXagB��w�=���b=��J����O�?l��n/��m�sv��Ŕ����E��)���L��m�����l�Qj��L�K��3���mR*��z��3�#��1�;$v���S/�״i!�-�L7B�r������Jȃ#+��xqB�����euT/��^uv�$0[�J��0�mzN.���/f�F27��!���ʟ,wç�_��y��S|D��߻X]w��<�1��.����g5�3���_
=����ct�~Ҝ�o?x��]�~�r��)Kw����h
��CK���� ��Iw�@�%H6��-ˉ!��o Z�ъB��6��<�1��|�b���JU�{j$����:Dvd��P�,r����� j��a�K�l��_�R0�,Yڎ������z��`�%Q:�n_Q�b��J�iR�,��Cc��+2�(
5д%��)u��R�AOSaLʙ���?e3II$� J��N ��I�D`�zV�%�t�ٲ���w����Ԍ�r�i0�tuM�C��,d�; s�5�iEU�m�N��l
�����Q�U�6��<�Γ�R��shB��Xݗ�?C�}���*�Qa���ۥ7C�A݀d�yC�5���RI�/,�����FL�����>kK5
J���t�Hm֎ݨ,:�
���;�ۧ�LW�252�2��U�
�J��E�H��#��p��xw
���D��_��pl���m�]U�)��9�!��"@� �
��4�N�"P�m=y���k����!.͹�iǂ�!�HG��F�H��ҴE�D��5k]�,$�`o�W{y��KT�)U;��!�����`N��� r)�P9�W�<.&�-��.����w2��=�g�xߏw6J���J	A�0[�k�`���w+�ٛ��|���K��aE3�����V��?C�ǥ���rL����q�����^�٨�=U��#o6�J�
��(�O˝LPz��ˠșDS>��h�.��7�)J����Կ�\��O���\_�p^�~x�	Ss,�x���bk�6��ʅ�(�Խ
�����TT�8&�d�|R��R%/5���Y��8B��]t]-|�oʥ	G�O-���p�3�(��3�K���!9T�-V@��d��@@a!}j�3�(�~��wt�0������d8~��w�h֪���c|��@֔	f�B"��b�L����{ѭz�)H�k��.���xI�Eca�0k<�f.��l,��DZ)\8�a�Ԧ �À��7Atԃ�|�N�'p(�M���d�aڛ�pרb@!��<;��?W
��(�Q7#���A_�ܫ�SG�l`��0��#`&��ol��ô^ki�NI;�$��=�c��ள���[y�f�0���A�S�,��C�eekF��XQ��G��~�?C��%����v����#-�̳W�>AC+q/y�%o#����/7�6��տ��n�(gZwԇQB�lQý��8�W�Uc�b~b�B.J�d����q��.�T<�$���F������Q)�t�Xfg�nM{���U�=M2W�1�A����}[ݒ��u,֝���*�|��I
n�w����ݟD>n]I�=N�l���3QT7��é��t;�����K�=V0�9^ORXթ�v,��&����z��'�uH��l�6�{���֞Qn�/k��u0MH�e�Q5b�"��${�a�v��J�1y��A����k�Rf���Į��
��ʱ�Y=�06uʳ���;�E�^6�"��I���#���2��@��h���uY��"�x�E�'�Z��d�r%/z)�����Ep�X���������B�O��i�	o{S�g�3[KG��L�^9
:��O��"�Sѱ�Ϯ
ȝ��v�"���M8��sy!��9��q�ZN�ŏ�v���,[3~7��OZ|����Gؑ��b��D�s������Y�T�]^�#?���;U��3���&��
��nB8M�D�jF�lR���v�3	��u��fX�êm�Ć��'�E;��o�a"�o<�DQ�n6kV䪏=��	�#]�2��Mq&u�37a%d[[����jM��h���X��j5��gw9$��b�L��ܟ�yg��V�Kz��o���X�$�l��6^t�������k�h����$�
�t�8;X�\���/ښ���z�E�q*q�k�k���P�$���!�_ ��f+7~��������k�j�9��3��%�C�n45O�l��{ݴϤ-�*��T��2��}���֛<?E	�9����Ň3Sp��0����u,y�L��~|�������drq�u�·y6ղmP�c�
�6֤�"yک�U��ә�-����GJg�_Si"��x5�P��!�}����P��|��!�ֶ�V�,�L�K�Ȍ�6J����܀U�}e��X6���X�����?�;�
��Y,�mU�۾2�v�;�D�?�ѫ�yqI�=d�U$N- �
e���;Lۇ<|O��x�ڍ�=*�!K��1;���C6d�av�t~3r_3�g��/��GVx��Awg���U�q6���&�e�Z����ً��5de����:�,����
A��ѩێ���h$�sn�#ˀ�߿-����/	��b[���B%��_%�D�uR��y��ޭM8体m�0gf4�+�.4Ɛ�[LJ>?V��T�����$Ғ*���;�5 ���%'����D|)�
ҩr*���`�}������tŚT��[�=}\O9#�d��o�m�����,uR��T��k���[څ�2���	`���i8к���|����C--�G|hI��6:��A�3��u�@�\ٽ{�T�ߙ3���w�˛��oM%y@ެ�ϬD�N�$�J> �#��,��t<9k��O���ћ~h�2'	ūxr�6�V����1��q�Hr)�n�=��bVF!"ڋ-P��Ng�P*��XP��.��O&��mŔ�V��`�4�yď�g" !�J�/C�D��*ӏ��]N��d�Mf���	+�\iM�技�[�$��h���;��P�:�A_H1��f�{v�^�!)���S3"!���O.�,�O���.���X�
�k��5�a0�38�Z�H`��c���o�����C2i�wW��P 11և��7S�x�"�ڳ���]�U�t������#��H��B�<����R�Nv,����z��ḛJ�=G�i��H�_��?�:�X�
}�����/�N1o(]�ϱP�In�P8�r�s�x�Y��-l����l?e������1�&È���x���iV�A�ȸ�#"+�y�J�Ewmގ@�PnR!�e�~�=�����S��4�0NW���X�U���,��b8�Z�͇k=��|L_F��!(�VA�>�R�T�W�{Hn=[N�ѦRX5�|�eZ�a��^Z� x~O2�!��7H���m�x�����P�����T�:�=5��WO��:�i�������T~�OC�.�;&6�,M+�JJx���g�������e�p�L�@��(��͟&�p#�Y�h~yǷH=�y+���3B�g
\E��}O3Q���@��<���H�z ��g��I/
��v��@#MV�祯kZh�y��$ �`6��4�>��I��
}@	������%PLTF�H���Eb�3��b��P�(��UVu�~U�
�&bW@�D�DVh���,w4�$��X�z�nxk���F��;Z[-i&6Ζ3b7"�����ɽ�0��J��șQq�6Gk�
�(�ȃ�)�b��G��޷����ڏ�=�����KӜ���O!1�o
�pǯeFyN�$�A�}����8�H���}٥���qT��i>7m]e&�����[�qM��L5b_����X�ъ/��&[h��X��Fȼ0�H1�׆�V��u��m��M�̛8.��3��B��:�_�����'(�i�)�J�� �ɐR�%��[5%�f�!_NS�+v�S��E���s�#�{08Twt�.+��?Q���vd(7(+б\?m=�Vӟ�L�?���ni�O��}r�r�!�1���&��a�g�>P���/C��1�&*o��C�y�9Oο����[��h0�%������P��`u�ȟ�+���t�g��1�4����4E���h���}Yr/�B�R��d�q�GǬҩ�����zڷ���]��'�\���`�)�V�c'/N�:G��v�BL���7������	k�l'3��i_��=)ƔťN�w]�ujT@���N8�4}+
��Q������f��2����l7Ŭ�R-ݒ�-G�?�GY�����l��~������2�Y.���`3�d���z��wI:��d��L�
����7X�r�s����0�t�����*��ª'�—w9u�"��^��ļ������x52	�(��.z��&�&j?��=(�Hy�@O��
�Ԝ�0g@�E�v�+�Q�
��)}!��ޕ��/[ԝ*�������2K
N���w�w��Tg�%ὓ0.�{FN�]����p��`L�"������.���i��ecTZ
"��9 �'�3�s�
J���{�*>iE�����*K�9ܥs�;�)�I���
Z���j���������s7������!;4ozt�;�D}2��x3c����1`_�^
UΤ�=J/���B����Z/���a���V	���3��q���g�2���J�?F�͓Ϋ׹K�Xػu��&3��\r˯�J��Dz��>���ݞ�f �+�=0UF�9���^�WFe��aY��z�b�8}�~Ķ����N"�e���6U��@Ύ[,�I����P�WDϪ��y��I Ηt'l���8�"�IF�k�am]�WI��L�7ͳ
3������pa6������!��5[�&�:�ͪ���G�@�i������&��j�U�(8�(�Xi�ACT
ʷ��tͲ̃Oq�c���E
�iDh�>^�A������]���>�7�������\���[���z��ޞ�M�铙���9#p������p�4�CX^�`���.(
/~�IDN (��'�w�������r��J����wS��E#*�����̹k��YGQ�\�%O6�������#'å�7�Q�A�W�?��.�]����?8��t#�����u��G�GQN]^"jDM�{��Fw"/L$]k�u>��۟����Zy��v��>�7����g����*�{=�Ԟ���'
;�r���}�K�&��u���aK鉩⁨���"j��p��tL�����*��Nɾ�U�Ȗ?.��PI����m�fB����z{�b��v�>P{�1K�Ws�?R�����v�	��QG������+.
rC��c�����U<ϐ����A(Ƃ\xj��l���sQ�*N�������,GU`�L�t̲yh*�*��I�|�t/!o��ۦAQvt�6�Qq�Rј����MB
��>J�=��g�$t4��G�l�R";9T�\2/����r\
r(I�8Uy�}�Ӳʶ��|)��6��y_����}�7#��ٴ���u���BD"F�N��BD�y���9εO����Z�&�j��ꚥ­-��@W��L׀��V��&�զ �5@z���)�	v�vz�M�[��7��VGi��a����M��u�kP�طWo�\=Xq\��#�G%��&�5`f�"xs@WO�kv��v�j}}��!�猛pWs��pTd#�	w5���gJ~[Zz�jr'����&�U	���{ʿ���6�!FR�E	o��\��}5�_�m�`�h�W3��ȿ��Ein���M{͘��?ɔ�**��/I~���" ����PK$����%PK��R�R�B4E	csar.metaPK��R��ڊ��kTOSCA-Metadata/TOSCA.metaPK��R�J����V.?Definitions/resource-BasicVmMacro-template.ymlPK��R����
h�8�Definitions/resource-BasicVmMacro-template-interface.ymlPK��R�V���(�Definitions/resource-Extcp2-template.ymlPK��R�HL-N�O?Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.ymlPK��R|����#}I�+Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template-interface.ymlPK��R��Ze&�4Definitions/resource-Port-template.ymlPK��R�=��
)�7Definitions/resource-Compute-template.ymlPK��R2�oj�dF�;Definitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.ymlPK��R�~�i�,�=Definitions/resource-Novaserver-template.ymlPK��R��!ۄY/)CDefinitions/resource-Securityrules-template.ymlPK��R�#GQ�
.
FDefinitions/resource-Extneutroncp-template.ymlPK��R��/Hk�,�JDefinitions/resource-Globalport-template.ymlPK��R��K>K/|ODefinitions/resource-Globalcompute-template.ymlPK��R+�@j5��TDefinitions/data.ymlPK��R�'}8ÉDefinitions/groups.ymlPK��R0?��@@��Definitions/policies.ymlPK��R���C&
�Definitions/annotations.ymlPK��R�����y�Definitions/relationships.ymlPK��R2ea�
��Definitions/artifacts.ymlPK��R�H�v~(ϫDefinitions/capabilities.ymlPK��R8����Definitions/interfaces.ymlPK��R5n���/�t��Definitions/nodes.ymlPK��R�6��D�D��Artifacts/Informational/OTHER/VSP_basic_vm_macro_VSP_Information.txtPK��R�ظW�,w�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPK��RW�P2}�<(�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R��z��4�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK��R$����%G�Artifacts/Deployment/CONTROLLER_BLUEPRINT_ARCHIVE/BASIC_VM_enriched.zipPK�	t
2021-04-14T03:21:23.048Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-14T03:21:23.049Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/04dd91b8-e663-4bd9-8eef-ed2af8c429c1/toscaModel|INFO|500||InvokeReturn
2021-04-14T03:21:23.053Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-14T03:21:23.121Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-04-14T03:21:23.121Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||VFCustomizationUUID= 4284339e-e6c6-42a8-8bdb-8f0dfa3f0fce
2021-04-14T03:21:23.121Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4284339e-e6c6-42a8-8bdb-8f0dfa3f0fce matches Tosca VF Customization UUID: 4284339e-e6c6-42a8-8bdb-8f0dfa3f0fce
2021-04-14T03:21:23.121Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||vfCustomizationUUID: 4284339e-e6c6-42a8-8bdb-8f0dfa3f0fce  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-14T03:21:23.124Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:23.124Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:23.126Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||resource request for resource customization id 4284339e-e6c6-42a8-8bdb-8f0dfa3f0fce: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-14T03:21:23.126Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f421612
2021-04-14T03:21:23.127Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:23.127Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-14T03:21:23.127Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ee41d3a-8bf8-4681-9013-c42197ade265
2021-04-14T03:21:23.127Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ee41d3a-8bf8-4681-9013-c42197ade265
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-14T03:21:23.132Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:23.132Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-14T03:21:23.133Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:21:23.133Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:23.133Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-14T03:21:23.133Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:21:23.133Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:23.134Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-14T03:21:23.134Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-14T03:21:23.134Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-14T03:21:23.135Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7e9c41ff-03a7-4f69-ba3d-df0285a4598b
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-14T03:21:23.137Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:23.137Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-14T03:21:23.137Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-14T03:21:23.138Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:23.138Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-14T03:21:23.138Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4284339e-e6c6-42a8-8bdb-8f0dfa3f0fce
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-14T03:21:23.140Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:23.141Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:23.141Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5c5ef01d-e3d7-42c3-8d52-e74857c2c21f: basic_vm_macro
2021-04-14T03:21:23.141Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:23.141Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:23.141Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:23.141Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:23.142Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:23.142Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:23.142Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:23.142Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:23.142Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-14T03:21:23.143Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-14T03:21:23.143Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-14T03:21:23.306Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0db20da5-2d1f-48e1-9fc4-cbbaeffa8000 1 ASDC deployResourceStructure
2021-04-14T03:21:23.307Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-04-14T03:21:23.307Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-14T03:21:23.307Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:21:23.307Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:23.309Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:23.309Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370483306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:21:23.409Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:21:23.410Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:23.410Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:23.420Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:23.421Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:21:24.310Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-14T03:21:24.310Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-14T03:21:24.310Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:21:24.311Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:24.313Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:24.314Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370484310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-14T03:21:24.414Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-14T03:21:24.415Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:24.415Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:24.426Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:24.426Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:21:25.314Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-14T03:21:25.315Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-14T03:21:25.315Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:21:25.315Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:25.318Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:25.318Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370485314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-14T03:21:25.418Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:21:25.419Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:25.419Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:25.430Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:25.431Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:21:26.319Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-14T03:21:26.319Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-14T03:21:26.319Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-14T03:21:26.320Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:26.321Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:26.322Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370486319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:21:26.422Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-14T03:21:26.422Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:26.423Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:26.433Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:26.433Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-14T03:21:27.322Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b16f536-6b7a-4401-ab88-15f5f59eaf9a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-14T03:21:27.332Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b16f536-6b7a-4401-ab88-15f5f59eaf9a
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-14T03:21:27.334Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-14T03:21:27.334Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-14T03:21:27.334Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-14T03:21:27.334Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-14T03:21:27.334Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:21:27.335Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:21:27.335Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:21:27.335Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:21:27.335Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:21:27.335Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-14T03:21:27.335Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:21:27.424Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-14T03:21:57.424Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b16f536-6b7a-4401-ab88-15f5f59eaf9a 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-14T03:21:57.435Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b16f536-6b7a-4401-ab88-15f5f59eaf9a and serviceModelVersionId: 5c5ef01d-e3d7-42c3-8d52-e74857c2c21f
2021-04-14T03:21:57.435Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07cb7c05-dbce-439d-aade-ffeaef118122
2021-04-14T03:21:57.436Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07cb7c05-dbce-439d-aade-ffeaef118122/model-vers/model-ver/5c5ef01d-e3d7-42c3-8d52-e74857c2c21f?depth=0
2021-04-14T03:21:57.441Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-04-14T03:21:57.544Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/07cb7c05-dbce-439d-aade-ffeaef118122/model-vers/model-ver/5c5ef01d-e3d7-42c3-8d52-e74857c2c21f?depth=0|INFO|500||Invoke
2021-04-14T03:21:57.545Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/07cb7c05-dbce-439d-aade-ffeaef118122/model-vers/model-ver/5c5ef01d-e3d7-42c3-8d52-e74857c2c21f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/07cb7c05-dbce-439d-aade-ffeaef118122/model-vers/model-ver/5c5ef01d-e3d7-42c3-8d52-e74857c2c21f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9b16f536-6b7a-4401-ab88-15f5f59eaf9a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a7f48f0d-e808-4aa0-b023-60e35ea08857], X-ECOMP-RequestID=[9b16f536-6b7a-4401-ab88-15f5f59eaf9a], X-TransactionId=[], X-ONAP-RequestID=[9b16f536-6b7a-4401-ab88-15f5f59eaf9a], Content-Type=[application/merge-patch+json]}
2021-04-14T03:21:57.562Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/07cb7c05-dbce-439d-aade-ffeaef118122/model-vers/model-ver/5c5ef01d-e3d7-42c3-8d52-e74857c2c21f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-14T03:21:57.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.76.199
2021-04-14T03:21:58.325Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/07cb7c05-dbce-439d-aade-ffeaef118122/model-vers/model-ver/5c5ef01d-e3d7-42c3-8d52-e74857c2c21f?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/07cb7c05-dbce-439d-aade-ffeaef118122/model-vers/model-ver/5c5ef01d-e3d7-42c3-8d52-e74857c2c21f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210414-03:21:57:566-6299], vertex-id=[430080], Content-Length=[0], Date=[Wed, 14 Apr 2021 03:21:57 GMT], Content-Type=[application/json]}
2021-04-14T03:21:58.326Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/07cb7c05-dbce-439d-aade-ffeaef118122/model-vers/model-ver/5c5ef01d-e3d7-42c3-8d52-e74857c2c21f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-14T03:21:58.326Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/07cb7c05-dbce-439d-aade-ffeaef118122/model-vers/model-ver/5c5ef01d-e3d7-42c3-8d52-e74857c2c21f?depth=0|INFO|500||InvokeReturn
2021-04-14T03:21:58.327Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-14T03:21:58.327Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:21:58.331Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:21:58.331Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b16f536-6b7a-4401-ab88-15f5f59eaf9a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-14T03:21:58.332Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-14T03:21:58.332Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-14T03:21:58.333Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-14T03:21:58.334Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370518331,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:21:58.438Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-04-14T03:21:58.439Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-14T03:21:58.439Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:21:58.451Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:21:58.452Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-14T03:21:59.344Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:21:59.345Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:21:59.345Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:22:09.539Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:22:09.540Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:22:09.541Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:22:09.541Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:22:18.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:22:18.646Z||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-14T03:22:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:22:18.665Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:22:18.665Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.665Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370362335,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:22:18.666Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:22:18.666Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.666Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370364051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:22:18.666Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:22:18.666Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.666Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370365600,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:22:18.666Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:22:18.667Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.667Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370366603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-14T03:22:18.667Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370367607,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370368610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b989ea3-f775-4255-82ff-a04990dee843",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370400501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-14T03:22:18.668Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:22:18.721Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.721Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:22:18.721Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:22:18.721Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.721Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:22:18.721Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:22:18.721Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.721Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:22:18.721Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:22:18.721Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.721Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-14T03:22:18.721Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:22:18.721Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.722Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:22:18.722Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:22:18.722Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.722Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:22:18.722Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:22:18.722Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.722Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370411299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:22:18.722Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:22:18.722Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.722Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370413811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:22:18.722Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:22:18.722Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:22:18.722Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370415992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:22:18.722Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:22:19.085Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:22:19.085Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:22:19.086Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:22:19.086Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:22:28.620Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:22:28.621Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:22:28.622Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:22:28.622Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:22:38.159Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:22:38.160Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:22:38.161Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:22:38.162Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:22:47.713Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:22:47.714Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:22:47.714Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:22:47.714Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:22:57.260Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:22:57.261Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:22:57.262Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:22:57.262Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:23:06.807Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:23:18.643Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:23:18.644Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:23:18.644Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:23:18.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:23:18.645Z||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-14T03:23:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:23:18.670Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:23:18.670Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.671Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370419582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:23:18.671Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:23:18.671Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.672Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370421643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:23:18.672Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:23:18.672Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.720Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370423188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:23:18.721Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:23:18.721Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.721Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370424519,
  "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-14T03:23:18.721Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:23:18.721Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.721Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370425523,
  "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-14T03:23:18.721Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:23:18.721Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.721Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370426526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:23:18.721Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:23:18.721Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.722Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370427529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-14T03:23:18.722Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:23:18.722Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.722Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370428532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-14T03:23:18.722Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:23:18.722Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.722Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370429535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:23:18.722Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:23:18.722Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.722Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7c6b0ec-5575-477e-bc30-83aae1b4a913",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370461298,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:23:18.722Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:23:18.722Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.723Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:23:18.723Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:23:18.723Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.723Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-14T03:23:18.723Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:23:18.723Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.723Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-14T03:23:18.723Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:23:18.723Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.723Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:23:18.723Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:23:18.723Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.723Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370231123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370471009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370473791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:23:18.724Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-14T03:23:18.725Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370476540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:23:18.725Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:23:27.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T03:23:28.189Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:24:12.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T03:24:18.643Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:24:18.643Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:24:18.644Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:24:18.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:24:18.645Z||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-14T03:24:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:24:19.166Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:24:19.167Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:24:19.167Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370480582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-14T03:24:19.167Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:24:19.167Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:24:19.167Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370483306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-14T03:24:19.168Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:24:19.168Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:24:19.168Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370484310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-14T03:24:19.168Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:24:19.168Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:24:19.168Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370485314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-14T03:24:19.168Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:24:19.168Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:24:19.168Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370486319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-14T03:24:19.168Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:24:19.168Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-14T03:24:19.169Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b16f536-6b7a-4401-ab88-15f5f59eaf9a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1618370518331,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-14T03:24:19.169Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-14T03:24:28.194Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:25:18.643Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:25:18.644Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:25:18.644Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:25:18.645Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:25:18.645Z||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-14T03:25:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:25:28.188Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:25:28.226Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:25:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.76.199
2021-04-14T03:26:18.643Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:26:18.643Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:26:18.644Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:26:18.645Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:26:18.645Z||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-14T03:26:18.646Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:26:27.861Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T03:26:28.192Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:26:28.196Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:27:12.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.76.199
2021-04-14T03:27:18.643Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:27:18.644Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:27:18.644Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:27:18.645Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:27:18.645Z||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-14T03:27:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:27:28.190Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:27:28.200Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:28:18.643Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:28:18.644Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:28:18.644Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:28:18.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:28:18.645Z||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-14T03:28:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:28:28.189Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:28:28.191Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:28:42.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.199 to 10.233.75.223
2021-04-14T03:29:18.643Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:29:18.644Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:29:18.644Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:29:18.645Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:29:18.645Z||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-14T03:29:18.645Z||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 iDX4JiaKTAA6a7p4) ...
2021-04-14T03:29:27.863Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.223 to 10.233.71.142
2021-04-14T03:29:28.186Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:29:28.186Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-14T03:30:12.862Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.142 to 10.233.76.199
2021-04-14T03:30:18.643Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:30:18.644Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||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-14T03:30:18.644Z|9b16f536-6b7a-4401-ab88-15f5f59eaf9a|pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iDX4JiaKTAA6a7p4) ...
2021-04-14T03:30:18.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-14T03:30:18.645Z||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-14T03:30:18.645Z||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 iDX4JiaKTAA6a7p4) ...