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=o}:2Nmwb#gtyh6k]ipWY!?v7 -Dspring.config.additional-location=/app/config/override.yaml  

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

2021-04-06T02:11:47.728Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-p78rd with PID 14 (/app/app.jar started by so in /app)
2021-04-06T02:11:47.732Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-06T02:11:47.733Z||main|||||INFO|500||The following profiles are active: basic
2021-04-06T02:11:53.420Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-06T02:11:53.421Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-06T02:11:53.565Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-06T02:11:55.192Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-06T02:11:55.325Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-06T02:11:55.496Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-06T02:11:55.503Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-06T02:11:56.746Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: catalogDB
	...]
2021-04-06T02:11:56.869Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-06T02:11:56.873Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-06T02:11:57.203Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-06T02:11:57.678Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-06T02:12:00.893Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: requestDB
	...]
2021-04-06T02:12:01.158Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-06T02:12:02.391Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-06T02:12:02.417Z||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$$49d1542f.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-06T02:12:02.418Z||main|||||WARN|500||The sdc end point is not alive
2021-04-06T02:12:03.517Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-06T02:12:05.447Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-06T02:12:06.778Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-06T02:12:07.723Z||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-06T02:12:09.444Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-06T02:12:09.445Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-06T02:12:09.517Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-06T02:12:09.535Z||main|||||INFO|500||Started Application in 24.174 seconds (JVM running for 25.165)
2021-04-06T02:12:09.590Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-06T02:12:09.636Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 544efff7-3223-4d39-9aac-76c76aa20691 url= /sdc/v1/artifactTypes
2021-04-06T02:12:09.637Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-06T02:12:09.966Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-06T02:12:09.968Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@367b9122
2021-04-06T02:12:09.969Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-06T02:12:09.975Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5003",
      "text": "Error: Not authorized to use the API.",
      "variables": []
    }
  }
}
2021-04-06T02:12:09.977Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-06T02:12:09.979Z||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-06T02:12:39.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.77.212
2021-04-06T02:12:59.441Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-06T02:12:59.442Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-06T02:12:59.442Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-06T02:12:59.447Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-06T02:12:59.454Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52cf2bad-7db6-4f05-9dd8-539004664a5f url= /sdc/v1/artifactTypes
2021-04-06T02:12:59.454Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-06T02:12:59.551Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-06T02:12:59.562Z||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-06T02:12:59.582Z||scheduling-1|||||DEBUG|500||create keys
2021-04-06T02:12:59.589Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-06T02:12:59.632Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:12:59.654Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= afb5107a-a4a3-4f9d-9215-ad0b3ce64ddd url= /sdc/v1/registerForDistribution
2021-04-06T02:12:59.938Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= afb5107a-a4a3-4f9d-9215-ad0b3ce64ddd url= /sdc/v1/registerForDistribution
2021-04-06T02:12:59.939Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-06T02:12:59.945Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:12:59.946Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:12:59.949Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-06T02:12:59.987Z||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-06T02:12:59.987Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:12:59.989Z||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-06T02:12:59.989Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:13:10.293Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:13:10.331Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:13:24.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T02:13:59.944Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:13:59.946Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:13:59.946Z||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-06T02:13:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:13:59.947Z||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-06T02:13:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:14:09.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:14:09.500Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:14:09.500Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:14:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.71.135
2021-04-06T02:14:59.944Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:14:59.945Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:14:59.946Z||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-06T02:14:59.946Z||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-06T02:14:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:14:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:15:09.492Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:15:09.492Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:15:59.945Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:15:59.945Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:15:59.946Z||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-06T02:15:59.946Z||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-06T02:15:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:15:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:16:09.530Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:16:09.531Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:16:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:16:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:16:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:16:59.945Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:16:59.946Z||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-06T02:16:59.987Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:17:09.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.74.224
2021-04-06T02:17:09.525Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:17:09.558Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:17:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:17:59.945Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:17:59.946Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:17:59.946Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:17:59.946Z||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-06T02:17:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:18:09.529Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:18:09.548Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:18:39.448Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:18:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:18:59.945Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:18:59.946Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:18:59.946Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:18:59.946Z||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-06T02:18:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:19:09.488Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:19:09.488Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:19:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:19:59.945Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:19:59.946Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:19:59.946Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:19:59.948Z||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-06T02:19:59.948Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:20:09.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.71.135
2021-04-06T02:20:09.526Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:20:09.529Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:20:54.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.77.212
2021-04-06T02:20:59.945Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:20:59.946Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:20:59.947Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:20:59.947Z||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-06T02:20:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:20:59.947Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:21:09.500Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:21:09.503Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:21:49.833Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-06T02:21:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:21:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:21:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:21:59.946Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:21:59.946Z||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-06T02:21:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:22:09.529Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:22:09.532Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:22:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:22:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:22:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:22:59.945Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:22:59.946Z||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-06T02:22:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:23:09.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T02:23:09.485Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:23:09.487Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:23:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:23:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:23:59.945Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:23:59.946Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:23:59.946Z||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-06T02:23:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:23:59.946Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:24:09.525Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:24:09.526Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:24:39.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T02:24:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:24:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:24:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:24:59.946Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:24:59.946Z||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-06T02:24:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:25:09.531Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:25:09.548Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:25:24.444Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:25:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:25:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:25:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:25:59.945Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:25:59.946Z||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-06T02:25:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:26:09.551Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:26:09.554Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:26:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T02:26:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:26:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:26:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:26:59.946Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:26:59.946Z||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-06T02:26:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:27:09.484Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:27:09.489Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:27:39.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:27:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:27:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:27:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:27:59.945Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:27:59.946Z||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-06T02:27:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:28:09.522Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:28:09.524Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:28:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:28:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:28:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:28:59.946Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:28:59.947Z||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-06T02:28:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:29:09.483Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:29:09.484Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:29:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T02:29:59.946Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:29:59.946Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:29:59.948Z||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-06T02:29:59.948Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:29:59.949Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:29:59.949Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:30:09.494Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:30:09.552Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:30:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:30:59.946Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:30:59.946Z||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-06T02:30:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:30:59.946Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:30:59.947Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:31:09.576Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:31:09.650Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:31:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:31:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:31:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:31:59.945Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:31:59.946Z||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-06T02:31:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:32:09.528Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:32:09.530Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:32:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.71.135
2021-04-06T02:32:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:32:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:32:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:32:59.946Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:32:59.947Z||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-06T02:32:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:33:09.487Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:33:09.491Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:33:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:33:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:33:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:33:59.945Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:33:59.946Z||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-06T02:33:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:34:09.540Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:34:09.590Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:34:24.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.77.212
2021-04-06T02:34:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:34:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:34:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:34:59.945Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:34:59.946Z||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-06T02:34:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:35:09.520Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:35:09.521Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:35:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T02:35:59.945Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:35:59.946Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:35:59.946Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:35:59.946Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:35:59.947Z||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-06T02:35:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:36:09.528Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:36:09.552Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:36:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:36:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:36:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:36:59.945Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:36:59.946Z||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-06T02:36:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:37:09.489Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:37:09.552Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:37:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:37:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:37:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:37:59.945Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:37:59.946Z||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-06T02:37:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:38:09.524Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:38:09.523Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:38:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:38:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:38:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:38:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:38:59.945Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:38:59.946Z||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-06T02:38:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:39:09.485Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:39:09.554Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:39:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:39:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:39:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:39:59.945Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:39:59.946Z||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-06T02:39:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:40:09.482Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:40:09.487Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:40:24.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.71.135
2021-04-06T02:40:59.946Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:40:59.946Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:40:59.949Z||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-06T02:40:59.949Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:40:59.950Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:40:59.950Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:41:09.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.77.212
2021-04-06T02:41:09.526Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:41:09.527Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:41:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:41:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:41:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:41:59.946Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:41:59.946Z||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-06T02:41:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:42:09.521Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:42:09.522Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:42:24.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.71.135
2021-04-06T02:42:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:42:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:42:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:42:59.945Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:42:59.946Z||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-06T02:42:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:43:09.530Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:43:09.551Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:43:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.74.224
2021-04-06T02:43:59.944Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:43:59.945Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:43:59.945Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:43:59.945Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:43:59.946Z||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-06T02:43:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:00.164Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:00.167Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.167Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "cds",
  "timestamp": 1617677028489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.186Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.186Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.186Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677030945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "aai-ml",
  "timestamp": 1617677027153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "dcae-sch",
  "timestamp": 1617677033841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "cds",
  "timestamp": 1617677028489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.187Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677030945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "aai-ml",
  "timestamp": 1617677027153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "dcae-sch",
  "timestamp": 1617677033841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677030945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:44:00.188Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "cds",
  "timestamp": 1617677028489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "aai-ml",
  "timestamp": 1617677027153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "dcae-sch",
  "timestamp": 1617677033841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.189Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "cds",
  "timestamp": 1617677028489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677030945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "aai-ml",
  "timestamp": 1617677027153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.190Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "dcae-sch",
  "timestamp": 1617677033841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "cds",
  "timestamp": 1617677028489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677030945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "aai-ml",
  "timestamp": 1617677027153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.191Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "policy-id",
  "timestamp": 1617677037080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677037369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "dcae-sch",
  "timestamp": 1617677033841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677030945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.192Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "cds",
  "timestamp": 1617677028489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "aai-ml",
  "timestamp": 1617677027153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "policy-id",
  "timestamp": 1617677037080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677037369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677038688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.193Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "dcae-sch",
  "timestamp": 1617677033841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677030945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "cds",
  "timestamp": 1617677028489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "aai-ml",
  "timestamp": 1617677027153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.194Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "policy-id",
  "timestamp": 1617677037080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:44:00.195Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:44:00.568Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:00.570Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-06T02:44:00.570Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"70b983c4-8119-4036-b8e1-57723dfe2e55","serviceName":"basic_onboard_lDhWiK","serviceVersion":"1.0","serviceUUID":"775b30b9-a20c-466d-b536-86eac7db32b6","serviceDescription":"service","serviceInvariantUUID":"11c4c014-b29e-4c7a-a335-37ceedb94aec","resources":[{"resourceInstanceName":"basic_onboard_lDhWiK 0","resourceName":"basic_onboard_lDhWiK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1d7c455e-8e41-4a33-9d73-12197f7a635b","resourceInvariantUUID":"42f70b8b-b8cf-4699-9fb6-77563beaf417","resourceCustomizationUUID":"d62a8d37-828d-45f7-bfe4-d1b676507e6e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml","artifactChecksum":"MzQ3MDYzM2VkYTI4MDEzMTQ0OWVjZDBjNDliZGY1MGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42cacfad-dac5-4e73-878f-57148d054ef3","artifactVersion":"1"},{"artifactName":"basic_onboard_ldhwik0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json","artifactChecksum":"MzAyNjYzNzAxMTk1NDc1MGIzNTk1OWE3MjQxYWY0Y2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"10ba0f46-cddf-4760-95f4-50fed81850a8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6dcd2e6d-4393-4a10-aed3-5a1121c57984","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6eb7b7ec-9f51-4935-814c-649035ba3f4d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8","artifactVersion":"2","generatedFromUUID":"6dcd2e6d-4393-4a10-aed3-5a1121c57984"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLdhwik-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml","artifactChecksum":"NGIwNGYxYWNiM2QxMTA4N2VhY2I1YWE1NDQ4MDg3N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2054bda-7c80-4a61-aae3-3b7a46e8ed69","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLdhwik-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar","artifactChecksum":"M2EyYWI4MmY4YTY0OTNiZjdjNTA0MDRjNWMwMTViYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f58ab5fe-2077-4c41-8cd7-8e6db420fdd9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-06T02:44:00.577Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:44:00.589Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:00.597Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:00.597Z||pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677039944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:00.698Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-06T02:44:00.703Z||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-06T02:44:00.704Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:00.715Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:00.716Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:01.602Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:44:01.603Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:01.605Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:01.605Z||pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677039944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:44:01.705Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:44:01.706Z||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-06T02:44:01.707Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:01.727Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:01.728Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:02.605Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:44:02.607Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:02.608Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:02.608Z||pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677039944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:44:02.709Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-06T02:44:02.710Z||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-06T02:44:02.710Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:02.719Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:02.720Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:03.609Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:44:03.610Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:03.613Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:03.613Z||pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677039944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:03.713Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:44:03.714Z||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-06T02:44:03.714Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:03.722Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:03.723Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:04.613Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:44:04.614Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:04.616Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:04.616Z||pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677039944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-06T02:44:04.717Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:44:04.718Z||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-06T02:44:04.719Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:04.729Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:04.730Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:05.617Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:44:05.618Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:05.620Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:05.620Z||pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677039944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:44:05.721Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:44:05.721Z||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-06T02:44:05.722Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:05.731Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:05.731Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:06.621Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:44:06.622Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:06.625Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:06.625Z||pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677039944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:44:06.725Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-06T02:44:06.727Z||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-06T02:44:06.727Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:06.737Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:06.737Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:07.628Z||pool-3-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "serviceName": "basic_onboard_lDhWiK",
  "serviceVersion": "1.0",
  "serviceUUID": "775b30b9-a20c-466d-b536-86eac7db32b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "11c4c014-b29e-4c7a-a335-37ceedb94aec",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_lDhWiK 0",
      "resourceCustomizationUUID": "d62a8d37-828d-45f7-bfe4-d1b676507e6e",
      "resourceName": "basic_onboard_lDhWiK",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1d7c455e-8e41-4a33-9d73-12197f7a635b",
      "resourceInvariantUUID": "42f70b8b-b8cf-4699-9fb6-77563beaf417",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ldhwik0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
          "artifactChecksum": "MzAyNjYzNzAxMTk1NDc1MGIzNTk1OWE3MjQxYWY0Y2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "10ba0f46-cddf-4760-95f4-50fed81850a8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6dcd2e6d-4393-4a10-aed3-5a1121c57984",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8",
            "generatedFromUUID": "6dcd2e6d-4393-4a10-aed3-5a1121c57984"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardLdhwik-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
      "artifactChecksum": "M2EyYWI4MmY4YTY0OTNiZjdjNTA0MDRjNWMwMTViYWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f58ab5fe-2077-4c41-8cd7-8e6db420fdd9"
    }
  ],
  "workloadContext": "Production"
}
2021-04-06T02:44:07.629Z||pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-06T02:44:07.630Z||pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 775b30b9-a20c-466d-b536-86eac7db32b6 ASDC
2021-04-06T02:44:07.809Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:70b983c4-8119-4036-b8e1-57723dfe2e55
ServiceName:basic_onboard_lDhWiK
ServiceVersion:1.0
ServiceUUID:775b30b9-a20c-466d-b536-86eac7db32b6
ServiceInvariantUUID:11c4c014-b29e-4c7a-a335-37ceedb94aec
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLdhwik-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar
ArtifactUUID:f58ab5fe-2077-4c41-8cd7-8e6db420fdd9
ArtifactChecksum:M2EyYWI4MmY4YTY0OTNiZjdjNTA0MDRjNWMwMTViYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lDhWiK 0
ResourceCustomizationUUID:d62a8d37-828d-45f7-bfe4-d1b676507e6e
ResourceInvariantUUID:42f70b8b-b8cf-4699-9fb6-77563beaf417
ResourceName:basic_onboard_lDhWiK
ResourceType:VF
ResourceUUID:1d7c455e-8e41-4a33-9d73-12197f7a635b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ldhwik0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json
ArtifactUUID:10ba0f46-cddf-4760-95f4-50fed81850a8
ArtifactChecksum:MzAyNjYzNzAxMTk1NDc1MGIzNTk1OWE3MjQxYWY0Y2E=
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/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6dcd2e6d-4393-4a10-aed3-5a1121c57984
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/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env
ArtifactUUID:3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8
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/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env
ArtifactUUID:3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-06T02:44:07.810Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 775b30b9-a20c-466d-b536-86eac7db32b6 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-06T02:44:08.012Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-06T02:44:08.014Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-06T02:44:08.015Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-06T02:44:08.015Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: f58ab5fe-2077-4c41-8cd7-8e6db420fdd9 from URL: /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:08.015Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-06T02:44:08.016Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:08.665Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-06T02:44:08.679Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar f58ab5fe-2077-4c41-8cd7-8e6db420fdd9 70248
2021-04-06T02:44:08.680Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar ASDC sendASDCNotification
2021-04-06T02:44:08.686Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:08.687Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:44:08.688Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:08.690Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:08.690Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677048679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:44:08.791Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-06T02:44:08.792Z||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-06T02:44:08.792Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:08.802Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:08.802Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:09.691Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-06T02:44:09.693Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-06T02:44:09.693Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: f58ab5fe-2077-4c41-8cd7-8e6db420fdd9, URL: /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar to file: /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:09.694Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:09.889Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:09.889Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:10.369Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5318800856572729888/Definitions/service-BasicOnboardLdhwik-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-06T02:44:12.186Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-06T02:44:12.191Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||####################################################################################################
2021-04-06T02:44:12.192Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.192Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-06T02:44:12.192Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lDhWiK 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.192Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.192Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.193Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.193Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.193Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.193Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.193Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.194Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lDhWiK 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-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.194Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:12.194Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||####################################################################################################
2021-04-06T02:44:12.202Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:12.204Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:12.207Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is matching search criteria
2021-04-06T02:44:12.207Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-06T02:44:12.208Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lDhWiK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-06T02:44:12.210Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:12.210Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:12.210Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is matching search criteria
2021-04-06T02:44:12.210Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-06T02:44:12.210Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lDhWiK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-06T02:44:12.211Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:12.211Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:12.214Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:12.214Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is not matching search criteria
2021-04-06T02:44:12.214Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-06T02:44:12.214Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-06T02:44:12.215Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-06T02:44:12.215Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-06T02:44:12.215Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-06T02:44:12.215Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:12.216Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-06T02:44:12.217Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:12.217Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is matching search criteria
2021-04-06T02:44:12.217Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lDhWiK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:44:12.218Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:12.218Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is matching search criteria
2021-04-06T02:44:12.218Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lDhWiK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:44:12.219Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:12.219Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is matching search criteria
2021-04-06T02:44:12.219Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lDhWiK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:44:12.219Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:12.220Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is not matching search criteria
2021-04-06T02:44:12.220Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-06T02:44:12.220Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-06T02:44:12.220Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3dd9160e-ab46-448a-9766-94e0cb04f530
2021-04-06T02:44:12.220Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:12.221Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:12.221Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:12.221Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:12.221Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:12.222Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:12.222Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:12.222Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:12.222Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_lDhWiK
Description:service
Model UUID:775b30b9-a20c-466d-b536-86eac7db32b6
Model Version:NULL
Model InvariantUuid:11c4c014-b29e-4c7a-a335-37ceedb94aec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_lDhWiK
Model UUID:33409a8d-ff44-4262-a67c-7fbd5101f76e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:42f70b8b-b8cf-4699-9fb6-77563beaf417
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d62a8d37-828d-45f7-bfe4-d1b676507e6e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:42b6a1c6-0194-4fa0-af55-623d7d2b3538
ModelName:BasicOnboardLdhwik..base_ubuntu18..module-0
ModelUuid:0e94ddfb-39f4-47b3-90e0-d78f818685b3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3dd9160e-ab46-448a-9766-94e0cb04f530
ModelInvariantUuid:d2521e1a-347d-4325-b45c-a6ead5c9d21a
ModelName:basic_onboard_lDhWiK-nodes.ubuntu18Cvfc
ModelUuid:c5a69c9a-95bc-4f5d-9822-afcb21ca8912
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:29d4366f-9e68-458f-86e5-aef421db7ed3
ModelInvariantUuid:cdae0470-3a64-476a-80f9-dd6c59ac3991
ModelName:BasicOnboardLdhwik.compute.nodes.heat.ubuntu18
ModelUuid:6c03c4ba-61bb-4885-b406-32e4d0b43a6e
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-06T02:44:12.249Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1d7c455e-8e41-4a33-9d73-12197f7a635b
2021-04-06T02:44:12.259Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||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-06T02:44:12.337Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||basic_onboard_lDhWiK 0
2021-04-06T02:44:12.342Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1d7c455e-8e41-4a33-9d73-12197f7a635b
2021-04-06T02:44:12.342Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 10ba0f46-cddf-4760-95f4-50fed81850a8 from URL: /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json
2021-04-06T02:44:12.343Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-06T02:44:12.343Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json
2021-04-06T02:44:13.055Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-06T02:44:13.055Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json 10ba0f46-cddf-4760-95f4-50fed81850a8 798
2021-04-06T02:44:13.056Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json ASDC sendASDCNotification
2021-04-06T02:44:13.056Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json
2021-04-06T02:44:13.056Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:44:13.056Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:13.059Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:13.059Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677053056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:44:13.159Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:44:13.161Z||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-06T02:44:13.161Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:13.170Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:13.171Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:14.061Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLdhwik..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "42b6a1c6-0194-4fa0-af55-623d7d2b3538",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0e94ddfb-39f4-47b3-90e0-d78f818685b3",
    "vfModuleModelCustomizationUUID": "07587755-1d92-49f4-b11a-6e5a206bee91",
    "isBase": true,
    "artifacts": [
      "6dcd2e6d-4393-4a10-aed3-5a1121c57984",
      "3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8"
    ],
    "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-06T02:44:14.088Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLdhwik..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e94ddfb-39f4-47b3-90e0-d78f818685b3
VfModuleModelInvariantUUID:42b6a1c6-0194-4fa0-af55-623d7d2b3538
VfModuleModelDescription:NULL
Artifacts UUID List:{
6dcd2e6d-4393-4a10-aed3-5a1121c57984
,
3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8

}
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-06T02:44:14.091Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLdhwik..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "42b6a1c6-0194-4fa0-af55-623d7d2b3538",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0e94ddfb-39f4-47b3-90e0-d78f818685b3",
    "vfModuleModelCustomizationUUID": "07587755-1d92-49f4-b11a-6e5a206bee91",
    "isBase": true,
    "artifacts": [
      "6dcd2e6d-4393-4a10-aed3-5a1121c57984",
      "3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8"
    ],
    "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-06T02:44:14.091Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLdhwik..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e94ddfb-39f4-47b3-90e0-d78f818685b3
VfModuleModelInvariantUUID:42b6a1c6-0194-4fa0-af55-623d7d2b3538
VfModuleModelDescription:NULL
Artifacts UUID List:{
6dcd2e6d-4393-4a10-aed3-5a1121c57984
,
3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8

}
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-06T02:44:14.091Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 6dcd2e6d-4393-4a10-aed3-5a1121c57984 from URL: /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml
2021-04-06T02:44:14.092Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-06T02:44:14.092Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml
2021-04-06T02:44:14.652Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-06T02:44:14.653Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml 6dcd2e6d-4393-4a10-aed3-5a1121c57984 5033
2021-04-06T02:44:14.653Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-06T02:44:14.654Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml
2021-04-06T02:44:14.654Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:44:14.654Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:14.657Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:14.687Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677054653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:44:14.757Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 70 ms
2021-04-06T02:44:14.758Z||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-06T02:44:14.759Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:14.770Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:14.770Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:15.688Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8 from URL: /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env
2021-04-06T02:44:15.689Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-06T02:44:15.689Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env
2021-04-06T02:44:16.175Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-06T02:44:16.176Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env 3025b8ec-b8af-4ccd-bb3d-59ae1ff06ae8 909
2021-04-06T02:44:16.176Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-06T02:44:16.177Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env
2021-04-06T02:44:16.177Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:44:16.177Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:16.179Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:16.180Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677056176,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:44:16.280Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-04-06T02:44:16.281Z||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-06T02:44:16.281Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:16.291Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:16.291Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:17.187Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: 775b30b9-a20c-466d-b536-86eac7db32b6
2021-04-06T02:44:17.187Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lDhWiK 0 1d7c455e-8e41-4a33-9d73-12197f7a635b 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-06T02:44:17.301Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:17.301Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:17.302Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Processing vnf with UUID: 33409a8d-ff44-4262-a67c-7fbd5101f76e 
2021-04-06T02:44:17.302Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Will get resource from SDC using resource id: 33409a8d-ff44-4262-a67c-7fbd5101f76e
2021-04-06T02:44:17.313Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel to get resource 
2021-04-06T02:44:17.343Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel
2021-04-06T02:44:17.345Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|INFO|500||Invoke
2021-04-06T02:44:17.345Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-06T02:44:17.345Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel
2021-04-06T02:44:17.345Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||Method      : GET
2021-04-06T02:44:17.345Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/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:"70b983c4-8119-4036-b8e1-57723dfe2e55", X-RequestID:"70b983c4-8119-4036-b8e1-57723dfe2e55", X-TransactionID:"70b983c4-8119-4036-b8e1-57723dfe2e55", X-ECOMP-RequestID:"70b983c4-8119-4036-b8e1-57723dfe2e55", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"5c5c64d9-28a8-41cb-abfa-ffa9561f08fd"]
2021-04-06T02:44:17.346Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||Request body: 
2021-04-06T02:44:17.346Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||==========================request end================================================
2021-04-06T02:44:18.156Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-06T02:44:18.156Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-06T02:44:18.157Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||Status text  : OK
2021-04-06T02:44:18.157Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||Headers      : [Set-Cookie:"JSESSIONID=node01c07s61n2jayw1neao59wsj369263.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardLdhwik-csar.csar"", Content-MD5:"MjZiMjcwNjg2MmUwMTNiOGY2NGY1NzJjN2JjNmEwOTU=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"70b983c4-8119-4036-b8e1-57723dfe2e55", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-06T02:44:18.189Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||Response body: PKZ�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPKZ�RTOSCA-Metadata/TOSCA.metaM�1�0{���Zw��
�D"�#9��}��C���2�vV;
���B�pr��N)��F�cwے���Ph��m1����,Ȩ�,������T!�	m�?i&�1�y�GĴ���׽A(���6%x����9cjB��ld!��Z��O��v��PK�3;���PKZ�R4Definitions/resource-BasicOnboardLdhwik-template.yml�Ys��������;9`06��3�q�6���/�#@8�laq���+�/���g�L��-��O��BYC�a��ؾ�B���8f�h�7,�D�Z����P�<��0��������������U&
P&�Q���+"�G"� ��Cœy^`%8р���@q����h#������dZ�Q�o��c+�4�<}}2~�A
��g�A���9~l\����-os�|G6�?�C%&���_k���yh)#����������x�'d�01���`c�x��,�4�y��a�i�Yq
�zh�E1w��*���4�'�4�x���]�۳sp:����W�0�l��?�\��a��J�IX] ���4[��8�rT��cn������}<�)@PmK v5ͱ�����q������㌨*�mjT}�x>d��w��?�ۨ�3������<^��xMy_l��G7�O����ھ�o�v<Y���fJ��.+����ќ�xb�G�?{^|Woo����A|�{e�L-G:w��R����t�1n�����������k��q���z^����d�x��}!��˹=y�p�������_N�y,߼�!x{/��q2���E▣��Ӊ���	�yKt�v���i<�Y��돧����KGz��ߜ>��/����~O��Ư���x��/h�mf�Wߧs{�m::��\>����/������x*��fs�]�g?�]?D~e\NEt��΀7ן�R{?�
m�|���ޤ�����H|~3�ˇsI���Fsg�����������r����m���C$��B]��t�Y=�ο�ܞ��:�{������FR�P��>9yyP�Wӛ���
?_g?��͔���O���������!��5���.�.��m�����|�C\�:��u��*����;.FAL�D8ji�c3��$�3�w�ˈ^������i�0)n=��a0p��qU��4\
���G�8�MϘ�Ȗ��Z�������I��`�4pY;�;i���W8E�B+Jt�¬ ï<�{�]-�譽,��&\a>������m���8a$�
�O��?�DŽ>�ڲ�F�KN��m�Y�&��+ܐ φ&�}�K�#�p�e������s7��p����sgA$��x}�G��{����
��va��"��z��6܅�
iN)���r�
����U�C������T����*Z�p4�/�5 ��P��
���6R%m��6QGP�T	i��@�G�&�!���9N$n����8���ɶ��I��"A�0��Ƣ$���b�<��g[u�T�k�3��dP%S"}��֑Z#u� E#Â>�u��x̰�-��vg��|�����״#��Y�}9����mRu�.�����|-�SXlŘ��2���Mo�[ Bc8.M*�)g�:T4\�_�l*D�h&�����f�%�I.����5ae?�N�����S,��NÂ��"}���XԎ�Y�*���eZ�j�,1P�W�m�=PW+�<�u�߱�,Z�艖d��]֓���8!X0(.�v���8�V���qY7�yE�0����cf����]<�>���Y@�`Z��Fc��Z$�B�l  �p�"4�p�0�"���V����J����i�IS��"<��r��Z�q>��~<�%
��wWwa�tp�ú�I�dq7T���������٩|{vw�p;;�!�M0�.3��]�겹���[u]v�¨i��0)AS?�!?���_���ZmJ6�����"x�]��<��|�@Ҽ�.q��Q����;(�2LQձ�S�g��VeE"�p�7P6����*�
�2

��8����V:*�=
���J!_��DrDyhD���e���]�/��`���a`�;�LA��h�`v�`����f���z,u
;-?�-Ԏq��Y�Y�4�$����j��45�����Q��`4p�`���b�Bu�����\cVZiQW��Hk8�2�j�H녴R�p����Ba0b����񠹗7��Ԕgظ�KʣҢ*��*i���_��f�nь�����T�~g�/��Py�=���OeG��C9��!����b&&%<��R��6�?��2�����ܾ\�쒐i��QPm)f.�����N��!]f��K>�W͙"��+�I�2�k���["�_��M��o���f�ƍ�5���K���ݗA�MA��2���E���NDb���4&�C&���A�Lo�f�l=1�|���-^�L�8�8:(]N�n=$�P��,�?��`""�C���!�'~1�.�
Kn�#]Q� ��M$N��M�.hp��y������P�@PE@��0��h�k�����������Q`ᄋ��G��7L$����i�V�K�Uz!��Y`���A ����sO�P�Oä�/����|��%��VȔϭ���9��(pT��QEu����%r��!�X3l�){T<
���Et��
�4X�k�V?´����ĚL6���`@��*�Ƶ%�;څ���3�g�
Ve�p��'�.D^N�1�aGM�E��t9�� &�>֐4��  ����(yMаz����4R80K�˕1�cQ<6bȳ#~$�4���J�ź�����`p4M���G%,�c��CA3�q �rMg�H�\Ȝ��>��q��rJv
�r�}P&;���A��e��W�*��H�=DGsQ}�J!���I6"���F[�6ֆ
��Q�"I�4]��c����E,��}�M��H����u�W�m�.6��̊y��;��
��w��(�j���6h&w���3�PQ�c�윛�{No��O�tj�5(�"X�^��Gzm�Kl$�Jn��A_hD{�]�66�"��v�iE+5�F��G+m��P�t|q��}��"�;�[��Nb�i�Vr�(I��]���[9Tg����F��I�[z��"o@Ӊ���]|#ц�6:����w�[�Co$�x��F����з2w��2���w��1Q�щx�c��<����J��z/>(xڙ8�I�d�akśI]�Ua:g�}sA|]������C�t��v���Y�ۥ����6�v@�]�;�k���T�D�}�O�ػc9L�n$��[��a
�.�m/��ݛ�?Gv��9���h|����s��+���/r�cd�O����6�Gս�����n���4\d�׍����˰��;2�Sܮk+����i��l/ml�[�l'����Vr
�ɤ�]�O3�>'��:��δ�k7{�f(��}@OC��:�^k|y`�ohKln���=*�@;���Є�g������}���lT�.�n��mH�I�a�E#�sA��̀�:s��W �<��%.�mz2���W�2��\�0(>�����+Py��f�ʧ�@m�
P��hxe���/�2VXɬ���7~Sԇr_}�T���À����)������[>"S��V����u�'G@u����{׀����PK�D�4��VPK[�R>Definitions/resource-BasicOnboardLdhwik-template-interface.yml�]ms���~~��9ӑj훝�3�׽�w�u[�˝;L���@0[��'�����vK7g���d=���Zy�(ԑ�(–�� q�ŕD�-����RRJ���P�ꏂda
���td��E����
�gG3�D��
l0D�4�%��g%��mcdG�Fn��G��\����
��U�L���tQn8W(Yd��*����dlC�شe��3]��k��n��+�,J� A3�):��U��`�PT*/��ģ6aY�
9I�銉5�)
i�4^�\�^I��kQ�tY�
�|A.���jA�(���dS���1�-�V<']7$��̐5i�I�v�.x����Ԯ$βg�l��U��P`Q$�TTl�h��/�ݔ��-bl@`m����L��B�I`+#�:kS��H\�Q����-�1Y�Ha�� �j��~`Oa����j��]K��a��")����؊I�|�N�G�UhT���f��)slA�oL`F��JkU ��$�h�Y�X�ҙ����-�ۭϳk?��"O%��!��h��D���7T�cDY�8�A��;T&Ћ��q����~�r{�%O=i�j�Z�ɣn��
�#�|��z�0���oV�;���E��
<Ү�V4R�M�8�ͳv���8��8z=���hw����%�Co>����:���
��TZ�1o^mu[n��y]�❖5��^�c2*�4n_^���Z���ܲ.������c��U����ғ5���O_.ȳy6�l�_�>WJ����������2!�}iν�h�3����C�g�	�<�;�F��>���M��1�5{c�Y|B��3C�fϫO;_�mkvTm�`���>�{߾>gRnO&Պ}To�����NI������g�zkO=�wsu�M���N,��oǝ���}}�x|��bh��V��kO���G�ԍ�����q�-]�+��˨T�O��
�yE'�j��:z�ј��}�ح���o���p+_������nV�=��xН����N��ry:}�Q�a�x�/E���űy1?�'O������PH�ۧ�v8�λ�pW߁�w��c!s��!�D�b�N��%Q�i>&�Կ���vc+j�Ƕh*���ڹ�U�g���|"���w���N��Gº��Q�6���wؼ-�G����h��t7�g~4ov�A��i��
�5�k��nw������?w�3+h/FY7���(a�3K�c�����Yޤ%b�_�*��{��@m��q�m0����w�8�mG�7f?,`0Kb1΄�X��Lދ2��ЦE�B�R.�4��x��[^r&I�dW��/{:=��ӈ�(Kd
9��l�R� u����	M�Z��u�̮C=(IU��8Fr@��,�򷢐U�=v[C*k������41�1�!��Ԡb9���K�v�B�-H�v��o7�� m�)�Ϗ!�����כ��E�!S�H�X]n`��VZ����W�I�#"K�!RW�pK-��;R��/��j�c&�B�ED�Pg!@V�	�(P�E��໇u�
�3^��â۔䚊j��U��G�(N�PP:U4�qE��\���yg��e��os�l+7����Mh���n��7�2�٘G��
�	�N�cu�fr���}��$�"S�g9R���aH��d��F��)� g�aX�)Z�P�$��g��t����X-$xݮ���Ƈ�™�h�g�/4V�29IG�
�3E@)P�|�c/?;�.V���ۦL3��?����x���D�,B_��I�.F�,q�)���řN����8;�f���-lL�M�3E1w>4v�z��Ϥ3��������rJ1��m�$a��/��/*��]���	��F��8��
�3e)6ezLM9uҢ��;������I�9��g�@���I�=+ȳG���I�7Y�q�\%�h�`h�W��M/(ھ���e�O_^�]��`�X�͞o��wإ#���Ÿ���Է�Ũ#S�Jt�s#�r��)��b"B0	�����5������4�b��P��Y?��Z�$JK�v�i�A>�i����'�g�)��+��ȡ���IX��^G����qI+�%0�}��oj·����Ya�d����^�p�Z��=���m��7%�&{yq���,���u'����Ph~��"Z�>�z>�e��ח�Y�Ɖ�U9��w�:f�G�=jU�"�� ��w��V�[��3e6N��3.�����L�j}�������OxŚj���РA�V�ypSm������A��E�N�Q��6����������@�t��:L�lxh*�O��~A�lJ�E&	������dV�*$S�Z��-=({d�_��
P�T��D����2�=ind�a���|���3��[�	�a;�#)��sfI�O�|�ɭ�9�B�%�!!g��ز9{����C�y5'�I��7��ZP�@&� �I˃*Y8���U�t��)�W@4H~�PkY�g���ۥ���~��
|3E���-�4�>K�D9{�c��P��CIRF���+��?��ku�O�L��,l��� �9Z�3O{����'�,q�7����en��ܽ���wC���X��1cJ WO������7o k�����nXs"��~Թ���я|B��/.,���Y��`K�O�d��04�F�*1�g>��8l���N�*6a��X�&�E�v`CH�PK)(ڢ�
t�PK[�R/Definitions/resource-Securityrules-template.yml�T�n�@}�W�[A–s!�y+
 $H����Z���
{��]���3�DAB�����s�j�ga����
%MxFm�[��ȋÊ�Y8�-��e���g���x���š-V�$Xz��ˍ�
��۬q�%�yp��9��[
9�^F�b��0�"o����z���U��d�ɒȒ帅�K-lu(34��h����U2�R3�
*�Be�W�����E&0"J[�[����-�9�xR�����'̔�w��*5�G���[����ÛW���f�����~�q���|W1f�2���]]ͨ�.���I&������Ԁ_�]\�[;g�DFM�R�xK՘յ3�(&܉�%��*��i�u�_HvXKaR*���FpMtɆ}�J�|UPo���+�N�_��oj�"��D���O�/�VҟLO#S����Vy;魇�R����(4���.�#ݞ�)4Vy����
�*��^}���€i�j:��S�S �z�T
M�4��R<���
���eg����nxq��)���Y=4f̄����F�3�h������*4<Ŝ
���t�������s6R�I�MʫbPS�.j�|����|��;�w�v=�/n�
�d�o�eJūa���e�1h�5V����f��N�#V(�0M7�9�>�FQf0+��b��\�-��t�'��[���7�_A�XO_��%��}c�Y� ��2,�Ç+T_*��W�0K��Rp��؄�X
�l]�vbb�&����M&Bt�
�(�y=��d��;%��U��g�Rp���!�7�U%MW��j�l
�Φ�J��e��a�D�)ᡩ���5��[d�74�$'���'1%��>W�P�X.*��ǏD�����\�g?}�����;�^��r����X�}�����nj] Y{�jF�i]��,i�c[2*�"3�`�hE�ز1�	 
{=�

�h�����:Tm��NV�Dу���ST'�ՕU����A�C�:�c�H�c��a;��.}cw���WE^:��	����C��1v��h�8������lҗ�=t@Z�k���'s�%l1Zon.o77�o���y7l}'�?-ckJS�nL6��4�4>��m�Rm:i�'�. i��@7���DZ��������ߚ�ި,�O���:���[Q����d:��HR
k���	I���t�-�Y��o|@�c�Ѳ<3����֒^����\c���;��DC������b����6��&���Wt�_o���t��;��?�QkS�W�3?�����t<���vIM��yĜh���Nj�W�-���#���[��N�sBS��=�/i�K�g�Eg;a�R����v����b�9�E����~��:}�]������6��������}PK�jLg��
PK[�RLDefinitions/resource-BasiconboardldhwikComputeNodesHeatUbuntu18-template.yml��Mo�0�����$�n\7�۰�@�ګAIt"L�I��?��m��Mx���KR�G���8��w�0D:T,M�h��b}���y�oZL�!A�a̸���TLi�����ʂ7%�}��֥�>��9ݚ�Re;UH�e.%/��k.���+,t&ʁ;h�b� ��IA����[(�v}B��(NI��w���t�4L�&#>��}i���0�����J玒�g	�>�+�
�0����W�V�@%�F��O����j?��8�ﰟh"���"۾'��o%R��vCm�!�j��dq�7c���a�|n-�Y�>V�(.qHci�k�R_Ѐ�8�nŮ|�_S���;o�zS�Y[pΧ9�%u!O�h�~q��Q��&4�_<�P��XXf�Ѷ̵5�|@]7���GU.28?����~̒��K�PK�f	�pPK[�R,Definitions/resource-Globalport-template.yml�WKo�8��W��� ���|s��n��
�I.�B���LT"�$��}��;V�-�5��u8�o>'FjF�b.��R�`J�njw�y���i��`|���5tvD+�8����jF`t1
C�bSo:a�������x���xt1F�Ryrv:���sN�Л�ѩGO��7=��hg�����`F�LeH�[��"�L�ܸ$� W�AM(I�Ie���Q������Z��U�{��}���f�E�T����JK��,�T�qU�:�r`"�&?3�n
m��Ĥ�CdL܎��V<�`���J��8#�d������=1�k�w�p�
_������N�c9+�b�#"���X�P��|?�	����P��<6W�V�t��9e��h�޽����{q}��ʿ�J�~����q�;���(,-P�Uv㜴y�I5�ܹ��6�u�~��
�v�t��@2V`���=2�|?,>}}X\}�jd+�PP��zB����[�8@�b�{K�ѻ�� �7�l�&%�%�6��
"��e%mQ�3�!w��?��:oY�Dڼõ���r Ǜ���>��09ޏ{29b����۷��6��1z�nt�ͻ���܃�7&��s�&�a���b�"�w�8P������q���^��M�þ�k����PKjs-�j�PK[�R(Definitions/resource-Extcp2-template.yml�RM��0��W̩�@	��m���a�Q�쥪���Ī��1����B�����y��0��UQ�2̹�+Y�ԕ}$`��E)0��B��t6)�FI&\^��D����&�p6�/0�(ˉ����<�X��e!Yh�Zq<��ᒬ<�W/���G�a�BƲ�-�K+������zؿ+�yi�g��Ç���H{ť��T�Z"!@�3jX�m���\���r|ba����I�k_PZ�XUgwx��U韰X�4��5V��_P2�x�=�������
�
ڙ��S�{e����I1����v{x�X�6U2�@Z�r��\�6
�_aI���e$p`�SR���X2�;�FA�+8�r����U=V�HG�Jp��'oX'!R*���p#t˦��J�|Uژ�*J�f�OK�����Ն�R�v��J����]���4x'�nZp����tCow9x�����Vח)Jk�Q��<�������n���؅��֌�b�޳?�w��4z8�W�GZ:?������:^�nl��������_5��ȉ�p�PK�]~��PK[�R&Definitions/resource-Port-template.yml�SMo�0��W�����n�4�m��0`K���ՠ%&*K�$�ȿ���m�=�ȏ��O"��I�*����g{r�)�&�UQj�X�,ɒIA%L'���)4a��u��<3��2Z^.��i�N�-�PK¿Bb\ePK[�REDefinitions/resource-BasicOnboardLdhwikNodesUbuntu18cvfc-template.yml�\Ys�8~ϯ��f�*ݖ���8��M�slվ�@����m}��/'�D���ԧ�}ĩU�Xqa�@yD� ��E};�ڣ>e��G�RC����N�W�{�z��?�jQ_@٬b���0r��z.T�%�xaQOp�-�š�$��4�.�D��B�V�(�Q��TyIQ.#�.˲��~��M�Fq5��QHS:�9�Pq�o�[��>>��{�@ !� P��5T{,]�)L:�Gt�8���H17������ڗc����}p��i[Y����j%�n`a��X
�S�S�C��iK_�{�&Q��>H�^?' ��n���$\�������DP�}�J����,Ks*���,�Ķ�|}jf5s3S�i��\'EAD����ڠ֣���O�W3&G��e���Ya��B�$NL��	�{��C��a�4ʾ���(�����V���;r�S�)�]�t��w�F�i��z��E;8�gR1���̪���*6es*�D�Y��w̬R�3�&�A�4���cc�S�F,y5���"��8�W�w�6�%��i�~f�,�%yW*T|��T��S��7kel?y���SI�EC��\(tZ�d�"��t������2PȌ�j���2�Z�;f�M_�vS��Wř�rk�cUf����ǖ��j���2ڋ�b`�	KR�*��/���+V�Ih�j��*2�E����L��LCQ���{lB^.e`F�`�q�3wd���O���d�}����MQ���e�l���)��aGw��_�O��]w\+5P��9i�����`��#�����c�~�e� �k'�I�>���\�R3��}�m꯶�0��#^��gbd F��{�]S/�Z�(���\�G���Fofay��,��o���/�K=���C>�Y�%Δe�\;~l����{�1�����&����V
��Y&謳LÅ�+�G�[G"����Ie/��������������`�05H��Xx���B�ĸ��3�9;x&	7�" u.�P��ϜND�ؘ��Ws���5Z_m1�͝=��-��1Y����m�dK�+��0�.,�w;�o�jI���ZRm{�4N���y�y���^��[��v�֛��v[�A�:��¶�����W��2x���PL�Xت�A+���p�y\��>�Y�0�����xh�eĝ���G�i��*�c���V)�s����5�Z	T���*�}3y-߭�M�	��Ԏ���LC��SY�X�x����_~����&Пoٶw�q�$�8�E�Ą��c�D���o_�����=�����hip��1,O��a0��:d2m��I�
:,~�rs{'��# J�!|���r�`7��,~�q��W��y�G�;���Ëb{f��V��3o,vF�æ\&f�u6�/��ω,Q�=�3��I
���h`~�2���
�&8�Ȳ�J���P9�Y��/�%@s��u�+�1���6�B�
k9vՊ�!~��l.�V��#�Ӥ���3v��T"�G����N��+G�Q�
���q��N�=E�*��	�O�V	���B$��R���Ҟ$5j��4�ih�\�����u�R���"c�@�dc��ApɅ靫�r�N����`�@f픻�MĞ�n:zF"d��>#�r���'�S��	��a�ZqY~���`Y�O�#�"[E���.����,k�����i��H8;-g��#E��p�zg�����lj���� <���|���j��%�����fe;��|M(Fuڮ7��vaa�lꃬ����W;��"�j�E��f����]9��b~�_bǩ��p�d­`֏#5n~��OhӲ���>Y�3�}�Ar��q��#v��^�X܎��Ќx}��.8t#_��o������� �"^���l�W
J���,J�?� ӠHs-c�Y�Ġ�*�2��6N-b.D�m"�H��H��(4#�W����?���稇ιS/���˔�� {Y K��^�)�սCd���hK��:��!�q*��|��a4P~a�%���hP�!���z��x��<��Ljڻ����>^�!-��"{*���{�I������T��Dڠ�`�"�����臘�s�5�|�8|�HM	Nٜn�������H��^�<����'�)��7?]!!S_|�)��W$+Aڛ�����ϭD�\2(3Afَ��5��T�ܷd�$�B䦴^K[?>�J���Uy����s�`�v3���!���@�]&4#����P��X���<ĉK�Xb�"<�C>���/�_��)�}�?=�xP��8���@�շd	�Iz��o�Ud�A@2��);��v+g�X�G�楠~�p�����XA��&�f�ݨ�MGb7���ъBN�sd�\�6�5���F
��s�q�>� ��ܨ�ӆ�����y�#Q�3��E �#ղ^�x7��AD�3�ﯕ��Z�8��jIc���q��@~#��{u�Ol=�z����r����}9�0���sh�$^="��)dw
����j���T7��x���mrI
��| _�|��|x��χw��mҀ�y���x=%��j���Mr���Uk���f����ܫ�x�>M����g�
ݰ�����ql���m>f'�mߜ�n!��5r�|�ۗg�MU�ؚ��R�'���R���H���$�&?�=��PKq��1�I�>D��n��:�%1@�4+!�b��	ٶ��
]8�t���C�f�Rp��أ�v�A7'��w=*�|��PwB}��qz�vvl��1��^����X&A����S��A�9��:��:uSfù�F��#2FD�o��w�
��1)B�6��l�/�d|�l�0#��>��;��8_{Q�C#x>X�}�'�՝�p1�z��U����G97`v���=�1��2�ᾰ�ۏ�#��?�'�1��*N��s�L; ���v����M�cٕ審�k�q�B��~�Um"J&����0\��98KڽIA�3��{��� �E��q�ؑRF�
��
Vei�b�'��19u��#`uc�H%�İCb������#`�����ZF���ԡcw�^Ǥ�%/ \ ��9tH�,����""b�>+�C�)��,�GN��HAD�%����OԪ�Y.e�� ����+L��8!g&�Ŏ����
R����τ��	H��X��,�=c��o�ЁQS���7�Fd���4�C;�b�s&��u�	:͢�iF�C]_��4[��<+��]�O����~���S�B��K�'.:�>���A��D���ެ��e��o�h��3Z�GE�_14
Q)�"<��[�����c9�(�TsҺK�D��ߎ�ڳS1��vgh���{�"J&�*�)���/�Y�v��0r)��V�B���q�����R�Bظ ��:≓��p	GMz㛈��#�`a��G�W�@ �M��	���oR��s�w�}����Z��fn�����Ω�?���7vyU͸x
���L�'PǛ-<\������KR�a
x�_M�=�w��4{z��:���lf+�?PK�g�"�)}PK[�R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{�Վ�4�77N���I^����l�:�*����Q�>;imc��I��ȏ����%�B	'���
���\PYQ��5+d2JF':�1���V������4����޽;�3Lg���
���K:1�<�H�jc>��q��L�#2F6H1烋����Q�x~NƊ>�V�hu='a��Q��~�0�����RȽ�Z()�n]"0)A�%���i#V������[�.�Y��;*2�$�U���=i�n$��%�A�+��U�Mw��~������O�H�bEC�=e���O:C9���ۛ7'�~m��O�He}�r!�MD�B�����e��=g%K��"o��卩A���ܲ�R4���m�ZҨK-�	����v�߾UO�e���,"]R��.ʨMa��hu��R��k�%����Á
?�f���f�~�Pa��2­T,���ʖ���D�I�@}�lA}
�ٷ���?8��1P��&o����J
9�OZ�+�1/pXg�Z�c��tN��
�D��m��>&�/��	T�&��sͨ��s���
8�4�M?;X��º�1M�,�N&������G��=����-�C�P�T^g։�K,�Vl������\�$ �Ԉ��q�
�Q��<�ձe�k���R$�V*۰-��!�[1YabK作�Fb�t1|�����+_�w���db��}�
�e�!�������5���hy��Y�s��R 'd(E�SGmu�J%�Z-|��D3XJ��
|��]�&�wG���L�Y�'_.bk�UhF'�2�J"7MTj����{�v���6����I���M�� �[��3铋g�A��S�>(���&-��H	��8���lQ0�N�c�Hc���T��_��?�:,+�J�$��|���T��{uҪ��~8�|�vd�GE1�pew:x_��w���]�o�z�^�?h��o�]��m=
'�qg�9u�AűW��z���w��ʹ�Q*E��-�<�����YL�����=���}��������X�·�-��^L������d��Jo���Ց.�e�#��PKM�W�L�
PK[�R,Definitions/resource-Novaserver-template.yml�WKS�F��+���Κ��f�r��TJ5�Z��f���m*�=�3�-����)p=����8m��	%���FK0?F��'+�BBT�\F�hp���)w|tĘPKnW��qr5b<9~ڻ8�p�;�Žszp��������)J���pp<{�8A�!����wǧ��8;?�92+�È���߃AhHJ�&F΃��€�,���L�ƕ���d!�z�>��L���0�$"�2��-��u^���)������J�N3�P��n�R�2Q�b	
�V
�$��D�2e|Ʌ�\�[��)f�W��ȽA�
��m�F/E
c��R�5�6X�똰�:��\V*�9BJ�#Aq���xS6�}���9��T]����c�]U`�>��;���0b?�#��2ސ1��L����bztixBڌ����}�@����; �hm�������?�*�>��R�]�t��j�~���,�E�QY�@���o5j�U�]q���dzu�[��a�W��W�bO�,݃���۶?[�^I���܏�7��_�X!PWt��H�BmBF�-����+���U[�����/	5�0��
�Xc?R�P���-k"�CVo����7���h��f�/���~�����[�rH;>Z���@�=~�����U�=:X;E�����f`!����i�*���g�A�-��ք�	���}��5K��"�4�i����4�7Z�d,&b
��2����VM��&1��3���n�S|	���pK�lYJ����A����l���U�;#�C+�(���y(�v��'E�g^�9f:e�:fN�pG��h��������(vt=��n�N#��Blr��*�-#ju�VxFEuhq'(K�7oo��������.�Pʟhjm<�]ʔ�-�D�c�Yg�K��AW'�4��:/�p(��������ps3��~l�B�J��/sp���
�e�;d6�i{k��"-t��ObA�l�>�
�7,���/�oaI�����5�^�����q�[rY��l[�\��,j��"l�-�/PK��PK[�RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��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[�RJArtifacts/Informational/OTHER/VSP_basic_onboard_lDhWiK_VSP_Information.txt���o�0ǟ���7ie�Ƙ��Ju0TZ�0M�q.ɩI��N:��ϱ���H�S����{?���٬W0A�(U��-�ڗ,C��oE&�m:I��nkB,Xp��K*4�*�C!A�H�0�PH�\[��t(�!=�\Zs�7ׁ�|�:���|�1r�D%J�q�/� �%q�G��Ns���C'��1m�5�)vK�s��N^�i�%�*
"�)2]�̤(�C��^wKq7�Q�JI�3�ε��F2�ƌ?_��Y���"%����wI�oD,Uح䍍X�_-L]$�0�j��V�H�,��]7��|[�����1�C�r��b?�
�L}���tj�
Ojg�9M��}?�S'uW�8b��Y������(5~�,�O�d\��3upu����FT����;?��V� *����j���̾��{�*#��q:ѷ�eE�4n�T�ĺ��mg�N$��3[���nV����%���d��+��hx�B��KqZ�e�ܯ�s�Yα#�:L�Z��W�~�ΕZp�����8|]�����H'�c7}x�,�����R�~߻|��m����=в�����Z��{���?4^�ծ�/�PKѯ�H�PK[�R,Artifacts/Deployment/HEAT/base_ubuntu18.yaml�Wmo�6��_qk�`/��]Q�C�"m�bK�E�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B�<��?	&?���F	�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��
�0DEzOV��+%M���d�{KkA��0��c�9I3%G䎆$a9<�p�W�zX����Q�Zi3��"���d��wB?���(!sdq{|���X�s/ίTR@��\().�5�V⢬
%��"��PiH���k�h���ߐ��j�}m4VM׉�V��9�84�ݝ�˓3B�#�%���)su���PK��]r��PKZ�R�R�B4E	csar.metaPKZ�R�3;���kTOSCA-Metadata/TOSCA.metaPKZ�R�D�4��V4DDefinitions/resource-BasicOnboardLdhwik-template.ymlPK[�R)(ڢ�
t�>�Definitions/resource-BasicOnboardLdhwik-template-interface.ymlPK[�R�nfo�Y/�Definitions/resource-Securityrules-template.ymlPK[�RK�Q�<K/�Definitions/resource-Globalcompute-template.ymlPK[�R�jLg��
)O$Definitions/resource-Compute-template.ymlPK[�R�f	�pLI(Definitions/resource-BasiconboardldhwikComputeNodesHeatUbuntu18-template.ymlPK[�Rjs-�j�,m*Definitions/resource-Globalport-template.ymlPK[�R�]~��(1/Definitions/resource-Extcp2-template.ymlPK[�R¿Bb\e&�1Definitions/resource-Port-template.ymlPK[�RĊbxN�OET4Definitions/resource-BasicOnboardLdhwikNodesUbuntu18cvfc-template.ymlPK[�R�g�"�)}OADefinitions/resource-BasicOnboardLdhwikNodesUbuntu18cvfc-template-interface.ymlPK[�RM�W�L�
.HJDefinitions/resource-Extneutroncp-template.ymlPK[�R��,�NDefinitions/resource-Novaserver-template.ymlPK[�R+�@j5��eTDefinitions/data.ymlPK[�R�'}8�Definitions/groups.ymlPK[�R0?��@@ҐDefinitions/policies.ymlPK[�R���C&X�Definitions/annotations.ymlPK[�R�����ǟDefinitions/relationships.ymlPK[�R2ea�
ҦDefinitions/artifacts.ymlPK[�R�H�v~(�Definitions/capabilities.ymlPK[�R8��ݴDefinitions/interfaces.ymlPK[�R5n���/�tֹDefinitions/nodes.ymlPK[�Rѯ�H�J�Artifacts/Informational/OTHER/VSP_basic_onboard_lDhWiK_VSP_Information.txtPK[�R��
'V�,��Artifacts/Deployment/HEAT/base_ubuntu18.yamlPK[�Rd�E�}�<�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK[�R��]r��4f�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK�	Y�
2021-04-06T02:44:18.217Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-06T02:44:18.223Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/33409a8d-ff44-4262-a67c-7fbd5101f76e/toscaModel|INFO|500||InvokeReturn
2021-04-06T02:44:18.229Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-06T02:44:18.230Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-06T02:44:18.230Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||VFCustomizationUUID= d62a8d37-828d-45f7-bfe4-d1b676507e6e
2021-04-06T02:44:18.230Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d62a8d37-828d-45f7-bfe4-d1b676507e6e matches Tosca VF Customization UUID: d62a8d37-828d-45f7-bfe4-d1b676507e6e
2021-04-06T02:44:18.230Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||vfCustomizationUUID: d62a8d37-828d-45f7-bfe4-d1b676507e6e  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-06T02:44:18.247Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:18.247Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:18.249Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||resource request for resource customization id d62a8d37-828d-45f7-bfe4-d1b676507e6e: {\"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-06T02:44:18.249Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b7096cc
2021-04-06T02:44:18.250Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:18.250Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-06T02:44:18.255Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 07587755-1d92-49f4-b11a-6e5a206bee91
2021-04-06T02:44:18.256Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 07587755-1d92-49f4-b11a-6e5a206bee91
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-06T02:44:18.263Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:18.264Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is matching search criteria
2021-04-06T02:44:18.264Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lDhWiK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:44:18.265Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:18.265Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is matching search criteria
2021-04-06T02:44:18.266Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lDhWiK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:44:18.266Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:18.288Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is not matching search criteria
2021-04-06T02:44:18.288Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-06T02:44:18.288Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-06T02:44:18.288Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3dd9160e-ab46-448a-9766-94e0cb04f530
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-06T02:44:18.299Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:18.299Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is matching search criteria
2021-04-06T02:44:18.300Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lDhWiK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:44:18.300Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:18.300Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_lDhWiK 0 is matching search criteria
2021-04-06T02:44:18.300Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_lDhWiK 0] matching following query criteria: sdcType=VF, customizationUUID=d62a8d37-828d-45f7-bfe4-d1b676507e6e
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-06T02:44:18.303Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:18.304Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:18.304Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500|| resourceSeq for service uuid 775b30b9-a20c-466d-b536-86eac7db32b6: basic_onboard_lDhWiK
2021-04-06T02:44:18.304Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:18.304Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:18.305Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:18.305Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:18.305Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:18.305Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:18.305Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:18.306Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:18.306Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:44:18.306Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_lDhWiK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:44:18.306Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||Saving Service: basic_onboard_lDhWiK 
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-06T02:44:18.526Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lDhWiK 1d7c455e-8e41-4a33-9d73-12197f7a635b 1 ASDC deployResourceStructure
2021-04-06T02:44:18.527Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json ASDC sendASDCNotification
2021-04-06T02:44:18.527Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json
2021-04-06T02:44:18.527Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T02:44:18.527Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:18.530Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:18.530Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677058527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:44:18.630Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:44:18.632Z||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-06T02:44:18.632Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:18.641Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:18.642Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-06T02:44:19.531Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-06T02:44:19.531Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml
2021-04-06T02:44:19.531Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T02:44:19.532Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:19.533Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:19.533Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677059531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-06T02:44:19.634Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:44:19.636Z||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-06T02:44:19.636Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:19.647Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:19.647Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:20.535Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-06T02:44:20.535Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env
2021-04-06T02:44:20.535Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T02:44:20.535Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:20.538Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:20.538Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677060535,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-06T02:44:20.638Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:44:20.639Z||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-06T02:44:20.639Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:20.648Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:20.649Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:44:21.539Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar ASDC sendASDCNotification
2021-04-06T02:44:21.539Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar
2021-04-06T02:44:21.540Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T02:44:21.540Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:44:21.543Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:44:21.543Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677061539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:44:21.643Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:44:21.644Z||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-06T02:44:21.644Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:21.660Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:21.660Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-04-06T02:44:22.545Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:44:22.590Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55
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-06T02:44:22.592Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:44:22.592Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-06T02:44:22.592Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-06T02:44:39.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:44:52.593Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:44:52.604Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55
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-06T02:44:52.607Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:44:52.608Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-06T02:44:52.608Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-06T02:44:59.945Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:44:59.947Z||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-06T02:44:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:44:59.970Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:44:59.970Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:44:59.970Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677037369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:44:59.972Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:45:22.608Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:45:22.621Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55
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-06T02:45:22.623Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:45:22.623Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-06T02:45:22.623Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-06T02:45:24.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T02:45:52.624Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:45:52.639Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55
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-06T02:45:52.642Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:45:52.642Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-06T02:45:52.642Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-06T02:45:59.946Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:45:59.947Z||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-06T02:45:59.948Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:45:59.972Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:45:59.972Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:45:59.973Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677038688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:45:59.987Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:09.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.71.135
2021-04-06T02:46:22.643Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:46:22.654Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55
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-06T02:46:22.690Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:46:22.691Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-06T02:46:22.691Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-06T02:46:52.691Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:46:52.707Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55
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-06T02:46:52.711Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:46:52.711Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-06T02:46:52.711Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-06T02:46:54.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.74.224
2021-04-06T02:46:59.946Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:46:59.947Z||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-06T02:46:59.948Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:46:59.972Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:46:59.976Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.976Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "dcae-sch",
  "timestamp": 1617677033841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:46:59.977Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:59.978Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.978Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677039944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:46:59.978Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:59.986Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.986Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "policy-id",
  "timestamp": 1617677037080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:46:59.987Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:59.987Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.987Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677037369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:46:59.987Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:59.987Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.987Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677038688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:46:59.988Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:59.988Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.988Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677040949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:46:59.988Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:59.988Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.988Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677039944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:46:59.988Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:59.988Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.988Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "policy-id",
  "timestamp": 1617677037080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:46:59.989Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:59.989Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.989Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677041939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:46:59.989Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:46:59.989Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.989Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "cds",
  "timestamp": 1617677042042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:46:59.989Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:46:59.990Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.990Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "aai-ml",
  "timestamp": 1617677042044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:46:59.990Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:46:59.990Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.990Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677037369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-06T02:46:59.990Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:59.990Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.990Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677038688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:46:59.990Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:59.991Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.991Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677040949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:46:59.992Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:59.992Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.992Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677039944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:46:59.992Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:59.992Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.992Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "policy-id",
  "timestamp": 1617677037080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:46:59.993Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:59.993Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.993Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677037369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:46:59.993Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:46:59.993Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:46:59.993Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "cds",
  "timestamp": 1617677043057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-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-06T02:47:00.001Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70b983c4-8119-4036-b8e1-57723dfe2e55
2021-04-06T02:47:00.002Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70b983c4-8119-4036-b8e1-57723dfe2e55 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-06T02:47:00.012Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.012Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677043312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.012Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.012Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.013Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677038688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-06T02:47:00.013Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.013Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.013Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677040949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:00.013Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.013Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.013Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677039944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:00.013Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.013Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.013Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "policy-id",
  "timestamp": 1617677037080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:47:00.014Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.014Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.014Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677037369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:47:00.014Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.014Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.014Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677038688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:00.014Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.014Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.014Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677040949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:00.014Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.014Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.014Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677039944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-06T02:47:00.014Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.015Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.015Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677045310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.015Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.015Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.015Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677038688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:47:00.015Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.015Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.015Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677040949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:00.015Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.015Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.015Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677039944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:00.015Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.015Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.015Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677046211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.016Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.016Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.016Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "policy-id",
  "timestamp": 1617677046363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.016Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.016Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.016Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677040949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:00.016Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.016Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.016Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677039944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:47:00.017Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.017Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.017Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677046859,
  "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-06T02:47:00.021Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70b983c4-8119-4036-b8e1-57723dfe2e55
2021-04-06T02:47:00.021Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70b983c4-8119-4036-b8e1-57723dfe2e55 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-06T02:47:00.029Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.029Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677047164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.029Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.029Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.030Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "policy-id",
  "timestamp": 1617677047415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:47:00.030Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.030Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.030Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677040949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:47:00.030Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.030Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.030Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677047745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.030Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.030Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.030Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677047865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:47:00.030Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.031Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.031Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "policy-id",
  "timestamp": 1617677048418,
  "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-06T02:47:00.035Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70b983c4-8119-4036-b8e1-57723dfe2e55
2021-04-06T02:47:00.035Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70b983c4-8119-4036-b8e1-57723dfe2e55 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-06T02:47:00.041Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.041Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677048679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.041Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.041Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.041Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677048860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.041Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.041Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.042Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677049480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.042Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.042Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.042Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677049632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.042Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.042Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.042Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677050557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.042Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.042Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.042Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677050640,
  "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-06T02:47:00.047Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70b983c4-8119-4036-b8e1-57723dfe2e55
2021-04-06T02:47:00.048Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70b983c4-8119-4036-b8e1-57723dfe2e55 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-06T02:47:00.055Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.056Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "clamp",
  "timestamp": 1617677050253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:00.056Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.056Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.056Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677051566,
  "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-06T02:47:00.061Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70b983c4-8119-4036-b8e1-57723dfe2e55
2021-04-06T02:47:00.061Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70b983c4-8119-4036-b8e1-57723dfe2e55 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-06T02:47:00.068Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.068Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677051644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:47:00.068Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.069Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.069Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "clamp",
  "timestamp": 1617677050253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:47:00.069Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.069Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.069Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677052576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:47:00.069Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.069Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.069Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677052902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:47:00.070Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.070Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.070Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "clamp",
  "timestamp": 1617677050253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:00.070Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.070Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.070Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677053056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.070Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.070Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.070Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "aai-ml",
  "timestamp": 1617677053739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:47:00.071Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.071Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.071Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677053907,
  "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-06T02:47:00.075Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70b983c4-8119-4036-b8e1-57723dfe2e55
2021-04-06T02:47:00.076Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70b983c4-8119-4036-b8e1-57723dfe2e55 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-06T02:47:00.084Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.085Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "clamp",
  "timestamp": 1617677050253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:00.085Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.085Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.085Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677054653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.086Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.086Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.086Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "aai-ml",
  "timestamp": 1617677054750,
  "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-06T02:47:00.093Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70b983c4-8119-4036-b8e1-57723dfe2e55
2021-04-06T02:47:00.093Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70b983c4-8119-4036-b8e1-57723dfe2e55 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-06T02:47:00.102Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.103Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "clamp",
  "timestamp": 1617677050253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:00.103Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.103Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.103Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "clamp",
  "timestamp": 1617677050253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:00.104Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.104Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.104Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677056176,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.104Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.104Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.104Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "clamp",
  "timestamp": 1617677050253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:47:00.104Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:00.104Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.104Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677058527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/basic_onboard_ldhwik0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:47:00.105Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.105Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.105Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677059531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-06T02:47:00.105Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.105Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.105Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677060535,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/resourceInstances/basic_onboard_ldhwik0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-06T02:47:00.106Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.106Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.106Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677061539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:47:00.106Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.106Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.106Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "clamp",
  "timestamp": 1617677067541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:47:00.106Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.106Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.107Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "clamp",
  "timestamp": 1617677068760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLdhwik/1.0/artifacts/service-BasicOnboardLdhwik-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:47:00.107Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:47:00.107Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:00.107Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "clamp",
  "timestamp": 1617677069763,
  "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-06T02:47:00.114Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70b983c4-8119-4036-b8e1-57723dfe2e55
2021-04-06T02:47:00.114Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70b983c4-8119-4036-b8e1-57723dfe2e55 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-06T02:47:22.711Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:47:22.724Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55
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-06T02:47:22.730Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:47:22.731Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-06T02:47:22.731Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-06T02:47:22.731Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-06T02:47:22.731Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:47:22.732Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:47:22.732Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:47:22.732Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:47:22.732Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:47:22.732Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:47:22.732Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-06T02:47:22.793Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-06T02:47:52.793Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70b983c4-8119-4036-b8e1-57723dfe2e55 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-06T02:47:52.807Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70b983c4-8119-4036-b8e1-57723dfe2e55 and serviceModelVersionId: 775b30b9-a20c-466d-b536-86eac7db32b6
2021-04-06T02:47:52.807Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11c4c014-b29e-4c7a-a335-37ceedb94aec
2021-04-06T02:47:59.514Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11c4c014-b29e-4c7a-a335-37ceedb94aec/model-vers/model-ver/775b30b9-a20c-466d-b536-86eac7db32b6?depth=0
2021-04-06T02:47:59.614Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-06T02:47:59.945Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:47:59.946Z||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-06T02:47:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:47:59.968Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:47:59.969Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.969Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "aai-ml",
  "timestamp": 1617677147153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.970Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.986Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.987Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "cds",
  "timestamp": 1617677148489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.987Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.987Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.987Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677150945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.987Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.987Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.987Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "aai-ml",
  "timestamp": 1617677147153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.987Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.987Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.987Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "cds",
  "timestamp": 1617677148489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.988Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.988Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.988Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677150945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:47:59.988Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.988Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.988Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "dcae-sch",
  "timestamp": 1617677153841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.988Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.988Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.988Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "aai-ml",
  "timestamp": 1617677147153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.988Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.988Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.988Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "cds",
  "timestamp": 1617677148489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.989Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.989Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.989Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677150945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:47:59.989Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.989Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.989Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "dcae-sch",
  "timestamp": 1617677153841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.989Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.989Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.989Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "aai-ml",
  "timestamp": 1617677147153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.989Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.989Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.989Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "cds",
  "timestamp": 1617677148489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.990Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.990Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.990Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677150945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.990Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.990Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.990Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "dcae-sch",
  "timestamp": 1617677153841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.990Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.990Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.990Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "aai-ml",
  "timestamp": 1617677147153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.990Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.990Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.990Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "cds",
  "timestamp": 1617677148489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.991Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.991Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.991Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677150945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-06T02:47:59.991Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.991Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.991Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "dcae-sch",
  "timestamp": 1617677153841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.991Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.991Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.991Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "aai-ml",
  "timestamp": 1617677147153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.991Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.991Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.991Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "policy-id",
  "timestamp": 1617677157080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.991Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.991Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.992Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "cds",
  "timestamp": 1617677148489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.992Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.992Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.992Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677150945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.992Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.992Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.992Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677157369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.992Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.992Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.992Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "dcae-sch",
  "timestamp": 1617677153841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.992Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.993Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.993Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "aai-ml",
  "timestamp": 1617677147153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:47:59.993Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.993Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.993Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "policy-id",
  "timestamp": 1617677157080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.993Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.993Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.993Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "cds",
  "timestamp": 1617677148489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:47:59.993Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.993Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.993Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677150945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:47:59.993Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.993Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.993Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677157369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:47:59.994Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.994Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.994Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677158688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.994Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.994Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.994Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "dcae-sch",
  "timestamp": 1617677153841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:47:59.994Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:47:59.994Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-06T02:47:59.994Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "policy-id",
  "timestamp": 1617677157080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:47:59.994Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:48:00.023Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/11c4c014-b29e-4c7a-a335-37ceedb94aec/model-vers/model-ver/775b30b9-a20c-466d-b536-86eac7db32b6?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-06T02:48:00.024Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/11c4c014-b29e-4c7a-a335-37ceedb94aec/model-vers/model-ver/775b30b9-a20c-466d-b536-86eac7db32b6?depth=0|INFO|500||Invoke
2021-04-06T02:48:00.104Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/11c4c014-b29e-4c7a-a335-37ceedb94aec/model-vers/model-ver/775b30b9-a20c-466d-b536-86eac7db32b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-06T02:48:00.443Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/11c4c014-b29e-4c7a-a335-37ceedb94aec/model-vers/model-ver/775b30b9-a20c-466d-b536-86eac7db32b6?depth=0|INFO|500||InvokeReturn
2021-04-06T02:48:00.444Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/11c4c014-b29e-4c7a-a335-37ceedb94aec/model-vers/model-ver/775b30b9-a20c-466d-b536-86eac7db32b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210406-02:48:00:113-25067], vertex-id=[196608], Content-Length=[0], Date=[Tue, 06 Apr 2021 02:48:00 GMT], Content-Type=[application/json]}
2021-04-06T02:48:00.444Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-04-06T02:48:00.446Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-06T02:48:00.486Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-06T02:48:00.491Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-06T02:48:00.497Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70b983c4-8119-4036-b8e1-57723dfe2e55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-06T02:48:00.498Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-06T02:48:00.499Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:00.501Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:00.501Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677280498,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-06T02:48:00.601Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:48:00.603Z||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-06T02:48:00.603Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:00.613Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:00.614Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-06T02:48:01.520Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:48:01.521Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:48:01.522Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:05.827Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:05.828Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-06T02:48:05.828Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"53ae0260-3dc9-4edf-b312-2acba27efd82","serviceName":"vFW 2021-04-06 02-43-50","serviceVersion":"1.0","serviceUUID":"17b246d7-d2d4-4f95-afde-db8624f3f72f","serviceDescription":"catalog service description","serviceInvariantUUID":"5dda70cc-445f-4633-aede-ff9174455cdb","resources":[{"resourceInstanceName":"vFW 95cb7116-ce2a 0","resourceName":"vFW 95cb7116-ce2a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1bb9b67d-771a-460d-8b46-0fd89bb6ca4f","resourceInvariantUUID":"0f07fa60-6049-410b-9e2a-66802139b298","resourceCustomizationUUID":"29c8e9d5-1c54-42e8-a121-e2851f884063","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vf-license-model.xml","artifactChecksum":"ZjBmMGViMGQyZDA2NWQ1ZDFkYWI1MTA4ZTdhYTIwOWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aab3e508-f62e-4051-8c68-66a1be6fb12e","artifactVersion":"1"},{"artifactName":"vfw95cb7116ce2a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json","artifactChecksum":"NTI3NTFhY2VjZmJmYTZkMjkwYzk1YjNkZjlhNGRlZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f6f2149-df56-4e9d-8203-b060efaf0f32","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"10674aff-ac01-472b-9beb-c47b7bbe7c0d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2U4Yzc0NDRmMjQ5MjhjZTNhZjBhMzVjODQ1OWJjODc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0625d31e-eb8c-4079-9062-66828313ab5f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c092f9cf-f1f5-4895-9703-18005a3e5d57","artifactVersion":"2","generatedFromUUID":"10674aff-ac01-472b-9beb-c47b7bbe7c0d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210406024350-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-template.yml","artifactChecksum":"ZWNmMjI5YzMyMWU5YTQ3MjY2MzY2NjFmNWE5MzQzM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14d0e138-e292-4234-8560-e03e8ace2502","artifactVersion":"1"},{"artifactName":"service-Vfw20210406024350-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar","artifactChecksum":"ZGRmNTQxMzgyNDdmYTFkMDUxNzg5YzQ2YTdjMGY5MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6294c3e-b2d6-45e5-a9d7-84023dc2074b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-06T02:48:05.831Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:48:05.832Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:05.834Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:05.835Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677281520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:48:05.935Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-06T02:48:05.935Z||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-06T02:48:05.935Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:05.945Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:05.945Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:48:06.835Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:48:06.836Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:06.838Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:06.838Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677281520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:48:06.939Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:48:06.940Z||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-06T02:48:06.940Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:06.949Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:06.949Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:48:07.838Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:48:07.840Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:07.842Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:07.842Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677281520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:48:07.943Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-06T02:48:07.944Z||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-06T02:48:07.945Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:07.953Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:07.954Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:48:08.843Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:48:08.844Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:08.845Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:08.845Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677281520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:48:08.946Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:48:08.947Z||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-06T02:48:08.948Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:08.959Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:08.959Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-06T02:48:09.846Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:48:09.847Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:09.849Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:09.850Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677281520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-06T02:48:09.950Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:48:09.951Z||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-06T02:48:09.951Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:09.961Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:09.961Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-06T02:48:10.850Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:48:10.851Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:10.853Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:10.853Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677281520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:48:10.953Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:48:10.955Z||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-06T02:48:10.955Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:10.964Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:10.965Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:48:11.853Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:48:11.854Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:11.856Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:11.856Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677281520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:48:11.957Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:48:11.958Z||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-06T02:48:11.958Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:11.969Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:11.969Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:48:12.859Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "serviceName": "vFW 2021-04-06 02-43-50",
  "serviceVersion": "1.0",
  "serviceUUID": "17b246d7-d2d4-4f95-afde-db8624f3f72f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5dda70cc-445f-4633-aede-ff9174455cdb",
  "resources": [
    {
      "resourceInstanceName": "vFW 95cb7116-ce2a 0",
      "resourceCustomizationUUID": "29c8e9d5-1c54-42e8-a121-e2851f884063",
      "resourceName": "vFW 95cb7116-ce2a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1bb9b67d-771a-460d-8b46-0fd89bb6ca4f",
      "resourceInvariantUUID": "0f07fa60-6049-410b-9e2a-66802139b298",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw95cb7116ce2a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
          "artifactChecksum": "NTI3NTFhY2VjZmJmYTZkMjkwYzk1YjNkZjlhNGRlZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1f6f2149-df56-4e9d-8203-b060efaf0f32",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "10674aff-ac01-472b-9beb-c47b7bbe7c0d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c092f9cf-f1f5-4895-9703-18005a3e5d57",
            "generatedFromUUID": "10674aff-ac01-472b-9beb-c47b7bbe7c0d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c092f9cf-f1f5-4895-9703-18005a3e5d57",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210406024350-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
      "artifactChecksum": "ZGRmNTQxMzgyNDdmYTFkMDUxNzg5YzQ2YTdjMGY5MDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b6294c3e-b2d6-45e5-a9d7-84023dc2074b"
    }
  ],
  "workloadContext": "Production"
}
2021-04-06T02:48:12.859Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-06T02:48:12.859Z|70b983c4-8119-4036-b8e1-57723dfe2e55|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 17b246d7-d2d4-4f95-afde-db8624f3f72f ASDC
2021-04-06T02:48:12.860Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:53ae0260-3dc9-4edf-b312-2acba27efd82
ServiceName:vFW 2021-04-06 02-43-50
ServiceVersion:1.0
ServiceUUID:17b246d7-d2d4-4f95-afde-db8624f3f72f
ServiceInvariantUUID:5dda70cc-445f-4633-aede-ff9174455cdb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210406024350-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar
ArtifactUUID:b6294c3e-b2d6-45e5-a9d7-84023dc2074b
ArtifactChecksum:ZGRmNTQxMzgyNDdmYTFkMDUxNzg5YzQ2YTdjMGY5MDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 95cb7116-ce2a 0
ResourceCustomizationUUID:29c8e9d5-1c54-42e8-a121-e2851f884063
ResourceInvariantUUID:0f07fa60-6049-410b-9e2a-66802139b298
ResourceName:vFW 95cb7116-ce2a
ResourceType:VF
ResourceUUID:1bb9b67d-771a-460d-8b46-0fd89bb6ca4f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw95cb7116ce2a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json
ArtifactUUID:1f6f2149-df56-4e9d-8203-b060efaf0f32
ArtifactChecksum:NTI3NTFhY2VjZmJmYTZkMjkwYzk1YjNkZjlhNGRlZWE=
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/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml
ArtifactUUID:10674aff-ac01-472b-9beb-c47b7bbe7c0d
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/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env
ArtifactUUID:c092f9cf-f1f5-4895-9703-18005a3e5d57
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/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env
ArtifactUUID:c092f9cf-f1f5-4895-9703-18005a3e5d57
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-06T02:48:12.860Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17b246d7-d2d4-4f95-afde-db8624f3f72f 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-06T02:48:13.017Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-06T02:48:13.019Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-06T02:48:13.019Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-06T02:48:13.019Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: b6294c3e-b2d6-45e5-a9d7-84023dc2074b from URL: /sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:13.019Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-06T02:48:13.020Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:13.497Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-06T02:48:13.504Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar b6294c3e-b2d6-45e5-a9d7-84023dc2074b 105139
2021-04-06T02:48:13.504Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar ASDC sendASDCNotification
2021-04-06T02:48:13.504Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:13.504Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:48:13.505Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:13.507Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:13.507Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677293504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:48:13.607Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:48:13.608Z||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-06T02:48:13.608Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:13.618Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:13.618Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:48:14.508Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-06T02:48:14.510Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-06T02:48:14.510Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: b6294c3e-b2d6-45e5-a9d7-84023dc2074b, URL: /sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar to file: /app/ASDC/1/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:14.511Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210406024350-csar.csar
2021-04-06T02:48:14.512Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:14.512Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:14.864Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP586236121245155168/Definitions/service-Vfw20210406024350-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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
2021-04-06T02:48:17.047Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-06T02:48:17.047Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||####################################################################################################
2021-04-06T02:48:17.048Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.048Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-06T02:48:17.048Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||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-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.048Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||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-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.049Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.049Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.049Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.049Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||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-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.049Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 95cb7116-ce2a 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-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.049Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.049Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.050Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.050Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.050Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 95cb7116-ce2a 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.050Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.050Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:17.050Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||####################################################################################################
2021-04-06T02:48:17.051Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.051Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:17.051Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is matching search criteria
2021-04-06T02:48:17.051Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-06T02:48:17.052Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 95cb7116-ce2a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-06T02:48:17.052Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.052Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:17.052Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is matching search criteria
2021-04-06T02:48:17.053Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-06T02:48:17.053Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 95cb7116-ce2a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-06T02:48:17.053Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.053Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:17.053Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.054Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is not matching search criteria
2021-04-06T02:48:17.054Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-06T02:48:17.054Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-06T02:48:17.054Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-06T02:48:17.054Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:17.054Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-06T02:48:17.055Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-06T02:48:17.055Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-06T02:48:17.055Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-06T02:48:17.055Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-06T02:48:17.055Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-06T02:48:17.055Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:17.056Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-06T02:48:17.056Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:17.056Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-06T02:48:17.056Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-06T02:48:17.057Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-06T02:48:17.057Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.057Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-06T02:48:17.057Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.057Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is matching search criteria
2021-04-06T02:48:17.057Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 95cb7116-ce2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:48:17.058Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.058Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is matching search criteria
2021-04-06T02:48:17.058Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 95cb7116-ce2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:48:17.058Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.059Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is matching search criteria
2021-04-06T02:48:17.059Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 95cb7116-ce2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:48:17.059Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.059Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is not matching search criteria
2021-04-06T02:48:17.059Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-06T02:48:17.060Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-06T02:48:17.060Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-06T02:48:17.060Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-06T02:48:17.060Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-06T02:48:17.060Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-06T02:48:17.061Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:17.061Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-06T02:48:17.061Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:17.061Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-06T02:48:17.061Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-06T02:48:17.061Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7e08590c-c29c-4fc7-98c5-8ba66d16562f
2021-04-06T02:48:17.062Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.062Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is not matching search criteria
2021-04-06T02:48:17.062Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-06T02:48:17.062Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-06T02:48:17.063Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-06T02:48:17.063Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:17.063Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-06T02:48:17.063Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-06T02:48:17.063Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-06T02:48:17.064Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-06T02:48:17.064Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-06T02:48:17.064Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:17.064Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-06T02:48:17.064Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-06T02:48:17.064Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a665362-7dcb-4966-9113-5ad65411e79c
2021-04-06T02:48:17.065Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.065Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is not matching search criteria
2021-04-06T02:48:17.065Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-06T02:48:17.065Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-06T02:48:17.065Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-06T02:48:17.066Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:17.066Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-06T02:48:17.066Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-06T02:48:17.067Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-06T02:48:17.067Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-06T02:48:17.067Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-06T02:48:17.067Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-06T02:48:17.068Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:17.068Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-06T02:48:17.068Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2f3670ce-c85e-46f6-b36d-9ef297f66993
2021-04-06T02:48:17.068Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.069Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:17.069Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.069Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:17.069Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.069Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:17.070Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:17.070Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:17.070Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-06 02-43-50
Description:catalog service description
Model UUID:17b246d7-d2d4-4f95-afde-db8624f3f72f
Model Version:NULL
Model InvariantUuid:5dda70cc-445f-4633-aede-ff9174455cdb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 95cb7116-ce2a
Model UUID:93151733-a918-4b27-a008-313d9fc73e8a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f07fa60-6049-410b-9e2a-66802139b298
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:29c8e9d5-1c54-42e8-a121-e2851f884063
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ddcec8a6-60a4-4616-962c-3ee8b8777407
ModelName:Vfw95cb7116Ce2a..base_vfw..module-0
ModelUuid:fb9ea131-5d0e-4b9d-a1f1-153bc5a810a5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7e08590c-c29c-4fc7-98c5-8ba66d16562f
ModelInvariantUuid:aac88f7e-e769-4ba2-bed7-f7d5caa7bd5c
ModelName:vFW 95cb7116-ce2a-nodes.vfwCvfc
ModelUuid:5d6b229f-1296-4ffd-874f-ac8dcaca219f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:30f71f2c-48e8-4ae1-9e56-1caeb40e1ae3
ModelInvariantUuid:5e0c81dd-951c-40e2-9a16-bab29d5b0d4e
ModelName:Vfw95cb7116Ce2a.compute.nodes.heat.vfw
ModelUuid:5a98f5cd-b8af-44ea-9b70-01cca6703e39
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9a665362-7dcb-4966-9113-5ad65411e79c
ModelInvariantUuid:2fcff141-8e06-4689-8d2c-400f9bc7e843
ModelName:vFW 95cb7116-ce2a-nodes.vsnCvfc
ModelUuid:f9d1c2aa-3d3c-4421-b93f-ddeb1bfd933a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0842c77c-b487-4c06-93e4-5a4e1eabb672
ModelInvariantUuid:f706858c-375d-45de-bba1-2725357b6a47
ModelName:Vfw95cb7116Ce2a.compute.nodes.heat.vsn
ModelUuid:602f8714-2286-4542-b433-e372ec067c6d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2f3670ce-c85e-46f6-b36d-9ef297f66993
ModelInvariantUuid:127b52cc-64a3-408d-baf0-744d09e19fc3
ModelName:vFW 95cb7116-ce2a-nodes.vpgCvfc
ModelUuid:5d558b9d-40fb-4788-b34f-afb1d649d1cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f230b6dc-5d7b-4f40-a898-7cb8a4f098ea
ModelInvariantUuid:f9fb1152-4e12-429f-bb0d-0aeaec784a60
ModelName:Vfw95cb7116Ce2a.compute.nodes.heat.vpg
ModelUuid:f9d7d800-7bdd-4013-8015-f155698a99a6
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-06T02:48:17.076Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1bb9b67d-771a-460d-8b46-0fd89bb6ca4f
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-06T02:48:17.079Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||vFW 95cb7116-ce2a 0
2021-04-06T02:48:17.079Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1bb9b67d-771a-460d-8b46-0fd89bb6ca4f
2021-04-06T02:48:17.079Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 1f6f2149-df56-4e9d-8203-b060efaf0f32 from URL: /sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json
2021-04-06T02:48:17.080Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-06T02:48:17.080Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json
2021-04-06T02:48:17.706Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-06T02:48:17.707Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json 1f6f2149-df56-4e9d-8203-b060efaf0f32 785
2021-04-06T02:48:17.707Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json ASDC sendASDCNotification
2021-04-06T02:48:17.707Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json
2021-04-06T02:48:17.707Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:48:17.708Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:17.789Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:17.789Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677297707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:48:17.890Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-06T02:48:17.891Z||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-06T02:48:17.891Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:17.901Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:17.902Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:48:18.790Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw95cb7116Ce2a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ddcec8a6-60a4-4616-962c-3ee8b8777407",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fb9ea131-5d0e-4b9d-a1f1-153bc5a810a5",
    "vfModuleModelCustomizationUUID": "a8edf8d3-2e5e-4705-8f42-8bba6acccaae",
    "isBase": true,
    "artifacts": [
      "10674aff-ac01-472b-9beb-c47b7bbe7c0d",
      "c092f9cf-f1f5-4895-9703-18005a3e5d57"
    ],
    "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-06T02:48:18.796Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw95cb7116Ce2a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb9ea131-5d0e-4b9d-a1f1-153bc5a810a5
VfModuleModelInvariantUUID:ddcec8a6-60a4-4616-962c-3ee8b8777407
VfModuleModelDescription:NULL
Artifacts UUID List:{
10674aff-ac01-472b-9beb-c47b7bbe7c0d
,
c092f9cf-f1f5-4895-9703-18005a3e5d57

}
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-06T02:48:18.799Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw95cb7116Ce2a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ddcec8a6-60a4-4616-962c-3ee8b8777407",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fb9ea131-5d0e-4b9d-a1f1-153bc5a810a5",
    "vfModuleModelCustomizationUUID": "a8edf8d3-2e5e-4705-8f42-8bba6acccaae",
    "isBase": true,
    "artifacts": [
      "10674aff-ac01-472b-9beb-c47b7bbe7c0d",
      "c092f9cf-f1f5-4895-9703-18005a3e5d57"
    ],
    "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-06T02:48:18.799Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw95cb7116Ce2a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb9ea131-5d0e-4b9d-a1f1-153bc5a810a5
VfModuleModelInvariantUUID:ddcec8a6-60a4-4616-962c-3ee8b8777407
VfModuleModelDescription:NULL
Artifacts UUID List:{
10674aff-ac01-472b-9beb-c47b7bbe7c0d
,
c092f9cf-f1f5-4895-9703-18005a3e5d57

}
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-06T02:48:18.886Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 10674aff-ac01-472b-9beb-c47b7bbe7c0d from URL: /sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml
2021-04-06T02:48:18.887Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-06T02:48:18.887Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml
2021-04-06T02:48:20.311Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-06T02:48:20.312Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml 10674aff-ac01-472b-9beb-c47b7bbe7c0d 20368
2021-04-06T02:48:20.312Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-06T02:48:20.313Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml
2021-04-06T02:48:20.313Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:48:20.313Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:20.389Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:20.389Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677300312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:48:20.489Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-06T02:48:20.490Z||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-06T02:48:20.490Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:20.499Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:20.500Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:48:21.391Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: c092f9cf-f1f5-4895-9703-18005a3e5d57 from URL: /sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env
2021-04-06T02:48:21.391Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-06T02:48:21.391Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env
2021-04-06T02:48:22.068Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-06T02:48:22.068Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env c092f9cf-f1f5-4895-9703-18005a3e5d57 2098
2021-04-06T02:48:22.069Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-06T02:48:22.069Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env
2021-04-06T02:48:22.069Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:48:22.070Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:22.072Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:22.072Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677302069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:48:22.172Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2021-04-06T02:48:22.173Z||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-06T02:48:22.173Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:22.184Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:22.184Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:48:23.087Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: 17b246d7-d2d4-4f95-afde-db8624f3f72f
2021-04-06T02:48:23.087Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 95cb7116-ce2a 0 1bb9b67d-771a-460d-8b46-0fd89bb6ca4f 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-06T02:48:23.190Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:23.191Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:23.191Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Processing vnf with UUID: 93151733-a918-4b27-a008-313d9fc73e8a 
2021-04-06T02:48:23.192Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Will get resource from SDC using resource id: 93151733-a918-4b27-a008-313d9fc73e8a
2021-04-06T02:48:23.193Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel to get resource 
2021-04-06T02:48:23.194Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel
2021-04-06T02:48:23.195Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel|INFO|500||Invoke
2021-04-06T02:48:23.195Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-06T02:48:23.195Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel
2021-04-06T02:48:23.196Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel|DEBUG|500||Method      : GET
2021-04-06T02:48:23.196Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/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:"53ae0260-3dc9-4edf-b312-2acba27efd82", X-RequestID:"53ae0260-3dc9-4edf-b312-2acba27efd82", X-TransactionID:"53ae0260-3dc9-4edf-b312-2acba27efd82", X-ECOMP-RequestID:"53ae0260-3dc9-4edf-b312-2acba27efd82", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"0db86d58-3bbf-4843-897e-65b7c23e03f2"]
2021-04-06T02:48:23.196Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel|DEBUG|500||Request body: 
2021-04-06T02:48:23.196Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel|DEBUG|500||==========================request end================================================
2021-04-06T02:48:23.933Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-06T02:48:23.933Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-06T02:48:23.934Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel|DEBUG|500||Status text  : OK
2021-04-06T02:48:23.934Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-Vfw95cb7116Ce2a-csar.csar"", Content-MD5:"ZTY1NjVkMjE2MWIyMWRlZjUxMWM5YmMzMmIxMmM4ZmQ=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"53ae0260-3dc9-4edf-b312-2acba27efd82", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-06T02:48:23.952Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/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�M� ����Њ��U�;5����N��^�]�/�o��SWdP�Q=1e�H�l��ǚha�[�����Y@�L���qv���+�&�񓦺0���u�zoq�1,��6%x!n��)CjB=%l$Fb5��r����H�PK�h��PK��R1Definitions/resource-Vfw95cb7116Ce2a-template.yml�=�v�������̚M��{�ͱ�ē���-�ya�A�9���v��?� ��@;��Lﵲ� �J��R�$�(q��B��ԏ����8A���H�W����~���l�
L�R��'���=�}�wwg���7�{`64g��ҜXÕ��#`�f���/W����/��Ԛ��&XZs��M0.̱5v��3�@�C��������r��53�qa���6�p��Ѝb#������Ƒ�sR�,}�"�o�: ��(~zm��!�}=Kv����*Ic�u�a�b�g�_�;[���t��ȜGS�86Z^�����5��x�1rap�۬ ����?!�Fq����4B�*�T5�����i����x&T��x�-X�ZB�	��h�d+��o��ԋ��:�vt��I�z�S��h�0Js�d+�q�WN(��ئ�0��it������)n�BıhM�n�.�.����L����%�:�wA���_�@�aނG�RҷI��c�Ix��Z]��I��m��[�����8�f�C(�<@�b4dc�O����Q?�w����ӫ*z�lG���X�
	�����sa�oi���C�7p��"���QP�ٽxǧC�70F{	��u����/�!o�H0�R�J4w.�{�z��=���|�6�U��ly��d�{ԟ�v�G��e�q�P�6b7�n׭(�]�3N#��F�'��4��P�b�E�Q{"�(�N
]{�{�����0o��)���a-Gk�X��h8,��V���p]v 쯫�qqe�E�I����� I�u]dO�g��_�+L3��hC��6��ǖ���y÷~A��z�6<$0�]�^�Qlg�b}2Ww����s��������O�����s��������l���6�
\�a�H��|o�{#����4~ɱ��f�]]���
I6�l��"}u�揋S��������Y���dC����*�	Bi�XQ�8n����|+�8����~\l?]�\7�w��_�wן�t�ͻCg���%@'�� 8�[�njM\���-�1��("}��a6Pe�~�%6�S��Ԏ�6j`���~�*k;�B�D�Z��(J���?��C1�@����){� �8����K}����ݸ�3�������!�N/ή�+��Qv�\�r"�F���g3k����eg�- 
a�&�	�����h~Sز�L��IL�����ɹQ!!�TV�밝���&�t��YG���0 ����a�ݭhn��R�!1D[�w�.��2� �e��H¯�hq�".ߠq|m3kh# ��HT�C��(� �l�F�q�������y����XQ;R�%u!1@�f��J%s �quw�E�!D�ʤ���*$�*�I�N����"\d���_C�f��y�����[�I������c� ���j�d��2�}���|��VB���k(�_��4��z�eN�:�%�hl�g�I�mpЯN^�5��v�J�kt_�E��#�(op�����s�\`+2�0]�
�V2����ɻs� �{swy{gX���j�_�!	�;3t
ǫ4�EL���Y�Q�&t,����h��=̮���`]+�yb3�؍A�#%��]���)�N$C_5�����Y�����׻8���kc��o�h7�v���K)B%��Q��U
ln>���oͳ��M�%�����g�U@�h.hz��x:٭��N@Ù}�
�^
S���{A�x,��M4�+�B?D*hc|B�M�6y�,��1.�Gcq#$,z��	�(���h�{J�sc�`;c����[�:W�$m>оM�:JJ�.5]���{x/0vVs��e|�@���pb�V�,w��1�w`GG
f��h�!l]#$<G���	MbH�P�!�~�'؟��h;����D��ɓ�ѧ`S"��aS���$qd��=����v���a�$y0�'��f|��ZO���yv������ϳ?�����/��է�����O�|vSg�a�����?��z7������￸�8��ޜ�~�����O��f{2Ϋ7`�9\�~��}z������0��Z��;^L�_��c�a�޽�>MoF�����Yp.��j����l����O�nF���O�w��˽�y:��r�������|��j�0�����שׂɟ���ǯ�=�����������������ӷ��Ë�������훓ه/g��?��������؏�,p�e�q��o���f�n����^~���������?_�Id�Σ^��?��_�ӓ��������v�nG�7~tϼ�������Z�z��K]����q��j�xkg�B�i���fW"�f\+X6�e�I£��E��n�M��_9�<�'��D;׆ᾁ!�h'ؿPD�CB��ޏ�p�Է�����Ljѿ	r4���ؖv�g�˔una�eHVH�#����`�)��砨�\´B�0�Z%�t����z�9��'�r6��ϛ�'��灲o��ϗSƦ�3s2_��ch�co<�.��U���%)r�g�������ȴ5-w�����3�0�9X���Y��e��F�Pe���bɪ��|A��Q,��K���8�S�]��������
�=V��A�]��aYi�G5KF�e���.�:7�<�šh�`fV�/��,�WN��������p�iY���� ��¸��̈��l��qw�����	E�L۪�vR>.1"CL��R��՛���Dލ�.6���4B~��l�7Ya/�`�Pf���K�!vC�HpN�1i�'��ET�`��.cs:���j97��МZ�:X��WT���QEE�]V����s��5\�68���,T<h�wR_M��̓�~�K�J4�b�͡��s����t�7w�@����&�Sw����i����y���O<Ar�����D=���m��3Z:��37�gj.V`6s��t6��$ZR��s\��o�U�-Oi/gA	�����o�����j�޿=�f�C�S?��j�8��j�.�jYZ�q,�Ś�C;)��l�xCα��Ǝ.�|]�U��]�l�6��9��q~��`�O>3����AV�5�CŁ:O�"�H���U����mTG��.\�l7!���8�]:��Ll�O����{�a��PD+����ohP�^�|Ϧ'F�ξ���633�-05��.1+9έ���C�R����e�569���H���n��g�	Hb�.�f�A�C��ċ<�����pʏm,`�]�?59��fмj�����2�����,��l�29O�J��V#�>m	oc��+�B�?��IԨ}lE�����B�m\wT_S5 M~34h^WG�	G�T���&���]/&�X�]��]]}��=?���o>�]��ۛ'����bs4�\Ϫ�mC�)o;�0��J<�P���b��d,�`����AUХ��b=h1��D�.\@����k2�3�m�z�f��u�}�Ni�жQ8����h��o�@���l(�����d�U���l�Rc-����.�C:�@�]��_
VO)L�1�E���{�~�W�
�"�f�o�c��ҥp�l��.�V4���'{JhK���'���ׁ�33�!pX@����͔��J���vѓ����MT-��`2�b��b�5(��+���R+;t�S|�u�&�1%I�Vz!�D���[�cR�Hsa���p5D�߯"	��1��VMسu򰮾v�:�@�/K]X�V:
S�Ѷ��ƽ�7���w���N���X�K��Rƒ���s\���O-,�Fwp[�*�3�%=!�}@�D�A�o33K{В�JuH���@�<���	R���F�Y��k�Zu��bO���S}������rrc��5a1��E6`�
�h�5)�ua�D�E൐T�CJj�$��1��S}���i���ͪUT�y�+�]��l�ۂȘ�)���"d�*�lV��2zl�8�p�lW���קY�D�U7]����rƲ>�(�ܻ��?8d���6����lΛQ��5zʾ-��QD����E�`� ��f_!�0ı"_���~|e>0u��l��oo�b.B�-
�4��M~��Q
f8C��ϰ�_���/��`�#��	v�hsB�+{U'�1�*NIo��#��V�p��uO5^�/���u�9�#�Fh�Z}U�&�˩V�n/Ѥt�r5��3�"Se�Lq�"	��5�Z^�����(�VVκ����?���'׽K�%	G�����/�a~��!)������Ux/D�╄�\�R�9��u�A����U��d�CR���~dZ��2��M�rbx�s�#��w�d�/�Ny�ڄV���1�㒛ơ��P�Y��N\�(V�g��p���  Ofg�������Q�X��Ǭ
kTe��W�IW�j/S=�Z��u#KϹ:�=�>��V�U���Uc�'�WPZ��,�i9�<-�4�x�^�
�SU�y�@l�y�8��Ƽ켊��1�=��K�%7��(_l;Eڸ%
�tr
��ٶ�8��^Qw�m�mvC���-�i"v�V������R��@![-��봴�!�������gpT��l�V�;�b�P��~iQ�DFQ&u0�-vT&�^{��7�k��)d����ʷ�,	�я����?����iSe�VV��*��4[�ҋ:�]wn�1ѪX
����*>��e�vI�B�ƣ��B4Ym^ȞV8�2c�oζ�#��
k4_MG�c�&`lN��\oh�'w����s�8Sw:]��.j����s5���y+˝Mp}��BΑ7�͇4�����7C�g.�t��{��rY
ٮ'�jp�i�V��G�◝��O��5kG/��?Ӝ����9g6?��h�~9UE�]*�v�{_�%�X�ͬ��,M�|q���
iL�o�D}�_ƙk�"
�"�e��ͤ�2����W4�˫�^��Y�VG�����J?�Ucdب?��vrrixN���&�*ǗD��ۿu9dKi�v��z����G�XAK�i�FM�6Q�*:����p��e���I�*�	;�R���Y�D����>W�
�kS�}��(��m1�޲6��@�����qG�;���D&� �O��ԫ���ǩ��d�z�� ��/��T�
�Z�!1xZn����D���^��9.��lVǬ�U�����m�i������)���`)	S�U�Z�)�S�t�T��f��zܳ#�"�cs��=�}��mߕ�,w����9V5g7#�e��W:���+���l�Wg��f��lP�,L�Oea�z�~����j��Tw�g��qf��f����jU�<㈡�ڻ|��G�j�7��
$�@�A�
2�Y�
yrP�{�c���r�W����&u�U���C˨o3?�/�ϋE2�)P�����-r]:03gC01'3kf.g#�C�X-���d8g*��Y-!�Ɩ9u���5��Y�5��)XXC0e�����De/X��?�ڬ^#
��Ɓ�q���\���M�d������C�L^�F��Pukx��C�I^���m=%����G��&2�vkxQ�}��'�X�6�%ҰJ8gKJ��YGVJ�\��`�c������NWuu���}�%�o�4j�9R��5�\�'�С��P�KHD�b
��zN��m@���C�����7*@��[��� y��J���2vd_����tG�����FC�y�ui��o�,����%k:�]�`ch�ĻBٜ�Ȅy��F�Ij�㮦>��9��s�̄j���	� va�Ai+���D�M�э����]���dS�|���94)�>B���e��Ā�Х˚�m��+�-$�2kp��ִ�?��*�5��<+엇.2ۖ}DV���;r��_~!�ً�.�z��=Y��
����^)�[���r������e�9�Ȧ,.+�����%���
��Q���k��9�P�H̛�d�Jp\Ag1z+y��~����4^[�tj@d��~�}�ֳ�+�>�
���໵��=X��:��a}��L_��.mͫ��+x5�ph�H��������R����>eԀ��2��V��Z��b�^u@����S��zW�jPY���FF���w�$~��L��q9�X����C��Yc���d���S��ٞwf��Ds�:�$N���Q��๔h\�"�B٘�uo
�T��׊1�ɬ"n���y��+���/n�XF��z@���P��f|���L�2Ay��
t��.Q�x?�"TA�j=Y��#-��
�~g��fw�A-�&�LiGnᚵ���ր0� ��Khvt�mO�GV�+Q�K�Ucֽ�Ĥ��(j%X_��N6e-����dS�F�=N�N��Tk�}�4i����׳�jÕ�4�ך�ٍE�He���q�D�Ֆ��IU>�����Y���Ke˞,��.~��(�Q��j�\��ɍs��`M+J
0�k�*�)�K6ei��a�,ȭ��e�l	]�c�=�����7"��%V���U�Les��(����1�Ҷ�h�La�hR0M�^zvP'�g��	�	�5��O:�C��>�1=��2���������T�
Y0>#
T�Yk\] U�dS�ĵ
�(Em��]R"�b�p�4_k@�m��x�:�Nh=a}�6�W�h
"��*B����Q��O6� ��$�,���_��|GpGc��Y}p��d�y�E��e�B�z��8�
�jEivo�;,�D��Z��U��| :���������W�TC����~����D����X�(A`�_.jvd�'���`�����a��w����	�"b�.����r������^[|�0=��������_U�W���B�@<,���i��9��m��an����.��d'٭��S�'��yA���ĔTGJ�	-���y
�LҒ ��߄�doo��~ƶ
WC㗇]��w荈�F��h0�V���Z�����?�?�d�Bhc�讲\���4�5��%�_T��4#e{�$/2����]%�HN�-
?�����c��7��-�[[�⠞�h��0�z����PK���� �PK��R;Definitions/resource-Vfw95cb7116Ce2a-template-interface.yml�]ks�H����
}{��56���op�$��`;�S�TB@�BRt��_ztC#$ƴ�j�y4��LO��1lY�Wu�Q
��IJ�K��Ց�q*�4�.���4,Ǿ�ρ�
�_����?�MG|�H��L�����{Y2����K���?��&ys�f������p�O��_���ʩW���H�n8���b{�Ŋ�

kP3L���5�؆kɤ6�מ��Ogr�z��I�%H�X�(b�2F�Y,�lǒd�������SӂG��alDUwDW��";0�	�KUS<
����K��\
�Oǵ��E�~T;>:���˹୪>���-[��x�x��nIQ`���%GPmA�mu���a� �o���$ǰ������2b�:C��k�"IӢWZ��)�B_�l���ž&�
Kԥa,��+t����[��{���Q�kܶ�/�Ƕ�aT�����#�vb�>�Xy�����#�2>�s�H��#�k%g����:qDUY0�����7M��}��&ܴ���%�E�hbXo�]�iĆ��$�:��>N��|w�3w�Ȣw������ t�ͧǛ���������!��Z�3>��LL�{��r�K2՟xPb��?JR�O�#�%qCR���N~��(���Ñ-b�9
����t��%�̣��
���}z a~wt$���V�N�/n�1хp2v-g�tǡ�U�bq�����a�����Y6oZ�!E#&'�q����&3��t��#��[��9�ׁ�ݱs���eCӀ.�U�!��uZ+���bڷ�������.s�/�R���0!y~B���]������O�rIj�ɛ;�yjwޟ��
���ߖ�OG����ާ�p�
������ �D�04"�e��«������s�ێ.��_�@&���ҳ���;ţW�=AΛ�ܭÒ�2	3�A\�[!昑�}�^Z��˳;+)�� �"I4�La��y�����r�-A�F8����$�o������G!x�'��d��D��<�;�~�� h���8�<^�F�Yb,K����a���ǂ)��@_PdG�em��%�У���������`�tw�#V�����֟D x���)�y"$��:��/_���m|n�Պ�����P?=:��/�W���tO��Ʌ�1�GU_�����2WR�(d=k��}
lW#l�:��	��)�z�S
V�y�*���ԛg޹{
���;稞q���\��c�)��E7W��eg�s,*�Y�D�?��:����V��XJ�/W&K�~)�Kp��Ǵ��$΁��6/��K�-�x\Nw�yᣯ�6i؊ò�"8�p�U�H�)�〰A?�mtFm���Cp��ޓOl�dx�@
f��}.
J�Z����K!�ˢ8Ζb�~,g��Wf�[Ȁ�P������J�X��)�=`�E������ˠ���e,l�'�j���Z��OK�uX����	�W�p��K��>t�XR5�4��e'R�K6\��ݴ0ZP��TJ�=���R+�Z��	ߌ�t{T�eLܶ��-	
��:��#5�S��M��j�h\я?Z?~�~}}UO�����6__G�����y�|��������h��k���*�Wr�bt;������/�c6�$��J:}�?��i������mz�<ԭ�ާ�G�\�}�������x6=������Ź��?Y�����u1�������9�o��7���LJ�q4mv_��?��f����xx�{|l���4�\8�q�Ԛ��5l]��_��u.n�/ڷ��_��nF������^5ο��n�_�A�\�6�^��[u��z6�?}=�9�:ǟ�=�����G����Z���Uju�m�:T��O~6����g���{���'W?n�V��e����zW����M4r�:u4
I黗
L�5GD�����*)�rgf���Kۦ�W���6h�����V`�(�D,[�W�>f̕z	l����`����X�}������g��-X��!�1gr1;ߒ����
����=F�5����g��$&�`��)ȵ&Q5~���IS�f�
�dͅG�х2�V�ϰ�M̀џ��~�)d���.)5�' `��[��Z!�Ik.�b�	�L,�!�
j�K�A�TŹp�!5�3�ȘDE��I�ch�ؓ��{{����1��D�H3���v����ڗ⧕�$u��z��\�V��P0AM�@�sj���c��ľ�]��=Xpp���9�̋Hhì�
���T慇�@�pӀ�����8�#��Ը���Yz�����'��Z��.���ø��k���[4� QD/A�e�#�y�=�ny���l�y�#����.+d��-�Wq����e?YO��ٌ�\����\��~����U$���T"۩H�		�,�����%C��L#઴>e$��f`���Mȋ�T������q�q{7:P�/��%���>rm�����|Gyy9���H�p8�sј�٪��%ܪ��D[oڪa������-`.�7��d)�Z���:o�G��h�tR2
�D�W�؇d��^�z �\���<�0g�EF�]bS�(��H4]�[����Tv����^�B�^�=����z��4���u�pKv�^�I���g� �;j���v���;�I��#L�bȆ���l���Df�l�(�"���x��D�qb�>-W�k�ig�2~F�o�i9��w����^���&��0#�,8� ��gME[���+���ȱ/]KM����y����JCJ�� [�9�zSؙ(LX�K�CYa.��.p�T��o�C�l�
nlq�t����04%
b��D,I�#U`$Ie.��^Чw=�4[aX�G�F��"!��0��;�KQx��t�]���E�|���Op���'V6v�\KXe��|�i�+�YnC4
�M�Mx�zʠ7���Ȇ��p�`e����)���;p8�����d6C�pP`�D�Y�%�v�ƹD��V
�w��;Wf�
����=
�vUC1~�I�RF/̪À��A�e���V��x���eX�r���4��63o��uk�zE�s'�;��p_�,�hMw�t�K?�!�^b|���r�'�y�@LV��}��
�[3He@!��(�l����J/x�1
�,�t�f�u�Ѥ/��0�=�t��*w��'[�t��m�U��x��W%���O�-0B�JN�i2o��a��/X�JH�(dh�÷�8�Y�1bzS�A�
,V��Ȣ^f��`�6���R���S��t�ߐ���P����|:�4��5���T�d���
p A��%Úg��2R��}����nVl��%/��(9�Mm$C����(J5HC�`cv�QR���d[一O��#�Ц0ė{��-�XY&Հ3�V����]�w�A[O9�B)�?��R?�8�e�d�:4��{���;��BBX`Ңk-��[v]�+P�yʆj�p�0@E����)��T���\A��9�9ra�qmX�h*}��z���OA0�j�c���@��pE���`S��iK7/a,]��gU�Њ��U�ƴY6�`�8����zN�C@T�K��!c�A�����Z�ft C�v +���s���OL�����t�2��{����:S�!��}�,��xA'0�>�s=�:ؘXv�8�W�,y�R�͜^[rV	N�5 Ts$<�Uh�>m�8�>Kba�,�)f�:�	�+�	7WT�i=����_Wk$`�]������"S�B��&7�|�-��n����g��y�����RY'js$���t^�xv�1Ɖl;\ggV��CۇGql�����F�ǿ��[*��L�E��bDe"sܺ5���63jƷ�%>�nŽ�Q�$���E�0V
q��05.�RN���z\o[��74l�`����;���p]A%��~����w&�E�p�=N�ܹ#��P�fH�?�"-8�A��`��t�������ځ9�=Xpp��9���V(��\_಍b�ݺׁX�-�1�c>
�'Y�%aE�Z�KF������(�j=��\��)"����S���9Ã�y�@�����f�:��&$:�U՞�k��w�w��^����������K��;�j��Y��H�_
����L��,�Y��d�G��E���׼$��
�F�\6�2�p�t{���28@,�H�[�ю�wIV��u�����a�������c��0
��/�Y8ں��m-2-Y�/W�=/�H�w�$9}�E�w� �2obL@Æ�E�O�l9�,(ZH)Gf�c��$@B�?m��$�_��% ���z	i�����|�Y����1:� �Fso���f�ȷ׎�����HK
T���;Pcu���u]Ƃ�(����0�b�Qw� ��v�������}��	��,F�eV�l�`y�?�
�܌5#k�dC�R�4��ao]�C!<�eh$�� m�i���e2�%�GI��/�����2�Оl���$�ɑ<
$�یV�@ؚA*
��?gVMd
{n�,�_�X�6���=�vK<��AjB��u%�T�f�x�w��Y��ve�g+�4̀M�����f��T*��
"�@���UK��
��~�����T��Dv�wx|K���y&搌�%i^GIK��k&����^��y�v�Ŀ�؎�~�RV穀U��%
��Va5;�*e7 A�m�]Hv����gY;���DE=�K�N�%�}��#H�dRe�Q��z����)q�7���mW��r;x��P�خ�iyN1�v$����z���\�]��
�bb�Bdl�
`)\pc�еVWs�0�3��0�����Jt��;2�h P��F���(�l=C�$-���[���B�����퀒�)D���Y	?wQ1�q�2M.?�Wb\�����/�I"�F�h��D�<��L�����r5'Ȟ@��+dH`.`��R�M(|a`S9,��y��6W��
��DW��r�m63�,y�oGK$fP���e�����o����I�p�H��(*�U���i��\âc�����s��^�M������?��6��#�,8� �dME[���+���ȱ/]KM��)AKPweڽ�;l,�|�կ�Y�ab�ZE"9�-/�I�A�.�ԋ )�G:vH��Czh[I��@��(y�����)���51�տ8��@n��l~�@�ڝ(5c�΢���l[[=��{mv����eעM"�ͼ�iGZ�RI'�d���-��]\'Y�	JB�HY¯F\;�c&�t�,Vk٥�wC�\e�'���V��P�H�TK�V����tM4�����9Q�H����*�
p(���e�&,���obн6��S�?��0f��h^�{���c���Z˛�}��L�hIŴ����b~�w�n���8����Pj��m]`~�'��ܢ&����=[��XUYc�*a��V�n9��r�Dz@d����'f��_U�O����1�
	|�_�D�
�m�lu��|w���/r��
.�=G�O
Y�D�1�9�k�a���߅W0���?����&Y2�Ъ��--��5�Ъ�
-��PK��A�-F�PK��R,Definitions/resource-Neutronnet-template.yml�VQ��6~ϯ�[��x͒�5y�-����vm�}(���X�,������G�N���;K�� ?���QT��sI�2*(k|�#��e	!���jMy���'�dTQ@��#ev��pw�z���tQ�	�*��l6��Ws⟢�Og�EQ �����z1G����Ϯ_�)M��b:�‚^�7�h	kj��fM�M��p���;�y2������o��vJ�U(�&$j�͆�3P��� �)Զq�6�q��֜����*0�ֺv	��!��8ʽy�'��TE�g6�q�>���-����-|�!����w�	=��d/���/�0XIz�T�h/^�X�_��`����&����"Ž�����q�4�~
�{�#�էT�	��у��6���һk��8Ky��4Ɔ.�50'`�l~ܡu���,��U�J��t��$Y� �L���~]���H慳���X�0��}���+jǔܽZ��u�[N�+y�:X+��vJ��+������~~)y�$�hJ.3�`�8��(G��/jOG;�um�Vx�����̶72���=A]d| ܅�}�D�����<�oF�(����3���S�x�����:��XQe�n$�3�wI�)���������>W'��N�Û#����ϻ#�ۃҌa2x�[���n��]m\O%��^��0�<`���?PKn�~�k�	PK��R)Definitions/resource-Network-template.yml�TMo�0��W��
�;I�Ʒ
�]:M/�`��
�%��S�ߏ��7�ir��H�dp^�La���Y��<R���2�Di�$K&%�D�@۽ -l�no�S�/g�kɅ���Y��|��|}U̓����WG^��:N�e���*Z�j�c�D��r��/�(V�d+JLa����_�V�%�*��cE���@���R��x���8e�p�X��R�9:��-����:�olA��e��	��r5I|D��p���>=4U�|b�G���e�4�����'��N���e��vq1��N"�l�M�
mX���Ұ�)�ɈЀ�]�J���{�)�xO%4�}�']��#COޑ�Ǭ�͕3Z����)�Z:�c���d�!ö�]�7��
щ(~�=�� W�#��s��|�m*r�kAy:�����P�_�d�9����_�	U
�0{\=�*C+rÖ���(j8��l�7�}G����ڒfZ�[�׹�6�ib�7����!��U2]}(�v��# ���w�R��ᣁ�.��9���=`�=i�n�F��eNo��t��᤬���WI���v��n���~=`{a�ʺ����=X�L�PKe�?�V�PK��RDDefinitions/resource-Vfw95cb7116ce2aComputeNodesHeatVsn-template.yml���n�0E��
v[Q�[��1\�Eo+�њ�D
$�`�>�����8u�p���
�Kh��蠭�̈́�Ӣfa)y�67�&i�C���i3��`����ך�U\����YU(�
���J���D	yE�V����T%9O�SIp�r�gǬJQ�e%KE��kvi�)�$)0�H�~F�*��+B�&o�O���60���!�ՠc�oD��07]�^�����В4?����Hw���$^�(�jVe�Jūa���e�1h�5V����f��N�#V(�0M7�9�>�FQf0+��b��\�-��t�'��[���7�_A�XO_��%��}c�Y� ��2,�Ç+T_*��W�0K��Rp��؄�X
�l]�vbb�&����M&Bt�
�(�y=��d��;%��U��g�Rp���!�7�U%MW��j�l
�Φ�J��e��a�D�z����|Ԍ���WǗ����le��ZW0�4�E�������6즰�g��-uU���:�ލ�i+ֺx�{O��8�m�8t����B��OoG�N�J��X3��E��Ԕ���i���Ϻ�m�n��'z�I���o�PKC}��cPK��R)Definitions/resource-Compute-template.yml�VKs�6��W���@�T3rěi'��;ʥ��,���1,�e~}$E��2Q�s�tw?�~���,��AZ��=:O���V奮�
h�/��Lc�c���I0a�yw���j�X��\����d�^�'�M�\�)���,hW.����urƗ������(�4Y��J�T�YJ`3veuU�o��;Y���V=��0���ul/]�i����(��(�9{gJ�4���W�e)Q0�;<�`�
d�R)V �=�e�ѢV�I�s�n�
1���uKHvV���`���P�~OdJrż�$͖�O���ݓ��ٽ�(%�*\�d�n`�3�5[�)n5Q] ��5������2Hj��5�BS>�)ᡩ���5��[d�74�$'���'1%��>W�P�X.*��ǏD�����\�g?}�����;�^��r����X�}�����nj] Y{�jF�i]��,i�c[2*�"3�`�hE�ز1�	 
{=�

�h�����:Tm��NV�Dу���ST'�ՕU����A�C�:�c�H�c��a;��.}cw���WE^:��	����C��1v��h�8������lҗ�=t@Z�k���'s�%l1Zon.o77�o���y7l}'�?-ckJS�nL6��4�4>��m�Rm:i�'�. i��@7���DZ��������ߚ�ި,�O���:���[Q����d:��HR
k���	I���t�-�Y��o|@�c�Ѳ<3����֒^����\c���;��DC������b����6��&���Wt�_o���t��;��?�QkS�W�3?�����t<���vIM��yĜh���Nj�W�-���#���[��N�sBS��=�/i�K�g�Eg;a�R����v����b�9�E����~��:}�]������6��������}PK�jLg��
PK��R-Definitions/resource-Neutronport-template.yml�WKs�8��W����j��v���;�io�����P$dsJ�*I����_�zDv��5��D� ��0N[F�P�	�l�cq���	Ɏ�2&ó������6�����|�����O��F���$�Pv>\�_���x�R�q6f�����U&׃���p0��tpu=����9�d�3Z-�q(�`��(?Ca��r�P"�J0*	�nGܚ:B��LP������(�8�v[m��MN��q�l�~�"&�K\2<��f�_A�e�L�ō�;	���K���(�ML��%y���ˋ�� �Zt7���o��/_�|���S@koޜaf0 6> z�O	!��h&�].qӧ+\�����>�M����t嵪IM֢���ۨ�WF��Z���.���e#�U�R�Uv�ZqP��M�j��t�ib��	aĊ�
���T�/�fE�Z����O2������NM�������礡A$Xi�A��x���9���Z������Iu���a�&Z!x ��[C�� C�Qi�1���uF���0f��ψ�З��OߵMv}\=��`��L��~�_*�|$�s���*�8��TJ�EQ�1��
cQIa�똦��f�d�4�}7_��	��T�BdXW�u��	�"��f�X���>�j��s����3�-Pm �c��,Tc�4��A�_,dj�5в-�)��PYBb`��㈣�t1��s�?�x��g(� SH�P(&K�
=��4�{1�kGoq��	�"�9�V)A#�*E�S��֎�r�J�V>VG�($eap���6o�LJ�p�U#c�z�Ӆl-�
EC�$e�e���a��M{?���������#�����4��V��������A��X�̗�9,�}K�f��}��E������!#�Ͷgb�WatꓯCy.T�$q���+dt��8?���f�jN�7'�횊�0)���qi*�X���r�M���/�j�����EROI_�����Sr�*���aEP:i�ag��x�����Z�R�*���G�v����`:��n����w�_G��3�i,/*��E��q��R�s�s(��f�����V�PKad-\PK��R=Definitions/resource-Vfw95cb7116Ce2aNodesVfwcvfc-template.yml�][s��~���)����\\I���+���3�=�߿��������-Ad�٣����"��[gmc���?@�^;k�ܻh��o��u�ۮ\<�x�ػP8�Grc�?��دmk�Xl�M��C���}�=��)�e�^�f�߆T�'�2���������8N��$)�+{�Ə�����?>��6N�!��o�����#9Y���V���N�yL����	�0�1���fG6r�����5�{���mW�>,��8–�Cw�E��Eј�8��/��r/�‡8<��'��(�=�V��YQA��|�R��R�\Q��0��$v�Mx�����h�()<�)eJ����+���SzGNi��B��� /`G%�:(t{�����RJ�?��6!��_S��r��޷Q���[k�i~fÈ=A���Nivu��ۜ2���K��W�����u�΋:[�^�Gʧ�í�6
a���g��4��P�*T�&��{5OA�)��ǙQ읡�����ȅ�I��gA}�~���Ń�����ā@�H�i�l&�9��6��0oI?+�Ь�i�%�����}�x���a����	�O��>���C��$a�=*z,� :�Uq��N�v��fQK��C����Z�O���|֑T�
�	���]�b�#����kS�A��fu�Is�ˋ�l�.#(�3�|��oEm>M���0t-�=��ڥ�=As�1-R���)�dF��}���򮡎˳I�@4?�8:A�x�C��3�OP�|���Hޕ� �AC&	���Bm0��H�7��@6��^z��8����1\��lA#/)W4t�w�2v�CČCȌS|�ɺ�	`��1v��a/~9+�]����{�ZO)S($��ʜs�45;��g�D>
!u�����@�Ч��?��?�'8Iq`��M����?y���2Db�.��[�ӅO��UMM�蕴�)j�H�g��+L=��N��ߴ�KX+#X�{��f�ֆ���o��U%&O��/�z
4����IZXg�eS���w8��_
{mToA�!8����J���	�,;ARkҞ0�0>����0������ky�`���.�L���1�ж0��|��qg��m���;<���=Px�J�t#8�?���"�x9�,�@�qDl�Z�S�E�a8m1g�@f����dvO+���O�⻧�fS��^�da�sz'ǟ(#cB3���Kv��2�d\f��F�w$��Z$d#�O��ڳ�#M∺����Dmy[�OW�;��{Ky�f65tb@���fA�lR�:3vK�8©���f�[�$J�RH$�%�5{Y֜��켜���U]}�}%��C���];�B���Fx�ߣ�������Z��I�k��v\k���E\mV��z����K������=C�E�����ﮑs�r�jId��ٻ�����2�u���3�}�/ߺ"hp-�~{ ��o�F�tPZg�CY"������0} �q{Ԡ}�U��X�@�
����mc)����sQ���巻���_��=A�*�������ZR���%/^ "q�-������@�|�������,s#6�����TY�Q?^y��C�4�9&�c���κ��6��]K߿�V�A�t�ZcQu���mr�]g�E�O�Y,}Iޘ�ۚ�Qg;�z��GP���t��n��tS��u%�ЉwH��)�-�
�C�J�ʙ����e�IK_��7%�W��#ŗi�O�?�B��iU#`-�t"
�a��{Le�D
PGWM��U��������X�v�F��Y��kaD���륻q]w����:�!���Ƃ���ƙ͡p�{Q�U��ѐ� ��.��A��Ɗ�Fe��+�}��@������a�A�Fc��>�����& �(%��S��1�'��R=*����t���)Ŵ��Lb;���&GgY셆��(ᙳk�~��5��-A�NTΚ����q�~���jN��6dak�w���Y�w���~�mY;�Պ@��s4_�6�l���z�p���v�.��١&�x�6&H��D��uҪ���S(���<J0b��3���>Q�.��M�O�'Q��MN�B����;��$��hS}g6�߅!���]�Eҋ�$�=<�gN>s����߿��K�26L_�����5t�G��8�	�$�9���}�l~���LJ/��ǻʄ�Jy�y�R�r��&���WvDQ�u���T
��~��{z�h�N�����}�\��9^�sF_�U1N��ڝ3G�3|�F���ɓ�f,�.b>�@�X�������;3���	�2Ky	��˱v~ �wU�����IS�	/#׆�q�r����u�7q�1�m�d�gT�f3�����3������3�J&*|���i�rPC@���Jn\_�6<��ZM+�P:�g ���u��t�G�5M�a:K��{��B+T���T����|^WС}�N�E�/�X�V0�����-��2
T����%wq󒕦������J�U���X/UO�h�E�v	r-=�#����W�Z�w`�%���t����WF�G‰3�S
XJ��2*�
T���哓�B��h}epg��#�"/8��J��"z�p5gT����8�,�W�7ѣ��e�i�v� ���
���dp1kH��D^<�p/�-�%����v�� �Әv�c)|�]�S�$�/^1������d��9��"�?|CjPG�������~8�h*K�jᇧ�	Gh
��?@��CB�2��
R�Y%�L�OE��4DM��%7�1]�����J4|˄Q@�m������hp�
w�@�i������b�.p�
����|�H�
��#�D@�'����U^·u[��Y�a���Py��+0��TW60�B�H]ͶJ�9l;:&�B�߉ĥ÷a�B�ʓב�*L�w�D�,��X��.�	�ks�m�u��D�3˖�ԗ�q�XɊ@D�@Kl<��6�Q��>I��u��uhXf-+/*������hM��R��M��9�x��zGy�ڵ���XF�7��<_yz��ꀪ��D����'���(�7q#T�|�Pd�u�1w��v�7y�	Di����R���b�!^�r�����$���OɔB��c�L���)2��'S8#��La�]s8/<�%��k�nUҿb6|���A� �ir�|m��t��rrV
3H���x粇�[u�ut)]�-X7z�Z�n.�=�YU6�T��C�ҽ�e}��u_g�C��y&ҟ��@��t�����{�[5�8��y'h����@Ր��p�~�X�C�jW����M�T��v
���=Z��R��j�س�j�s��w;5�?���Z�I�Ԫ
);D��I%g��]��x���3��nӢ�ٶ�][j�m�P��-��X��d�8;�J�j�=Ό��NȫW�<��<�V\�E�YJ��T�����y���)S[�&�a��Q!�ոD_U��NU��5�����!��b�d�mC���*B1�ֿ�C1�P�}dz�Һ`N39j-���u���|��_��&�a]�Ջ>Y����C��D'L۾�z�Y?���>�D��Ka(i|�A9�ug�z^�
�P�>��Z��ɪ�D3���z�8�٘�Ԑ��P�[���]Cm��j=ޯ�������PK��t�x��PK��RGDefinitions/resource-Vfw95cb7116Ce2aNodesVfwcvfc-template-interface.yml�]Ko�8�ϯ�mv-t�]ln��4`:����2X�DۜH����x���%�z8�d��99U�ǧ�b��$!
"�&�H¨v��q�I}I�$�q�GI\W?���Kq��;�����$��y��Ob�!��>mvP����hEb�٥�^t�8F��-I}��βf���������!˶���ɜn�W�YwT����o|�b�C��>ǂe<��n�����#\���ꟷ�
UZ	�Q(?r�������d��`�Yr�E�u���[}oʡ/?(Z�d��AF��ġ�)��$t���V(4S,����<%�!�&����#@
�pՌ���@�[����%��$H�bD�{��}���dC�)ڢ0��6��'r�Q0%�
F�F%@C+^(J��q	ݘL�i��A1�Vځ(<�(�e}�9dЫث]�<"�5�n�8d�/(�^c�_t*=�ĽL뱂
�s��4���޽��6�9I�vz�pz�yݬ�]�c�c�h���:�E򚼀pdw�e�x�IΨ���?+&���p�	��a	�Wp��^s�`��F~_���w��|�s�Nz0E��H,�X
�2�?��Z0���$2Sf�j�|�Bt��������A����x�� (K�y����1{�fEpD�"—Gc�Hnr��*i>1�����;�f"��bA��Av�'�.F�#d,��C�H��.$�!>⪭��3���$K<�%+�=�� 5��JZ�}l�D�3��.5hm��V�,�<�6TH3L/�h-^�=������b�6a,�����y�d�>����	Y�X=?�I]�M��\�XA�ÈN��%�cyz}�P�if���J���I+<�e���
/��1�(�������T��f ѝ�8�`ޗջet�	�S[��h�H�X�C�޾w"�x����ӥs�|cr�y�����ס~Љ�2���VO��AL�ʄx\�WY��J�uF�f3`�:_����;E�ӤTV/�Dx�jVY��ʺ����%	�T9�k=�x�{{�ٓ�L���I.[���}N�ig�rb�7M�d�8�֗/ �;�K�H�/�X"�?^��XX��P�t�S>a)|�34��9mڣ����$�o1���
�7z�A���-���8�.���h"�*
�Eo	���^�(��eBe�a5�_��BH(9n���yW�߿������_>Um�I�������S�>^���n��\E��k��-�G�H�e{��s�*<�J���~��-A��5��}s.U��2�a���,R��I8͂��%,�N���~&�zj�7��a"<��k1
�0�^oOk��k��X ��0���Y����ծi蛨9}%�rg��Nqi$!��-Q;�oq�'�i��}}�����e�kv����Ű3�0�s���f��xj�;���i�ٴ�?'d0�@$~��?�zs����(hh�j��I�>����;��Q��0�2����aU��Q�+�`!��9�79�N][�&��x�X�&�s#��
c�,�;W29 ��Q쳾�v��IýC�<��P��(@R�p�Jد��r����2�)J����Ay��O�a��n�B���b��g�ѺJ:�%A�f�������%
!�A�g�o��w@�W}F�΂�^��~�n�q$�'S���H�0����f)�4l�kӜ>s"q��Y�SӃ j��Q�{����n-P*�
:Ԭb�o0dE�e��]��8�a�+��OK):Η�x��T�H����U��~�6�����ꤛQ/��	.	5�M[�c{9��2��y�OKm�g�K�.�q��Aa�d�v4����Y(���
9��\������e��?H4/�ȏ���@09�^-���SUݒ���c\DH��B7UY(鸤	ˁa��.	۽G�`�7�N(lQ�4R/�}�뗢�A�\{'a]P���"�?����;�*��ǂW�ƾ��v2����1KO.@/��d;*��H猓�N���7��KI��b'p�K�:䙭�h�b��ӳ�[��tv�����2iD\�Fܙ���;��G�C���z��q��s+K�e16T^�I;0̑�j�Zk��I�aT����G�ux��UU��Ň�'FjF�b.��R�`J�njw�y���i��`|���5tvD+�8����jF`t1
C�bSo:a�������x���xt1F�Ryrv:���sN�Л�ѩGO��7=��hg�����`F�LeH�[��"�L�ܸ$� W�AM(I�Ie���Q������Z��U�{��}���f�E�T����JK��,�T�qU�:�r`"�&?3�n
m��Ĥ�CdL܎��V<�`���J��8#�d������=1�k�w�p�
_������N�c9+�b�#"���X�P��|?�	����P��<6W�V�t��9e��h�޽����{q}��ʿ�J�~����q�;���(,-P�Uv㜴y�I5�ܹ��6�u�~��
�v�t��@2V`���=2�|?,>}}X\}�jd+�PP��zB����[�8@�b�{K�ѻ�� �7�l�&%�%�6��
"��e%mQ�3�!w��?��:oY�Dڼõ���r Ǜ���>��09ޏ{29b����۷��6��1z�nt�ͻ���܃�7&��s�&�a���b�"�w�8P������q���^��M�þ�k����PKjs-�j�PK��R(Definitions/resource-Extcp2-template.yml�RM��0��W̩�@	��m���a�Q�쥪���Ī��1����B�����y��0��UQ�2̹�+Y�ԕ}$`��E)0��B��t6)�FI&\^��D����&�p6�/0�(ˉ����<�X��e!Yh�Zq<��ᒬ<�W/���G�a�BƲ�-�K+������zؿ+�yi�g��Ç���H{ť��T�Z"!@�3jX�m���\���r|ba����I�k_PZ�XUgwx��U韰X�4��5V��_P2�x�=�������
�
ڙ��S�{e����I1����v{x�X�6U2�@Z�r��\�6
�_aI���e$p`�SR���X2�;�FA�+8�r����U=V�HG�Jp��'oX'!R*���p#t˦��J�|Uژ�*J�f�OK�����Ն�R�v��J����]���4x'�nZp����tCow9x�����Vח)Jk�Q��<�������n���؅��֌�b�޳?�w��4z8�W�GZ:?������:^�nl��������_5��ȉ�p�PK�]~��PK��R=Definitions/resource-Vfw95cb7116Ce2aNodesVsncvfc-template.yml��nܺ�=_���}�b���[ꓜH|'q��E��h%U�n����JJ�Di�NP���\8g�C�aB��P�����:�8�_n�4��x�ȧ�>���Z�9�;8�7o��8�p�~���c��]�hG�[����h�,	Z����&&ݭW�wv�΂,1F+g]����+9����W+�|�7���?�����b�E�.1
B�&�sܞ]��/{Q�q~2��
��H_"��	�����:N��&)��}����`��[����������4���d����$�1I�=�Ix�	}���7��r�;����'K�r���[=�Oq4�.f�ϟ�{��t�)�|��
LD����
,a3`���\/G>��ac:���;��=�[�·]c��L+��H�+|(:��$��[��Q�{�A�l+�� �/ߋk����zyAJc*2_@?�?J�[��c��I@dJA�`�kM��9���4��{)���i�w Q���:��/U�$Z*!�C���R��3S%%�}T1h%p�rC�3+����{�8eS�7il�os�l��p0j��3�Bc�pr��s�}�yA�C��x�x�0��`��Jxx�����B�b�$߽Ȋ�$�� I�&{ي�H���g�]��t��O���'Z����C0JA������:`����=ټZ09@'��8L)S
�yg`��>�-��M#��970�^ph�8�����h��X̑����H��X�����K6���0>���>��YeOg0�a�}�����cI(9�^�b�d���T��0�n�b%�q=���I�O`�6P�RN����0�Ƣ{[1T2��*��.V���㵉>�޿�H$B?-���0�2�d�Rw/��k�g�ev9'}K�H�֖�
+f��0l������V9-7
��y�C��3�O�|^5g6�yto�&�} m��~CT�P �̥���l��^zb�m����CƸbQ���g��{G|�WS�bʦS/�-`���h�h��yD`c&��r�Dp�^ص/>y�'����4�"�%ڄ� Qx�\�S2���f���c >Fj� �e�ةWqN�y�.��D�z� oJ�ܹ΋b���>0��������t-PA��`�
7���Y$��f��S@x?��Ԡ��lz����Ȑ#t!��p����7Jn�`��#�ƨ��f�W�y3��lS���6�#~���I�֨���w<� K�0]x�p�Q����_�1~	ǹ��_i#��	̉Š,0�G�^w��$����|���hr�w�wI������ϾL�㍙�T~�A��1�X��Y����K�4�2:3ś�d�il��������eu���Ј*�+W�2:;�d�����E�6.�6��u^���n�#hen��8�6^���ܬ6���k���A��3k�\��^"{�Z!�2��̷&�:9%ix���R�9�|�^�$�3� �~E�h��tA�mo�e_�ĕ�C�O~$��A����u�0I���#@(����?|��4,�Q�����{2&��:�uj���}��E4�O��O�Uf?��� 8�I=l��T�yrP���<�5��W� u�E��N���M�# �������o�g�R}���`�CMB7��cZ�.X0�A�ōq�ǧO֗�����w�
�`���[e���!����l*�KsM����-��zw�^\{Ø�;m�_>��$�>��Z��p�T�#[�j��@x�whbS3cf: /�PJ��������Ϙbgf���2���z�`Ά��aD.3�l3�I:�C^D�#�Rz	n�T�y���!� R�1c��d��"�%X���N��?
��cK�&Y�H��N��S(Ae
6v򕳎}?$���p�5��*M�ERR
���v��,d<����B`�
k��,����l��27�s <cl+`���To�k`я����4����5�e4Tb�h+���Y;� b�1��Ꝉ���s��1����ҫ�\����70�m��lȒрղN)DC�����h���B������*9h�?#3�,��q��X��oZ�8yHa��Np��⦾ԤV��D|B�L�IQV���yO����v���l�hm�;���Dkg��K�q�����A6d�n�����
:�;��.h��cۤt�[��%I���]-wh��;h��8h��ڀı{�s�n��+٬���=�d�R�6������҆`"��i�$!�X�ΰA��FQ�h��1�\�d�w�ˮ�YE�(���ǫ�R*���s�vj鏻w��_�����):U�$�����W���I%Y6��py����&V�73$�ӕQ���j���"r�
;* e鐘F>&ٌWɐw߾�QF~j8j�
\��ʫ�.Bo�0dGR��#���._��wd��Uu=K��I�ZU]u?JMd.찈<��eW;��}uOm�U�%�(��IՈ?��X��
�p^8
u��@ 2l�*�LT�Q0�g�+sn��8D�J-�����;4<`m���t�9�Z�xx4�8��izU~��z��*���+	D��5e!Q��+h��V�T^Ec;V���ו&!������/�匿i��@x@���D+��<8���=��n�[��ZT9Y��ʁx����P�l��]ov������t�+Ks�pM�Z�
��v8�1�n�离ċ�f�"p#`��D�w_���f�в�{�g��y7�}#L�hq@�,,q������F�D�
��N��%!HG�ʫG%�S��&�3�*�./:��RT�sq�`���w|�U�>:tЩ1(ov��@!���8dEo���A)�Rm`V�b����x�7	4��p��u�G��"__�''�`L�s6�ă�� �~Ztdpe�����T
Ў!�*x���
���V��E�)����x�+u%o�K�~G�Yf��ˌ ��������W�!Φ�vU�%kuŘ��\��S��rсdw��d�ʊ�	�)��$ώ�RLN٣��剘�����L�ϗ̜uT�IԦU'U�mj0ѯ�p����;���k�
�U�)&OǢ�j�5�*%�,��G^�������XIv����p�]O
"ޢ��=ã�}���k�%/��3��յf��fJl���S�%A$-��(M��h�����D�FM�fE�zs�WMu2u��"�&��1-o`Ю5��P�Q�+�px��
���(�c�B�$q5h�^9EҼ^�s�D-O�ҷ/f�6�ε8t����PeKe�=77zm�r�
1߽W%��0��O�|��I��֨eu��A6�g��Kt�x�:f.%H�}m�Մ������������֢Q�ا�N����x��0i
G�^�/T"�y�Y�ĤI��z4G�m�N��+�~��nm�&��;��K0�Q'��:ٞ!*Jc;az�L�BLO�s�P��
�����D�o4I�FDb�����kVuw�h��4��&)\��:0�(��/PK�����jPK��RGDefinitions/resource-Vfw95cb7116Ce2aNodesVsncvfc-template-interface.yml�]K�����m���$A��ӳ��3���K4E�ܖH��������%[��$�Y�dST�����Z(�Èƌ3�W�J_n���K����&�Mx��R�۟�!."
_|b��ۢ ؤ	<���z��+���9�^�mWi��U%M��mŲV�փ��R��]�()g"ad�ɪ���9��۬�(���a-���@d�S"�,�T�\�c<ǯ��Y�������&�/�����Bwkŋ6#*ٚFa,Ez{����ϟ����r�X����L(2�4�YAB"x̖����ʦ��Ȝ֥F�[�"��ץ��'g�F�(Ɖ�j�� ��C�GS�A��š����P�NuYt��H�����Ou+��l�x�IX��R�վxuB�290[7�x�Sa���m��@�W!_�L�7�9C.EI.�ބM�oI��ǩ#�M�Ȋ��)gA�%*���`��ڳB�K��f._��!==�W�("Yfa��� �~~���o�����4���4@���;ی���:��@���n�,t��a��DB	1�x��)*׌���YCM�Q`2��'94���z�[���ύB�`#�/�=���A/BnNB��b��V���t�����`�nVEE��>�R��w�Ҡ�ð�"cJ ��S[	-�������֙��Wl�
�������w��iʀ%��w�ld��.�@�u6_�c��k�2j����.�z�Q�1��aSG�����*�g�ė���6Ԁ@,���-p«ȼ�b!Q�:,b0��9'���ǯ4	4}�~����t-1�RȒB"Fz�jz�j�@�X�$�{��Z��Q&�����n�q(���-�R������}*�K��<]Pi�s?PIk�0��u��X��W7��f���)���o��\�K[6d,U0u}/8x,�S�-���k���:�aZr1�����:�']C�����E:�Tgf��.&�̓�8��K���s
�	w���8(�2L^�V��,/}X���sZ�|��d$��,��*��2B1��+��$ɡ
�����
�18#��*kkx�т�Tp�(��L�I�pP�,ɥ�����4������~�T�A�΢����+�_
��������Zo����{� �W:;�̭�Q��B���E����UY��m���ڢ�	􈩗 W&ES/axP���rF�!��^�ëy���<FMU.;��]~n��lۧ���h�v���tK�*���b(��m綯i�1���jh�h���u蘵8�
7��=����y�p`�ٲ�M��w�m������#�R�:�ҩ$+�\/��?��+�����k��|��k
L��4��06����[WH�1�힡��΅��6�)�Q-tUc1�cc���C�ׁ�v��Cc*h\EN��K�Ma֐��ɣbT���:&$ő��4%�v�v	��A�wv�=�7��m��c��7D�h�a�Y��{X���Q��=ͬ[�]GI�^9��9׺E��?�6�Cq��Z,�+6�Gr�+z}�g�m������� Y�I4��q��X���n�t~w����M.Ŧ,��v�9l��܇G�LI&בa9��Z=*&\����:"���slrp����3>k�J���y*3�ׂ��O~m�B8:b�Ad�oLB�0x�2�w���:��Rs�t
���Ō�� ���1:�⢏�9c�0:�^�{���3�2��]�Ld���.�b��[䘅���ɔI�J�#���h�S�WG�������吒�i�!�Z�?xj�\g�v�m�=s���.��g�Ɓ�w��1���N�F�vW���������Ǯ�!"���%���_����6�q���$�P�7Kޱ���?ۿ+��{��8K�ZV��Sxh̷w�a|���r��)N�X�:l����|n��!w:�G��΁�Q�RV�"�F�O2��d�"���?f݊�"�x�%�v�KXӍ���]�N�Ϝ��y���6v<���?������^6�Fz�Nk;ֲ�$hKq�`�:�ޟ�{$����<��7/��.D����M�XVUk�����H}�%�G�]�k�$a��r��€_��V��/H�U����r�_.Ap*�M{1��w,0�#�#0��T�t��mjd�PK�S�d�	f�PK��R&Definitions/resource-Port-template.yml�SMo�0��W�����n�4�m��0`K���ՠ%&*K�$�ȿ���m�=�ȏ��O"��I�*����g{r�)�&�UQj�X�,ɒIA%L'���)4a��u��<3��2Z^.��i�N�-�PK¿Bb\ePK��RDDefinitions/resource-Vfw95cb7116ce2aComputeNodesHeatVfw-template.yml��Ao�0�����d$��m�U��î�+�Cj���6T��;چV�{3o>����肄Fa�����Ќ�-j�R�]o��@g���6FP��0��^��//�?kV`*��R�*2��)漂��D^�B�j��k��:��T\���=��!�i&%��t���`��ԾU��,+�0�D��"&�)�+BL���p��^�q6��"�8�=;��/��t^K�xv�R�$BK�� >�"D2��1��K<�U���S�K�U%s2�*H���� �͒t���D.���	����n���
g���k��WǗ�Pq�a��&q�K�AhC���[}A=�����]��ݰ���R�����wmA�Z�}o�y'�͇C�ω�)�)���
)x�|}�d���r��(�U�z����~�ٺ����'Yz����PKwGG�cPK��R=Definitions/resource-Vfw95cb7116Ce2aNodesVpgcvfc-template.yml�ˎܸ���)Nl��17gֳ1`����E�(�G�ZR$u{f�>E=I��Hu����UE֛��(%�v��~�Gaj�h��?n�,���8��+>�̞�9��8�7o,�O8�q�}���k6�8�9!h����n]�`o�6˥;����#�*���j��\�9h��n��Xz{��]/w�808�zc���i�V���fkD��0ri:9��ۓG`�E?���Fl�/de�1��g��Zǔ�N����+����`���-�ApF�Q�zc�NC���Fzt���4K0��yB���DC7Jn���]o��A��a}��;<�|��)�|;�L�v^���ǃC�۷o@Q��7oP���I���P����Lh5�6�߃���E������d��n���_��@b%t�0W��x��lq~B�b�0���3��И�o�\v�8����}tŸiN.0x���U��Y�%�>�2�,[���v���0�4�$6�̎B�q�`��?��!;G�7;���f������|���������#���|����i���
�&Q���c��U��0��AƁWd�(�C��AJ������0N������tJ�
��Wd?��k�,�H^�<�� +�(�O��=�ݤv���w��#G�h�%��͕�Z��$�ٖB
���޳8�����])�Xp���H��
��2ў��S��y47�?]G�[Yu��9�=M4p�L&�p�Y��~��=��K����߇�������DSJ�����|�p���;�
7�<�Oh�0mp�Y�#+�C���'˴~L�c���m����֦!v���,�C`O�#jX� �L3?;2˚|����'��@~�U�T�,�?�==�{��U\Js��i_�0�=�3��a�������lO�/� l>�P���h���m|�~*f�K�
�Pe;8�I��	Hw|/dأ%6���(9��*��}�}��A����KL���7�z=C�NsL�����A�
Bz���w�����[`nV��:�������W>�x��d{�cH�O�f5��s��^i*��VAN+GbE��=����U�cU��@��h-Ԟ��]
kɨgJ���8�0?�b�z�����x�F'�=�/�,��Wy�1a�'w���X#�=k�1`5� f������s��LA�H9҉�l`�Ѱk�;��-3!]�|¤�󵀧�q�{��z}
�c�����q���
L�Dr촷ޟ�+d�:x�����tB��i>�ϷK�vf�)_-�.�m6s�p���kw��t�C�-�Ͷ��t��������y�:��P���j�Z�L�U
B�i�?�#Ӓ�t�Î7C.�yh��,v�.r�l1�t���[�ׅ��\T��
�d�-5��L�w_��mP�iy���d�l���A`E�3h��@�!+L�C�s$du��'T�ʔ�zJ߭��q�����Vz��bP]66����B1�]A+ƀ�4i�_�d;�����|Cvy���J��Zy7aY�-�	�6�F!��'�im�.����Kr��y=�G�~��a��L�d�-���{��Kn�\���,����;����Ԉ��[W9���v��VZU�4YqG��,�AH��Ǹu�*9�0!ʁ7�T��� � �j�T����F!�;L0�b0֎,�I_�r�v]��޲~Â���h��V�Ot	&1&�h��ў�d.;Ǜ�>v�=?`�N�.>�.��D����NDJbp"ם����
	�5���G�8~�D,G=�.��*�)a&�UNJ�wV�(	�N�8��X@Ώ+�~�{@������i�-5�{X6-'�L�-1�l0S����j����f�9Z��o�ǁ-�SL�f����Y��w;�������m���f��z�Ż^��j��b�]�V�6R�r��v�E�l�қ���j�ڄ����(� wLY����h����?���p��O��O6��(���i_�O�<�j6��b�ȡH>�F�F#Y�Y
�T�E���(�M�������&��R+��8��8�e��
RS�!n��?>~�?�|z�h���7*�0����:�aYu;�V�95��\O�a���w��E�3����t��𯊸<}t��8K�6�C�G��E�4~�8��$���#�D��a/I',Ѧ)��R�`��C�(�)�R��?�ǰ���� �H�Mh���Ε�a;���0pq�4e#��қ8�\++Ɏ�����4�n�����?hk�M�ټ@�ԳtT�HJ���$0昁�7�N�Ű$�R����!E&��Ӯ���U'�X�<��z]B����J����ur� 	'gǣ!�����V�HaLͮg{F��D�v=/�p�BؗU��_��A��fE����KMZN0k~�^�XE�f�K��{Y�Qec�VC��c+��	(���Pߥ�Y��*`U"?V�ur������x�敹:��/�k���?�N����%؛J��E��v�n�%���-7�a2ݠ����9Y�k����_r����y����٢�z>C��;J��٦������u�l�Fd��< �9m�l��[�us��{\�}���?z�1���<,l��_�:������4��Ϻ,�Hih��cY8t�2v��Yu�h���>n���h��J�ͻ��W���b�Q@7�����Z�Y� CL���I5�Qv�~���]��n��Vc�T�]�#�ƕ���MP�
�S�7���i�u>d,Q����$����߅��}e�KOFU����ugdX���W��N��	i�?H:=���nr5��ꋲ�
�i7���@D�cx]�(:�
K�잎�L^���$�,sv=�$��I���7�����z�����|3+�kg�*��pՈ*8�'����t_�l_2��s|�e�<��D���zxC�|�E�ŵ�)ׄ$��\�y��Rxg���㘯� S�}9gl<�a�,��H���B�	_��y��ȣ�P:v>��l��c��sԤ���G�>애����7��tROΩ�W!�e�E��VQe����X10(�IVV.����b��O����)n����\�d�k�A\�9��fv�h8�,��O�Etv׺�b���nnt6Yidn�j��Rb��
�.(�5pI�#�wg��G�
��%rJƱ�zY���ddtWv�}�(�!�͑�^H��&ʫ��6�{�������H1[ɓ�U����۲TMY"������<���h������u���Z���An��
E�v/u4Q�T�k+�_�Y��X��͞�/`YN��I���[wdrj���5��n���5��
y���Bɟ�G�zx���+%0rG��T�O:{���q��K��C����ݳ{��

�_(�!��g?��`����k°blNV�!�����g���޶��gU�ͧ��{�F��3�l�n�^�aUп�b��Y��3OE?Ψ+,���"��w��V��{�x3��L�}'+�V�J�U�HuY��]�Z����E��2�UK�
���r�h�17�nO�"�i���1���|qc����� zr:����_�f�Ō��]�����nw&�~�+�OS�l'����u��i4�yG��}t�{秊�Cw��NF���l�3L���o\�_/�T]��
)ɦ$ʖK��̓C����o�3�#).1J�dAU�3������:R摤Y��d��4�J����\(y��m������4%�eA��Rx8G
�Mެ����hFS�Y�.��
�"�ۊ捺�U��E�VYR=�yJq�˺���㪤kײ�ME=�d;B.�1�	#�gy,���$^/p����ۿ��׫�ߒ��24�J �v?J٭�e���&�d!xv�G�����i��+v��PY��P��@)���w	#�'O��0̪A�]G@���P��T�9�C�*�Ohr�ʤ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��G��}����tɜu��M�X���MbO
�d�/�k�%�XS��YS�s��q�-���9Y��Z����/W�X�0'��04K;�FQ����Qƹ"HŲ����B�d�`�����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��Wͻ��mk��l�0����g�*U\@��_!ݘ�K�	�F�M���&âС�2򰁚��0G�P�~Q0����Ж��t��w-��л��/�TdHE|�����qYT�e��Њfd���f�9��v����;�L�"�X�͈��A�W�^3'.�3`����q"#�"j6�Ϛ�/��H�9���Z$x�7�9r��4��@�=rD��I��mG�S�?2q�Pi�!��K��
�朧t>�>U?�'��]��e��e�p�G���Z�.�� �|�A�x�QD&�e�>�7V�!�Ƿ��~�	������Z!��iU�?�";�6:^��-��
�hF��3�8�**�Nn��x�3��	�T���������o���q[�'�b{���ia�?���%w��L0jI�Qɩ���v�J����}F��B�����Jwr�*e���~�Ϩ\�c���Ǝ��whpW�<��w�*	s�������(�:M��[�����d��A+����$}��!�����~ܡ�G��2@Ei�q��\�(�`'a�]asc".����?U��9��VnR�>
����v#�r���E0��H�cc0f;'zY���c��0��tK�c� �^�c7��x՛-�i����'�7/���IO37��)�"�d�2ٶ�=��A
B���=@`���2�S��Ok����=&�G![�1\���3�SԲ�]���tF���������#��Й�r����!�8r���1���{�*��x�w��9��օ���Yb~e��߱Q����.F�ES�c�/rj.���hC@�a��Ճ���ֆ�Z�5V�����y�r�x�Z��Ӟ��1w�ƍ�*)_&�u���*VnH�c���BNB��P�i-���J�(?@+}�}°�2�p�u"�x']-���������-��{��k%C�3%M�Ǐ_o����Z �N�$��P�+�B�C��-�������SK[ۥq$$_���ƒ�/�#�릔=Ƅ�%�z>���<�O����r�S�!���/^VFo��O��9�[ed���I��'~�\�؀������y�+�f*�4�1bV�]��օo9S��bi�~�o����
�wrP�̾d٣�"Kp^�k��ۯ�i
��&�rFNt��"������4�M��i�{��2�9Dw[q �d����A��G�_8�y��Oحk@�丨?��xp;�~UY��N��ΫAw���v���M��_�)@s(�������YA�h�0�+��h=�>�m\lµ�`��c�8�,�
��zN5�^��}��ߎw���e��cȡ�a���M�����@JH
'@�儀�T��1��R��}~)�`�#b��l�B>7p����~���(��|����+�Џۦ��؉{�H��t,Ƀ�mBv��td�W�q	s�ɡ`�����s�Z��$��	ΗTL�	�r� p1ξ��1x�m��JFڏ�X���m�l'r�w�q��`�[�?MBx�HE��&dž�a(�{D�ϊ�'�_HlM��S=H	��zR�|��H��lÅ��Rya�oG%\�����:$��s��nf�)�[���ᥜ�z���)��З�xl���5*�J�_I�p8�f��������L�Լ�M�h^W��d��N~c���Q]�/y$)eO^@���C�m��c���߹kd����������9�=��+n]�}��J��`I���PKɬ	��	��PK��R/Definitions/resource-Globalnetwork-template.yml�T�o�0��_qߺIKD
e��NTS��V]�i��k�����.?��Ԯ�������ݻK���R� ������B�2�
�-�U��I/��l��zÜd:,��)��Fb�1�ϒhx�_��r|9�	�Q6�[
y�KѿJ�D\���?�&}>������1N"k���*�15��l�oBz�
U�hz����\�ʬ$g
t}	<����2�!7ԭqR��3�2��y�1I����O���Y��q[ʏ���";�י��@8U`
��	�0n
w��{��XZ��$��
��4Iܧ߳�N8ߍ@5/�I��G}�����/�XJE2osE�r6eB	6�v�mJLJ��P�j'��v��@C^9StY5҄�Q���a
�imB��f���X6��;4nK��&����x��ڔf�q�;���anP�Kg�f����[6�zw�F���7����M#�=��O!�),��[o�ۯ�ni��H��j�:��hQQ�L�y�j~����:/�_����l�m��"�G،~����S�*�ސ#�^t�e�`�Q]!�L�Br��wg�ZϕyO���T���,�g�)���6k}��}���ۧ�Ǜ�f�Hk�R�c�.Cf}O����ϙ}�D�n�M=_cκZ�9���[�©Բ�����PKLķ4��PK��R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{�Վ�4�77N���I^����l�:�*����Q�>;imc��I��ȏ����%�B	'���
���\PYQ��5+d2JF':�1���V������4����޽;�3Lg���
���K:1�<�H�jc>��q��L�#2F6H1烋����Q�x~NƊ>�V�hu='a��Q��~�0�����RȽ�Z()�n]"0)A�%���i#V������[�.�Y��;*2�$�U���=i�n$��%�A�+��U�Mw��~������O�H�bEC�=e���O:C9���ۛ7'�~m��O�He}�r!�MD�B�����e��=g%K��"o��卩A���ܲ�R4���m�ZҨK-�	����v�߾UO�e���,"]R��.ʨMa��hu��R��k�%����Á
?�f���f�~�Pa��2­T,���ʖ���D�I�@}�lA}
�ٷ���?8��1P��&o����J
9�OZ�+�1/pXg�Z�c��tN��
�D��m��>&�/��	T�&��sͨ��s���
8�4�M?;X��º�1M�,�N&������G��=����-�C�P�T^g։�K,�Vl������\�$ �Ԉ��q�
�Q��<�ձe�k���R$�V*۰-��!�[1YabK作�Fb�t1|�����+_�w���db��}�
�e�!�������5���hy��Y�s��R 'd(E�SGmu�J%�Z-|��D3XJ��
|��]�&�wG���L�Y�'_.bk�UhF'�2�J"7MTj����{�v���6����I���M�� �[��3铋g�A��S�>(���&-��H	��8���lQ0�N�c�Hc���T��_��?�:,+�J�$��|���T��{uҪ��~8�|�vd�GE1�pew:x_��w���]�o�z�^�?h��o�]��m=
'�qg�9u�AűW��z���w��ʹ�Q*E��-�<�����YL�����=���}��������X�·�-��^L������d��Jo���Ց.�e�#��PKM�W�L�
PK��R,Definitions/resource-Novaserver-template.yml�WKS�F��+���Κ��f�r��TJ5�Z��f���m*�=�3�-����)p=����8m��	%���FK0?F��'+�BBT�\F�hp���)w|tĘPKnW��qr5b<9~ڻ8�p�;�Žszp��������)J���pp<{�8A�!����wǧ��8;?�92+�È���߃AhHJ�&F΃��€�,���L�ƕ���d!�z�>��L���0�$"�2��-��u^���)������J�N3�P��n�R�2Q�b	
�V
�$��D�2e|Ʌ�\�[��)f�W��ȽA�
��m�F/E
c��R�5�6X�똰�:��\V*�9BJ�#Aq���xS6�}���9��T]����c�]U`�>��;���0b?�#��2ސ1��L����bztixBڌ����}�@����; �hm�������?�*�>��R�]�t��j�~���,�E�QY�@���o5j�U�]q���dzu�[��a�W��W�bO�,݃���۶?[�^I���܏�7��_�X!PWt��H�BmBF�-����+���U[�����/	5�0��
�Xc?R�P���-k"�CVo����7���h��f�/���~�����[�rH;>Z���@�=~�����U�=:X;E�����f`!����i�*���g�A�-��ք�	���}��5K��"�4�i����4�7Z�d,&b
��2����VM��&1��3���n�S|	���pK�lYJ����A����l���U�;#�C+�(���y(�v��'E�g^�9f:e�:fN�pG��h��������(vt=��n�N#��Blr��*�-#ju�VxFEuhq'(K�7oo��������.�Pʟhjm<�]ʔ�-�D�c�Yg�K��AW'�4��:/�p(��������ps3��~l�B�J��/sp���
�e�;d6�i{k��"-t��ObA�l�>�
�7,���/�oaI�����5�^�����q�[rY��l[�\��,j��"l�-�/PK��PK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��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���/{	Ԃ����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��-�YPK��RCArtifacts/Informational/OTHER/VSP_vFW-95cb7116-ce2a_Information.txt�WAo�0>o���MZ�@��jjS���dQӦ�ic�U��m�_?c��@"��ӄO��~��އb�>Rk�\�k��&"@����9�B����]�,����F�q
�p�I�RT@1����2΢�H�&�p���:U�rc�F����"��=g`�=�c���`	k�w� X�	��e�!N�����H4�+=��XI��#/�`����|�[C�	���|�DZe[�Ρ�!���̕H7��Y�X�,]���u�(��CQ�D0tF���c��XoYk�-]o�e�z�!M�ܙ�6:����K��0y���YE4�����z�r�!��'�¼�;�� ��X�N@4E7WJ�$�kp(�kEb��@Jv�
����,���6LS�T?װ�~}��D�7��*&�2٘����菓��>�q�U�h��s¶Y.��j�&�1��Ϫ"�����c�N���#b���s���`�߬V�1�Q��Hҷ�xA��2�9�F�����ל*��1[]�hw������+�:�P�Jm�y�9KNS1\��6^�ݥB─�,S��2�T:�t�9)ǛX��O���MN�uur��dD�{}���.~�������ܔW
���qL���.>�����p^�
�<�t�
�j��[E�O�O�O�����]}���sw�[�-PPK]k���PK��R'Artifacts/Deployment/HEAT/base_vfw.yaml�[�o��=�4T��^�JFi�&�a�eB贱�ν��{{v�(��;�{>ߗ�/N���1���������̞=:�����>o{g���k�'��$?\�9Rpp��a/.%<�>�Ϟ�:��蹒;�ʐ90�υ�4��8��<�b�gM��֞r7�3� /9t|6�����E`{.�h>�'Dp
?}�/�%ۀ�I�vs�����ܗ`�0���c3w�am�K�L�l��»�����m��&�2�\J�[��z�d�ۦ'-GS�H�
�X	��ux@��;��z��#CSv�l:l
��ǤG��-mwq�7�k&8���@
�"�)mm�C���/��qg��1��3�O�co�z�~;�Q�?�u�0�٠ޛ�}��
:�O��??���e��/�d�&=���1�)�f(��Ԟ�S��]�l�a᭸pQ@kX��f���ű��dR=�	�,��n����j˅���ݐ��@
6�K&�� ��UA=��/�f:�s]r&-�Q�Lrk���M>�K���/~9:��`*l_���H[zT~�q��6�^�}�:J摑�m�;ã�;c�}vF�w�Iw4��h�g�	��ym��k�^�V[.>�'r��6�A���a�iC���Ȟz�j,%��@?����3%y06�F ɏ�U�[y�Ʋ�a~�	��voqቆ|�`����CB\��$��!!�z_���\��Ҳg�+
) ���pP&i�T�#w)�S�_z(��s]�!t�!C��%t}�cS�Ֆ/��~����A4��Z�g�ƍ!�^q�+w�`!�)GRލ���q��L�m�
1<��{�FA������<g
���sP�p�4�;�b0/n�#Nk��g�~^��sj�����w>2x/�J#�|+,F(��j��-�We<�L�����s�bWZ���}�Y9S;��"���f3��I��Y�ۢ��6�� ��S����]��-��(�����L$�����N%�w9�hF¥��2�;�,lJ7o�x�J��\ހ�ߊ9!�f�N�J,ߐ�u����>w�m����x48��	ID(����,�꛹��n�sX$�Ê�͞�����-8�4���Z�rމ1ב�`ӔA�4 ���s0RK��Fl�m�#ϝ�]�T� DYT��J�y��*�Ϳ~��j,c8q�j��4Tc��Q��+�T��y�Dg�8F{����g���Z���#�~�]�x-Zbn-�Y��J)v��'��#|�%,X|6eܚz���5nՙv~��BL��w����h�ғ��ɵ��4���t-y�75��
��	i�.�[[���Pco�Z<��섫�q�B��)�e�TD4�Ɖ�t�}=G�7AO�h"����R�[Ek�m�ӰQ����h��Ҟ3���q�ْǼ����j`tQ���&=����L4�?-�p�u��Y��^g��F�'���m�a����F�ۨ�wl�]�Eo"���™��U��gD�I���KQ��	<��E�<��O@���}�)���Z/,���:��|
[n�W���֦ڱ�m�ޏκ�Vm�S{t��Ŕ�>��*�[6��$[�q�M=�v{���;6}���t�3�.�e�z��rD��,^�[�v�|��P�8Ad�,�A�B��n�����"IT�$�]�b�)�����R����ꫝPV�gN�I���ߝ|��X���n�ԗIQM>
�
�P.\樨e.8�T+�m<�h��y�]��S4e�I���:o��?�*�P��K�-��X
�3ڈ�'W8A,�j��3?"�C��35�H	�*x�>�B]�ƙ�N����u�">��t����Gܳ®
��j(���6��S���8j�A>=��y\NO�o'p��v��g]���߾}�1Qr�s�X�F0NZ��}W�uȭR}8D��dQ6��^Gu��DŽ�n�S{X�-m�;YB�;d0~�1�T7�`n1o�	�����E]�
����wZE�=%
S)�X��K��,'���)Jݠh��1�)_�{k1U������A�M�5���N]�'r���_��sf�sk�7�s�\��l����O�Rҧ�^٭�
%gl[qu
V��"�,�9��F��ٱʴ֔�ZV�]fYvr��5���Y���tr8�VJ�H�C3��rhf��M2��p�s�r�煈7�{a�3�LY����H���{��j| h��a����x$7��b��6Фpv�R��Ժ���.��p&8�/:��E(t�O��)���C|��eK��F��҃cc8�$��r$My-��hPGDŀa!�i�+�-�YX3]!l>Pd�u��WB=����E!Ty��–Q.��7�/Yd#Y!h"vd����� ��1)�Ld8��.�T3������Bp�����q
B���Pc��ﶟ"����s�3������p�z09�/_^҅���pp���KO/�;�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\+�֗׊����Xi2�M���lw\�;��sɳ#�O��!ek���h�3���� �?PK0z�
"7PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xml�Ko�0ǿJл*Y[*4i��w�.��A������l�C�mw_`  E�E�?K�P]9h@M�޼4u;|�y���ٺ�zh�uM��'l��$�ݒ�R��]D�i�,��%�y�(�
d�!��{�K_PIhT0�,(ŝ��(H.#!OIs�`�C��C���_�����&�����Sԥ��s�
�Y�P�G\@��x)���bՏUזKݛ3��$��y�_{(���`��l�uqN�J�U{4�2�<�[I�N
jO������!5Ҋ�P�p�����I��6M��2.�|r_��m)_^���qS�#� B����B,�����QzM�7#����H��������Y��������)��;�ғ��#��ax�j���>$ǡ���;���h��k�%��v��׉ڷ��7��c����3�,�"2C�s��d��OJ���������"/�܄�����c2�TƤ��B�͟J�l2�����v/�$j[��{���ǝ`k�_f�?�_Fzȕ�/�Px:�W	����2c�F8w/��,��Y�1��	d����w�(��le�sG��OW���vA㕤�}zI|y��PK�!��jPK��R�R�B4E	csar.metaPK��R�h��kTOSCA-Metadata/TOSCA.metaPK��R���� �1DDefinitions/resource-Vfw95cb7116Ce2a-template.ymlPK��R��A�-F�;["Definitions/resource-Vfw95cb7116Ce2a-template-interface.ymlPK��Rn�~�k�	,�9Definitions/resource-Neutronnet-template.ymlPK��Re�?�V�)�=Definitions/resource-Network-template.ymlPK��R7�e��cDc@Definitions/resource-Vfw95cb7116ce2aComputeNodesHeatVsn-template.ymlPK��RK�Q�<K/BDefinitions/resource-Globalcompute-template.ymlPK��RC}��cDGDefinitions/resource-Vfw95cb7116ce2aComputeNodesHeatVpg-template.ymlPK��R�jLg��
)3IDefinitions/resource-Compute-template.ymlPK��Rad-\--MDefinitions/resource-Neutronport-template.ymlPK��R��t�x��=�QDefinitions/resource-Vfw95cb7116Ce2aNodesVfwcvfc-template.ymlPK��RI�<�
�G�bDefinitions/resource-Vfw95cb7116Ce2aNodesVfwcvfc-template-interface.ymlPK��Rjs-�j�,�mDefinitions/resource-Globalport-template.ymlPK��R�]~��(�rDefinitions/resource-Extcp2-template.ymlPK��R�����j=�tDefinitions/resource-Vfw95cb7116Ce2aNodesVsncvfc-template.ymlPK��R�S�d�	f�G%�Definitions/resource-Vfw95cb7116Ce2aNodesVsncvfc-template-interface.ymlPK��R¿Bb\e&`�Definitions/resource-Port-template.ymlPK��RwGG�cD�Definitions/resource-Vfw95cb7116ce2aComputeNodesHeatVfw-template.ymlPK��R�3W��k=*�Definitions/resource-Vfw95cb7116Ce2aNodesVpgcvfc-template.ymlPK��Rɬ	��	��Gm�Definitions/resource-Vfw95cb7116Ce2aNodesVpgcvfc-template-interface.ymlPK��RLķ4��/��Definitions/resource-Globalnetwork-template.ymlPK��RM�W�L�
.��Definitions/resource-Extneutroncp-template.ymlPK��R��,7�Definitions/resource-Novaserver-template.ymlPK��R+�@j5����Definitions/data.ymlPK��R�'}8X�Definitions/groups.ymlPK��R0?��@@�Definitions/policies.ymlPK��R���C&�Definitions/annotations.ymlPK��R�����Definitions/relationships.ymlPK��R2ea�
Definitions/artifacts.ymlPK��R�H�v~(dDefinitions/capabilities.ymlPK��R8��$Definitions/interfaces.ymlPK��R�j��-�YDefinitions/nodes.ymlPK��R]k���CdLArtifacts/Informational/OTHER/VSP_vFW-95cb7116-ce2a_Information.txtPK��R��ȕ�O'�OArtifacts/Deployment/HEAT/base_vfw.yamlPK��R0z�
"7<r[Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R�!��j4�]Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK%%!
�`
2021-04-06T02:48:24.000Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-06T02:48:24.001Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/93151733-a918-4b27-a008-313d9fc73e8a/toscaModel|INFO|500||InvokeReturn
2021-04-06T02:48:24.005Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-06T02:48:24.005Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-04-06T02:48:24.006Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||VFCustomizationUUID= 29c8e9d5-1c54-42e8-a121-e2851f884063
2021-04-06T02:48:24.006Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 29c8e9d5-1c54-42e8-a121-e2851f884063 matches Tosca VF Customization UUID: 29c8e9d5-1c54-42e8-a121-e2851f884063
2021-04-06T02:48:24.006Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||vfCustomizationUUID: 29c8e9d5-1c54-42e8-a121-e2851f884063  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-06T02:48:24.008Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.009Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:24.009Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||resource request for resource customization id 29c8e9d5-1c54-42e8-a121-e2851f884063: {\"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-06T02:48:24.010Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68f5c46a
2021-04-06T02:48:24.010Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.010Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-06T02:48:24.010Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8edf8d3-2e5e-4705-8f42-8bba6acccaae
2021-04-06T02:48:24.010Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8edf8d3-2e5e-4705-8f42-8bba6acccaae
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-06T02:48:24.012Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.012Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is matching search criteria
2021-04-06T02:48:24.012Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 95cb7116-ce2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:48:24.012Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.012Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is matching search criteria
2021-04-06T02:48:24.012Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 95cb7116-ce2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:48:24.013Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.013Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is not matching search criteria
2021-04-06T02:48:24.013Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-06T02:48:24.013Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-06T02:48:24.013Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-06T02:48:24.013Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-06T02:48:24.013Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-06T02:48:24.013Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-06T02:48:24.013Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:24.014Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-06T02:48:24.014Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:24.014Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-06T02:48:24.014Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-06T02:48:24.014Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7e08590c-c29c-4fc7-98c5-8ba66d16562f
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-06T02:48:24.016Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.016Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is matching search criteria
2021-04-06T02:48:24.016Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 95cb7116-ce2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:48:24.016Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.016Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is not matching search criteria
2021-04-06T02:48:24.016Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-06T02:48:24.017Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-06T02:48:24.017Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-06T02:48:24.017Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:24.017Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-06T02:48:24.017Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-06T02:48:24.017Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-06T02:48:24.017Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-06T02:48:24.017Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-06T02:48:24.017Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:24.018Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-06T02:48:24.018Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-06T02:48:24.018Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a665362-7dcb-4966-9113-5ad65411e79c
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-06T02:48:24.019Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.019Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is matching search criteria
2021-04-06T02:48:24.020Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 95cb7116-ce2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:48:24.022Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.022Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is not matching search criteria
2021-04-06T02:48:24.022Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-06T02:48:24.022Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-06T02:48:24.022Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-06T02:48:24.022Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:24.022Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-06T02:48:24.023Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-06T02:48:24.023Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-06T02:48:24.023Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-06T02:48:24.023Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-06T02:48:24.023Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-06T02:48:24.023Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-06T02:48:24.023Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-06T02:48:24.023Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2f3670ce-c85e-46f6-b36d-9ef297f66993
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-06T02:48:24.025Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.025Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is matching search criteria
2021-04-06T02:48:24.025Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 95cb7116-ce2a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:48:24.025Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.026Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Node template vFW 95cb7116-ce2a 0 is matching search criteria
2021-04-06T02:48:24.026Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found topology templates [vFW 95cb7116-ce2a 0] matching following query criteria: sdcType=VF, customizationUUID=29c8e9d5-1c54-42e8-a121-e2851f884063
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-06T02:48:24.027Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.027Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:24.028Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500|| resourceSeq for service uuid 17b246d7-d2d4-4f95-afde-db8624f3f72f: vFW 95cb7116-ce2a
2021-04-06T02:48:24.028Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.028Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:24.028Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.028Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:24.028Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.028Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:24.028Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.028Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:24.029Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:48:24.029Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Service vFW 2021-04-06 02-43-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:48:24.029Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||Saving Service: vFW 2021-04-06 02-43-50 
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-06T02:48:24.256Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 95cb7116-ce2a 1bb9b67d-771a-460d-8b46-0fd89bb6ca4f 1 ASDC deployResourceStructure
2021-04-06T02:48:24.257Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json ASDC sendASDCNotification
2021-04-06T02:48:24.257Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json
2021-04-06T02:48:24.257Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T02:48:24.257Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:24.259Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:24.260Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677304256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:48:24.360Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:48:24.361Z||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-06T02:48:24.361Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:24.370Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:24.370Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:48:25.260Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-06T02:48:25.261Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml
2021-04-06T02:48:25.261Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T02:48:25.262Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:25.264Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:25.264Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677305260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-06T02:48:25.364Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:48:25.366Z||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-06T02:48:25.366Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:25.376Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:25.377Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:48:26.265Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-06T02:48:26.265Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env
2021-04-06T02:48:26.266Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T02:48:26.266Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:26.268Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:26.269Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677306264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-06T02:48:26.369Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:48:26.370Z||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-06T02:48:26.370Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:26.380Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:26.380Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-06T02:48:27.269Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar ASDC sendASDCNotification
2021-04-06T02:48:27.270Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar
2021-04-06T02:48:27.270Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T02:48:27.271Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:48:27.273Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:48:27.273Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677307269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:48:27.373Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-06T02:48:27.374Z||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-06T02:48:27.374Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:27.384Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:27.385Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:48:28.274Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53ae0260-3dc9-4edf-b312-2acba27efd82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:48:28.283Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53ae0260-3dc9-4edf-b312-2acba27efd82
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-06T02:48:28.287Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:48:28.287Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-06T02:48:28.288Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-06T02:48:58.288Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53ae0260-3dc9-4edf-b312-2acba27efd82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:48:58.306Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53ae0260-3dc9-4edf-b312-2acba27efd82
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-06T02:48:58.309Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:48:58.310Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-06T02:48:58.310Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-06T02:48:59.945Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:48:59.946Z||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-06T02:48:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:48:59.975Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:48:59.977Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:48:59.977Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677157369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:48:59.978Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:48:59.978Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:48:59.978Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677158688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:48:59.978Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:48:59.978Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:48:59.978Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "dcae-sch",
  "timestamp": 1617677153841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:48:59.978Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:48:59.978Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:48:59.978Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "policy-id",
  "timestamp": 1617677157080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:48:59.978Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:48:59.978Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:48:59.978Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "cds",
  "timestamp": 1617677160979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "aai-ml",
  "timestamp": 1617677160975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677157369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677161095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677158688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677160949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "policy-id",
  "timestamp": 1617677157080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:48:59.979Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "cds",
  "timestamp": 1617677161986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-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-06T02:48:59.992Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53ae0260-3dc9-4edf-b312-2acba27efd82
2021-04-06T02:48:59.992Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53ae0260-3dc9-4edf-b312-2acba27efd82 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-06T02:49:00.005Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.006Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677157369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-06T02:49:00.006Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.006Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.006Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677158688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:00.006Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.006Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.006Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677160949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:00.007Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.007Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.007Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "policy-id",
  "timestamp": 1617677157080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:00.007Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.007Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.007Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677162772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:00.007Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.007Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.007Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677157369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:00.007Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.007Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.007Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677158688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-06T02:49:00.008Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.008Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.008Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677160949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:00.008Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.008Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.008Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "policy-id",
  "timestamp": 1617677157080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:49:00.008Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.008Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.008Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677157369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:49:00.008Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.008Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.009Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677158688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:00.009Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.009Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.009Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677164412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:00.009Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.009Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.009Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677160949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:00.009Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.009Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.009Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677158688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:49:00.010Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.010Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.010Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677165517,
  "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-06T02:49:00.015Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53ae0260-3dc9-4edf-b312-2acba27efd82
2021-04-06T02:49:00.015Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53ae0260-3dc9-4edf-b312-2acba27efd82 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-06T02:49:00.081Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.081Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677160949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:00.081Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.081Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.081Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677166520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:49:00.082Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.082Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.082Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677160949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:00.082Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.082Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.082Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677166832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:00.082Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.082Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.082Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "policy-id",
  "timestamp": 1617677166846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:00.083Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.083Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.083Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677167202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:00.083Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.083Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.083Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677160949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:49:00.084Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.084Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.084Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "policy-id",
  "timestamp": 1617677167912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:49:00.084Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.084Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.084Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677168737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:00.084Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.084Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.084Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677168997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:00.085Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.085Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.085Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "policy-id",
  "timestamp": 1617677169008,
  "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-06T02:49:00.090Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53ae0260-3dc9-4edf-b312-2acba27efd82
2021-04-06T02:49:00.090Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53ae0260-3dc9-4edf-b312-2acba27efd82 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-06T02:49:00.096Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.097Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677169299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:00.097Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.097Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.097Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677170336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:00.097Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.097Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.097Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "aai-ml",
  "timestamp": 1617677170538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:49:00.098Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.098Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.098Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677170640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:00.098Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.098Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.098Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "clamp",
  "timestamp": 1617677170254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:00.098Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.098Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.098Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677171351,
  "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-06T02:49:00.103Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53ae0260-3dc9-4edf-b312-2acba27efd82
2021-04-06T02:49:00.103Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53ae0260-3dc9-4edf-b312-2acba27efd82 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-06T02:49:00.108Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.109Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "aai-ml",
  "timestamp": 1617677171545,
  "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-06T02:49:00.113Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53ae0260-3dc9-4edf-b312-2acba27efd82
2021-04-06T02:49:00.113Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53ae0260-3dc9-4edf-b312-2acba27efd82 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-06T02:49:00.120Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.120Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677171645,
  "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-06T02:49:00.125Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53ae0260-3dc9-4edf-b312-2acba27efd82
2021-04-06T02:49:00.125Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53ae0260-3dc9-4edf-b312-2acba27efd82 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-06T02:49:00.132Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.132Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677171803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:49:00.132Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.132Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.133Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "clamp",
  "timestamp": 1617677170254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:49:00.133Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.133Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.133Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677172355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:49:00.133Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.133Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.133Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677172648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:49:00.134Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.134Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.134Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677172807,
  "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-06T02:49:00.138Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53ae0260-3dc9-4edf-b312-2acba27efd82
2021-04-06T02:49:00.138Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53ae0260-3dc9-4edf-b312-2acba27efd82 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-06T02:49:00.145Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.146Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "clamp",
  "timestamp": 1617677170254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:00.146Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.146Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.146Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "clamp",
  "timestamp": 1617677170254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:00.146Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.146Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.147Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "clamp",
  "timestamp": 1617677170254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:00.147Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.147Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.147Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "clamp",
  "timestamp": 1617677170254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:00.147Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.147Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.147Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "clamp",
  "timestamp": 1617677170254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:49:00.148Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:00.148Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.148Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "clamp",
  "timestamp": 1617677187091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:00.148Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.148Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.148Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "clamp",
  "timestamp": 1617677188141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:49:00.149Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:00.149Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:00.149Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "clamp",
  "timestamp": 1617677189145,
  "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-06T02:49:00.153Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 53ae0260-3dc9-4edf-b312-2acba27efd82
2021-04-06T02:49:00.154Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53ae0260-3dc9-4edf-b312-2acba27efd82 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-06T02:49:09.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.71.135
2021-04-06T02:49:28.310Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53ae0260-3dc9-4edf-b312-2acba27efd82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:49:28.318Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53ae0260-3dc9-4edf-b312-2acba27efd82
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-06T02:49:28.321Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:49:28.321Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-06T02:49:28.321Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-06T02:49:28.321Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-06T02:49:28.321Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:49:28.321Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:49:28.321Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:49:28.321Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:49:28.321Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:49:28.321Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:49:28.321Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-06T02:49:28.387Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-06T02:49:58.387Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53ae0260-3dc9-4edf-b312-2acba27efd82 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-06T02:49:58.394Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53ae0260-3dc9-4edf-b312-2acba27efd82 and serviceModelVersionId: 17b246d7-d2d4-4f95-afde-db8624f3f72f
2021-04-06T02:49:58.394Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5dda70cc-445f-4633-aede-ff9174455cdb
2021-04-06T02:49:58.396Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5dda70cc-445f-4633-aede-ff9174455cdb/model-vers/model-ver/17b246d7-d2d4-4f95-afde-db8624f3f72f?depth=0
2021-04-06T02:49:58.401Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-04-06T02:49:58.505Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5dda70cc-445f-4633-aede-ff9174455cdb/model-vers/model-ver/17b246d7-d2d4-4f95-afde-db8624f3f72f?depth=0|INFO|500||Invoke
2021-04-06T02:49:58.505Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5dda70cc-445f-4633-aede-ff9174455cdb/model-vers/model-ver/17b246d7-d2d4-4f95-afde-db8624f3f72f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5dda70cc-445f-4633-aede-ff9174455cdb/model-vers/model-ver/17b246d7-d2d4-4f95-afde-db8624f3f72f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53ae0260-3dc9-4edf-b312-2acba27efd82], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6ea08505-16f0-41ee-9b77-5626b307930c], X-ECOMP-RequestID=[53ae0260-3dc9-4edf-b312-2acba27efd82], X-TransactionId=[], X-ONAP-RequestID=[53ae0260-3dc9-4edf-b312-2acba27efd82], Content-Type=[application/merge-patch+json]}
2021-04-06T02:49:58.523Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5dda70cc-445f-4633-aede-ff9174455cdb/model-vers/model-ver/17b246d7-d2d4-4f95-afde-db8624f3f72f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-06T02:49:59.110Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5dda70cc-445f-4633-aede-ff9174455cdb/model-vers/model-ver/17b246d7-d2d4-4f95-afde-db8624f3f72f?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/5dda70cc-445f-4633-aede-ff9174455cdb/model-vers/model-ver/17b246d7-d2d4-4f95-afde-db8624f3f72f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210406-02:49:58:534-59644], vertex-id=[159888], Content-Length=[0], Date=[Tue, 06 Apr 2021 02:49:58 GMT], Content-Type=[application/json]}
2021-04-06T02:49:59.111Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5dda70cc-445f-4633-aede-ff9174455cdb/model-vers/model-ver/17b246d7-d2d4-4f95-afde-db8624f3f72f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-06T02:49:59.112Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/5dda70cc-445f-4633-aede-ff9174455cdb/model-vers/model-ver/17b246d7-d2d4-4f95-afde-db8624f3f72f?depth=0|INFO|500||InvokeReturn
2021-04-06T02:49:59.112Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-06T02:49:59.112Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-06T02:49:59.118Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-06T02:49:59.118Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53ae0260-3dc9-4edf-b312-2acba27efd82 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-06T02:49:59.119Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-06T02:49:59.119Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:49:59.122Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:49:59.122Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677399118,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-06T02:49:59.222Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:49:59.223Z||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-06T02:49:59.223Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:49:59.236Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:49:59.237Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:49:59.945Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:49:59.946Z||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-06T02:49:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:49:59.966Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:49:59.968Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.968Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70b983c4-8119-4036-b8e1-57723dfe2e55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677280498,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-06T02:49:59.969Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:59.969Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.969Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677281520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:59.969Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:59.969Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.969Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677281520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:49:59.970Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:59.970Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.970Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677281520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:49:59.970Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:59.970Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.970Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677281520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:59.986Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:59.986Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.986Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677281520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-06T02:49:59.987Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:59.987Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.987Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677281520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:49:59.987Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:59.987Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.987Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677281520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:49:59.987Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:49:59.987Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.988Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677293504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:59.988Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:59.988Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.988Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677297707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:59.988Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:59.988Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.988Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677300312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:59.989Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:59.989Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.989Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677302069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:49:59.989Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:59.989Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.989Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677304256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/vfw95cb7116ce2a0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:49:59.989Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:59.989Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.989Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677305260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-06T02:49:59.989Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:59.989Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.990Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677306264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/resourceInstances/vfw95cb7116ce2a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-06T02:49:59.990Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:49:59.990Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T02:49:59.990Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677307269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210406024350/1.0/artifacts/service-Vfw20210406024350-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:49:59.990Z||pool-3-thread-2|||||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-06T02:50:00.131Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:50:00.132Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:50:00.132Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:50:09.666Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:50:09.667Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:50:09.667Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-06T02:50:09.667Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:50:19.203Z|53ae0260-3dc9-4edf-b312-2acba27efd82|pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:50:19.203Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:50:19.204Z||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-06T02:50:19.204Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:50:28.736Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:50:28.737Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:50:28.737Z||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-06T02:50:28.737Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:50:38.268Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:50:38.269Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:50:38.269Z||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-06T02:50:38.269Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:50:39.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.74.224
2021-04-06T02:50:47.804Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:50:59.944Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:50:59.945Z||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-06T02:50:59.945Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:50:59.945Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:50:59.946Z||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-06T02:50:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:51:00.533Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:51:00.534Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-06T02:51:00.534Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53ae0260-3dc9-4edf-b312-2acba27efd82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677399118,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-06T02:51:00.535Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:51:09.480Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:51:24.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.71.135
2021-04-06T02:51:59.944Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:51:59.945Z||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-06T02:51:59.945Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:51:59.945Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:51:59.946Z||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-06T02:51:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:52:09.450Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.74.224
2021-04-06T02:52:09.488Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:52:09.550Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:52:59.944Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:52:59.945Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:52:59.946Z||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-06T02:52:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:52:59.946Z||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-06T02:52:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:53:09.518Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:53:09.521Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:53:39.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.71.135
2021-04-06T02:53:59.944Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:53:59.945Z||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-06T02:53:59.945Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:53:59.946Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:53:59.947Z||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-06T02:53:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:54:00.573Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:54:00.574Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.574Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"906148d2-784f-49d0-be6f-570c3119d839","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"78a8e14e-6d31-4b2a-a0d4-e68e05086b31","serviceDescription":"service","serviceInvariantUUID":"0a512bfb-7e18-42ef-97d5-9edc109a524c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"23daac26-1815-4e26-977c-7d4f9d6d4eac","resourceInvariantUUID":"556e375c-28ec-4aaf-849a-c47ecd552f88","resourceCustomizationUUID":"e44e76bd-128d-4b97-a79b-bbc3a23ed691","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":"MTA4Mjc1OTkwZDgyODE0NWRiOGY2NTllOGIwMTI3NTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f421b440-1f19-44b6-a47e-95093a55ba6a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzU0Y2JkZDg2MjI2NTk5ZjQxNzYxNDkwNmEwNTVlZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41919a3d-51bc-407a-8244-ae2f4fa01390","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-06T02:54:00.576Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:54:00.578Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:54:00.578Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:54:00.579Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.579Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677590945,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:54:00.580Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.580Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.581Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "dcae-sch",
  "timestamp": 1617677593841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:54:00.581Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.581Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.581Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "clamp",
  "timestamp": 1617677590253,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:54:00.582Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:54:00.582Z||pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677639944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:54:00.582Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.582Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.583Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "policy-id",
  "timestamp": 1617677597080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:54:00.583Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.583Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.584Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "aai-ml",
  "timestamp": 1617677597152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:54:00.584Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.584Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.585Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "dcae-sch",
  "timestamp": 1617677593841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:54:00.585Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.585Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.586Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677590945,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:54:00.586Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.586Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.586Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "clamp",
  "timestamp": 1617677590253,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:54:00.587Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.587Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.587Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677597370,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:54:00.587Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.587Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.587Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "policy-id",
  "timestamp": 1617677597080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:54:00.588Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.588Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.588Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "aai-ml",
  "timestamp": 1617677597152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:54:00.588Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.588Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.589Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677597370,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:54:00.589Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.589Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.589Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "cds",
  "timestamp": 1617677598489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:54:00.589Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.590Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.590Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677598688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:54:00.590Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.590Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.590Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "cds",
  "timestamp": 1617677598489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:54:00.590Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.590Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.590Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677598688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:54:00.591Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.591Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.591Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "policy-id",
  "timestamp": 1617677601416,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:54:00.591Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:54:00.591Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.591Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "aai-ml",
  "timestamp": 1617677601934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:54:00.591Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:54:00.592Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.592Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "policy-id",
  "timestamp": 1617677602510,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:54:00.592Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:54:00.592Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.592Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "cds",
  "timestamp": 1617677602748,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:54:00.592Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:54:00.592Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.592Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "policy-id",
  "timestamp": 1617677603608,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-06T02:54:00.614Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 906148d2-784f-49d0-be6f-570c3119d839
2021-04-06T02:54:00.615Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906148d2-784f-49d0-be6f-570c3119d839 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-06T02:54:00.680Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.681Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "cds",
  "timestamp": 1617677603759,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-04-06T02:54:00.682Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:54:00.683Z||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.
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:54:00.684Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:54:00.689Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 906148d2-784f-49d0-be6f-570c3119d839
2021-04-06T02:54:00.690Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906148d2-784f-49d0-be6f-570c3119d839 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-06T02:54:00.695Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:54:00.695Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:54:00.698Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.699Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "clamp",
  "timestamp": 1617677605756,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:54:00.699Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:54:00.699Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.699Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "aai-ml",
  "timestamp": 1617677606111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:54:00.700Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:54:00.700Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.700Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "clamp",
  "timestamp": 1617677606847,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:54:00.700Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:54:00.700Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.701Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "aai-ml",
  "timestamp": 1617677607118,
  "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-06T02:54:00.706Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 906148d2-784f-49d0-be6f-570c3119d839
2021-04-06T02:54:00.707Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906148d2-784f-49d0-be6f-570c3119d839 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-06T02:54:00.718Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.719Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "clamp",
  "timestamp": 1617677607851,
  "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-06T02:54:00.724Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 906148d2-784f-49d0-be6f-570c3119d839
2021-04-06T02:54:00.724Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906148d2-784f-49d0-be6f-570c3119d839 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-06T02:54:00.732Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.732Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677610949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:54:00.732Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.733Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.733Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677610949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:54:00.733Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:54:00.733Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.733Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677614245,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:54:00.734Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:54:00.734Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.734Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677615528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:54:00.734Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:54:00.734Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:54:00.735Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677616531,
  "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-06T02:54:00.741Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 906148d2-784f-49d0-be6f-570c3119d839
2021-04-06T02:54:00.741Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 906148d2-784f-49d0-be6f-570c3119d839 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-06T02:54:01.590Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:54:01.591Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:54:01.593Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:54:01.593Z||pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677639944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:54:01.693Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:54:01.694Z||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-06T02:54:01.694Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:54:01.703Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:54:01.703Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:54:02.594Z||pool-3-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "78a8e14e-6d31-4b2a-a0d4-e68e05086b31",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0a512bfb-7e18-42ef-97d5-9edc109a524c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e44e76bd-128d-4b97-a79b-bbc3a23ed691",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "23daac26-1815-4e26-977c-7d4f9d6d4eac",
      "resourceInvariantUUID": "556e375c-28ec-4aaf-849a-c47ecd552f88",
      "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": "NzU0Y2JkZDg2MjI2NTk5ZjQxNzYxNDkwNmEwNTVlZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "41919a3d-51bc-407a-8244-ae2f4fa01390"
    }
  ],
  "workloadContext": "Production"
}
2021-04-06T02:54:02.595Z||pool-3-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-06T02:54:02.595Z||pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 78a8e14e-6d31-4b2a-a0d4-e68e05086b31 ASDC
2021-04-06T02:54:02.596Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:906148d2-784f-49d0-be6f-570c3119d839
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:78a8e14e-6d31-4b2a-a0d4-e68e05086b31
ServiceInvariantUUID:0a512bfb-7e18-42ef-97d5-9edc109a524c
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:41919a3d-51bc-407a-8244-ae2f4fa01390
ArtifactChecksum:NzU0Y2JkZDg2MjI2NTk5ZjQxNzYxNDkwNmEwNTVlZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e44e76bd-128d-4b97-a79b-bbc3a23ed691
ResourceInvariantUUID:556e375c-28ec-4aaf-849a-c47ecd552f88
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:23daac26-1815-4e26-977c-7d4f9d6d4eac
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-06T02:54:02.596Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78a8e14e-6d31-4b2a-a0d4-e68e05086b31 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-06T02:54:02.707Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-06T02:54:02.711Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-06T02:54:02.711Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-06T02:54:02.712Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 41919a3d-51bc-407a-8244-ae2f4fa01390 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-06T02:54:02.712Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-06T02:54:02.712Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-06T02:54:03.428Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-06T02:54:03.431Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 41919a3d-51bc-407a-8244-ae2f4fa01390 47928
2021-04-06T02:54:03.431Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||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-06T02:54:03.431Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||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-06T02:54:03.432Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:54:03.432Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:54:03.434Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:54:03.434Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677643431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:54:03.535Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 49 ms
2021-04-06T02:54:03.536Z||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-06T02:54:03.536Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:54:03.547Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:54:03.547Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:54:04.487Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-06T02:54:04.489Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-06T02:54:04.489Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||Trying to write artifact UUID: 41919a3d-51bc-407a-8244-ae2f4fa01390, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-06T02:54:04.490Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-06T02:54:04.490Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-06T02:54:04.490Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-06T02:54:04.681Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3714699252104537288/Definitions/service-BasicNetwork-template.yml
2021-04-06T02:54:05.128Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-06T02:54:05.129Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-06T02:54:05.129Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-06T02:54:05.129Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-06T02:54:05.129Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||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-06T02:54:05.129Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||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-06T02:54:05.129Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||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-06T02:54:05.129Z|906148d2-784f-49d0-be6f-570c3119d839|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-BasicNetwork-csar.csar
2021-04-06T02:54:05.130Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||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-06T02:54:05.130Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||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-06T02:54:05.130Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||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-06T02:54:05.130Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||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-06T02:54:05.130Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-06T02:54:05.130Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:54:05.130Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:54:05.130Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-06T02:54:05.130Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-06T02:54:05.130Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-06T02:54:05.131Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:54:05.131Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:54:05.131Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-06T02:54:05.131Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-06T02:54:05.131Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-06T02:54:05.131Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:54:05.131Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:54:05.131Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:54:05.131Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:54:05.131Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:54:05.132Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:54:05.132Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:54:05.132Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:54:05.132Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:54:05.132Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:54:05.132Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:78a8e14e-6d31-4b2a-a0d4-e68e05086b31
Model Version:NULL
Model InvariantUuid:0a512bfb-7e18-42ef-97d5-9edc109a524c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:556e375c-28ec-4aaf-849a-c47ecd552f88
Model UUID:c0b0640b-aa9d-4946-8c6f-21c3a95758a6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e44e76bd-128d-4b97-a79b-bbc3a23ed691
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-06T02:54:05.137Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 23daac26-1815-4e26-977c-7d4f9d6d4eac
2021-04-06T02:54:05.137Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||No resources found for Service: 78a8e14e-6d31-4b2a-a0d4-e68e05086b31
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-06T02:54:05.142Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||
2021-04-06T02:54:05.143Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-06T02:54:05.143Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||No resources found for Service: 78a8e14e-6d31-4b2a-a0d4-e68e05086b31
2021-04-06T02:54:05.143Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Preparing to deploy Service: 78a8e14e-6d31-4b2a-a0d4-e68e05086b31
2021-04-06T02:54:05.143Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-06T02:54:05.143Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||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-06T02:54:05.149Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:54:05.149Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:54:05.149Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:54:05.149Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:54:05.149Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500|| resourceSeq for service uuid 78a8e14e-6d31-4b2a-a0d4-e68e05086b31: Generic NeutronNet
2021-04-06T02:54:05.149Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:54:05.150Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:54:05.150Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:54:05.150Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||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-06T02:54:05.205Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:54:05.206Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:54:05.206Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:54:05.206Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:54:05.206Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:54:05.206Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:54:05.206Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||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-06T02:54:05.325Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-06T02:54:05.326Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||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-06T02:54:05.326Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||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-06T02:54:05.326Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T02:54:05.326Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:54:05.328Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:54:05.328Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677645326,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:54:05.428Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:54:05.429Z||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-06T02:54:05.429Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:54:05.438Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:54:05.438Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:54:06.391Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 906148d2-784f-49d0-be6f-570c3119d839
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:54:06.403Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 906148d2-784f-49d0-be6f-570c3119d839
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-06T02:54:06.408Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:54:06.408Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-06T02:54:06.409Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-06T02:54:06.409Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-06T02:54:06.409Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:54:06.409Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:54:06.409Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:54:06.409Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:54:06.409Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:54:06.409Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:54:06.409Z|906148d2-784f-49d0-be6f-570c3119d839|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-06T02:54:06.413Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-06T02:54:24.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.77.212
2021-04-06T02:54:36.414Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 906148d2-784f-49d0-be6f-570c3119d839 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-06T02:54:36.420Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 906148d2-784f-49d0-be6f-570c3119d839 and serviceModelVersionId: 78a8e14e-6d31-4b2a-a0d4-e68e05086b31
2021-04-06T02:54:36.420Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a512bfb-7e18-42ef-97d5-9edc109a524c
2021-04-06T02:54:36.486Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a512bfb-7e18-42ef-97d5-9edc109a524c/model-vers/model-ver/78a8e14e-6d31-4b2a-a0d4-e68e05086b31?depth=0
2021-04-06T02:54:36.492Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-06T02:54:36.534Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0a512bfb-7e18-42ef-97d5-9edc109a524c/model-vers/model-ver/78a8e14e-6d31-4b2a-a0d4-e68e05086b31?depth=0|INFO|500||Invoke
2021-04-06T02:54:36.534Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0a512bfb-7e18-42ef-97d5-9edc109a524c/model-vers/model-ver/78a8e14e-6d31-4b2a-a0d4-e68e05086b31?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0a512bfb-7e18-42ef-97d5-9edc109a524c/model-vers/model-ver/78a8e14e-6d31-4b2a-a0d4-e68e05086b31?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[906148d2-784f-49d0-be6f-570c3119d839], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f897be63-9738-4732-855a-4668fe635d7f], X-ECOMP-RequestID=[906148d2-784f-49d0-be6f-570c3119d839], X-TransactionId=[], X-ONAP-RequestID=[906148d2-784f-49d0-be6f-570c3119d839], Content-Type=[application/merge-patch+json]}
2021-04-06T02:54:36.552Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0a512bfb-7e18-42ef-97d5-9edc109a524c/model-vers/model-ver/78a8e14e-6d31-4b2a-a0d4-e68e05086b31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-06T02:54:36.666Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0a512bfb-7e18-42ef-97d5-9edc109a524c/model-vers/model-ver/78a8e14e-6d31-4b2a-a0d4-e68e05086b31?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/0a512bfb-7e18-42ef-97d5-9edc109a524c/model-vers/model-ver/78a8e14e-6d31-4b2a-a0d4-e68e05086b31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210406-02:54:36:561-92926], vertex-id=[172208], Content-Length=[0], Date=[Tue, 06 Apr 2021 02:54:36 GMT], Content-Type=[application/json]}
2021-04-06T02:54:36.667Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0a512bfb-7e18-42ef-97d5-9edc109a524c/model-vers/model-ver/78a8e14e-6d31-4b2a-a0d4-e68e05086b31?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-06T02:54:36.668Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/0a512bfb-7e18-42ef-97d5-9edc109a524c/model-vers/model-ver/78a8e14e-6d31-4b2a-a0d4-e68e05086b31?depth=0|INFO|500||InvokeReturn
2021-04-06T02:54:36.668Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-06T02:54:36.668Z|906148d2-784f-49d0-be6f-570c3119d839|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-06T02:54:36.673Z|906148d2-784f-49d0-be6f-570c3119d839|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-06T02:54:36.673Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 906148d2-784f-49d0-be6f-570c3119d839 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-06T02:54:36.673Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-06T02:54:36.674Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:54:36.675Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:54:36.675Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677676673,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-06T02:54:36.775Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:54:36.776Z||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-06T02:54:36.777Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:54:36.790Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:54:36.790Z||pool-40-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-06T02:54:59.944Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:54:59.945Z|906148d2-784f-49d0-be6f-570c3119d839|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-06T02:54:59.945Z|906148d2-784f-49d0-be6f-570c3119d839|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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:54:59.945Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:54:59.946Z||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-06T02:54:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:55:00.064Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:55:00.065Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:55:00.065Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677639944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:55:00.066Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:55:09.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.71.135
2021-04-06T02:55:09.662Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:55:09.663Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-06T02:55:09.663Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"481e94fb-7ab4-47ff-9cfa-75b04d6db326","serviceName":"Demo_pNF_5tBzitFBs2F2L6MnkrDf","serviceVersion":"1.0","serviceUUID":"8c4782e1-118e-472b-b7ee-f94a655aa46d","serviceDescription":"catalog service description","serviceInvariantUUID":"d4e7b151-acf7-432d-b799-1707539f5073","resources":[{"resourceInstanceName":"pNF 31986b6b-2ca8 0","resourceName":"pNF 31986b6b-2ca8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"78fce384-a5fe-44db-8198-bba847f98290","resourceInvariantUUID":"7a28b016-0242-46e2-a1c2-e82725e4fde6","resourceCustomizationUUID":"283a25d0-0e6e-4130-982d-ddde7ab6ff7f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vf-license-model.xml","artifactChecksum":"Mjk0NTVhMWE4MDEyMTllYjQzYzUzZTE4NTgyYzE2MjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0496a0-0250-45a8-895d-abf2abe3514c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/pNF.csar","artifactChecksum":"NzE1OWE2MTY2YWFjZTFmYjhlYmZmNTE1N2Y0NWRkZDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e05ec804-1c83-4a24-aeae-e5479df5a58b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"258184b6-e93f-4b6f-aba4-dd10443e096b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vendor-license-model.xml","artifactChecksum":"NmQ2ZWZkNWZjMzliNDQxYWNkMjI2YjNjMDNiYjQ0NjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"930aae6f-f199-43fe-8f28-d7b329cf48bd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"96be2f67-0f12-4a13-879d-c293353f5010","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8f76d6d-3463-4a93-97f3-ecc6ed0921fd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5tbzitfbs2f2l6mnkrdf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-template.yml","artifactChecksum":"ODI5ZGMyYWIzYWQwMGRjODE5YWI3ZjQzZWU4MzlmZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4101606-57e9-4608-badf-6e547bc58f58","artifactVersion":"1"},{"artifactName":"service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar","artifactChecksum":"YmQ3OTYxODNlNjBmNWQ0MzYwZGZhOTA5N2E0YjdjMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1365bee3-5b44-4ab4-888b-025c529361fb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-06T02:55:09.665Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:55:09.665Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:55:09.666Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:55:09.667Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:55:09.767Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:55:09.768Z||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-06T02:55:09.768Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:55:09.781Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:55:09.782Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:55:10.667Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:55:10.668Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:55:10.669Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:55:10.669Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:55:10.769Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:55:10.770Z||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-06T02:55:10.771Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:55:10.783Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:55:10.783Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-06T02:55:11.670Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:55:11.671Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:55:11.673Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:55:11.673Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:55:11.773Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:55:11.774Z||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-06T02:55:11.774Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:55:11.784Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:55:11.784Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:55:12.674Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:55:12.675Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:55:12.676Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:55:12.677Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:55:12.777Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:55:12.778Z||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-06T02:55:12.778Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:55:12.788Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:55:12.788Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:55:13.677Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:55:13.678Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:55:13.681Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:55:13.681Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:55:13.781Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:55:13.782Z||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-06T02:55:13.782Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:55:13.791Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:55:13.792Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:55:14.682Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:55:14.682Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:55:14.684Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:55:14.685Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:55:14.785Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:55:14.786Z||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-06T02:55:14.786Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:55:14.796Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:55:14.796Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:55:15.685Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:55:15.686Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:55:15.689Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:55:15.689Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:55:15.789Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:55:15.790Z||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-06T02:55:15.790Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:55:15.800Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:55:15.800Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-06T02:55:16.689Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:55:16.691Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:55:16.692Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:55:16.692Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:55:16.793Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:55:16.793Z||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-06T02:55:16.794Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:55:16.803Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:55:16.803Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:55:17.694Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "serviceName": "Demo_pNF_5tBzitFBs2F2L6MnkrDf",
  "serviceVersion": "1.0",
  "serviceUUID": "8c4782e1-118e-472b-b7ee-f94a655aa46d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d4e7b151-acf7-432d-b799-1707539f5073",
  "resources": [
    {
      "resourceInstanceName": "pNF 31986b6b-2ca8 0",
      "resourceCustomizationUUID": "283a25d0-0e6e-4130-982d-ddde7ab6ff7f",
      "resourceName": "pNF 31986b6b-2ca8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "78fce384-a5fe-44db-8198-bba847f98290",
      "resourceInvariantUUID": "7a28b016-0242-46e2-a1c2-e82725e4fde6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
      "artifactChecksum": "YmQ3OTYxODNlNjBmNWQ0MzYwZGZhOTA5N2E0YjdjMzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1365bee3-5b44-4ab4-888b-025c529361fb"
    }
  ],
  "workloadContext": "Production"
}
2021-04-06T02:55:17.694Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-06T02:55:17.694Z|906148d2-784f-49d0-be6f-570c3119d839|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8c4782e1-118e-472b-b7ee-f94a655aa46d ASDC
2021-04-06T02:55:17.694Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:481e94fb-7ab4-47ff-9cfa-75b04d6db326
ServiceName:Demo_pNF_5tBzitFBs2F2L6MnkrDf
ServiceVersion:1.0
ServiceUUID:8c4782e1-118e-472b-b7ee-f94a655aa46d
ServiceInvariantUUID:d4e7b151-acf7-432d-b799-1707539f5073
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
ArtifactUUID:1365bee3-5b44-4ab4-888b-025c529361fb
ArtifactChecksum:YmQ3OTYxODNlNjBmNWQ0MzYwZGZhOTA5N2E0YjdjMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 31986b6b-2ca8 0
ResourceCustomizationUUID:283a25d0-0e6e-4130-982d-ddde7ab6ff7f
ResourceInvariantUUID:7a28b016-0242-46e2-a1c2-e82725e4fde6
ResourceName:pNF 31986b6b-2ca8
ResourceType:PNF
ResourceUUID:78fce384-a5fe-44db-8198-bba847f98290
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-06T02:55:17.694Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8c4782e1-118e-472b-b7ee-f94a655aa46d 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-06T02:55:17.825Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-06T02:55:17.826Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-06T02:55:17.827Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-06T02:55:17.827Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 1365bee3-5b44-4ab4-888b-025c529361fb from URL: /sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:17.827Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-06T02:55:17.827Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:18.348Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-06T02:55:18.353Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar 1365bee3-5b44-4ab4-888b-025c529361fb 78818
2021-04-06T02:55:18.354Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar ASDC sendASDCNotification
2021-04-06T02:55:18.354Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:18.354Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:55:18.354Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:55:18.357Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:55:18.357Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677718353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:55:18.457Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:55:18.457Z||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-06T02:55:18.458Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:55:18.524Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:55:18.524Z||pool-49-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:55:19.357Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-06T02:55:19.359Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-06T02:55:19.359Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||Trying to write artifact UUID: 1365bee3-5b44-4ab4-888b-025c529361fb, URL: /sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar to file: /app/ASDC/1/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:19.360Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:19.360Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:19.360Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:19.457Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9845507679743952028/Definitions/service-DemoPnf5tbzitfbs2f2l6mnkrdf-template.yml
2021-04-06T02:55:20.036Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-06T02:55:20.036Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-06T02:55:20.037Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:20.037Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-06T02:55:20.037Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|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-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:20.037Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 31986b6b-2ca8 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-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:20.037Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||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-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:20.037Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|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-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:20.037Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:20.037Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||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-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:20.037Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|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-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:20.037Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 31986b6b-2ca8 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:20.037Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-06T02:55:20.037Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:55:20.037Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_5tBzitFBs2F2L6MnkrDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:55:20.038Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Node template pNF 31986b6b-2ca8 0 is matching search criteria
2021-04-06T02:55:20.038Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-06T02:55:20.038Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Found topology templates [pNF 31986b6b-2ca8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-06T02:55:20.038Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:55:20.038Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_5tBzitFBs2F2L6MnkrDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:55:20.038Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Node template pNF 31986b6b-2ca8 0 is matching search criteria
2021-04-06T02:55:20.038Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-06T02:55:20.038Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Found topology templates [pNF 31986b6b-2ca8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-06T02:55:20.038Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:55:20.038Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_5tBzitFBs2F2L6MnkrDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:55:20.039Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:55:20.039Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_5tBzitFBs2F2L6MnkrDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:55:20.039Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:55:20.039Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_5tBzitFBs2F2L6MnkrDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:55:20.039Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:55:20.039Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_5tBzitFBs2F2L6MnkrDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:55:20.039Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:55:20.039Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_5tBzitFBs2F2L6MnkrDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:55:20.039Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_5tBzitFBs2F2L6MnkrDf
Description:catalog service description
Model UUID:8c4782e1-118e-472b-b7ee-f94a655aa46d
Model Version:NULL
Model InvariantUuid:d4e7b151-acf7-432d-b799-1707539f5073
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-06T02:55:20.044Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 78fce384-a5fe-44db-8198-bba847f98290
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-06T02:55:20.047Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||pNF 31986b6b-2ca8 0
2021-04-06T02:55:20.047Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 78fce384-a5fe-44db-8198-bba847f98290
2021-04-06T02:55:20.047Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||No resources found for Service: 8c4782e1-118e-472b-b7ee-f94a655aa46d
2021-04-06T02:55:20.047Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Preparing to deploy Service: 8c4782e1-118e-472b-b7ee-f94a655aa46d
2021-04-06T02:55:20.047Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 31986b6b-2ca8 0 78fce384-a5fe-44db-8198-bba847f98290 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-06T02:55:20.050Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:55:20.051Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_5tBzitFBs2F2L6MnkrDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:55:20.051Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8c4782e1-118e-472b-b7ee-f94a655aa46d: pNF 31986b6b-2ca8
2021-04-06T02:55:20.051Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||Processing PNF resource: 78fce384-a5fe-44db-8198-bba847f98290
2021-04-06T02:55:20.051Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:55:20.051Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Service Demo_pNF_5tBzitFBs2F2L6MnkrDf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:55:20.051Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||Resource customization UUID: 283a25d0-0e6e-4130-982d-ddde7ab6ff7f is the same as notified resource customizationUUID: 283a25d0-0e6e-4130-982d-ddde7ab6ff7f
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-06T02:55:20.145Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 31986b6b-2ca8 78fce384-a5fe-44db-8198-bba847f98290 0 ASDC deployResourceStructure
2021-04-06T02:55:20.145Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar ASDC sendASDCNotification
2021-04-06T02:55:20.145Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar
2021-04-06T02:55:20.145Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T02:55:20.145Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:55:20.147Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:55:20.147Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677720145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:55:20.247Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:55:20.248Z||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-06T02:55:20.248Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:55:20.259Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:55:20.260Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:55:21.148Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481e94fb-7ab4-47ff-9cfa-75b04d6db326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:55:21.158Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481e94fb-7ab4-47ff-9cfa-75b04d6db326
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-06T02:55:21.160Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:55:21.161Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-06T02:55:21.161Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-06T02:55:51.161Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481e94fb-7ab4-47ff-9cfa-75b04d6db326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:55:51.170Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481e94fb-7ab4-47ff-9cfa-75b04d6db326
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-06T02:55:51.172Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:55:51.172Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-06T02:55:51.172Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-06T02:55:54.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.74.224
2021-04-06T02:55:59.945Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:55:59.946Z||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-06T02:55:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:55:59.972Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:55:59.973Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:55:59.973Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677639944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:55:59.974Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:55:59.974Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:55:59.974Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677643431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:55:59.975Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:55:59.975Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:55:59.975Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677645326,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:55:59.975Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:55:59.975Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:55:59.975Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "906148d2-784f-49d0-be6f-570c3119d839",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677676673,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-06T02:55:59.975Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:56:21.172Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481e94fb-7ab4-47ff-9cfa-75b04d6db326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:56:21.183Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481e94fb-7ab4-47ff-9cfa-75b04d6db326
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-06T02:56:21.185Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:56:21.185Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-06T02:56:21.185Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-06T02:56:39.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:56:51.185Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481e94fb-7ab4-47ff-9cfa-75b04d6db326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:56:51.199Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481e94fb-7ab4-47ff-9cfa-75b04d6db326
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-06T02:56:51.201Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:56:51.201Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-06T02:56:51.201Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-06T02:56:59.945Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:56:59.947Z||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-06T02:56:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:56:59.965Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:56:59.978Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.979Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.979Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.979Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.979Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "cds",
  "timestamp": 1617677703489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.979Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677700949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "cds",
  "timestamp": 1617677703489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677700949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "clamp",
  "timestamp": 1617677710253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677710945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "cds",
  "timestamp": 1617677703489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.980Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677700949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "clamp",
  "timestamp": 1617677710253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677710945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "cds",
  "timestamp": 1617677703489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677700949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "clamp",
  "timestamp": 1617677710253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677710945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.981Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.982Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.982Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.982Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "cds",
  "timestamp": 1617677703489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.982Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.982Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.982Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677700949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.982Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.982Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.986Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "clamp",
  "timestamp": 1617677710253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.986Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "dcae-sch",
  "timestamp": 1617677713841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677710945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "cds",
  "timestamp": 1617677703489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677700949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "clamp",
  "timestamp": 1617677710253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.987Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "dcae-sch",
  "timestamp": 1617677713841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677710945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "cds",
  "timestamp": 1617677703489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677700949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.988Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "clamp",
  "timestamp": 1617677710253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.989Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.989Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.989Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "dcae-sch",
  "timestamp": 1617677713841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.989Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.989Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.989Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677710945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.989Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.989Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.989Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677699944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:56:59.989Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.989Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.989Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "cds",
  "timestamp": 1617677703489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:56:59.989Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677700949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "clamp",
  "timestamp": 1617677710253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "dcae-sch",
  "timestamp": 1617677713841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677710945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "policy-id",
  "timestamp": 1617677717080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.990Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "aai-ml",
  "timestamp": 1617677717152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "clamp",
  "timestamp": 1617677710253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677717369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "cds",
  "timestamp": 1617677718188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677718348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677718353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "dcae-sch",
  "timestamp": 1617677713841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.991Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.992Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.992Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677710945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:56:59.992Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.992Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.992Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "policy-id",
  "timestamp": 1617677717080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.992Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.992Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.992Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "aai-ml",
  "timestamp": 1617677717152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.992Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.992Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.992Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677717369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:56:59.992Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:56:59.992Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:56:59.992Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "cds",
  "timestamp": 1617677719194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-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-06T02:56:59.998Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 481e94fb-7ab4-47ff-9cfa-75b04d6db326
2021-04-06T02:56:59.998Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481e94fb-7ab4-47ff-9cfa-75b04d6db326 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-06T02:57:00.006Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.006Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677718688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.006Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "dcae-sch",
  "timestamp": 1617677713841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "policy-id",
  "timestamp": 1617677717080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "aai-ml",
  "timestamp": 1617677717152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677719902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677717369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.007Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.008Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.008Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677720145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:57:00.008Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.008Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.008Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677718688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.008Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.008Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.008Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "dcae-sch",
  "timestamp": 1617677713841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.008Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.009Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.009Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "policy-id",
  "timestamp": 1617677717080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.009Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.009Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.009Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "aai-ml",
  "timestamp": 1617677717152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.009Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.009Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.009Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677720905,
  "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-06T02:57:00.013Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 481e94fb-7ab4-47ff-9cfa-75b04d6db326
2021-04-06T02:57:00.013Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481e94fb-7ab4-47ff-9cfa-75b04d6db326 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-06T02:57:00.020Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.020Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677717369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.020Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.020Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.020Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677718688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.020Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.020Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.020Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "dcae-sch",
  "timestamp": 1617677713841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.021Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.021Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.021Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "policy-id",
  "timestamp": 1617677717080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.021Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.021Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.021Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "aai-ml",
  "timestamp": 1617677717152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.021Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.021Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.021Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677717369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.022Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.022Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.022Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "clamp",
  "timestamp": 1617677722280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.022Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.022Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.022Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677718688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.022Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.022Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.022Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "policy-id",
  "timestamp": 1617677717080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.022Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.022Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.023Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "aai-ml",
  "timestamp": 1617677717152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.023Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.023Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.023Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677717369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.023Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.023Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.023Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677718688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.023Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.023Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.023Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "clamp",
  "timestamp": 1617677723350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:57:00.023Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.023Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.023Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "policy-id",
  "timestamp": 1617677717080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.023Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.024Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.024Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "aai-ml",
  "timestamp": 1617677717152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.024Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.024Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.024Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677717369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.024Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.024Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.024Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677718688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/resourceInstances/pnf31986b6b2ca80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.024Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.024Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.024Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "clamp",
  "timestamp": 1617677724354,
  "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-06T02:57:00.028Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 481e94fb-7ab4-47ff-9cfa-75b04d6db326
2021-04-06T02:57:00.028Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481e94fb-7ab4-47ff-9cfa-75b04d6db326 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-06T02:57:00.036Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.036Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "policy-id",
  "timestamp": 1617677717080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.036Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.036Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.036Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "aai-ml",
  "timestamp": 1617677717152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.036Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.037Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.037Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677717369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.037Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.037Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.037Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677718688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.037Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.037Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.037Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677718688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.037Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.037Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.037Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "aai-ml",
  "timestamp": 1617677726954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.037Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.037Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.037Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "policy-id",
  "timestamp": 1617677726950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.038Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.038Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.038Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "policy-id",
  "timestamp": 1617677727954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:57:00.038Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.038Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.038Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "cds",
  "timestamp": 1617677720197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.038Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.038Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.038Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "policy-id",
  "timestamp": 1617677728956,
  "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-06T02:57:00.042Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 481e94fb-7ab4-47ff-9cfa-75b04d6db326
2021-04-06T02:57:00.042Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481e94fb-7ab4-47ff-9cfa-75b04d6db326 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-06T02:57:00.049Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.049Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "cds",
  "timestamp": 1617677720197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.050Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.050Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.050Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "cds",
  "timestamp": 1617677720197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.050Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.050Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.050Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "cds",
  "timestamp": 1617677720197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.050Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.050Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.050Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677730945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.050Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.051Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.051Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677730949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.051Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.051Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.051Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "aai-ml",
  "timestamp": 1617677731736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5tbzitfbs2f2l6mnkrdf/1.0/artifacts/service-DemoPnf5tbzitfbs2f2l6mnkrdf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:57:00.051Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.051Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.051Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "cds",
  "timestamp": 1617677720197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.051Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.051Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.052Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677730945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.052Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.052Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.052Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677730949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.052Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.052Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.052Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "aai-ml",
  "timestamp": 1617677732744,
  "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-06T02:57:00.056Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 481e94fb-7ab4-47ff-9cfa-75b04d6db326
2021-04-06T02:57:00.057Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481e94fb-7ab4-47ff-9cfa-75b04d6db326 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-06T02:57:00.064Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.065Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "cds",
  "timestamp": 1617677720197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.065Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.065Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.065Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677730945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.065Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.065Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.065Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677730949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.065Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.066Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.066Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "cds",
  "timestamp": 1617677720197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.066Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.066Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.066Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "dcae-sch",
  "timestamp": 1617677733841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.066Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.066Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.066Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677730945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.066Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.067Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.067Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677730949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.067Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.067Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.067Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "cds",
  "timestamp": 1617677720197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.067Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.067Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.067Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "dcae-sch",
  "timestamp": 1617677733841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.067Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.067Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.067Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677730945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.067Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.067Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.067Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677730949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "dcae-sch",
  "timestamp": 1617677733841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "cds",
  "timestamp": 1617677736550,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677730945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677730949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.068Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "dcae-sch",
  "timestamp": 1617677733841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.069Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.069Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.069Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "cds",
  "timestamp": 1617677737554,
  "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-06T02:57:00.081Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
2021-04-06T02:57:00.082Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da 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-06T02:57:00.088Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.088Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677730945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.089Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.089Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.089Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677730949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.089Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.089Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.089Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "policy-id",
  "timestamp": 1617677737080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.089Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.089Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.089Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677737369,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.089Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.089Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.089Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "dcae-sch",
  "timestamp": 1617677733841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677730945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "policy-id",
  "timestamp": 1617677737080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677730949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677737369,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.090Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677738688,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.091Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "dcae-sch",
  "timestamp": 1617677733841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.091Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "policy-id",
  "timestamp": 1617677737080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.091Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677737369,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.091Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.091Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.091Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677738688,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.092Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.092Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.092Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677740411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.092Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.092Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.092Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "dcae-sch",
  "timestamp": 1617677733841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.092Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.092Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.092Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677740718,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.092Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.092Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.092Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "policy-id",
  "timestamp": 1617677737080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.093Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.093Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.093Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "clamp",
  "timestamp": 1617677740253,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.093Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.093Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.093Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677737369,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.093Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.093Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.093Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677738688,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.094Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.094Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.094Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "dcae-sch",
  "timestamp": 1617677733841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.094Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.094Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.094Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "policy-id",
  "timestamp": 1617677737080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.094Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.094Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.094Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "clamp",
  "timestamp": 1617677740253,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.094Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.094Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.094Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677737369,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677742039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677738688,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677742420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "policy-id",
  "timestamp": 1617677737080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "clamp",
  "timestamp": 1617677740253,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.095Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.096Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677737369,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.096Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.096Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.096Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677738688,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.096Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.096Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.096Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677743424,
  "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-06T02:57:00.101Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
2021-04-06T02:57:00.101Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da 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-06T02:57:00.108Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.109Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677743611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.109Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.109Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.109Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "policy-id",
  "timestamp": 1617677737080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.109Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.109Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.109Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "clamp",
  "timestamp": 1617677740253,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.110Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.110Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.110Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677737369,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.110Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.110Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.110Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677738688,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.110Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.110Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.110Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "dcae-sch",
  "timestamp": 1617677744419,
  "artifactURL": "/sdc/v1/catalog/services/16e3eabc-dfeb-4a9e-9c23-fd72abb91617/resourceInstances/basicclamp0/artifacts/8b97e40e-76a6-4b21-848a-4cefa4945692",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.110Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.110Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.110Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677744732,
  "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-06T02:57:00.114Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
2021-04-06T02:57:00.114Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da 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-06T02:57:00.121Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.121Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "policy-id",
  "timestamp": 1617677737080,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.121Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.121Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.121Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "clamp",
  "timestamp": 1617677740253,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.121Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.121Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.121Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677737369,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677738688,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "dcae-sch",
  "timestamp": 1617677745725,
  "artifactURL": "/sdc/v1/catalog/services/16e3eabc-dfeb-4a9e-9c23-fd72abb91617/resourceInstances/basicclamp0/artifacts/8b97e40e-76a6-4b21-848a-4cefa4945692",
  "status": "DEPLOY_OK"
}
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677745734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "clamp",
  "timestamp": 1617677740253,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.122Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677738688,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.123Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.123Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.123Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "dcae-sch",
  "timestamp": 1617677746729,
  "artifactURL": "/sdc/v1/catalog/services/16e3eabc-dfeb-4a9e-9c23-fd72abb91617/resourceInstances/basicclamp0/artifacts/8b97e40e-76a6-4b21-848a-4cefa4945692",
  "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-06T02:57:00.128Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
2021-04-06T02:57:00.128Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da 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-06T02:57:00.136Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.136Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "clamp",
  "timestamp": 1617677740253,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.136Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.136Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.136Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "policy-id",
  "timestamp": 1617677747465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.136Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.136Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.136Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677747562,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.136Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.136Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.136Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "aai-ml",
  "timestamp": 1617677747152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677747854,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "clamp",
  "timestamp": 1617677740253,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "policy-id",
  "timestamp": 1617677748469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "aai-ml",
  "timestamp": 1617677747152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677749153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677749461,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.137Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.138Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "policy-id",
  "timestamp": 1617677749472,
  "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-06T02:57:00.141Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
2021-04-06T02:57:00.142Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da 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-06T02:57:00.147Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.147Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "aai-ml",
  "timestamp": 1617677747152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.148Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.148Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.148Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677750636,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.148Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.148Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.148Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "aai-ml",
  "timestamp": 1617677747152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.148Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.148Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.148Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677750963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.148Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.149Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.149Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677751639,
  "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-06T02:57:00.153Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
2021-04-06T02:57:00.153Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da 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-06T02:57:00.159Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.160Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "aai-ml",
  "timestamp": 1617677747152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.160Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.160Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.160Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677751972,
  "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-06T02:57:00.164Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
2021-04-06T02:57:00.164Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da 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-06T02:57:00.169Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.169Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677752642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:57:00.170Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.170Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.170Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "aai-ml",
  "timestamp": 1617677747152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.170Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.170Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.170Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677752976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:57:00.170Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.170Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.170Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "aai-ml",
  "timestamp": 1617677747152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:00.170Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.171Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.171Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "aai-ml",
  "timestamp": 1617677747152,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:57:00.171Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:57:00.171Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.171Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "aai-ml",
  "timestamp": 1617677756101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.171Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.171Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.171Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "clamp",
  "timestamp": 1617677756547,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.171Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.171Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.171Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "clamp",
  "timestamp": 1617677757550,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:57:00.171Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:00.172Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:00.172Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "clamp",
  "timestamp": 1617677759056,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:57:00.172Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:57:21.201Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481e94fb-7ab4-47ff-9cfa-75b04d6db326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:57:21.212Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481e94fb-7ab4-47ff-9cfa-75b04d6db326
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-06T02:57:21.215Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:57:21.216Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-06T02:57:21.216Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-06T02:57:21.216Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-06T02:57:21.216Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:57:21.216Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:57:21.216Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:57:21.216Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:57:21.216Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:57:21.216Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:57:21.217Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|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-06T02:57:21.221Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-06T02:57:24.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T02:57:51.222Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 481e94fb-7ab4-47ff-9cfa-75b04d6db326 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-06T02:57:51.233Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 481e94fb-7ab4-47ff-9cfa-75b04d6db326 and serviceModelVersionId: 8c4782e1-118e-472b-b7ee-f94a655aa46d
2021-04-06T02:57:51.233Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4e7b151-acf7-432d-b799-1707539f5073
2021-04-06T02:57:51.235Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4e7b151-acf7-432d-b799-1707539f5073/model-vers/model-ver/8c4782e1-118e-472b-b7ee-f94a655aa46d?depth=0
2021-04-06T02:57:51.245Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-06T02:57:51.308Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/d4e7b151-acf7-432d-b799-1707539f5073/model-vers/model-ver/8c4782e1-118e-472b-b7ee-f94a655aa46d?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-06T02:57:51.309Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/d4e7b151-acf7-432d-b799-1707539f5073/model-vers/model-ver/8c4782e1-118e-472b-b7ee-f94a655aa46d?depth=0|INFO|500||Invoke
2021-04-06T02:57:51.330Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/d4e7b151-acf7-432d-b799-1707539f5073/model-vers/model-ver/8c4782e1-118e-472b-b7ee-f94a655aa46d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-06T02:57:51.532Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/d4e7b151-acf7-432d-b799-1707539f5073/model-vers/model-ver/8c4782e1-118e-472b-b7ee-f94a655aa46d?depth=0|INFO|500||InvokeReturn
2021-04-06T02:57:51.533Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/d4e7b151-acf7-432d-b799-1707539f5073/model-vers/model-ver/8c4782e1-118e-472b-b7ee-f94a655aa46d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210406-02:57:51:338-11964], vertex-id=[430304], Content-Length=[0], Date=[Tue, 06 Apr 2021 02:57:51 GMT], Content-Type=[application/json]}
2021-04-06T02:57:51.533Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-04-06T02:57:51.533Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-06T02:57:51.533Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|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-06T02:57:51.541Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|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-06T02:57:51.542Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 481e94fb-7ab4-47ff-9cfa-75b04d6db326 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-06T02:57:51.542Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-06T02:57:51.542Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:57:51.544Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:57:51.544Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677871542,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-06T02:57:51.645Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:57:51.646Z||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-06T02:57:51.646Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:57:51.662Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:57:51.663Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 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-06T02:57:52.558Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:57:52.559Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|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-06T02:57:52.559Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:57:56.831Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:57:56.832Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-06T02:57:56.832Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"16e3eabc-dfeb-4a9e-9c23-fd72abb91617","serviceDescription":"service","serviceInvariantUUID":"59f9ebf2-5626-4d20-81ac-0bdcfa020cde","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e395e4d-1938-4bd4-902a-6d960d667665","resourceInvariantUUID":"3d9d2c7e-ee0d-4254-9d6d-6fd2d3879b5b","resourceCustomizationUUID":"ca7db730-98bc-4a47-bfa4-e944e10bd988","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":"8b97e40e-76a6-4b21-848a-4cefa4945692","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":"ZmJjMjhkNDhkNzEyOTFlOGMyYTNlY2Q2YmZlNGU0N2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47a114d5-c2a7-4ac5-8804-c97fe3983e7f","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":"NGFiZDA3NTM0YTgwZjE1MWUyMTE1NWM4NzMyZDZiOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f4fb489-20d5-4fc4-9fe7-73b8d40681f5","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":"ee5bb94e-9d42-4027-8268-b2b3736d1ca2","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":"757ea7d8-4df9-4f07-8f2c-8c3d7e129afa","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":"1df20b84-42ef-4030-bd62-5a0934b5ce35","artifactVersion":"2","generatedFromUUID":"ee5bb94e-9d42-4027-8268-b2b3736d1ca2"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NGNjZDk0YWQ1MGI4ZDg5ZTllYmNjMjU1MjgwYTg1MTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f7f6e24-3c8f-421b-bca6-aeae960984d1","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NmUxY2YzNWZjYzI3YWRjOTI2OTZhZWNkNjA2MmZjMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44f59689-f8b5-469b-b1a6-2dc44cbfd1d2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-06T02:57:56.835Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:57:56.835Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:57:56.837Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:57:56.837Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:56.938Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-06T02:57:56.938Z||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-06T02:57:56.938Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:57:56.948Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:57:56.948Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:57:57.838Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:57:57.839Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:57:57.841Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:57:57.842Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:57:57.942Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:57:57.943Z||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-06T02:57:57.943Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:57:57.953Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:57:57.953Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:57:58.842Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:57:58.843Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:57:58.845Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:57:58.845Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:57:58.946Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-06T02:57:58.947Z||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-06T02:57:58.947Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:57:58.957Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:57:58.958Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:57:59.846Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:57:59.847Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:57:59.850Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:57:59.850Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:57:59.946Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:57:59.947Z||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-06T02:57:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:57:59.950Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:57:59.950Z||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-06T02:57:59.950Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:57:59.968Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:57:59.969Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:57:59.969Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "clamp",
  "timestamp": 1617677760059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:57:59.970Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:58:00.025Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:58:00.025Z||pool-55-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":1,"count":1}
2021-04-06T02:58:00.851Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:58:00.852Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:58:00.854Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:58:00.854Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:58:00.954Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:58:00.955Z||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-06T02:58:00.956Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:58:00.966Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:58:00.966Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:58:01.854Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:58:01.855Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:58:01.857Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:58:01.857Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-06T02:58:01.958Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:58:01.959Z||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-06T02:58:01.959Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:58:01.968Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:58:01.969Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:58:02.858Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:58:02.861Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:58:02.863Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:58:02.863Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:58:02.963Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:58:02.964Z||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-06T02:58:02.964Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:58:02.973Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:58:02.973Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:58:03.864Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:58:03.864Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:58:03.867Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:58:03.867Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:58:03.967Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:58:03.968Z||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-06T02:58:03.968Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:58:03.978Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:58:03.979Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:58:04.869Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "16e3eabc-dfeb-4a9e-9c23-fd72abb91617",
  "serviceDescription": "service",
  "serviceInvariantUUID": "59f9ebf2-5626-4d20-81ac-0bdcfa020cde",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "ca7db730-98bc-4a47-bfa4-e944e10bd988",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4e395e4d-1938-4bd4-902a-6d960d667665",
      "resourceInvariantUUID": "3d9d2c7e-ee0d-4254-9d6d-6fd2d3879b5b",
      "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": "NGFiZDA3NTM0YTgwZjE1MWUyMTE1NWM4NzMyZDZiOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8f4fb489-20d5-4fc4-9fe7-73b8d40681f5",
          "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": "ee5bb94e-9d42-4027-8268-b2b3736d1ca2",
          "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": "1df20b84-42ef-4030-bd62-5a0934b5ce35",
            "generatedFromUUID": "ee5bb94e-9d42-4027-8268-b2b3736d1ca2"
          },
          "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": "1df20b84-42ef-4030-bd62-5a0934b5ce35",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NmUxY2YzNWZjYzI3YWRjOTI2OTZhZWNkNjA2MmZjMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "44f59689-f8b5-469b-b1a6-2dc44cbfd1d2"
    }
  ],
  "workloadContext": "Production"
}
2021-04-06T02:58:04.869Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-06T02:58:04.869Z|481e94fb-7ab4-47ff-9cfa-75b04d6db326|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 16e3eabc-dfeb-4a9e-9c23-fd72abb91617 ASDC
2021-04-06T02:58:04.870Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:16e3eabc-dfeb-4a9e-9c23-fd72abb91617
ServiceInvariantUUID:59f9ebf2-5626-4d20-81ac-0bdcfa020cde
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:44f59689-f8b5-469b-b1a6-2dc44cbfd1d2
ArtifactChecksum:NmUxY2YzNWZjYzI3YWRjOTI2OTZhZWNkNjA2MmZjMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:ca7db730-98bc-4a47-bfa4-e944e10bd988
ResourceInvariantUUID:3d9d2c7e-ee0d-4254-9d6d-6fd2d3879b5b
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:4e395e4d-1938-4bd4-902a-6d960d667665
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:8f4fb489-20d5-4fc4-9fe7-73b8d40681f5
ArtifactChecksum:NGFiZDA3NTM0YTgwZjE1MWUyMTE1NWM4NzMyZDZiOTY=
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:ee5bb94e-9d42-4027-8268-b2b3736d1ca2
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:1df20b84-42ef-4030-bd62-5a0934b5ce35
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:1df20b84-42ef-4030-bd62-5a0934b5ce35
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-06T02:58:04.870Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16e3eabc-dfeb-4a9e-9c23-fd72abb91617 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-06T02:58:04.921Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-06T02:58:04.923Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-06T02:58:04.924Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-06T02:58:04.924Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 44f59689-f8b5-469b-b1a6-2dc44cbfd1d2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-06T02:58:04.924Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-06T02:58:04.924Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-06T02:58:06.261Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-06T02:58:06.264Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 44f59689-f8b5-469b-b1a6-2dc44cbfd1d2 72247
2021-04-06T02:58:06.264Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:06.264Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:06.265Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:58:06.265Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:58:06.267Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:58:06.267Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677886264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:58:06.367Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:58:06.368Z||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-06T02:58:06.368Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:58:06.377Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:58:06.378Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:58:07.268Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-06T02:58:07.271Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-06T02:58:07.271Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||Trying to write artifact UUID: 44f59689-f8b5-469b-b1a6-2dc44cbfd1d2, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-06T02:58:07.271Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-06T02:58:07.272Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-06T02:58:07.272Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-06T02:58:07.397Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7623732328493152857/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-06T02:58:08.442Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-06T02:58:08.442Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|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-Basicclamp-csar.csar
2021-04-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|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-Basicclamp-csar.csar
2021-04-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|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-Basicclamp-csar.csar
2021-04-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|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-Basicclamp-csar.csar
2021-04-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|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-Basicclamp-csar.csar
2021-04-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|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-Basicclamp-csar.csar
2021-04-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|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-Basicclamp-csar.csar
2021-04-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|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-Basicclamp-csar.csar
2021-04-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:08.443Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:08.444Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-06T02:58:08.444Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-06T02:58:08.444Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-06T02:58:08.444Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:08.444Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:08.444Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-06T02:58:08.445Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-06T02:58:08.445Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-06T02:58:08.445Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:08.445Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:08.445Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:08.445Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-06T02:58:08.445Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-06T02:58:08.445Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-06T02:58:08.445Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-06T02:58:08.446Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-06T02:58:08.446Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-06T02:58:08.446Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:08.446Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-06T02:58:08.446Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:08.446Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-06T02:58:08.446Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:58:08.446Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:08.446Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-06T02:58:08.446Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:58:08.447Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:08.447Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-06T02:58:08.447Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:58:08.447Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:08.447Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-06T02:58:08.447Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-06T02:58:08.447Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-06T02:58:08.447Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=18543ab1-1e2f-470d-b271-409aa3352294
2021-04-06T02:58:08.447Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:08.447Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:08.447Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:08.447Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:08.448Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:08.448Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:08.448Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:08.448Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:08.448Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:16e3eabc-dfeb-4a9e-9c23-fd72abb91617
Model Version:NULL
Model InvariantUuid:59f9ebf2-5626-4d20-81ac-0bdcfa020cde
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:fa615cf9-e28d-416b-8a39-dbb4f5efa660
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3d9d2c7e-ee0d-4254-9d6d-6fd2d3879b5b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ca7db730-98bc-4a47-bfa4-e944e10bd988
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d42f8aca-ad80-441d-bb56-dada40bcad25
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:5f452e1e-04b7-470c-a38d-163ee140546c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:18543ab1-1e2f-470d-b271-409aa3352294
ModelInvariantUuid:fa65d0ca-179f-4a36-8f2d-398e86554001
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d684472e-5060-4aad-9fc3-282c0fab9a28
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:577bb2e2-521c-468d-a5e8-940cead66f30
ModelInvariantUuid:040ab7ca-f148-4d11-8936-6e9677219fe8
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:27eced7d-e07e-4fc9-a268-6c615179c96c
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-06T02:58:08.453Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e395e4d-1938-4bd4-902a-6d960d667665
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-06T02:58:08.456Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||basicclamp 0
2021-04-06T02:58:08.457Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e395e4d-1938-4bd4-902a-6d960d667665
2021-04-06T02:58:08.457Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 8f4fb489-20d5-4fc4-9fe7-73b8d40681f5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-06T02:58:08.457Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-06T02:58:08.457Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:09.166Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-06T02:58:09.166Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 8f4fb489-20d5-4fc4-9fe7-73b8d40681f5 790
2021-04-06T02:58:09.166Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:09.166Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:09.166Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:58:09.167Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:58:09.168Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:58:09.168Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677889166,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:58:09.268Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:58:09.269Z||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-06T02:58:09.269Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:58:09.279Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:58:09.280Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-06T02:58:09.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T02:58:10.168Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d42f8aca-ad80-441d-bb56-dada40bcad25",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5f452e1e-04b7-470c-a38d-163ee140546c",
    "vfModuleModelCustomizationUUID": "20e3fff1-655d-4a76-a385-3831dc76e45e",
    "isBase": true,
    "artifacts": [
      "ee5bb94e-9d42-4027-8268-b2b3736d1ca2",
      "1df20b84-42ef-4030-bd62-5a0934b5ce35"
    ],
    "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-06T02:58:10.192Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5f452e1e-04b7-470c-a38d-163ee140546c
VfModuleModelInvariantUUID:d42f8aca-ad80-441d-bb56-dada40bcad25
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee5bb94e-9d42-4027-8268-b2b3736d1ca2
,
1df20b84-42ef-4030-bd62-5a0934b5ce35

}
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-06T02:58:10.196Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d42f8aca-ad80-441d-bb56-dada40bcad25",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5f452e1e-04b7-470c-a38d-163ee140546c",
    "vfModuleModelCustomizationUUID": "20e3fff1-655d-4a76-a385-3831dc76e45e",
    "isBase": true,
    "artifacts": [
      "ee5bb94e-9d42-4027-8268-b2b3736d1ca2",
      "1df20b84-42ef-4030-bd62-5a0934b5ce35"
    ],
    "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-06T02:58:10.197Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5f452e1e-04b7-470c-a38d-163ee140546c
VfModuleModelInvariantUUID:d42f8aca-ad80-441d-bb56-dada40bcad25
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee5bb94e-9d42-4027-8268-b2b3736d1ca2
,
1df20b84-42ef-4030-bd62-5a0934b5ce35

}
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-06T02:58:10.197Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: ee5bb94e-9d42-4027-8268-b2b3736d1ca2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-06T02:58:10.197Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-06T02:58:10.197Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:10.672Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-06T02:58:10.673Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ee5bb94e-9d42-4027-8268-b2b3736d1ca2 5033
2021-04-06T02:58:10.673Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:10.673Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:10.673Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:58:10.673Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:58:10.675Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:58:10.675Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677890673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:58:10.775Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:58:10.776Z||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-06T02:58:10.776Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:58:10.787Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:58:10.788Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:58:11.680Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 1df20b84-42ef-4030-bd62-5a0934b5ce35 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-06T02:58:11.680Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-06T02:58:11.680Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:12.431Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-06T02:58:12.431Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 1df20b84-42ef-4030-bd62-5a0934b5ce35 909
2021-04-06T02:58:12.432Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:12.432Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:12.432Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T02:58:12.432Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:58:12.434Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:58:12.435Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677892432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:58:12.535Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:58:12.536Z||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-06T02:58:12.536Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:58:12.546Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:58:12.546Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:58:13.435Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Preparing to deploy Service: 16e3eabc-dfeb-4a9e-9c23-fd72abb91617
2021-04-06T02:58:13.436Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 4e395e4d-1938-4bd4-902a-6d960d667665 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-06T02:58:13.456Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:13.457Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:13.457Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Processing vnf with UUID: fa615cf9-e28d-416b-8a39-dbb4f5efa660 
2021-04-06T02:58:13.457Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Will get resource from SDC using resource id: fa615cf9-e28d-416b-8a39-dbb4f5efa660
2021-04-06T02:58:13.458Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel to get resource 
2021-04-06T02:58:13.488Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel
2021-04-06T02:58:13.489Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel|INFO|500||Invoke
2021-04-06T02:58:13.490Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-06T02:58:13.490Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel
2021-04-06T02:58:13.490Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel|DEBUG|500||Method      : GET
2021-04-06T02:58:13.490Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/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:"dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da", X-RequestID:"dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da", X-TransactionID:"dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da", X-ECOMP-RequestID:"dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"1675297f-503e-4534-83ca-c27ab50c6d30"]
2021-04-06T02:58:13.490Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel|DEBUG|500||Request body: 
2021-04-06T02:58:13.490Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel|DEBUG|500||==========================request end================================================
2021-04-06T02:58:14.248Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-06T02:58:14.249Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-06T02:58:14.249Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel|DEBUG|500||Status text  : OK
2021-04-06T02:58:14.249Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-Basicclamp-csar.csar"", Content-MD5:"YWMxMzg4MjA5YzZlNTVkYmI0MmI5YWJjZGRmMDQ3MGU=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-06T02:58:14.255Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/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��������;9l�&3w�:N��u�fm^�!f���_	0��l�>3gR�m���� t
*:2L�M�	�5���1�C�i{R6жN�>�(�:��'�1�5�M�ww�nj��:�M@�ՁȏE �$C�ua:�ձ��`J�X3d��)�$L� ]UEc���b`��Qa`j�m?�Q����Bޟ�'��C����7��W� ��� R��35}�����7�5t���S.�	�yR��,��37b?׆�:���"L���OXs�ǟ�ࡀ��a�����m�A�N2�y��kЃ�i��)����>�`��ϦW�-
��Kߍ�Pɓt�s-S���>KA��aB�Ux�ɕ(
�+	L'D�5T�3<�C�M/`��B5Ql�FNq����:�/�]
�a��� .���̯y~g������C��7��(�	]���r�l�&�˝�Z���Q1��		�����ft�"	�8��2C*D��g��8�3�a.N3`<�]�:�u�\.fW)��^#�G:�$V�0V��xn*��8/�qR4�1�e����I�QY>�uq�wZ9���D�X�O�A�>�%�AX{������#��pa����"Fh����LOs�p��e}f9�S�Z��q��5 ����/�#��|'gׯ����:;����0�p
M+ɓ��u�b�w<9l�5&\�4	�K���h
�C�P�k�a­u�Z�1ă~2��`
$.�mcC�Io�\,���DߎT〈��
mj\���df�w",>���h�����zvB/�炮�.7�ӽ������}��\n�뗐�,���cx��d�gW�����x�^<���#?�?.���ˋ~u�~'������Pg�+�K?��}]k�����r�ؘ����������Ftxz�|���`���b:�?��͹���ܙ>l���{�q��~�n��^��.|��O��~��{���I�V���É�yũ��+t�r���n������ō�:+W~���\��}3�/V�׹qO�n&����|}[�h�l毗_gg�e��]�����|��'?X	��j2��/��*�����пd��o��6�$t��Ƅ�W�J=��t?ޏ._�����Hz|���w�����ͥ/��mX��gӫ#9�.�e���˒;1x$Z�BC��
�Q;�Ͽ<�:}����x-���kY�"������N�ZϮ��;�oP��<��.^������Kh?�?��+�o��>ۓ�/�����������]�#B�cs䃫yO[��T\�2��pwĨ���G-�q&Ė���ֻڃe�oX��5�p���1mRcQ%I`7�"�q����s�fA%���C�G����e�
��va�-���z��� F�{�
ifG[B��^y�,�׹��O�f�P�:��vS�l:P�7�
 BAS�ׁ O�T�E��2�E���8���Q�dC?�5ր��i��EA���G�;$��t,
P��x�r��@�'YBA�,f��v�v�(�U��(;
l�pH�h��x���.C3c3��l���d�t�m��Z������(�eɯi�lkU�{g4��
��������!?��e����.f�d��+u��6�-a�)��
0�XNJ�+�E�b�c�:zW�Њ�&��1I#����4a� m����_2a�T˰�y�PSҐC�lP��/%J�9��B�u�U+k�UiPr�3�J�N~=:u�F6-GV։�N�'���W��)8��0,N���!�q�M-؊aZ!�2d�)U�cf����Mp���@�*�j0-"?i���~.2֠E�
�CB�^QYp�0� ��N+J�s�ӊ��R�v�J�E|'�.k�l���|8R��0��������vu�1,G?�6���,�{j~w�������u{v��:����5?�1�Mp��_g�}~����ޞ�d�ײ���Ab��L�p��t3X��9ڦVRż)�,�:���eqm��]R�I��pĹ�A�F2��<�0E%T�JN5H�U&����GP�\������
�2��8z���W9*�=
�L��!���LrByhD6���9���S�$�T(�ȋ�(4�HnQ��h�Pv�p����@q�X�.v�~�[����J[��x�$��r��Tk���jIE����������K��#j+V�}�����ʋ:�]UZ�����T#E� ��j�+�
���{ƅ�����L��x��+���xT^��#%�FZ���oK�f�^ь�����T�~g�/��Py�=���OeG��C9��!����b&&%<��R��	6�?9�2�N��Kn_.JvI�4�?��QHu�3��ї��^��!]�S�%�ګ����+�I�B2�k������&K�7E�r3���]����R*'���eAHd ���]�A4�hT�߉Y��!PZ��dx���#24(����z���>?�o�Qn�8�Z:*]dL�vJ��+i,L��j�JHϱ��8�">�MOeAey��PU J�S��+�Sd�:�B���ǂN�Xa�n<�(�U ���D5t46x6�o=�͸vX8�"�����
k3=W��g��Ք�"�(#��0?��,Q����`��%�
��(;��������z
XR��
�򹕟߂%?@���Z8�h^��}ܣ�D�}d���K�OC���Cg�&L��H���4^.�P{���qm��@ʼnwak�0D��P�K������������,�*�h�҅y�x'#}N*;���T�@�4D���tl�@�%q,J�x�����ȎU�kQ�D0���B���)��)��U��X7і�����f�e��D�|�Wr�hf{H"��<�ݤZ$W/�K��p]/���]�*\w�ٍ��o��X�{�g��_�u�/	 ��{L��~Q6]�xɡ>eq��t��c	�X��qR��tB	���8��rsDP�ꀓ�8l\�������D3��µ��\>lAYs�)�������Z.�QN�8_���̠�޾.�r��FiɎ!�smR��8��>�lr����(\M�qhGu5��ݵY+���3��2�|	���AvG��؋A�؍�m�Ԑ�7��ѯc520p��-� �U�v���`v�c��E��K'�f���(}D٭쩋F�Zi�\�������a�h׀�ȴ�䠍O�}>��z�t��,���Րv0���n�R�5@���0!�4z1�q��W�R�Ei�G$�N�1��lA5�x��*N�L�o.B���w4�A�~���>uܮ<�;�a��[{{ܓk�h��x����x0�!h��3,��XS���&���C�%��R��ۿ��qdW��̾��ף��1Pp{g��r���� �zF���}�a�?pTݻ�\N�V��J��E�~���l���#|�#C=��;��������Φ�rF'�f;��;����S��]�O/�}NΫ��δ�k7{�g(��A_G��:�Ak|I�c�����o�wG�j/_�����p�x�4��~���jڅ�N��"�x��r
)����b�זk߳���ɠok�~�)t�e,���)P|X�Y�sV��<}��*Pٮg���@�V��������V^��ĩy�ǹ������LV����Tʟ�
�f7�P�
�/�u��Ư��P���+�`�`�M��^@�qu��W�A�[�-����M�V������t�GD@u�:���Հ�J��PK>cg�]VPK��R6Definitions/resource-Basicclamp-template-interface.yml�]ms���~~��9ӑjmm�̝���ݽ[��j_��a"M�!��?ID���-=��'!�z֓���;*P4�#Q�-G�CⰋK��[2m*0
����`1�����d��Ȁ���3
vSPώf���}�`�Vi4K8��J�D�&Ȏ���3�	v���)�mHݨr��g����p�P��ȅU	1�؆T�i�:�%*��\RU���4
4���l^&=F%@���a[5�9@��"x�[P1�+�;���FȢp�{4�,U�c�L��~`Η
�ov�N�����o��S	|c�,;��6�A��
�(�QV9"AP�펔)�b�w�I�8@��_��Y�F�SOZ�o�֫�y��(k���3���{�^����Ϋ��Nzϴx�yz��U��#�%�]�S��/����i<�_N����m�uPy��n�-F5Wەkگ��\��k�����P��6n[wW�o�iY�����9�[��/�81�G���q��
�����y�n;���1�@b,d��4���Z��i�$�8����7X�{�؊Z��-�
 �z�vnfd���|*�ȥJe)�n%�i��p$����ZK
����{���w5�������ρF���9(�1m?=����&xC��ݎ���r�t��.|f���(���%�qfIvL�?v�6����BL�kY��~�s���hr��3����4Ndۑ���̒X̅3�E%V�&ӏ"�L��%�i��P������9�.����I�1�� ��˞N�v�4��.�
YC�Tf��T/Hݬ-�iG�@���r"��P�@R�(��P�j�,����(d�b��֐�Z���)�iq2v�z��Ϥ3��������rJ1��m�$a��o��/*��]���	��F��8��
�3e)�eyLM9uҢ��;������I�9ۨg�@���I�=kȳG���I�7Y�qF\%�x�`h�W��M/(z	���(_���������.�=�r��Kǘ��q
�-{�oًQG�h��<�F(�h%S�6�D�`�~���knV��3*'iR�k���c�~N�I�V�a����7�|��v)?/O�[�)�6+��ȡ���IX��^G�n��rI�k�%0�c��oj·����Ya�d����^�p�Z��=���m��7%�&{yq���,���u'����Ph~��"Z�1��<Dz����K�,l������D�0ˣ�O�*iM�»qs�p��D̙�	[��������L�js�������OxŚj��'РA�V�yx]���ѕ���A��E�O>P�[����Tvfov}si _:Mq&{6<4�b��Rr� }6%�"���|D�m~1�b�)jm��Ȗ��=��/k�(}*�k"Sd��Z�۞47�f�0�la�Ns���-ф����ۑ��9�$ɧs���V��_!גʿ����plY��=z@{MH�!޼���$�B�/��FP�@&� �sI��*Y8���U�t��)�@4H~�P{U�W���ۥ���~��
|3E���-�4�>K�B9{�c�Jūa���e�1h�5V����f��N�#V(�0M7�9�>�FQf0+��b��\�-��t�'��[���7�_A�XO_��%��}c�Y� ��2,�Ç+T_*��W�0K��Rp��؄�X
�l]�vbb�&����M&Bt�
�(�y=��d��;%��U��g�Rp���!�7�U%MW��j�l
�Φ�J��e��a�D�)ᡩ���5��[d�74�$'���'1%��>W�P�X.*��ǏD�����\�g?}�����;�^��r����X�}�����nj] Y{�jF�i]��,i�c[2*�"3�`�hE�ز1�	 
{=�

�h�����:Tm��NV�Dу���ST'�ՕU����A�C�:�c�H�c��a;��.}cw���WE^:��	����C��1v��h�8������lҗ�=t@Z�k���'s�%l1Zon.o77�o���y7l}'�?-ckJS�nL6��4�4>��m�Rm:i�'�. i��@7���DZ��������ߚ�ި,�O���:���[Q����d:��HR
k���	I���t�-�Y��o|@�c�Ѳ<3����֒^����\c���;��DC������b����6��&���Wt�_o���t��;��?�QkS�W�3?�����t<���vIM��yĜh���Nj�W�-���#���[��N�sBS��=�/i�K�g�Eg;a�R����v����b�9�E����~��:}�]������6��������}PK�jLg��
PK��R=Definitions/resource-BasicclampNodesUbuntu18cvfc-template.yml��r�(���ij�@F�on���"���r���D(͔�������$H!)�Ɋ�p�[��x�2
�m��,`)��~�q\[iޕ0?���}�^؋+����)���,<�� �����ז��gN0Z�.Z���ݥ�V�=�o7��|�������ݒ��|;`젃KVh�_������p�}zmq��� th2ˎY�f���K
�H̢4�m�G�bqH+}��'�Z,���:N��&)�������H�/����-|!8��0~������dǦ�昤1&)��4	���4p¸+*H��t@�Gq�>,f���/0l�>��}�p��4��B��.x�r�
a��t�Eᓐxc�Op��̃U�A��4�Ε�E��Q��0�����;
=FZ,��A�tE(��W!(tVR��Py�%�o5�=G�^b��RPX�D�s�=#�gYJg��(N�a�0�-0s���j5�6����1lM%eޝ��Z
x�{%c%������9
�=��%��Y��탒��K$�R�ۇ��D�<�n:#�ٴ���4-O�v�ZLP�䜑])���6��{�vn�r��:y,Iˆ��/c1u�L�-i�ƯvB���+�
�Nyc�E�$Im$)�o��2����NY����h���J|
��0Ct�b/�fSc�R�*�y'��K���.�|�HҞI-HB d�l�>X��Vͩg�fa��1������
㟳/�<
��0���,f�-Z�K����X��%\�@?��ʧi��i��T�]����>G���5^+{Ub�m���a���j+�PڴF���6�톱�ӷ�e`������d���w$������ˀμn���
�&p�<�b����V0��K1^���'IY��U�}�|��Y=�* �ƒUd>>����N����X~�⁷���2pp�8��{b�'?c恐a��2m�M1�`�U�l����OQ�v�������Xw�50��9m���,o�i����~�Ա1b�t)H���"�g7��+Ej�p�۠��j�s��|�K��ĉX9+t!p��M�K�U�*�j�0��z���ћyX>~��%��i�_��3�
�����QIIgʲ�?���}ǽ�Xp�/�$	;�JI�m�	�u�i��~a��u�h�O��vZ�+k�r���(8;�RD}0g��d�z<�y����R��|�Z2U9?x&�p�b:�g(ɶϚNfn����`�.�{�v�?��hK��n�8�t_�(�%��9��w�]r@x�ݣ-�.6�݁��qR�$
}�W9����x\�%�,��{�
ݣ�zN(v�[w�8�uαJ��"�g�r����y��RY�e
(�Ud���[T�����U�ЛTvr�*�vF���bС����O�|�ω�8�&6"�鑠�C�n/�05�V���#���(MP c�Y���)O���~�����M��Q|��V���MB7��cZ�GlX� ���z���g���㏻G�����E�����ꔁ?Z���E�C&Ӧ�;��#��7�w�1�����O��F�M[�Ò�3nh�j��,��vG=	]��m�_�����6�v���á\'f�b�l:/
9%ω"��(943�Ȥ!$lw�/?1�>�-
͆�2o�
U�G�U�E9�Y����q� u��1�/pߣ�uÉ���z��?��'�+�{^H���4mm)���@�Fs*�3LÈ����;��U��A#�.���&�LE)*n�	OwO�VE��J��H�l�y�=Ik�J�[��$����%(�1FE%YA�� �����K.L�\���tRUD��q�O��.��d�S�M��(��2���D^�Trba4�'Q�@h�l���Bi�╳�~����**Z��f@�7eY��l�P}r�(F���r&^)�zS\�C���zD뭳Ax~8�����j�j4�@!+�Y9���q��ё�mכ�f�8b�n��L��ڬ�r�ߠ�vE���w@���6�-�	�gS\�	�Yߞ�u���x����B��ɫ�E��
�'[���gj�q���;n
�lW����<�2C7����̓��o���4@u���~9��<���d�Unt,��r����T��m�iC�{�t�Fd�Ֆ�T٘�ɗ����|��g#u=z�[d�eT_t�2��^�ʟC�'�U��Sȓ���;m��]]:�6��L1w-��9j��3���+iE�i�,����BJ�CH�#b�h��p:5�V�P�9r�����\�d��IV��e��˫-���B�,qU�
����I@�8	�s�9é3���a�U�Iۡ�eǣ�U��T}�!/%^l�v
�ܧ�{�fm�z)�[ɤu᦭1�vD� ��S
��^/�\K�zF�.�ٷ�e{w�;mT�,��j(y]Y��'8գ`JB�}���Cs���C~?�SV�v��"�N��ڻU���>��!����9��FE=�$�T�L�i:��ڠ�`eMBٰB�C�S��+�)�+p����B���Wn�_�f�*�zR٫��LPeK[-S`��cg�czы�mI�^�*T�x�z�ƿ0�\��@�Lʖ'��`�N���=j�9ϗL6�*���u��{[UuH��Zs�_���>��S�n��w�zWդ�q~���i!���SV&�{(
���₎R����w((T�}b�m��cd�)&O�����6\4>�[�/	<�$����uLZ�s��,}G/�L5��L�ɕ݄�wL�n��U�\v�B��갟�j��������QWn��)z�Ȯ\� =�����	[ހ����1s$�c��>�Y?}�z/�\�9նNx�M�����1:�-��a�#���̮C�t�M�
�=�aU�A?����MG-��-֏��4������v0਩�v�	m�R��R�v1���w=�%�t�������=�6��x�{�>����ª���n�RWּ9G����o9�?[R�GR��yS��/��A�Kp��#i$7�%+��G��F�]syg���Wx�ܬ�\��`�K�1φ
�Խ�1���Yӽ�5�%����̿PK	k�X2dOPK��RGDefinitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.yml�]K��6��W����B6�bo�M�n�l�KQ4E��J�JRN�_�!%٢,����i�>�9~�q8|�HM	Nٜn�������J��^�<����'�)��7?]!!S_|�=6-/�|��)�'�KK��M3Z*nָ��^�6�h��V̩�&�h/���x����Y��3�Ճ��*DS��I�	�}�AV9�gd%Uo���6V�Ұ�J��j�T91c�R�V��cc��K�ϴ[I�\��^��ioZ/�o���?�B��Ay�	2�vT��A@u�Z�d�%#&�%8DnJk���ルĠ}�IQ�v?�`g��{��A�M�
Y��1w�Ќh�"P�b%��bF��O\�����m��»y_�~�;�w��E�Cn�c�����gV��У��YBw��g[ȊlNU�3e�����3C�Σw�RP?h8�O�g
6Vk<�����nT�#�vx��hE!'
�92K�Q��5^5^)���Ɣ��p�x0'?p��N��=���2G��gLYD ��jY/5�U� �"����J��Z�[��B��jIc���1��H~#��[u��Ol=�Z����|����}9�0���s��I~������ݩ�C�W����R�dF�M.<@�I%)j�|�b����ݧ?���~�<2Oq5���_-����$�JI[�Vl?SW��^=>C��F�4�cp��4t��BBk�DZ=�������,��0��}s���tb#�����o_�w��~�5}�ue��~o�r��(F�d�6 �6�A��1=�Z����L��!�z�f檡�Y��f%$�_�;!�V�������Sx)Ќ�\
C3{�ڎ;����G%���+�N���w���[�Q�z�-�K�L�~����n�A�9�~�F�:uSfù�F��#3Fd�����E�1)C��_U��/�d|�l��9˥Z�e$��P'�b^t`��(qix�0|�@'J�L�d00!��Щe�D*��*�&��"ޚ�:bV���~Y��4R�,t$�8d�YG�"
W�p��v]>�`̐�a0��{N�[�u�i���+j��{�ﮬ���{��^_��Z�PI��l�c#�h>#��>��;��8_{Q�C#x���bO�VwR����W�V{��� ����=�1��2�ᾰ�ۏ�#��?�'�yzuU���H�v@>����!����zW�����9�	�	}�%��;�jY2錿�z�ti�`,i�B$�O����=#��h����cG�2�l`��o�*K����=�Ht���sL�nl]�41l�����_	����#`�����ѵ��Z�C'���H�I7K^A�,"3&`��9tJ�,����"2bH>+�C�)��$�GN��HAD�%����OԪ�Y.e�� ��1��7(�h�qB�LB�����
R�����Ġ�	�H���X��,�=c;�ЉQ�Dkjo����i��C;�b�s&��5�	:͢�iF��C][L��4[��<+��]�O����~���S�B��K�%.�:�>�H��QǷD���ެ��e��o�h��3Z�GE�_14
Q)�"<��6�����c9�(�9i�%q����#���T�G�����޾ȒɯJ�$�D�r����Y�v��8r)��V�B�Ȅq���
����q!l\x �N�x�dd"\�Q���&�b�2X������Hv�?k�gk�Û�������`_�l����?��d��4�w��Ob�:�͆]^U3.��d3������Q;��*�zIJ2�����icT�g����ށfO��^'Բ��l�PK�����!}PK��R,Definitions/resource-Globalport-template.yml�WKo�8��W��� ���|s��n��
�I.�B���LT"�$��}��;V�-�5��u8�o>'FjF�b.��R�`J�njw�y���i��`|���5tvD+�8����jF`t1
C�bSo:a�������x���xt1F�Ryrv:���sN�Л�ѩGO��7=��hg�����`F�LeH�[��"�L�ܸ$� W�AM(I�Ie���Q������Z��U�{��}���f�E�T����JK��,�T�qU�:�r`"�&?3�n
m��Ĥ�CdL܎��V<�`���J��8#�d������=1�k�w�p�
_������N�c9+�b�#"���X�P��|?�	����P��<6W�V�t��9e��h�޽����{q}��ʿ�J�~����q�;���(,-P�Uv㜴y�I5�ܹ��6�u�~��
�v�t��@2V`���=2�|?,>}}X\}�jd+�PP��zB����[�8@�b�{K�ѻ�� �7�l�&%�%�6��
"��e%mQ�3�!w��?��:oY�Dڼõ���r Ǜ���>��09ޏ{29b����۷��6��1z�nt�ͻ���܃�7&��s�&�a���b�"�w�8P������q���^��M�þ�k����PKjs-�j�PK��RDDefinitions/resource-BasicclampComputeNodesHeatUbuntu18-template.yml��Oo�0���)|ۓ��v��Q��C��{�X26�
�~�����H��z��ߌI>*h4vƙd��̈́!ҡfi.E��;����<��@C����q.=>��Z���m��w�r�-%�V
^`U��YV^�>��P���D~�T��\\y�
�Q���
E��k��Q�B?��aL(���3Bc;�4��M�
fHs��X�1Bk���0��o_�J��L����7�5��D��4��?�SS�H�>��>Ԭ��ʷ��e��-B�^G)N�W埔�>�}�dv<h�>�X8���3�KK�{o���3�,�u���B��V_р�?�a��
+|~�S���o���勶"��O����3��6�p~���݋���Sb�0`��[/d�i�����r�88?�����������PK�i�\PK��R(Definitions/resource-Extcp2-template.yml�RM��0��W̩�@	��m���a�Q�쥪���Ī��1����B�����y��0��UQ�2̹�+Y�ԕ}$`��E)0��B��t6)�FI&\^��D����&�p6�/0�(ˉ����<�X��e!Yh�Zq<��ᒬ<�W/���G�a�BƲ�-�K+������zؿ+�yi�g��Ç���H{ť��T�Z"!@�3jX�m���\���r|ba����I�k_PZ�XUgwx��U韰X�4��5V��_P2�x�=�������
�
ڙ��S�{e����I1����v{x�X�6U2�@Z�r��\�6
�_aI���e$p`�SR���X2�;�FA�+8�r����U=V�HG�Jp��'oX'!R*���p#t˦��J�|Uژ�*J�f�OK�����Ն�R�v��J����]���4x'�nZp����tCow9x�����Vח)Jk�Q��<�������n���؅��֌�b�޳?�w��4z8�W�GZ:?������:^�nl��������_5��ȉ�p�PK�]~��PK��R&Definitions/resource-Port-template.yml�SMo�0��W�����n�4�m��0`K���ՠ%&*K�$�ȿ���m�=�ȏ��O"��I�*����g{r�)�&�UQj�X�,ɒIA%L'���)4a��u��<3��2Z^.��i�N�-�PK¿Bb\ePK��R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{�Վ�4�77N���I^����l�:�*����Q�>;imc��I��ȏ����%�B	'���
���\PYQ��5+d2JF':�1���V������4����޽;�3Lg���
���K:1�<�H�jc>��q��L�#2F6H1烋����Q�x~NƊ>�V�hu='a��Q��~�0�����RȽ�Z()�n]"0)A�%���i#V������[�.�Y��;*2�$�U���=i�n$��%�A�+��U�Mw��~������O�H�bEC�=e���O:C9���ۛ7'�~m��O�He}�r!�MD�B�����e��=g%K��"o��卩A���ܲ�R4���m�ZҨK-�	����v�߾UO�e���,"]R��.ʨMa��hu��R��k�%����Á
?�f���f�~�Pa��2­T,���ʖ���D�I�@}�lA}
�ٷ���?8��1P��&o����J
9�OZ�+�1/pXg�Z�c��tN��
�D��m��>&�/��	T�&��sͨ��s���
8�4�M?;X��º�1M�,�N&������G��=����-�C�P�T^g։�K,�Vl������\�$ �Ԉ��q�
�Q��<�ձe�k���R$�V*۰-��!�[1YabK作�Fb�t1|�����+_�w���db��}�
�e�!�������5���hy��Y�s��R 'd(E�SGmu�J%�Z-|��D3XJ��
|��]�&�wG���L�Y�'_.bk�UhF'�2�J"7MTj����{�v���6����I���M�� �[��3铋g�A��S�>(���&-��H	��8���lQ0�N�c�Hc���T��_��?�:,+�J�$��|���T��{uҪ��~8�|�vd�GE1�pew:x_��w���]�o�z�^�?h��o�]��m=
'�qg�9u�AűW��z���w��ʹ�Q*E��-�<�����YL�����=���}��������X�·�-��^L������d��Jo���Ց.�e�#��PKM�W�L�
PK��R,Definitions/resource-Novaserver-template.yml�WKS�F��+���Κ��f�r��TJ5�Z��f���m*�=�3�-����)p=����8m��	%���FK0?F��'+�BBT�\F�hp���)w|tĘPKnW��qr5b<9~ڻ8�p�;�Žszp��������)J���pp<{�8A�!����wǧ��8;?�92+�È���߃AhHJ�&F΃��€�,���L�ƕ���d!�z�>��L���0�$"�2��-��u^���)������J�N3�P��n�R�2Q�b	
�V
�$��D�2e|Ʌ�\�[��)f�W��ȽA�
��m�F/E
c��R�5�6X�똰�:��\V*�9BJ�#Aq���xS6�}���9��T]����c�]U`�>��;���0b?�#��2ސ1��L����bztixBڌ����}�@����; �hm�������?�*�>��R�]�t��j�~���,�E�QY�@���o5j�U�]q���dzu�[��a�W��W�bO�,݃���۶?[�^I���܏�7��_�X!PWt��H�BmBF�-����+���U[�����/	5�0��
�Xc?R�P���-k"�CVo����7���h��f�/���~�����[�rH;>Z���@�=~�����U�=:X;E�����f`!����i�*���g�A�-��ք�	���}��5K��"�4�i����4�7Z�d,&b
��2����VM��&1��3���n�S|	���pK�lYJ����A����l���U�;#�C+�(���y(�v��'E�g^�9f:e�:fN�pG��h��������(vt=��n�N#��Blr��*�-#ju�VxFEuhq'(K�7oo��������.�Pʟhjm<�]ʔ�-�D�c�Yg�K��AW'�4��:/�p(��������ps3��~l�B�J��/sp���
�e�;d6�i{k��"-t��ObA�l�>�
�7,���/�oaI�����5�^�����q�[rY��l[�\��,j��"l�-�/PK��PK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��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.xmlUNK
�0�Jq��6J��Jy&O+�G��o����3�X��4�L�C��q��y��'kC$O:�؆�f��R�v��y��H͘7m���O����:�5b�� D�Gޛ{�Np3cg�]V,=Definitions/resource-Basicclamp-template.ymlPK��RJ�w�
l�6eDefinitions/resource-Basicclamp-template-interface.ymlPK��R�nfo�Y/�Definitions/resource-Securityrules-template.ymlPK��RK�Q�<K/{Definitions/resource-Globalcompute-template.ymlPK��R�jLg��
)$Definitions/resource-Compute-template.ymlPK��R	k�X2dO=(Definitions/resource-BasicclampNodesUbuntu18cvfc-template.ymlPK��R�����!}G�4Definitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.ymlPK��Rjs-�j�,�=Definitions/resource-Globalport-template.ymlPK��R�i�\D�BDefinitions/resource-BasicclampComputeNodesHeatUbuntu18-template.ymlPK��R�]~��(�DDefinitions/resource-Extcp2-template.ymlPK��R¿Bb\e&GDefinitions/resource-Port-template.ymlPK��RM�W�L�
.�IDefinitions/resource-Extneutroncp-template.ymlPK��R��,oNDefinitions/resource-Novaserver-template.ymlPK��R+�@j5���SDefinitions/data.ymlPK��R�'}8��Definitions/groups.ymlPK��R0?��@@Q�Definitions/policies.ymlPK��R���C&לDefinitions/annotations.ymlPK��R�����F�Definitions/relationships.ymlPK��R2ea�
Q�Definitions/artifacts.ymlPK��R�H�v~(��Definitions/capabilities.ymlPK��R8��\�Definitions/interfaces.ymlPK��R5n���/�tU�Definitions/nodes.ymlPK��R0�^@�@��Artifacts/Informational/OTHER/VSP_basicclamp_VSP_Information.txtPK��R��
'V�,<�Artifacts/Deployment/HEAT/base_ubuntu18.yamlPK��R��Ax�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R�}-M��4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKi	��
2021-04-06T02:58:14.256Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-06T02:58:14.257Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/fa615cf9-e28d-416b-8a39-dbb4f5efa660/toscaModel|INFO|500||InvokeReturn
2021-04-06T02:58:14.260Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-06T02:58:14.261Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-04-06T02:58:14.286Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||VFCustomizationUUID= ca7db730-98bc-4a47-bfa4-e944e10bd988
2021-04-06T02:58:14.287Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca7db730-98bc-4a47-bfa4-e944e10bd988 matches Tosca VF Customization UUID: ca7db730-98bc-4a47-bfa4-e944e10bd988
2021-04-06T02:58:14.287Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||vfCustomizationUUID: ca7db730-98bc-4a47-bfa4-e944e10bd988  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-06T02:58:14.290Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:14.290Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:14.291Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||resource request for resource customization id ca7db730-98bc-4a47-bfa4-e944e10bd988: {\"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-06T02:58:14.291Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5004d9ba
2021-04-06T02:58:14.291Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:14.292Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-06T02:58:14.292Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 20e3fff1-655d-4a76-a385-3831dc76e45e
2021-04-06T02:58:14.292Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 20e3fff1-655d-4a76-a385-3831dc76e45e
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-06T02:58:14.295Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:14.295Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-06T02:58:14.295Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:58:14.296Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:14.296Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-06T02:58:14.296Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:58:14.296Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:14.297Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-06T02:58:14.297Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-06T02:58:14.297Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-06T02:58:14.297Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=18543ab1-1e2f-470d-b271-409aa3352294
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-06T02:58:14.300Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:14.301Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-06T02:58:14.301Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T02:58:14.301Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:14.301Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-06T02:58:14.302Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=ca7db730-98bc-4a47-bfa4-e944e10bd988
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-06T02:58:14.304Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:14.304Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:14.304Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500|| resourceSeq for service uuid 16e3eabc-dfeb-4a9e-9c23-fd72abb91617: basicclamp
2021-04-06T02:58:14.304Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:14.304Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:14.304Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:14.304Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:14.305Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:14.305Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:14.305Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:14.305Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:14.305Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T02:58:14.305Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T02:58:14.305Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:14.420Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 4e395e4d-1938-4bd4-902a-6d960d667665 1 ASDC deployResourceStructure
2021-04-06T02:58:14.420Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:14.420Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:14.420Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T02:58:14.421Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:58:14.423Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:58:14.423Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677894420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:58:14.523Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:58:14.524Z||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-06T02:58:14.524Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:58:14.533Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:58:14.534Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:58:15.424Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:15.425Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:15.425Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T02:58:15.425Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:58:15.428Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:58:15.428Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677895424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-06T02:58:15.528Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:58:15.529Z||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-06T02:58:15.529Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:58:15.539Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:58:15.539Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-06T02:58:16.429Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:16.429Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:16.429Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T02:58:16.430Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:58:16.432Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:58:16.432Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677896428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-06T02:58:16.532Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:58:16.533Z||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-06T02:58:16.533Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:58:16.542Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:58:16.543Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:58:17.432Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:17.433Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||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-06T02:58:17.433Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T02:58:17.433Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:58:17.435Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:58:17.435Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677897432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:58:17.535Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-06T02:58:17.536Z||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-06T02:58:17.536Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:58:17.546Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:58:17.547Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:58:18.437Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:58:18.449Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
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-06T02:58:18.453Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:58:18.453Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-06T02:58:18.453Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-06T02:58:48.454Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:58:48.463Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
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-06T02:58:48.465Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:58:48.466Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-06T02:58:48.466Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-06T02:58:54.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.71.135
2021-04-06T02:58:59.945Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:58:59.946Z||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-06T02:58:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:58:59.964Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:58:59.974Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:58:59.974Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "clamp",
  "timestamp": 1617677761063,
  "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-06T02:58:59.980Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
2021-04-06T02:58:59.980Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da 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-06T02:58:59.991Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:58:59.991Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "aai-ml",
  "timestamp": 1617677763111,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:58:59.991Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:58:59.991Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:58:59.991Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "aai-ml",
  "timestamp": 1617677764117,
  "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-06T02:58:59.995Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
2021-04-06T02:58:59.995Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da 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-06T02:59:00.002Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.002Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677770945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.002Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.002Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.002Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "clamp",
  "timestamp": 1617677770253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.002Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "dcae-sch",
  "timestamp": 1617677773841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "clamp",
  "timestamp": 1617677770253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677770945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "dcae-sch",
  "timestamp": 1617677773841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677770945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.003Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "clamp",
  "timestamp": 1617677770253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "dcae-sch",
  "timestamp": 1617677773841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677770945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "clamp",
  "timestamp": 1617677770253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "dcae-sch",
  "timestamp": 1617677773841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "policy-id",
  "timestamp": 1617677777080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "aai-ml",
  "timestamp": 1617677777152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.004Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677770945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "clamp",
  "timestamp": 1617677770253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677777370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "dcae-sch",
  "timestamp": 1617677773841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "policy-id",
  "timestamp": 1617677777080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "aai-ml",
  "timestamp": 1617677777152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.005Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677770945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "clamp",
  "timestamp": 1617677770253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677777370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "cds",
  "timestamp": 1617677778489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677778688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "dcae-sch",
  "timestamp": 1617677773841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.006Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "policy-id",
  "timestamp": 1617677777080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "aai-ml",
  "timestamp": 1617677777152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677770945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "clamp",
  "timestamp": 1617677770253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677777370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "cds",
  "timestamp": 1617677778489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677778688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.007Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "dcae-sch",
  "timestamp": 1617677773841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "policy-id",
  "timestamp": 1617677777080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "aai-ml",
  "timestamp": 1617677777152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677770945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "clamp",
  "timestamp": 1617677770253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677777370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "cds",
  "timestamp": 1617677778489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.008Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677778688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "dcae-sch",
  "timestamp": 1617677773841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "policy-id",
  "timestamp": 1617677777080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "aai-ml",
  "timestamp": 1617677777152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677770945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "clamp",
  "timestamp": 1617677770253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677777370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.009Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "cds",
  "timestamp": 1617677778489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677778688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "dcae-sch",
  "timestamp": 1617677773841,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "policy-id",
  "timestamp": 1617677777080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "aai-ml",
  "timestamp": 1617677777152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677777370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.010Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "cds",
  "timestamp": 1617677778489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677778688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677783360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "policy-id",
  "timestamp": 1617677777080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "aai-ml",
  "timestamp": 1617677777152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.011Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677777370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "cds",
  "timestamp": 1617677778489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677778688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "policy-id",
  "timestamp": 1617677777080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "aai-ml",
  "timestamp": 1617677777152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677777370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "cds",
  "timestamp": 1617677778489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.012Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677785310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677778688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "policy-id",
  "timestamp": 1617677777080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "aai-ml",
  "timestamp": 1617677777152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677777370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "cds",
  "timestamp": 1617677778489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677778688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.013Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "cds",
  "timestamp": 1617677778489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677778688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677787720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "policy-id",
  "timestamp": 1617677787976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "aai-ml",
  "timestamp": 1617677788052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677788055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "cds",
  "timestamp": 1617677788670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "clamp",
  "timestamp": 1617677788948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.014Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.015Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.015Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "policy-id",
  "timestamp": 1617677788979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:59:00.015Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.015Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.015Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677789237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.015Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.015Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.015Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677789566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.015Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.015Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.015Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "cds",
  "timestamp": 1617677789675,
  "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-06T02:59:00.028Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 024be283-2dbd-495c-bfe0-2f1e2def579c
2021-04-06T02:59:00.028Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024be283-2dbd-495c-bfe0-2f1e2def579c 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-06T02:59:00.037Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.037Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677789755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.037Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.038Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.038Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "policy-id",
  "timestamp": 1617677789981,
  "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-06T02:59:00.042Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 024be283-2dbd-495c-bfe0-2f1e2def579c
2021-04-06T02:59:00.043Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024be283-2dbd-495c-bfe0-2f1e2def579c 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-06T02:59:00.050Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.050Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "clamp",
  "timestamp": 1617677790054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:59:00.051Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.051Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.051Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677790737,
  "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-06T02:59:00.055Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 024be283-2dbd-495c-bfe0-2f1e2def579c
2021-04-06T02:59:00.056Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024be283-2dbd-495c-bfe0-2f1e2def579c 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-06T02:59:00.062Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.062Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677791057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.062Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.062Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.062Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "clamp",
  "timestamp": 1617677791058,
  "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-06T02:59:00.066Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 024be283-2dbd-495c-bfe0-2f1e2def579c
2021-04-06T02:59:00.066Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024be283-2dbd-495c-bfe0-2f1e2def579c 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-06T02:59:00.074Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.074Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677791346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.074Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.074Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.074Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677790949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.074Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1617677791742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677790949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677792942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677793142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677790949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.075Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677794148,
  "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-06T02:59:00.079Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 024be283-2dbd-495c-bfe0-2f1e2def579c
2021-04-06T02:59:00.079Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024be283-2dbd-495c-bfe0-2f1e2def579c 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-06T02:59:00.085Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.085Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677790949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.085Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.085Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.085Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677794738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.085Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.085Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.086Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "aai-ml",
  "timestamp": 1617677794641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:59:00.086Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.086Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.086Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1617677795152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:59:00.086Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.086Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.086Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677790949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.086Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.086Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.086Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "aai-ml",
  "timestamp": 1617677795742,
  "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-06T02:59:00.090Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 024be283-2dbd-495c-bfe0-2f1e2def579c
2021-04-06T02:59:00.091Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024be283-2dbd-495c-bfe0-2f1e2def579c 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-06T02:59:00.099Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.099Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677795747,
  "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-06T02:59:00.105Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 024be283-2dbd-495c-bfe0-2f1e2def579c
2021-04-06T02:59:00.105Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024be283-2dbd-495c-bfe0-2f1e2def579c 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-06T02:59:00.111Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.111Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677790949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.111Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.111Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.111Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1617677796753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T02:59:00.111Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.112Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.112Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677790949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.112Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.112Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.112Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677790949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:00.112Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.112Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.112Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677790949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:59:00.112Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:00.112Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.112Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677801333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T02:59:00.112Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.112Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.112Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677803028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T02:59:00.113Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:00.113Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:00.113Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1617677804031,
  "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-06T02:59:00.117Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 024be283-2dbd-495c-bfe0-2f1e2def579c
2021-04-06T02:59:00.117Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024be283-2dbd-495c-bfe0-2f1e2def579c 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-06T02:59:18.466Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T02:59:18.474Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da
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-06T02:59:18.477Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T02:59:18.477Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-06T02:59:18.477Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-06T02:59:18.477Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-06T02:59:18.477Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:59:18.477Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:59:18.477Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:59:18.477Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:59:18.477Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:59:18.477Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:59:18.477Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T02:59:18.477Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|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-06T02:59:18.489Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-06T02:59:48.489Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da 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-06T02:59:48.494Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da and serviceModelVersionId: 16e3eabc-dfeb-4a9e-9c23-fd72abb91617
2021-04-06T02:59:48.494Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59f9ebf2-5626-4d20-81ac-0bdcfa020cde
2021-04-06T02:59:48.495Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59f9ebf2-5626-4d20-81ac-0bdcfa020cde/model-vers/model-ver/16e3eabc-dfeb-4a9e-9c23-fd72abb91617?depth=0
2021-04-06T02:59:48.500Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-06T02:59:48.608Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/59f9ebf2-5626-4d20-81ac-0bdcfa020cde/model-vers/model-ver/16e3eabc-dfeb-4a9e-9c23-fd72abb91617?depth=0|INFO|500||Invoke
2021-04-06T02:59:48.608Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/59f9ebf2-5626-4d20-81ac-0bdcfa020cde/model-vers/model-ver/16e3eabc-dfeb-4a9e-9c23-fd72abb91617?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/59f9ebf2-5626-4d20-81ac-0bdcfa020cde/model-vers/model-ver/16e3eabc-dfeb-4a9e-9c23-fd72abb91617?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[acdaff23-d1e0-44ef-9634-1b0cc97e1912], X-ECOMP-RequestID=[dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da], X-TransactionId=[], X-ONAP-RequestID=[dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da], Content-Type=[application/merge-patch+json]}
2021-04-06T02:59:48.625Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/59f9ebf2-5626-4d20-81ac-0bdcfa020cde/model-vers/model-ver/16e3eabc-dfeb-4a9e-9c23-fd72abb91617?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-06T02:59:48.696Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/59f9ebf2-5626-4d20-81ac-0bdcfa020cde/model-vers/model-ver/16e3eabc-dfeb-4a9e-9c23-fd72abb91617?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/59f9ebf2-5626-4d20-81ac-0bdcfa020cde/model-vers/model-ver/16e3eabc-dfeb-4a9e-9c23-fd72abb91617?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210406-02:59:48:632-86266], vertex-id=[245856], Content-Length=[0], Date=[Tue, 06 Apr 2021 02:59:48 GMT], Content-Type=[application/json]}
2021-04-06T02:59:48.696Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/59f9ebf2-5626-4d20-81ac-0bdcfa020cde/model-vers/model-ver/16e3eabc-dfeb-4a9e-9c23-fd72abb91617?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-06T02:59:48.697Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/59f9ebf2-5626-4d20-81ac-0bdcfa020cde/model-vers/model-ver/16e3eabc-dfeb-4a9e-9c23-fd72abb91617?depth=0|INFO|500||InvokeReturn
2021-04-06T02:59:48.698Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-06T02:59:48.698Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|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-06T02:59:48.703Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|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-06T02:59:48.703Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-06T02:59:48.703Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-06T02:59:48.703Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:59:48.705Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:59:48.705Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677988703,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-06T02:59:48.805Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:59:48.806Z||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-06T02:59:48.806Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:59:48.910Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:59:48.910Z||pool-68-thread-1|||||INFO|500||cambria reply ok (104 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-06T02:59:49.716Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-06T02:59:49.716Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"024be283-2dbd-495c-bfe0-2f1e2def579c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"793b5fee-7a57-407b-898a-3abcaa7f2ce3","serviceDescription":"service","serviceInvariantUUID":"41eadc38-22b0-4602-ad6b-447c2e95ae54","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e407191-962c-4a8f-9c23-c150ed5490c6","resourceInvariantUUID":"c030e6b0-81bf-4df3-a810-ddd682e34951","resourceCustomizationUUID":"75774d4e-e591-41a7-9576-2ad7bb8afc00","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":"ZDQxOTA5NmZlNDM4MWIxMWJhYjI0NTI5NTgzYmJkMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14c676bc-c9ab-4933-a6c0-bbc108a53d7e","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":"fc75dec2-4594-4ac8-a6c2-b642766c2c95","artifactVersion":"2","generatedFromUUID":"dbb638f1-3754-4200-9ca9-b379f8c41b35"},{"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":"dbb638f1-3754-4200-9ca9-b379f8c41b35","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":"NjBlMTgzNjQxZjhjNzViMzY3ODgwYTc5NmE2NzMxZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a322247-d02d-48db-a5a3-bf8c5315be50","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":"bb149810-c66e-4173-bf28-e8e525e6bac1","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":"0db3758b-d1ba-48ce-87d4-d1c13fc490c0","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":"d3a11d4f-f7f1-4c7c-b89f-27550a130da1","artifactVersion":"2","generatedFromUUID":"bb149810-c66e-4173-bf28-e8e525e6bac1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmQ2NDZkODZiNTEwODdiODIwOTllMTU2MGM2ZDhmOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"24d3ab0b-9b1b-49b9-bd6a-d27111cfc533","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTc4NGFmNTY4MWZhODM5MDhmOTU4MGU4YWJkOTY5NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"581a0c1f-5ae6-4bee-bdc7-d09230a3248b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-06T02:59:49.717Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:59:49.717Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:59:49.719Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:59:49.719Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:49.819Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:59:49.820Z||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-06T02:59:49.820Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:59:49.829Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:59:49.830Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:59:50.720Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:59:50.721Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:59:50.723Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:59:50.723Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-06T02:59:50.823Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:59:50.824Z||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-06T02:59:50.825Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:59:50.834Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:59:50.835Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:59:51.724Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:59:51.725Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:59:51.727Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:59:51.727Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-06T02:59:51.828Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-06T02:59:51.828Z||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-06T02:59:51.829Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:59:51.838Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:59:51.838Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:59:52.728Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:59:52.729Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:59:52.730Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:59:52.730Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:59:52.831Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-06T02:59:52.832Z||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-06T02:59:52.832Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:59:52.840Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:59:52.841Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:59:53.731Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:59:53.732Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:59:53.733Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:59:53.734Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-06T02:59:53.834Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:59:53.835Z||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-06T02:59:53.835Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:59:53.845Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:59:53.846Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:59:54.734Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:59:54.735Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:59:54.737Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:59:54.737Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:54.837Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-06T02:59:54.838Z||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-06T02:59:54.839Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:59:54.849Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:59:54.849Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:59:55.738Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:59:55.739Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:59:55.740Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:59:55.740Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-06T02:59:55.841Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:59:55.842Z||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-06T02:59:55.842Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:59:55.853Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:59:55.854Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:59:56.741Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:59:56.742Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:59:56.743Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:59:56.743Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:56.844Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:59:56.844Z||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-06T02:59:56.844Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:59:56.853Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:59:56.853Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:59:57.744Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-06T02:59:57.745Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T02:59:57.746Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T02:59:57.746Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T02:59:57.847Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T02:59:57.847Z||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-06T02:59:57.847Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:59:57.858Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:59:57.859Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-06T02:59:58.748Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "793b5fee-7a57-407b-898a-3abcaa7f2ce3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "41eadc38-22b0-4602-ad6b-447c2e95ae54",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "75774d4e-e591-41a7-9576-2ad7bb8afc00",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4e407191-962c-4a8f-9c23-c150ed5490c6",
      "resourceInvariantUUID": "c030e6b0-81bf-4df3-a810-ddd682e34951",
      "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": "fc75dec2-4594-4ac8-a6c2-b642766c2c95",
          "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": "dbb638f1-3754-4200-9ca9-b379f8c41b35",
          "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": "NjBlMTgzNjQxZjhjNzViMzY3ODgwYTc5NmE2NzMxZTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5a322247-d02d-48db-a5a3-bf8c5315be50",
          "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": "bb149810-c66e-4173-bf28-e8e525e6bac1",
          "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": "d3a11d4f-f7f1-4c7c-b89f-27550a130da1",
            "generatedFromUUID": "bb149810-c66e-4173-bf28-e8e525e6bac1"
          },
          "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": "d3a11d4f-f7f1-4c7c-b89f-27550a130da1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTc4NGFmNTY4MWZhODM5MDhmOTU4MGU4YWJkOTY5NDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "581a0c1f-5ae6-4bee-bdc7-d09230a3248b"
    }
  ],
  "workloadContext": "Production"
}
2021-04-06T02:59:58.748Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-06T02:59:58.748Z|dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 793b5fee-7a57-407b-898a-3abcaa7f2ce3 ASDC
2021-04-06T02:59:58.749Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:024be283-2dbd-495c-bfe0-2f1e2def579c
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:793b5fee-7a57-407b-898a-3abcaa7f2ce3
ServiceInvariantUUID:41eadc38-22b0-4602-ad6b-447c2e95ae54
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:581a0c1f-5ae6-4bee-bdc7-d09230a3248b
ArtifactChecksum:MTc4NGFmNTY4MWZhODM5MDhmOTU4MGU4YWJkOTY5NDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:75774d4e-e591-41a7-9576-2ad7bb8afc00
ResourceInvariantUUID:c030e6b0-81bf-4df3-a810-ddd682e34951
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:4e407191-962c-4a8f-9c23-c150ed5490c6
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:fc75dec2-4594-4ac8-a6c2-b642766c2c95
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:dbb638f1-3754-4200-9ca9-b379f8c41b35
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:5a322247-d02d-48db-a5a3-bf8c5315be50
ArtifactChecksum:NjBlMTgzNjQxZjhjNzViMzY3ODgwYTc5NmE2NzMxZTg=
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:bb149810-c66e-4173-bf28-e8e525e6bac1
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:d3a11d4f-f7f1-4c7c-b89f-27550a130da1
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:d3a11d4f-f7f1-4c7c-b89f-27550a130da1
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-06T02:59:58.749Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 793b5fee-7a57-407b-898a-3abcaa7f2ce3 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-06T02:59:58.880Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-06T02:59:58.882Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-06T02:59:58.882Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-06T02:59:58.882Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 581a0c1f-5ae6-4bee-bdc7-d09230a3248b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-06T02:59:58.882Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-06T02:59:58.883Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-06T02:59:59.946Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T02:59:59.946Z||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-06T02:59:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T02:59:59.966Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T02:59:59.967Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:59.967Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481e94fb-7ab4-47ff-9cfa-75b04d6db326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677871542,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-06T02:59:59.968Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T02:59:59.968Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:59.968Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:59.968Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:59.968Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:59.968Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T02:59:59.968Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T02:59:59.969Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-04-06T02:59:59.969Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T02:59:59.969Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:00:00.245Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-06T03:00:00.251Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 581a0c1f-5ae6-4bee-bdc7-d09230a3248b 66798
2021-04-06T03:00:00.251Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:00.251Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:00.251Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T03:00:00.252Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T03:00:00.254Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T03:00:00.287Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678000251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:00:00.354Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 67 ms
2021-04-06T03:00:00.355Z||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-06T03:00:00.355Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:00.365Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:00.365Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T03:00:01.287Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-06T03:00:01.289Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-06T03:00:01.289Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||Trying to write artifact UUID: 581a0c1f-5ae6-4bee-bdc7-d09230a3248b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-06T03:00:01.290Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-06T03:00:01.290Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-06T03:00:01.290Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-06T03:00:01.470Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10174980224369007362/Definitions/service-BasicCnf-template.yml
2021-04-06T03:00:02.367Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-06T03:00:02.368Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-06T03:00:02.368Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-06T03:00:02.368Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-06T03:00:02.368Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:02.368Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:02.368Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:02.368Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:02.368Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-BasicCnf-csar.csar
2021-04-06T03:00:02.368Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-06T03:00:02.369Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:02.369Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:02.369Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-06T03:00:02.369Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-06T03:00:02.369Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-06T03:00:02.369Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:02.369Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:02.369Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-06T03:00:02.370Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-06T03:00:02.370Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-06T03:00:02.370Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:02.370Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:02.370Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:02.370Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-06T03:00:02.371Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-06T03:00:02.371Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-06T03:00:02.371Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-06T03:00:02.371Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:02.371Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-06T03:00:02.371Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:02.372Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-06T03:00:02.372Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T03:00:02.372Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:02.372Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-06T03:00:02.372Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T03:00:02.373Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:02.373Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-06T03:00:02.373Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T03:00:02.373Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:02.373Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-06T03:00:02.373Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-06T03:00:02.374Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b4c6a2cd-2acb-4575-b9f4-c930d6bc1d12
2021-04-06T03:00:02.374Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:02.374Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:02.374Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:02.374Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:02.374Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:02.375Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:02.375Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:02.375Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:02.375Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:793b5fee-7a57-407b-898a-3abcaa7f2ce3
Model Version:NULL
Model InvariantUuid:41eadc38-22b0-4602-ad6b-447c2e95ae54
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:6cf1ee3e-bf5e-467f-a081-5ba950f57b58
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c030e6b0-81bf-4df3-a810-ddd682e34951
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:75774d4e-e591-41a7-9576-2ad7bb8afc00
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fbf26e06-f9c6-4b83-897f-4e1d036a0d0c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:0eb82a68-8b27-4941-acfb-9ca86bc602b3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b4c6a2cd-2acb-4575-b9f4-c930d6bc1d12
ModelInvariantUuid:e26a2266-e90a-4db9-a8b9-ee37214d3159
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:364c09db-5061-4513-8d3b-ccfe59e81d5c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:132c0c13-7baa-4edb-afce-35b7bf53ac8c
ModelInvariantUuid:dc72c719-d990-4ad0-802c-5dc7fa810d1b
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:4aeff7cd-33b6-45c4-88a9-b1e0632fd9a5
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-06T03:00:02.381Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e407191-962c-4a8f-9c23-c150ed5490c6
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-06T03:00:02.384Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||basic_cnf 0
2021-04-06T03:00:02.384Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e407191-962c-4a8f-9c23-c150ed5490c6
2021-04-06T03:00:02.384Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: fc75dec2-4594-4ac8-a6c2-b642766c2c95 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-06T03:00:02.384Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-06T03:00:02.385Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:02.580Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-06T03:00:02.581Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env fc75dec2-4594-4ac8-a6c2-b642766c2c95 12
2021-04-06T03:00:02.581Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:02.581Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:02.582Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T03:00:02.582Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T03:00:02.584Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T03:00:02.584Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678002581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:00:02.684Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T03:00:02.685Z||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-06T03:00:02.686Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:02.695Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:02.696Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T03:00:03.585Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: dbb638f1-3754-4200-9ca9-b379f8c41b35 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-06T03:00:03.586Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-06T03:00:03.586Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:04.218Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-06T03:00:04.219Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz dbb638f1-3754-4200-9ca9-b379f8c41b35 2688
2021-04-06T03:00:04.219Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:04.219Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:04.219Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T03:00:04.220Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T03:00:04.288Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T03:00:04.288Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678004219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:00:04.388Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T03:00:04.389Z||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-06T03:00:04.389Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:04.399Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:04.399Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T03:00:05.290Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 5a322247-d02d-48db-a5a3-bf8c5315be50 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-06T03:00:05.290Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-06T03:00:05.291Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:06.843Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-06T03:00:06.843Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5a322247-d02d-48db-a5a3-bf8c5315be50 828
2021-04-06T03:00:06.844Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:06.844Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:06.844Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T03:00:06.844Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T03:00:06.846Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T03:00:06.886Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678006844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:00:06.946Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 59 ms
2021-04-06T03:00:06.947Z||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-06T03:00:06.947Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:06.958Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:06.958Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-06T03:00:07.887Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "fbf26e06-f9c6-4b83-897f-4e1d036a0d0c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0eb82a68-8b27-4941-acfb-9ca86bc602b3",
    "vfModuleModelCustomizationUUID": "936441dd-34ea-4001-94c5-130e91f7652c",
    "isBase": true,
    "artifacts": [
      "bb149810-c66e-4173-bf28-e8e525e6bac1",
      "dbb638f1-3754-4200-9ca9-b379f8c41b35",
      "d3a11d4f-f7f1-4c7c-b89f-27550a130da1"
    ],
    "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-06T03:00:07.892Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0eb82a68-8b27-4941-acfb-9ca86bc602b3
VfModuleModelInvariantUUID:fbf26e06-f9c6-4b83-897f-4e1d036a0d0c
VfModuleModelDescription:NULL
Artifacts UUID List:{
bb149810-c66e-4173-bf28-e8e525e6bac1
,
dbb638f1-3754-4200-9ca9-b379f8c41b35
,
d3a11d4f-f7f1-4c7c-b89f-27550a130da1

}
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-06T03:00:07.895Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "fbf26e06-f9c6-4b83-897f-4e1d036a0d0c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0eb82a68-8b27-4941-acfb-9ca86bc602b3",
    "vfModuleModelCustomizationUUID": "936441dd-34ea-4001-94c5-130e91f7652c",
    "isBase": true,
    "artifacts": [
      "bb149810-c66e-4173-bf28-e8e525e6bac1",
      "dbb638f1-3754-4200-9ca9-b379f8c41b35",
      "d3a11d4f-f7f1-4c7c-b89f-27550a130da1"
    ],
    "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-06T03:00:07.895Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0eb82a68-8b27-4941-acfb-9ca86bc602b3
VfModuleModelInvariantUUID:fbf26e06-f9c6-4b83-897f-4e1d036a0d0c
VfModuleModelDescription:NULL
Artifacts UUID List:{
bb149810-c66e-4173-bf28-e8e525e6bac1
,
dbb638f1-3754-4200-9ca9-b379f8c41b35
,
d3a11d4f-f7f1-4c7c-b89f-27550a130da1

}
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-06T03:00:07.895Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: bb149810-c66e-4173-bf28-e8e525e6bac1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-06T03:00:07.986Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-06T03:00:07.987Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:08.742Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-06T03:00:08.743Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bb149810-c66e-4173-bf28-e8e525e6bac1 1164
2021-04-06T03:00:08.743Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:08.743Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:08.743Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T03:00:08.743Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T03:00:08.745Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T03:00:08.745Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678008743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:00:08.845Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T03:00:08.846Z||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-06T03:00:08.846Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:08.855Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:08.855Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-06T03:00:09.746Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: d3a11d4f-f7f1-4c7c-b89f-27550a130da1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-06T03:00:09.746Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-06T03:00:09.747Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:10.256Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-06T03:00:10.257Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d3a11d4f-f7f1-4c7c-b89f-27550a130da1 200
2021-04-06T03:00:10.257Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:10.257Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:10.257Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-06T03:00:10.257Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T03:00:10.259Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T03:00:10.259Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678010257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:00:10.359Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T03:00:10.360Z||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-06T03:00:10.360Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:10.369Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:10.370Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T03:00:11.260Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Preparing to deploy Service: 793b5fee-7a57-407b-898a-3abcaa7f2ce3
2021-04-06T03:00:11.260Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4e407191-962c-4a8f-9c23-c150ed5490c6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-04-06T03:00:11.267Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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 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-06T03:00:11.275Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:11.276Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:11.276Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Processing vnf with UUID: 6cf1ee3e-bf5e-467f-a081-5ba950f57b58 
2021-04-06T03:00:11.276Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Will get resource from SDC using resource id: 6cf1ee3e-bf5e-467f-a081-5ba950f57b58
2021-04-06T03:00:11.276Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel to get resource 
2021-04-06T03:00:11.278Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel
2021-04-06T03:00:11.286Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel|INFO|500||Invoke
2021-04-06T03:00:11.287Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-06T03:00:11.287Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel
2021-04-06T03:00:11.287Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel|DEBUG|500||Method      : GET
2021-04-06T03:00:11.287Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/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:"024be283-2dbd-495c-bfe0-2f1e2def579c", X-RequestID:"024be283-2dbd-495c-bfe0-2f1e2def579c", X-TransactionID:"024be283-2dbd-495c-bfe0-2f1e2def579c", X-ECOMP-RequestID:"024be283-2dbd-495c-bfe0-2f1e2def579c", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"672a3fda-95d2-422a-85ac-0f32eea473e9"]
2021-04-06T03:00:11.287Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel|DEBUG|500||Request body: 
2021-04-06T03:00:11.287Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel|DEBUG|500||==========================request end================================================
2021-04-06T03:00:11.859Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-06T03:00:11.859Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-06T03:00:11.860Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel|DEBUG|500||Status text  : OK
2021-04-06T03:00:11.860Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicCnf-csar.csar"", Content-MD5:"MmNjMDg2YzU4YTY2MDYzMmUxZjk0ZmJhOTU0OWFmNWY=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"024be283-2dbd-495c-bfe0-2f1e2def579c", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-06T03:00:11.866Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/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��rt�awWD� ��ᢱ����$H��'F��|�\�H$Q�9�^@C����I�]h���V!�r�#�]qy��<Ĵ�.����Xr��I��ߟ���76��6r?D� � �:6
�`��f{�9�%��$t(�P�;����a�u��LJ�����	����qΈG�F������׏0R\ϴ�/�=���h�A�1cy������0)`<�yZf���$H�JH���=��4�8A��7�g�襌}
P��=��Ҭȏ�J`*�����E� V�8�InK��F��y���g8G'Q�+ҌFX����5Zm�">ei�Sɑj��F�tD�c	N����*�2ܬK
5nD,)hbB�eVt8���|��CJ�e_�.!~�Ϝ�i#f2������(�q����0CK
")^/`U����(.���m+�b��������>�X�Kz��h)��Χs1�#)�bz�z��LF ���K��iPB�b��y#�eT�/_?�~z�����������j^f�,95,J�������–��,���
q�S1�gg��ǒ�����~�H���Tf�޺����Z�4�����l	����,�#�;�dv
j�4;��3�q�U��V/�ad
1�c�y�p����׬%^�X-��a'
0�eBT3O�YE4���H��.�>���D���z?_0�dʾz?ӄz1�ʕI��h�<]�h6pAB<��J�3s��DR�X̝��7+w������܋ts_��~�r���I�cn��aقt���_�l�̫��Y斨7L��Ɇ<8c^5����[r��!w,���w�g��Ű=�A7v�b�������YX銫B�S�{s�����(��r�˪�h���A���H���ƈW�y����~T���s{��=^��{D6�ۃ�����ǵ�
6����J��~K�Cࣝ�w�v�l�l|DHHw�:��4,�̋4f?��+��-�$@kL|��!�n9l�`�'p�
s/����\P��bC�E��"�C8N��*�pa��*s�S8���q-�X"/7��^?>��n=�7t��#��
�Dֻ����!Is� ��&#V8�VR������6�=����V���R�a\�3��ٿ��.�
K�û�>[��7�*����,4�t��Ϝ��p�6s�
g/��(�����z_�R��ϐ���D
�~l���t���E�C[����&<�=(,�򣫱.
�m&�xC��D�z�r��&T�b��c��A�� YV�����,���Q��_�4���&d���a�a�4-V9�I�6�:h@�>��+�
��"��.�o�\AW��Oɹ��H�������h������A�Zn?���{��0#bx%�8_�u�8
�v�Hf�5������Me4��d.��R�̅saj>������PG�kC��:�!Y@�\Ӿfo�p���x����OjCe�[Y-߷�Eů��n�K:�/�1��u��_7}��WE1<�����e��׷��=D�O3�ͥ���}.�wlg�>"7�m����
��n�^��m�7U�����:�h��+'���5����y\��v۲(}*C�J��ð��<�9n���}�i!����;%Z{�[Ϊ�-V���9J��Vk���fV�r���d����)���ϥ��=+a��9?�n�p�����G[�� ��ޣN`o��lb��6��5޻��׏&[a��@�����^�3�k?L�N����Z;
i�Fj�0�'�Hg�u��O�At�C[n��M��W�1>�Yr�4����w���v�I����B
Y5��w��i(�@#�� ��g|�`\�
��r	Tu�h�f@�%o�MԨG4~�����;"�Xǎ��XF�
��8��`�5��:��.�ג�(=t_׼�e0\���Yn��~�?i/�l#"���:Lc�7���sm3�(cW�I���#
�Ah�vf�7�O�l�
0�ř[��t�f[����Ǭ�q����eF+����i��r�,c�*�.��>}��z���V]�(s�����*nv	��8��̌�m��fd���^&)6�B���wt��K�~adL��N筊P��a�S;���s�@1u��N��j��b��b���0�~A��.��Ԩ�Ff��F��+��w��0�.�����]ʹ�Ԩ3^
=�F��ڇ�_6�1�ڶ����a�vn��/�ax]��T�#}�5��
��hû 4�h��,2�)6�B[}��y<��Z[�+Y�k��ob����SVԝx�/PK�;K�	}6PK��R4Definitions/resource-BasicCnf-template-interface.yml�\K��(�ϯ�q��V�5�~�4�팦gFZ�V�`������̯��N��c�n�"'|�Ael#5�(�9�0)4ZS��b�wK���mp��
���2z��*2�p��/g��|A�)8�̰�fSvla}��/�F�"��ZTQ�]�V���vn��K%���/�o��3��䶬�BH����Z�N�5#�j�ʒ
JdQ��jY)B�u��a�ȽȽ��*��ʕ,fC��B��I=��?���Q��+I�9*dV�yX�-�M��f�|�2���������O��	��Ym0�lU�D��8�Vr�2�%�Mҩ��?S4�%9��������� &���0"R�lY)����FUt�W)9��H�"G��C�MA�8X����u��f��hț>�*GzS@������f˾��+\8X�3����8�"����`H�$�T!�T=�{�_}y�x�p�����3�g���������i�f�	&]Ru��� ��a���̪�� VXsw�4�s"g̷+�8��Uy�kO�������>~��ݒt�A`N�r+���z�i��lsx�'��W_Kkp�7���5��eƀ��W���i
���L	���f��pU8g`I��8�4��_�kwqVډ{��X���FZ4$!�R��Urݺ��t7���k�֘��ТX��Z^����0�hz��?��0��.̊/���P��wz�['*Š����T�׆�gjRV����#�=e\�uk�t8}�l�.1+l`v^����NɎ��SD�D?��6pS$�"~	#I*
�LH�pz�o7��;=�"��f�d;H�G϶�oD���uU��H����>��V,�G���31�!M���ӡ�p`����VOQ����F�v��2S!�:9��W�H<�ɧ��:��������%��zx�ߧӎ%?D�b̏�q����t8��u�C���}4~�F�J�4`$�8�p��C	*�R2aNv��u��6+�8f�qw�����q�~7���v�W��+���T��0���4y+�Z�]��Y��V�f�T�c4�
�U=�h?6�X�4�ٟ� �cuUyS+s�N���]��1�����Z�e��X̹$�S\hGZhw������D<3��C����r ��f)r`�PRz��19�C��M�4E��h�h0�џ�I�I�cvp�P#�$�ڦ"-F��C6">����	p������b"l{3�crl�
��_<�0��	���F~��F�
�yae�d�P�7:��7�+n]&�&]�C�LA&&M�1H�h\b�9��X[��f�0���î8L��#fS�$�sf��+�d��60��d�DL	6��y|�|�%�w��)�IH��?~��J��'F���$��~HQ�2:�~kd�[�m��8r8Z�rE�0��Ռ�|tq�$�� ��Gj�s���!���~�׍��
nj0�W�}ٱ�M������V߸�Z�PK穬�
p]���GAa�g}/�\d��d>�5,�6�:�x�"��Ƕ�-��~o���]�E���a�4L��'c���LVE;P8�t���wꌱz�T��PKcGV=72^PK��R8Definitions/resource-BasicCnfNodesDummycvfc-template.yml�ZKW�:��+�c�<$ٵZΡ���,��G��[[����ߑ_�l���,8X���olI.0�RF%�Lx;�
�g��|J�8���Gq�ͼ�EL$
�D�ǡl�R��������!�k4�__�d=E�U�]��?�,n泫`1[��� ^\_��:����z�^-gw,|�,�d5��������,t��Y�ow���g��D�:�r�훣��O��+�N&H� �0"$���Q�܃��/�����$[��7�g�HJ�"��|!S�%��D�,�䅰����,���$`���dzٚ�
JGOY�uyy���7ߏP&w��F ���>�`R�Cm� P��\Nt���ҿ������k�_a��W��A0T��{���	U:�PY�k�^�Gl��u!�*𸍬��mDMl^�$)�Mz���W�ó�l�=`�M��bD�n�C�29�,	T��Q5�����_��e���dm��>�vX��C����q��	յl�����/w?���'�ph�ʫ�*���R�tm��4� �cb��}���������B�2����wfk��]�(��Z���j�v#�~�'(�8.�Q���e�^��ؔs8d�_r�Ԛ��7(�(��{��'	oI1Q%���I�K�CM�Iv��9��T��i��9MaR
�t�i�V��+�-�gu�!�Da��3�
���<���J��������c�\�(+�b���qU�0��s�\�h��Mj�%$�Ҁź�3�rK��g�pC�p잝.mi]�:sC�س����(O��h�?pB����|��0�Z��\���)�	�fr� Ap���K]�sЁ)B�.LE!��o��(��C�5�~r���$�$&)�Ndž���֡y�9����+�C���z�q���gfN���&�:=o�A�{��A�d��#@����x���(I(ۖR��;c_��=��8�?�g�\��G{U�-�M������).�v�:
��
Q_#g�l�zL��`�nɬ�fm��_M.���j��+�u��������Q-T���E�`���h���vh��z�8���o�P���)�hp��M�����2}�7p�P�bO����]E��ir:�c:��1ي�^��m'{ �N��Mc{��l�,���m����+UǖM��}K��4[��<���6{s�䯨���@}���)��g>�w^y:$HB��O]�p��,�AGo`�`3 ���+����;h |;�o�VT���l�;�N;���(y�ڭ�ъ�sml~�UwyIm����Ua齊3��r�����z��5�����z��/���X���=\���n�a��U����r���˱�nם���n�ϸ)�6'.�PK���*�*PK��RBDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.yml�\�r�6��+pK{0���;�LvfꤗN�K	5��D��.@R"%Ғ<&C��'\,o��Ӗ3�B&�pB+K7`,�� .<�B9�-�9�����6�.���S��e"�EU�le�S��]_X?�`K�c�]�vy-j g���(:������+U�ԏ�~�dSV�0������Z�A�w��z��*�(�Z��K�!�d<�cV�{�q��-�3���?hi)�j.#6���h�R|P�����naP��1%�>���:*�uL9�@�V�X�&�j�}�+s��7%�J}7d�uL�J
�[
�d,��4v�f��]���Y��	��� ��9T��zu��̖Z�٪�h���/B���nX^B�4-������F���w��UDgĭ�%�Do	Wz	b�l�s@L�N�@*�p��$�=4?I��6��ö^�����D�r	�ÁU>^0sSbn�x�3u�e���c�k{J�N�L��[������/fW,M�[��)��a�)F��D������!��U qk��Y �u���"l���91'vϝ,�5��O�#�a�����st��"ƢB
��y��IX$����󁠥�������w��n���j�	-��·z�i1-���v��o���.�c�͆�+aH�Ӊ�I2]	�_OrG�LG��3f��Mܥ��3�}��,z�}�1?����wG'D.�<=4@ϝq2	+�q�_tM-��}���#�퉀����{(q�9����W���.�YM�S\�^U\z�M��Zsķb������."��&<�W‡�FLK�+�&j���WSpc��`���҉<a�����T����3f@;Z�O���e>���B���S]!��J�Ny�⃟y�6:䇃3�C�3t�iy\zZ����(pߵyN?7>
6z`I�c��Ÿ��.=m��s}��{��|q��ӻk�5�Tu7�Z����_�܈u�a�l�_T��u{N-"ճ�6Fw>8��Z�Wǝ�C���*�.�\��W��PK�l�n:[PK��R/Definitions/resource-Globalcompute-template.yml�Mo�6����m� !J��[��E�-���@Q#�(%�$����Q�-%ٛhP�Cdȑw
?D�Ms(x�
��N�4^l��Y�����HK�&irU��95t{E�TqZ���?�$)��mq��hΊh����Be�&�d����W��&+nV���h��!Z��utw�l�Ok�`��9���E㊖�%��Q� ˺1m9h�xml;�B�@Ce4�dg-Ɂ+�����=���p�'��>Jūa���e�1h�5V����f��N�#V(�0M7�9�>�FQf0+��b��\�-��t�'��[���7�_A�XO_��%��}c�Y� ��2,�Ç+T_*��W�0K��Rp��؄�X
�l]�vbb�&����M&Bt�
�(�y=��d��;%��U��g�Rp���!�7�U%MW��j�l
�Φ�J��e��a�D�)ᡩ���5��[d�74�$'���'1%��>W�P�X.*��ǏD�����\�g?}�����;�^��r����X�}�����nj] Y{�jF�i]��,i�c[2*�"3�`�hE�ز1�	 
{=�

�h�����:Tm��NV�Dу���ST'�ՕU����A�C�:�c�H�c��a;��.}cw���WE^:��	����C��1v��h�8������lҗ�=t@Z�k���'s�%l1Zon.o77�o���y7l}'�?-ckJS�nL6��4�4>��m�Rm:i�'�. i��@7���DZ��������ߚ�ި,�O���:���[Q����d:��HR
k���	I���t�-�Y��o|@�c�Ѳ<3����֒^����\c���;��DC������b����6��&���Wt�_o���t��;��?�QkS�W�3?�����t<���vIM��yĜh���Nj�W�-���#���[��N�sBS��=�/i�K�g�Eg;a�R����v����b�9�E����~��:}�]������6��������}PK�jLg��
PK��R?Definitions/resource-BasiccnfComputeNodesHeatDummy-template.yml���n�0��}
v[�����%l���v+�������3:l�l����8'�|PKT�餽�u�!ҡbi�����zk�.6HHPmӮ������_�����dY��d���Ȏd(8�,�5�@�NBf�}s��␝�PfM���~�d	G�X��O�Z�:Ņ�m��;/1�W��eg�@$	"�6M�?��v�T���^�n�JCK�泀����#Z���C���@$�F��/�kƊ��i��_��h"e�<�~��|���)�v����b�����8\Ɣ6anu���q�c+`_@�6��5r�/h@��_u�bW�_���Ԭ,v��R�i��4ǽ���	���;���}K����F�{%����eG�|s:I��Q�*x[}���=�?�Xb����PK��ؑ�PPK��R,Definitions/resource-Novaserver-template.yml�WKS�F��+���Κ��f�r��TJ5�Z��f���m*�=�3�-����)p=����8m��	%���FK0?F��'+�BBT�\F�hp���)w|tĘPKnW��qr5b<9~ڻ8�p�;�Žszp��������)J���pp<{�8A�!����wǧ��8;?�92+�È���߃AhHJ�&F΃��€�,���L�ƕ���d!�z�>��L���0�$"�2��-��u^���)������J�N3�P��n�R�2Q�b	
�V
�$��D�2e|Ʌ�\�[��)f�W��ȽA�
��m�F/E
c��R�5�6X�똰�:��\V*�9BJ�#Aq���xS6�}���9��T]����c�]U`�>��;���0b?�#��2ސ1��L����bztixBڌ����}�@����; �hm�������?�*�>��R�]�t��j�~���,�E�QY�@���o5j�U�]q���dzu�[��a�W��W�bO�,݃���۶?[�^I���܏�7��_�X!PWt��H�BmBF�-����+���U[�����/	5�0��
�Xc?R�P���-k"�CVo����7���h��f�/���~�����[�rH;>Z���@�=~�����U�=:X;E�����f`!����i�*���g�A�-��ք�	���}��5K��"�4�i����4�7Z�d,&b
��2����VM��&1��3���n�S|	���pK�lYJ����A����l���U�;#�C+�(���y(�v��'E�g^�9f:e�:fN�pG��h��������(vt=��n�N#��Blr��*�-#ju�VxFEuhq'(K�7oo��������.�Pʟhjm<�]ʔ�-�D�c�Yg�K��AW'�4��:/�p(��������ps3��~l�B�J��/sp���
�e�;d6�i{k��"-t��ObA�l�>�
�7,���/�oaI�����5�^�����q�[rY��l[�\��,j��"l�-�/PK��PK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��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�K�0C�R��R��J�d&�|����MY�ϖ-v��Ő��\@Zo����ޥ����ɓ	.�!͠2�����J��<�ļr$�ʋ�����3q�.(��z��ݨ�	[�����t{�Μ��ʖ��)l��^N�/PK��^���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�;K�	}6*<Definitions/resource-BasicCnf-template.ymlPK��RcGV=72^43Definitions/resource-BasicCnf-template-interface.ymlPK��R���*�*8�Definitions/resource-BasicCnfNodesDummycvfc-template.ymlPK��R�l�n:[B\Definitions/resource-BasicCnfNodesDummycvfc-template-interface.ymlPK��RK�Q�<K/:!Definitions/resource-Globalcompute-template.ymlPK��R�jLg��
)�%Definitions/resource-Compute-template.ymlPK��R��ؑ�P?�)Definitions/resource-BasiccnfComputeNodesHeatDummy-template.ymlPK��R��,�+Definitions/resource-Novaserver-template.ymlPK��R+�@j5��J1Definitions/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�<x�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R��^���4[�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK��R����
�
VK�Artifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgzPKT�
2021-04-06T03:00:11.867Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-06T03:00:11.868Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6cf1ee3e-bf5e-467f-a081-5ba950f57b58/toscaModel|INFO|500||InvokeReturn
2021-04-06T03:00:11.870Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-06T03:00:11.870Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-04-06T03:00:11.870Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||VFCustomizationUUID= 75774d4e-e591-41a7-9576-2ad7bb8afc00
2021-04-06T03:00:11.870Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 75774d4e-e591-41a7-9576-2ad7bb8afc00 matches Tosca VF Customization UUID: 75774d4e-e591-41a7-9576-2ad7bb8afc00
2021-04-06T03:00:11.870Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||vfCustomizationUUID: 75774d4e-e591-41a7-9576-2ad7bb8afc00  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-06T03:00:11.887Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:11.887Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:11.888Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||resource request for resource customization id 75774d4e-e591-41a7-9576-2ad7bb8afc00: {\"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-06T03:00:11.888Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a126e99
2021-04-06T03:00:11.888Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:11.889Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-06T03:00:11.889Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 936441dd-34ea-4001-94c5-130e91f7652c
2021-04-06T03:00:11.889Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 936441dd-34ea-4001-94c5-130e91f7652c
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-06T03:00:11.892Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:11.892Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-06T03:00:11.892Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T03:00:11.893Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:11.893Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-06T03:00:11.893Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T03:00:11.894Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:11.894Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-06T03:00:11.894Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-06T03:00:11.894Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b4c6a2cd-2acb-4575-b9f4-c930d6bc1d12
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-06T03:00:11.897Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:11.897Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-06T03:00:11.898Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-06T03:00:11.898Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:11.898Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-06T03:00:11.898Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=75774d4e-e591-41a7-9576-2ad7bb8afc00
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-06T03:00:11.901Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:11.901Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:11.901Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500|| resourceSeq for service uuid 793b5fee-7a57-407b-898a-3abcaa7f2ce3: basic_cnf
2021-04-06T03:00:11.901Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:11.902Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:11.902Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:11.902Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:11.902Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:11.902Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:11.902Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:11.903Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:11.903Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-06T03:00:11.903Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-06T03:00:11.903Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:12.026Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4e407191-962c-4a8f-9c23-c150ed5490c6 1 ASDC deployResourceStructure
2021-04-06T03:00:12.028Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:12.028Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:12.028Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-06T03:00:12.028Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T03:00:12.030Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T03:00:12.030Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678012027,
  "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-06T03:00:12.131Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T03:00:12.132Z||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-06T03:00:12.132Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:12.141Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:12.142Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-06T03:00:13.031Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:13.032Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:13.032Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-06T03:00:13.032Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T03:00:13.034Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T03:00:13.034Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678013031,
  "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-06T03:00:13.134Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T03:00:13.135Z||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-06T03:00:13.135Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:13.146Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:13.146Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-06T03:00:14.035Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:14.035Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:14.035Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T03:00:14.035Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T03:00:14.037Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T03:00:14.037Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678014035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T03:00:14.137Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T03:00:14.138Z||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-06T03:00:14.138Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:14.149Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:14.149Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-06T03:00:15.038Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:15.038Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:15.039Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T03:00:15.039Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T03:00:15.040Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T03:00:15.040Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678015038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-06T03:00:15.141Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T03:00:15.142Z||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-06T03:00:15.142Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:15.154Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:15.154Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-06T03:00:16.042Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:16.042Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:16.042Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T03:00:16.042Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T03:00:16.044Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T03:00:16.044Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678016041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-06T03:00:16.144Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T03:00:16.145Z||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-06T03:00:16.145Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:16.155Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:16.155Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-06T03:00:17.045Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:17.046Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||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-06T03:00:17.046Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-06T03:00:17.046Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T03:00:17.048Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T03:00:17.048Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678017045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T03:00:17.148Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T03:00:17.149Z||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-06T03:00:17.149Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:17.159Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:17.159Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-06T03:00:18.049Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 024be283-2dbd-495c-bfe0-2f1e2def579c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-06T03:00:18.060Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 024be283-2dbd-495c-bfe0-2f1e2def579c
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-06T03:00:18.064Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-06T03:00:18.064Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-06T03:00:18.064Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-06T03:00:18.064Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-06T03:00:18.064Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T03:00:18.064Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T03:00:18.064Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T03:00:18.065Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T03:00:18.065Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T03:00:18.065Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-06T03:00:18.065Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-06T03:00:18.090Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-06T03:00:24.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.74.224
2021-04-06T03:00:48.091Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 024be283-2dbd-495c-bfe0-2f1e2def579c 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-06T03:00:48.095Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 024be283-2dbd-495c-bfe0-2f1e2def579c and serviceModelVersionId: 793b5fee-7a57-407b-898a-3abcaa7f2ce3
2021-04-06T03:00:48.096Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41eadc38-22b0-4602-ad6b-447c2e95ae54
2021-04-06T03:00:48.096Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41eadc38-22b0-4602-ad6b-447c2e95ae54/model-vers/model-ver/793b5fee-7a57-407b-898a-3abcaa7f2ce3?depth=0
2021-04-06T03:00:48.101Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-04-06T03:00:48.129Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/41eadc38-22b0-4602-ad6b-447c2e95ae54/model-vers/model-ver/793b5fee-7a57-407b-898a-3abcaa7f2ce3?depth=0|INFO|500||Invoke
2021-04-06T03:00:48.129Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/41eadc38-22b0-4602-ad6b-447c2e95ae54/model-vers/model-ver/793b5fee-7a57-407b-898a-3abcaa7f2ce3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/41eadc38-22b0-4602-ad6b-447c2e95ae54/model-vers/model-ver/793b5fee-7a57-407b-898a-3abcaa7f2ce3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[024be283-2dbd-495c-bfe0-2f1e2def579c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fcc1156d-b201-4e7c-bd74-6cb687e921fe], X-ECOMP-RequestID=[024be283-2dbd-495c-bfe0-2f1e2def579c], X-TransactionId=[], X-ONAP-RequestID=[024be283-2dbd-495c-bfe0-2f1e2def579c], Content-Type=[application/merge-patch+json]}
2021-04-06T03:00:48.148Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/41eadc38-22b0-4602-ad6b-447c2e95ae54/model-vers/model-ver/793b5fee-7a57-407b-898a-3abcaa7f2ce3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-06T03:00:48.376Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/41eadc38-22b0-4602-ad6b-447c2e95ae54/model-vers/model-ver/793b5fee-7a57-407b-898a-3abcaa7f2ce3?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/41eadc38-22b0-4602-ad6b-447c2e95ae54/model-vers/model-ver/793b5fee-7a57-407b-898a-3abcaa7f2ce3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210406-03:00:48:156-79890], vertex-id=[463072], Content-Length=[0], Date=[Tue, 06 Apr 2021 03:00:48 GMT], Content-Type=[application/json]}
2021-04-06T03:00:48.376Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/41eadc38-22b0-4602-ad6b-447c2e95ae54/model-vers/model-ver/793b5fee-7a57-407b-898a-3abcaa7f2ce3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-06T03:00:48.376Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/41eadc38-22b0-4602-ad6b-447c2e95ae54/model-vers/model-ver/793b5fee-7a57-407b-898a-3abcaa7f2ce3?depth=0|INFO|500||InvokeReturn
2021-04-06T03:00:48.376Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-06T03:00:48.376Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-06T03:00:48.380Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-06T03:00:48.380Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 024be283-2dbd-495c-bfe0-2f1e2def579c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-06T03:00:48.380Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-06T03:00:48.380Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-06T03:00:48.382Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-06T03:00:48.382Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678048380,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-06T03:00:48.482Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-06T03:00:48.483Z||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-06T03:00:48.483Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:48.496Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:48.496Z||pool-90-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-06T03:00:49.407Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:00:49.407Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-06T03:00:49.408Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:59.582Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:59.582Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:00:59.583Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-06T03:00:59.583Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:59.945Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:00:59.946Z||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-06T03:00:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:00:59.966Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:00:59.967Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T03:00:59.967Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-06T03:00:59.968Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:00:59.968Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T03:00:59.968Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T03:00:59.968Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:00:59.968Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T03:00:59.968Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-06T03:00:59.968Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:00:59.969Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T03:00:59.969Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T03:00:59.969Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:00:59.969Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T03:00:59.969Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T03:00:59.969Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:00:59.969Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T03:00:59.969Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677886264,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:00:59.969Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:00:59.969Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T03:00:59.969Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677889166,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:00:59.970Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:00:59.970Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T03:00:59.970Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677890673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:00:59.970Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:00:59.970Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T03:00:59.970Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677892432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:00:59.970Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:00:59.970Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T03:00:59.970Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677894420,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T03:00:59.970Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:00:59.970Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T03:00:59.970Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677895424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-06T03:00:59.970Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:00:59.971Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T03:00:59.971Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677896428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-06T03:00:59.971Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:00:59.971Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-06T03:00:59.971Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677897432,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T03:00:59.971Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:01:09.117Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:01:09.118Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:01:09.118Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-06T03:01:09.119Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:01:09.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T03:01:18.657Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:01:18.658Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:01:18.658Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-06T03:01:18.658Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:01:28.191Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:01:28.191Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:01:28.192Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-06T03:01:28.192Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:01:37.726Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:01:54.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.71.135
2021-04-06T03:01:59.944Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:01:59.945Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-06T03:01:59.945Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:01:59.945Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:01:59.946Z||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-06T03:01:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:02:00.037Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:02:00.038Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-06T03:02:00.038Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dde2cd2a-ca46-41a2-a5f7-5ef41bb2a8da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677988703,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-06T03:02:00.038Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:02:00.038Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-06T03:02:00.038Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T03:02:00.038Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:02:00.039Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-06T03:02:00.039Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-06T03:02:00.039Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:02:00.039Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-06T03:02:00.039Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-06T03:02:00.039Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:02:00.039Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-06T03:02:00.039Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-06T03:02:00.039Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:02:00.039Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-06T03:02:00.039Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-06T03:02:00.039Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:02:00.039Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-06T03:02:00.039Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T03:02:00.040Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:02:00.040Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-06T03:02:00.040Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-06T03:02:00.040Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:02:00.040Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-06T03:02:00.040Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-06T03:02:00.040Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:02:00.040Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-06T03:02:00.040Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617677872558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-06T03:02:00.040Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 
2021-04-06T03:02:09.478Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:02:59.944Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:02:59.945Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-06T03:02:59.945Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:02:59.945Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:02:59.946Z||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-06T03:02:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:03:00.534Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:03:00.534Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-06T03:03:00.534Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678000251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:03:00.535Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:03:00.535Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-06T03:03:00.535Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678002581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:03:00.535Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:03:00.536Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-06T03:03:00.536Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678004219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:03:00.536Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:03:00.536Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-06T03:03:00.536Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678006844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:03:00.536Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:03:00.536Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-06T03:03:00.536Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678008743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:03:00.536Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:03:00.536Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-06T03:03:00.537Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678010257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-06T03:03:00.537Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:03:00.537Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-06T03:03:00.537Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678012027,
  "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-06T03:03:00.537Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:03:00.537Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-06T03:03:00.537Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678013031,
  "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-06T03:03:00.537Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:03:00.537Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-06T03:03:00.538Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678014035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-06T03:03:00.538Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:03:00.538Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-06T03:03:00.538Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678015038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-06T03:03:00.538Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:03:00.586Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-06T03:03:00.587Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678016041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-06T03:03:00.587Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:03:00.587Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-06T03:03:00.587Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678017045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-06T03:03:00.587Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:03:00.588Z||pool-3-thread-7|||||DEBUG|500||received message from topic
2021-04-06T03:03:00.588Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "024be283-2dbd-495c-bfe0-2f1e2def579c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1617678048380,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-06T03:03:00.588Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-06T03:03:09.483Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:03:24.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.135 to 10.233.77.212
2021-04-06T03:03:59.945Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:03:59.945Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:03:59.947Z||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-06T03:03:59.947Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-06T03:03:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:03:59.947Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:04:09.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T03:04:09.483Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:04:09.493Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:04:59.944Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:04:59.945Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-06T03:04:59.945Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:04:59.946Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:04:59.946Z||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-06T03:04:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:05:09.548Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:05:09.552Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:05:39.442Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.224 to 10.233.77.212
2021-04-06T03:05:59.944Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:05:59.945Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-06T03:05:59.946Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:05:59.946Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:05:59.946Z||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-06T03:05:59.946Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:06:09.484Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:06:09.485Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:06:59.944Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:06:59.945Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-06T03:06:59.945Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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-06T03:06:59.946Z|024be283-2dbd-495c-bfe0-2f1e2def579c|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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:06:59.947Z||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-06T03:06:59.947Z||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 QpfW4Ba8JBhQyfJB) ...
2021-04-06T03:07:09.443Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.212 to 10.233.74.224
2021-04-06T03:07:09.485Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-06T03:07:09.486Z|024be283-2dbd-495c-bfe0-2f1e2def579c|pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK