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=c!SOn14^{%1+M(V.n!nnmtkM -Dspring.config.additional-location=/app/config/override.yaml  

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

2021-04-23T02:19:24.944Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-gnvhx with PID 15 (/app/app.jar started by so in /app)
2021-04-23T02:19:24.996Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-23T02:19:24.996Z||main|||||INFO|500||The following profiles are active: basic
2021-04-23T02:19:30.151Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-23T02:19:30.151Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-23T02:19:30.266Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-23T02:19:31.763Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-23T02:19:31.920Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-23T02:19:32.153Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-23T02:19:32.159Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-23T02:19:33.253Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: catalogDB
	...]
2021-04-23T02:19:33.357Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-23T02:19:33.361Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-23T02:19:33.671Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-23T02:19:34.114Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-23T02:19:36.671Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: requestDB
	...]
2021-04-23T02:19:36.932Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-23T02:19:38.014Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-23T02:19:38.029Z||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$$b560519e.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-23T02:19:38.030Z||main|||||WARN|500||The sdc end point is not alive
2021-04-23T02:19:38.942Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-23T02:19:41.016Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-23T02:19:42.069Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-23T02:19:42.908Z||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-23T02:19:44.633Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T02:19:44.634Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T02:19:44.642Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T02:19:44.697Z||main|||||INFO|500||Started Application in 22.294 seconds (JVM running for 23.105)
2021-04-23T02:19:44.708Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T02:19:44.749Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b61dead1-7b1c-4fa0-a7e2-1952a349435c url= /sdc/v1/artifactTypes
2021-04-23T02:19:44.750Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T02:19:45.075Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-23T02:19:45.076Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e1b1ea4
2021-04-23T02:19:45.077Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-23T02:19:45.082Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5003",
      "text": "Error: Not authorized to use the API.",
      "variables": []
    }
  }
}
2021-04-23T02:19:45.083Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-23T02:19:45.085Z||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-23T02:20:14.635Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:20:34.635Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T02:20:34.635Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T02:20:34.635Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T02:20:34.652Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T02:20:34.658Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a1b90f3-5905-41fd-a133-1eca39e0fdfb url= /sdc/v1/artifactTypes
2021-04-23T02:20:34.659Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T02:20:34.734Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-23T02:20:34.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9dd0f04
2021-04-23T02:20:34.735Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-23T02:20:34.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5003",
      "text": "Error: Not authorized to use the API.",
      "variables": []
    }
  }
}
2021-04-23T02:20:34.737Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-23T02:20:34.737Z||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-23T02:20:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T02:21:24.632Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T02:21:24.634Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T02:21:24.634Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T02:21:24.644Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T02:21:24.696Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9c1d1ac-ef68-4a9f-805b-cc19ceaa878e url= /sdc/v1/artifactTypes
2021-04-23T02:21:24.697Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T02:21:24.770Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T02:21:24.779Z||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-23T02:21:24.807Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T02:21:24.814Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T02:21:24.836Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:21:24.856Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cd27b72a-01bb-4991-9e08-fc9795877cf1 url= /sdc/v1/registerForDistribution
2021-04-23T02:21:25.338Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cd27b72a-01bb-4991-9e08-fc9795877cf1 url= /sdc/v1/registerForDistribution
2021-04-23T02:21:25.339Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-23T02:21:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:21:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:21:25.398Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-23T02:21:25.399Z||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-23T02:21:25.399Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:21:25.400Z||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-23T02:21:25.400Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:21:35.615Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:21:35.659Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:22:25.349Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:22:25.351Z||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-23T02:22:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:22:25.351Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:22:25.352Z||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-23T02:22:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:22:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T02:22:34.933Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:22:34.965Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:23:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:23:25.349Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:23:25.350Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:23:25.351Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:23:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:23:25.393Z||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-23T02:23:25.394Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:23:34.936Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:23:34.936Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:23:59.635Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:24:25.349Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:24:25.350Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:24:25.350Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:24:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:24:25.352Z||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-23T02:24:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:24:34.931Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:24:34.932Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:25:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:25:25.350Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:25:25.351Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:25:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:25:25.353Z||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-23T02:25:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:25:29.635Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T02:25:34.928Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:25:34.929Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:26:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:26:25.350Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:26:25.350Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:26:25.351Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:26:25.352Z||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-23T02:26:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:26:34.896Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:26:34.918Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:26:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T02:27:25.352Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:27:25.352Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:27:25.357Z||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-23T02:27:25.357Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:27:25.357Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:27:25.357Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:27:34.928Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:27:34.930Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:28:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:28:25.350Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:28:25.351Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:28:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:28:25.352Z||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-23T02:28:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:28:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:28:34.904Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:28:34.906Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:29:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T02:29:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:29:25.351Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:29:25.352Z||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-23T02:29:25.352Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:29:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:29:25.352Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:29:34.676Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-23T02:29:34.922Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:29:34.924Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:29:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:30:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:30:25.350Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:30:25.351Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:30:25.351Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:30:25.352Z||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-23T02:30:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:30:34.933Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:30:34.963Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:31:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:31:25.351Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:31:25.351Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:31:25.359Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:31:25.360Z||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-23T02:31:25.360Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:31:29.633Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T02:31:34.931Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:31:34.931Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:32:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:32:25.351Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:32:25.351Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:32:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:32:25.352Z||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-23T02:32:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:32:34.895Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:32:34.895Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:33:25.350Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:33:25.351Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:33:25.352Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:33:25.353Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:33:25.353Z||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-23T02:33:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:33:34.925Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:33:34.962Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:34:25.350Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:34:25.350Z||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-23T02:34:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:34:25.351Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:34:25.392Z||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-23T02:34:25.392Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:34:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:34:34.929Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:34:34.930Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:35:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:35:25.350Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:35:25.351Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:35:25.351Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:35:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:35:25.352Z||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-23T02:35:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:35:34.928Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:35:34.930Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:35:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127
2021-04-23T02:36:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:36:25.350Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:36:25.350Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:36:25.351Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:36:25.352Z||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-23T02:36:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:36:34.892Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:36:34.919Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:36:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:37:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:37:25.350Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:37:25.350Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:37:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:37:25.352Z||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-23T02:37:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:37:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T02:37:34.928Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:37:34.961Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:38:14.633Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.78.233
2021-04-23T02:38:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:38:25.350Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:38:25.350Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:38:25.351Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:38:25.351Z||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-23T02:38:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:38:34.927Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:38:34.927Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:39:25.351Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:39:25.350Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:39:25.353Z||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-23T02:39:25.353Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:39:25.354Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:39:25.354Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:39:34.932Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:39:34.961Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:39:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127
2021-04-23T02:40:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:40:25.351Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:40:25.351Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:40:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:40:25.352Z||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-23T02:40:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:40:34.888Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:40:34.888Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:41:25.350Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:41:25.351Z||pool-3-thread-9|||||WARN|500||GET http://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-23T02:41:25.351Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:41:25.351Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:41:25.352Z||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-23T02:41:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:41:34.930Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:41:34.959Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:41:59.633Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:42:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:42:25.350Z||pool-3-thread-9|||||WARN|500||GET http://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-23T02:42:25.351Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:42:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:42:25.352Z||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-23T02:42:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:42:34.921Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:42:34.928Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:43:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:43:25.350Z||pool-3-thread-9|||||WARN|500||GET http://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-23T02:43:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:43:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:43:25.352Z||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-23T02:43:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:43:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:43:34.897Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:43:34.961Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:44:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T02:44:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:44:25.350Z||pool-3-thread-9|||||WARN|500||GET http://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-23T02:44:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:44:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:44:25.352Z||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-23T02:44:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:44:34.924Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:44:34.926Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:45:25.350Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:45:25.351Z||pool-3-thread-9|||||WARN|500||GET http://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-23T02:45:25.351Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:45:25.351Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:45:25.352Z||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-23T02:45:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:45:34.933Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:45:34.960Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:45:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:46:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:46:25.351Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:46:25.354Z||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-23T02:46:25.354Z||pool-3-thread-9|||||WARN|500||GET http://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-23T02:46:25.355Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:46:25.355Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:46:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127
2021-04-23T02:46:34.929Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:46:34.929Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:47:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:47:25.351Z||pool-3-thread-9|||||WARN|500||GET http://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-23T02:47:25.351Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:47:25.351Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:47:25.352Z||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-23T02:47:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:47:34.930Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:47:34.957Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:47:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:48:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:48:25.350Z||pool-3-thread-9|||||WARN|500||GET http://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-23T02:48:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:48:25.351Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:48:25.352Z||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-23T02:48:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:48:34.889Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:48:35.015Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:48:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:49:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:49:25.350Z||pool-3-thread-9|||||WARN|500||GET http://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-23T02:49:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:49:25.351Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:49:25.352Z||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-23T02:49:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:49:29.632Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127
2021-04-23T02:49:34.926Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:49:34.926Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:49:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:50:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:50:25.350Z||pool-3-thread-9|||||WARN|500||GET http://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-23T02:50:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:50:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:50:25.352Z||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-23T02:50:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:50:34.927Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:50:34.930Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:50:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T02:51:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:51:25.350Z||pool-3-thread-9|||||WARN|500||GET http://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-23T02:51:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:51:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:51:25.352Z||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-23T02:51:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:51:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.78.233
2021-04-23T02:51:34.926Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:51:34.927Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:52:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T02:52:25.350Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:52:25.351Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:52:25.352Z||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-23T02:52:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:52:25.356Z||pool-3-thread-9|||||WARN|500||GET http://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-23T02:52:25.356Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:52:34.929Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:52:34.960Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:52:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T02:53:25.350Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:53:25.351Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:53:25.353Z||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-23T02:53:25.353Z||pool-3-thread-9|||||WARN|500||GET http://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-23T02:53:25.353Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:53:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:53:34.929Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:53:34.957Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:53:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.78.233
2021-04-23T02:54:25.349Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:54:25.350Z||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-23T02:54:25.350Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:54:25.351Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:54:25.352Z||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-23T02:54:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:54:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T02:54:34.888Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:54:34.961Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:55:25.350Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:55:25.350Z||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-23T02:55:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:55:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:55:25.352Z||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-23T02:55:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:55:34.888Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:55:34.921Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:55:59.633Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:56:25.349Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:56:25.351Z||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-23T02:56:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:56:25.351Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:56:25.352Z||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-23T02:56:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:56:34.928Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:56:34.932Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:56:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T02:57:25.349Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:57:25.350Z||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-23T02:57:25.350Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:57:25.351Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:57:25.351Z||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-23T02:57:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:57:34.889Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:57:34.889Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:58:25.350Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:58:25.351Z||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-23T02:58:25.351Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:58:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:58:25.352Z||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-23T02:58:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:58:34.928Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:58:34.957Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:58:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:59:25.350Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:59:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:59:25.352Z||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-23T02:59:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:25.352Z||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-23T02:59:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:25.482Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:25.491Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.492Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146749374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146748127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "clamp",
  "timestamp": 1619146752408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "cds",
  "timestamp": 1619146751595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "policy-id",
  "timestamp": 1619146751761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146749374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146748127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "cds",
  "timestamp": 1619146751595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "clamp",
  "timestamp": 1619146752408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "policy-id",
  "timestamp": 1619146751761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146749374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146748127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "clamp",
  "timestamp": 1619146752408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "cds",
  "timestamp": 1619146751595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "policy-id",
  "timestamp": 1619146751761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146749374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.522Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.522Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.522Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146748127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.522Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.522Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.522Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "cds",
  "timestamp": 1619146751595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.522Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "policy-id",
  "timestamp": 1619146751761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "clamp",
  "timestamp": 1619146752408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146749374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146748127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "cds",
  "timestamp": 1619146751595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "clamp",
  "timestamp": 1619146752408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "policy-id",
  "timestamp": 1619146751761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146749374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "clamp",
  "timestamp": 1619146752408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146748127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "cds",
  "timestamp": 1619146751595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "policy-id",
  "timestamp": 1619146751761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146749374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146748127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "clamp",
  "timestamp": 1619146752408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "cds",
  "timestamp": 1619146751595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "policy-id",
  "timestamp": 1619146751761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146759506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146759506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "dcae-sch",
  "timestamp": 1619146761067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146761881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146761875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "cds",
  "timestamp": 1619146761991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "policy-id",
  "timestamp": 1619146761983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146759506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.530Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "dcae-sch",
  "timestamp": 1619146761067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.530Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.530Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.530Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "cds",
  "timestamp": 1619146763006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-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-23T02:59:25.662Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0483770c-9c14-42cf-a28e-aa0d5b040298
2021-04-23T02:59:25.681Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0483770c-9c14-42cf-a28e-aa0d5b040298 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-23T02:59:25.704Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.704Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "policy-id",
  "timestamp": 1619146762990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T02:59:25.704Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T02:59:25.704Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.704Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146759506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "aai-ml",
  "timestamp": 1619146762498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146763446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146763464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "dcae-sch",
  "timestamp": 1619146761067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.706Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.706Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "policy-id",
  "timestamp": 1619146763996,
  "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-23T02:59:25.725Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0483770c-9c14-42cf-a28e-aa0d5b040298
2021-04-23T02:59:25.725Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0483770c-9c14-42cf-a28e-aa0d5b040298 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-23T02:59:25.733Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.733Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146759506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "aai-ml",
  "timestamp": 1619146762498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "dcae-sch",
  "timestamp": 1619146761067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146759506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T02:59:25.975Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:25.976Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.976Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0483770c-9c14-42cf-a28e-aa0d5b040298","serviceName":"vFW 2021-04-23 02-56-36","serviceVersion":"1.0","serviceUUID":"043ff963-2cbf-4581-864c-ec56222c21da","serviceDescription":"catalog service description","serviceInvariantUUID":"28082e8f-c8ff-4922-bf47-a85323a32bec","resources":[{"resourceInstanceName":"vFW cad03a91-4937 0","resourceName":"vFW cad03a91-4937","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"906db6a9-1efb-4914-b535-af5d4826ca21","resourceInvariantUUID":"7d0f9ca5-6443-42df-8315-d062b5ad6d4b","resourceCustomizationUUID":"25f46763-0e2c-4afa-9bf9-9d8f9f28ddc2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml","artifactChecksum":"ZWM2ODg1MzhhOTJiNzIwZjc4NmMxYjM3YjdiM2UwNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e189cec6-5838-4cd9-9793-8c04fca0c29b","artifactVersion":"1"},{"artifactName":"vfwcad03a9149370_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json","artifactChecksum":"MjdiMWQ4YTU0OWY4ZWEyNTg0MmM4NjA4YjVkNmE2ZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76aa850e-a4b7-44ea-8ff4-a48c90b1aca8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c99e43f4-4cdc-435e-856e-f7dd62beb013","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml","artifactChecksum":"MTUzNDhlNzM5ZGIyYmI5ZWRiOTNhMzE4NWU1MjQ1ODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"15d7cfb0-05d4-400f-b773-6d49a03e0d6e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7222eff1-21aa-42d6-b638-d3ac27b42991","artifactVersion":"2","generatedFromUUID":"c99e43f4-4cdc-435e-856e-f7dd62beb013"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210423025636-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml","artifactChecksum":"NGZiMmI1NWMwZDE4MDAzZjU5NjY3Y2NlYjAzZDA2MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"57aae216-933b-4f16-b632-b214598a6380","artifactVersion":"1"},{"artifactName":"service-Vfw20210423025636-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar","artifactChecksum":"ODI2YzYwYjgzZTNhYjc5MTA5NTZkZGJiYTBjNzdhN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12767938-9811-4fef-b82b-0dfd50c384af","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T02:59:25.982Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T02:59:25.986Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:25.992Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:25.992Z||pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146765350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:26.093Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-23T02:59:26.097Z||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-23T02:59:26.097Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:26.133Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:26.133Z||pool-4-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:26.998Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T02:59:26.998Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:27.001Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:27.002Z||pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146765350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T02:59:27.101Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T02:59:27.102Z||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-23T02:59:27.102Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:27.111Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:27.112Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:28.004Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T02:59:28.005Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:28.008Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:28.008Z||pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146765350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-23T02:59:28.108Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:28.109Z||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-23T02:59:28.110Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:28.133Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:28.134Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:29.008Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T02:59:29.009Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:29.011Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:29.011Z||pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146765350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:29.112Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T02:59:29.113Z||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-23T02:59:29.113Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:29.122Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:29.123Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:30.012Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T02:59:30.013Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:30.014Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:30.014Z||pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146765350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-23T02:59:30.114Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:30.115Z||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-23T02:59:30.115Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:30.124Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:30.124Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:31.015Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T02:59:31.016Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:31.017Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:31.017Z||pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146765350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T02:59:31.118Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:31.119Z||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-23T02:59:31.119Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:31.127Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:31.128Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-23T02:59:32.018Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T02:59:32.019Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:32.021Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:32.021Z||pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146765350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T02:59:32.121Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:32.122Z||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-23T02:59:32.122Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:32.133Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:32.133Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:33.023Z||pool-3-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "serviceName": "vFW 2021-04-23 02-56-36",
  "serviceVersion": "1.0",
  "serviceUUID": "043ff963-2cbf-4581-864c-ec56222c21da",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "28082e8f-c8ff-4922-bf47-a85323a32bec",
  "resources": [
    {
      "resourceInstanceName": "vFW cad03a91-4937 0",
      "resourceCustomizationUUID": "25f46763-0e2c-4afa-9bf9-9d8f9f28ddc2",
      "resourceName": "vFW cad03a91-4937",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "906db6a9-1efb-4914-b535-af5d4826ca21",
      "resourceInvariantUUID": "7d0f9ca5-6443-42df-8315-d062b5ad6d4b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwcad03a9149370_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
          "artifactChecksum": "MjdiMWQ4YTU0OWY4ZWEyNTg0MmM4NjA4YjVkNmE2ZjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76aa850e-a4b7-44ea-8ff4-a48c90b1aca8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c99e43f4-4cdc-435e-856e-f7dd62beb013",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7222eff1-21aa-42d6-b638-d3ac27b42991",
            "generatedFromUUID": "c99e43f4-4cdc-435e-856e-f7dd62beb013"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7222eff1-21aa-42d6-b638-d3ac27b42991",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210423025636-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
      "artifactChecksum": "ODI2YzYwYjgzZTNhYjc5MTA5NTZkZGJiYTBjNzdhN2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "12767938-9811-4fef-b82b-0dfd50c384af"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T02:59:33.023Z||pool-3-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T02:59:33.024Z||pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 043ff963-2cbf-4581-864c-ec56222c21da ASDC
2021-04-23T02:59:33.093Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:0483770c-9c14-42cf-a28e-aa0d5b040298
ServiceName:vFW 2021-04-23 02-56-36
ServiceVersion:1.0
ServiceUUID:043ff963-2cbf-4581-864c-ec56222c21da
ServiceInvariantUUID:28082e8f-c8ff-4922-bf47-a85323a32bec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210423025636-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar
ArtifactUUID:12767938-9811-4fef-b82b-0dfd50c384af
ArtifactChecksum:ODI2YzYwYjgzZTNhYjc5MTA5NTZkZGJiYTBjNzdhN2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cad03a91-4937 0
ResourceCustomizationUUID:25f46763-0e2c-4afa-9bf9-9d8f9f28ddc2
ResourceInvariantUUID:7d0f9ca5-6443-42df-8315-d062b5ad6d4b
ResourceName:vFW cad03a91-4937
ResourceType:VF
ResourceUUID:906db6a9-1efb-4914-b535-af5d4826ca21
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcad03a9149370_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json
ArtifactUUID:76aa850e-a4b7-44ea-8ff4-a48c90b1aca8
ArtifactChecksum:MjdiMWQ4YTU0OWY4ZWEyNTg0MmM4NjA4YjVkNmE2ZjE=
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/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml
ArtifactUUID:c99e43f4-4cdc-435e-856e-f7dd62beb013
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/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env
ArtifactUUID:7222eff1-21aa-42d6-b638-d3ac27b42991
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/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env
ArtifactUUID:7222eff1-21aa-42d6-b638-d3ac27b42991
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-23T02:59:33.093Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 043ff963-2cbf-4581-864c-ec56222c21da 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-23T02:59:33.138Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T02:59:33.140Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T02:59:33.141Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T02:59:33.141Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 12767938-9811-4fef-b82b-0dfd50c384af from URL: /sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:33.141Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T02:59:33.143Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:35.469Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T02:59:35.484Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar 12767938-9811-4fef-b82b-0dfd50c384af 105139
2021-04-23T02:59:35.485Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar ASDC sendASDCNotification
2021-04-23T02:59:35.485Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:35.486Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T02:59:35.487Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:35.489Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:35.489Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146775485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T02:59:35.589Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:35.590Z||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-23T02:59:35.591Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:35.600Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:35.601Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:36.489Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T02:59:36.492Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T02:59:36.493Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Trying to write artifact UUID: 12767938-9811-4fef-b82b-0dfd50c384af, URL: /sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar to file: /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:36.493Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210423025636-csar.csar
2021-04-23T02:59:36.592Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:36.592Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:37.283Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18394349350779378753/Definitions/service-Vfw20210423025636-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-23T02:59:39.308Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T02:59:39.312Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-04-23T02:59:39.312Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.312Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-23T02:59:39.312Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||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-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.312Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||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-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||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-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cad03a91-4937 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-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cad03a91-4937 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.314Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-04-23T02:59:39.321Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.323Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:39.326Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:39.326Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-23T02:59:39.328Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T02:59:39.329Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.329Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:39.329Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:39.329Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-23T02:59:39.329Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T02:59:39.330Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.330Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is not matching search criteria
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T02:59:39.335Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93c72ae0-c7d7-49eb-8a28-337df11ea868
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87285200-47f2-4cb0-89bc-c6977ac25795
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d4977bc4-c7d3-4650-b166-859b3b777751
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:39.341Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.341Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:39.341Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:39.341Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:39.341Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-23 02-56-36
Description:catalog service description
Model UUID:043ff963-2cbf-4581-864c-ec56222c21da
Model Version:NULL
Model InvariantUuid:28082e8f-c8ff-4922-bf47-a85323a32bec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW cad03a91-4937
Model UUID:86bdfe54-a67e-42f6-a738-7606b6c03bf3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7d0f9ca5-6443-42df-8315-d062b5ad6d4b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:25f46763-0e2c-4afa-9bf9-9d8f9f28ddc2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8aa42664-426c-41db-b6d7-1265b7abd6d1
ModelName:VfwCad03a914937..base_vfw..module-0
ModelUuid:db0437de-6c1d-4f09-b74f-78cb3cc3a4de
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93c72ae0-c7d7-49eb-8a28-337df11ea868
ModelInvariantUuid:184cd316-7aac-478f-998e-145b56b2c3ac
ModelName:vFW cad03a91-4937-nodes.vfwCvfc
ModelUuid:43e68f07-b38b-4ee3-9f74-fcd390b3cc7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2fe0bae3-c112-4b96-9d08-c49f4c0be1db
ModelInvariantUuid:3acb9c8d-e70f-4eb1-a32f-d87ba1e69c24
ModelName:VfwCad03a914937.compute.nodes.heat.vfw
ModelUuid:b056e1c3-ad82-4ffc-9611-4feac843fe08
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:87285200-47f2-4cb0-89bc-c6977ac25795
ModelInvariantUuid:767a6729-8edd-490c-ab6a-c673137977bb
ModelName:vFW cad03a91-4937-nodes.vsnCvfc
ModelUuid:2cf0c272-9a3c-4f5f-b7b7-5310d4b51ac1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fe2e966e-620a-4dc6-a174-923231f224c6
ModelInvariantUuid:dfae62c1-55b0-4cb0-81ec-da1104825c84
ModelName:VfwCad03a914937.compute.nodes.heat.vsn
ModelUuid:baf5bb6a-3aaa-40ef-a6f3-39ce2cd2d3e0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d4977bc4-c7d3-4650-b166-859b3b777751
ModelInvariantUuid:2cf755a0-ad89-48fc-b954-66b8e5e4ae70
ModelName:vFW cad03a91-4937-nodes.vpgCvfc
ModelUuid:c7c07adf-373b-404a-b98e-08930d9a0569
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ee058999-1686-48ed-a12c-6df4ae439c8d
ModelInvariantUuid:5d57f4fa-06c7-4f3d-8adb-9087eba45c2f
ModelName:VfwCad03a914937.compute.nodes.heat.vpg
ModelUuid:29289393-dfcb-4fa3-b830-87975825b66a
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-23T02:59:39.355Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 906db6a9-1efb-4914-b535-af5d4826ca21
2021-04-23T02:59:39.365Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||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-23T02:59:39.432Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||vFW cad03a91-4937 0
2021-04-23T02:59:39.439Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 906db6a9-1efb-4914-b535-af5d4826ca21
2021-04-23T02:59:39.439Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 76aa850e-a4b7-44ea-8ff4-a48c90b1aca8 from URL: /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json
2021-04-23T02:59:39.440Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T02:59:39.440Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json
2021-04-23T02:59:40.659Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T02:59:40.659Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json 76aa850e-a4b7-44ea-8ff4-a48c90b1aca8 785
2021-04-23T02:59:40.660Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json ASDC sendASDCNotification
2021-04-23T02:59:40.660Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json
2021-04-23T02:59:40.660Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T02:59:40.660Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:40.662Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:40.662Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146780660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T02:59:40.765Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-04-23T02:59:40.765Z||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-23T02:59:40.766Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:40.833Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:40.834Z||pool-12-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":1,"count":1}
2021-04-23T02:59:41.663Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCad03a914937..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8aa42664-426c-41db-b6d7-1265b7abd6d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "db0437de-6c1d-4f09-b74f-78cb3cc3a4de",
    "vfModuleModelCustomizationUUID": "f3a23482-dd14-460a-8f1b-90239f8e068e",
    "isBase": true,
    "artifacts": [
      "c99e43f4-4cdc-435e-856e-f7dd62beb013",
      "7222eff1-21aa-42d6-b638-d3ac27b42991"
    ],
    "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-23T02:59:41.688Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCad03a914937..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db0437de-6c1d-4f09-b74f-78cb3cc3a4de
VfModuleModelInvariantUUID:8aa42664-426c-41db-b6d7-1265b7abd6d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
c99e43f4-4cdc-435e-856e-f7dd62beb013
,
7222eff1-21aa-42d6-b638-d3ac27b42991

}
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-23T02:59:41.691Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCad03a914937..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8aa42664-426c-41db-b6d7-1265b7abd6d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "db0437de-6c1d-4f09-b74f-78cb3cc3a4de",
    "vfModuleModelCustomizationUUID": "f3a23482-dd14-460a-8f1b-90239f8e068e",
    "isBase": true,
    "artifacts": [
      "c99e43f4-4cdc-435e-856e-f7dd62beb013",
      "7222eff1-21aa-42d6-b638-d3ac27b42991"
    ],
    "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-23T02:59:41.691Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCad03a914937..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db0437de-6c1d-4f09-b74f-78cb3cc3a4de
VfModuleModelInvariantUUID:8aa42664-426c-41db-b6d7-1265b7abd6d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
c99e43f4-4cdc-435e-856e-f7dd62beb013
,
7222eff1-21aa-42d6-b638-d3ac27b42991

}
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-23T02:59:41.691Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: c99e43f4-4cdc-435e-856e-f7dd62beb013 from URL: /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml
2021-04-23T02:59:41.691Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T02:59:41.691Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml
2021-04-23T02:59:42.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T02:59:42.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml c99e43f4-4cdc-435e-856e-f7dd62beb013 20368
2021-04-23T02:59:42.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-23T02:59:42.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml
2021-04-23T02:59:42.341Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T02:59:42.341Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:42.347Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:42.347Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146782340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T02:59:42.442Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-04-23T02:59:42.443Z||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-23T02:59:42.443Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:42.452Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:42.452Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:43.349Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 7222eff1-21aa-42d6-b638-d3ac27b42991 from URL: /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env
2021-04-23T02:59:43.350Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T02:59:43.350Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env
2021-04-23T02:59:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127
2021-04-23T02:59:44.657Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T02:59:44.658Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env 7222eff1-21aa-42d6-b638-d3ac27b42991 2098
2021-04-23T02:59:44.658Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-23T02:59:44.658Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env
2021-04-23T02:59:44.658Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T02:59:44.659Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:44.660Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:44.660Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146784658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T02:59:44.761Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:44.762Z||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-23T02:59:44.762Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:44.770Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:44.770Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:45.661Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Preparing to deploy Service: 043ff963-2cbf-4581-864c-ec56222c21da
2021-04-23T02:59:45.661Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cad03a91-4937 0 906db6a9-1efb-4914-b535-af5d4826ca21 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-23T02:59:45.698Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:45.698Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:45.698Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Processing vnf with UUID: 86bdfe54-a67e-42f6-a738-7606b6c03bf3 
2021-04-23T02:59:45.698Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Will get resource from SDC using resource id: 86bdfe54-a67e-42f6-a738-7606b6c03bf3
2021-04-23T02:59:45.709Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel to get resource 
2021-04-23T02:59:45.738Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel
2021-04-23T02:59:45.740Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|INFO|500||Invoke
2021-04-23T02:59:45.740Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-23T02:59:45.741Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel
2021-04-23T02:59:45.741Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||Method      : GET
2021-04-23T02:59:45.741Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/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:"0483770c-9c14-42cf-a28e-aa0d5b040298", X-RequestID:"0483770c-9c14-42cf-a28e-aa0d5b040298", X-TransactionID:"0483770c-9c14-42cf-a28e-aa0d5b040298", X-ECOMP-RequestID:"0483770c-9c14-42cf-a28e-aa0d5b040298", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"fdd1882a-5f6b-4cba-ac65-d42de53dae34"]
2021-04-23T02:59:45.742Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||Request body: 
2021-04-23T02:59:45.742Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||==========================request end================================================
2021-04-23T02:59:47.295Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-23T02:59:47.296Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-23T02:59:47.296Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||Status text  : OK
2021-04-23T02:59:47.297Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||Headers      : [Set-Cookie:"JSESSIONID=node015txq0ph9r9ofwd2o8kyh2fl2311.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-VfwCad03a914937-csar.csar"", Content-MD5:"ZjRiZTUyZTllY2E5YzY2M2E4ZWMxYjcxMmQzOTQ2MjQ=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"0483770c-9c14-42cf-a28e-aa0d5b040298", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-23T02:59:47.319Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||Response body: PKP�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPKP�RTOSCA-Metadata/TOSCA.metaM��
�0E����@���4���N[��ɤ$#��7�.����duGu��c���l�F�ixI+LD`\�%ki ����@ ��1�7K�K iyu�>q)����tз��;+F��RZe�x�G-����0��՜��\�%�PK�����PKR�R1Definitions/resource-VfwCad03a914937-template.yml�]�s�8�߿��ݭ��̅��ͱ�ě������B	cN�f�?W����٪��VKju��I��t��^�Al`��֒�U�mw>4���7'��-L���M��<$wwg���3v�6��Ø���q��l2ם�bj́�p��
���¹������B��J_.�ka�g�;C�������/�
���'���-��v�풔��0���MA�]:{;AŒ�"p���	܄��k�`���Y����'V�D ��8�G6�O	#v'3DZ\Ww�`�3k����i���>1j���h�k���Ё��~kAD��_A�FI��]Ы������(�FO[��#�{R+���m���)�!��E#�t��]�l�E^x��z��I�z���h�x�A&]���+(�5ٺ$0r�
�������ӼxZ:�HbќV՚-\�}��%L���LJZM
���>"�FߨD�AV�I�G�RP�=N���x\[f�.q��F延�6;��3ը=���n�X�8x� �l�����Yʹ���z-�ݼgvsn�t��$���+*���I��wIK\!E�W�H�4x}9����EԵӫ)���n*}f��kno/����d�C������ǁ�ڊ�nk+k���j��om�A���=�m�Fv��6�Y;]F��b���m:��nS�q"{n���i旡J��E
��Qs �(�vsyT��v�8+��)���6YOG��j4���q�6�w����]e��+
8�M�% ѼXq�m� =���
��`��` ANz�h�<�i�^�|�E��~�`�٣'�k�~��Ł���Ff�)6;suw�ݾ?��?jo�:��t�]�|<�ޟ_�k�m'�-t��y��
����.��[�^]4�qj�e\��{cAm��!����BN����s�L_ݽ���T�<������vq��-;#iZ�d�`�0F,m�(�QG>���c��/�r8��m����O�'W��������W�����+~����G^��Mq�	\3%�&N��1���p�lj�菳�I2}��a1��~��&���Č�.lq�$��~�*-;
���F���0L���4/,��%���b-����G��KZ�F<�p��/��W�s������^M��vzqv]�^�����BryӉT[�?�>ÜM�H��$]�J66a�$�tȱ4����H ��[�c$+�D�q>;=9��&�+\+�M�m�4ƍ���f���OM�xl�MFY����D{X�
-�Q�C�p�Q��]�VF8q��X�xOʷ��DffMD�_���pѴ�>�����T���/�On�KsTR�eU�H�	���D����*�V��j
hc �Y&��A:�R!�ΐ1&�ؕ-!��p�P�-�3Z���
�����n%;}R��~��GK@4���]�I$�=��� �G�(+Pؼ������M��\3<��k+�G~����9�߽�����&��(I�z��I��N�|�U��!��&AF?�v��ʎ�4q!�XB�>�b�QԌ�F�6�)�ϵ�������(չ�$)/�b��&G	Bqե�o^���;�;kl�we��`���ؘ,����T����=:��GH���b�!amq�lNz�I4��y�K��g	�'�2G&ޫ��>h�d���)�VQ�)gGP�82�۟||�Jf�����n?�Q��{3��N'O���yv���
~|�����_���՛��t�߿�ӯ_��^~o�c���߯ލ��������_�+\|	oo��<}|�c���fw2��7����דCr������ �j����Ι����o���0�\ϟ�7S��Wo����?	��šy_n�<[=�y���S'7�����;�����n�No��?���===_��:<̾��7������lܝ=~�����߷_�nV�V�����_lwY����oN��]\'�l77�����0=������s|;O�7�w�?������糳�o���|'�d��ʛ����}:?9��������g7�����9s��Ow_�?/�v��=��|��':���Ħ��4r����c�-�)�0cz���,?LE..�y����D����=�~�n�~�wLZ�v���l�bJh#r�0�"���G��*B��"��m4����ؖr�g�˔un��e@"���"y>:�d�=�9�6�K��DHc�k W��؆3K��=`8@_O�k}:[��m���;/�fU��d1Y�Kݵ�nLW�f��>Y�g��̌5(���8Aۺi�"�?�N�Kc<חs5iC[Н��l
����X��K�f�2�~X�B��/�9B�C#��K��x���]����m��6pXY:Z-�R&K��_U/)x��WC]�87�܇[›hc0S��[K��Q��_N҄�3�1J6��Y$;U(�t�읙mܝZ\	��4E*L�
Dk�O��C�h�!���j���M�Cl�ݍ�.:���$D�D���ޤ�^��E�2��m>��
.b7�1��Úכ�d�z'Z��=j`b0�fT��Q"ͅԆ�x���:�8�}�gDvEOV���&}	��K�<���'�ܚ/��=vsE��b厗�5[Y��L_�KCw��ؚ�������^N��R7���W`��g���N&��+Z���/s���Tզ�S�t�b4�أ��yA��&g�����b& ��OHM+߂S�
�/e�Pr}����`��f�cWL3�I��m�w�QY�+$M5��?�6��&2�$�8x����j��j��*�K�?��e�NԆ�9H���U#��)|���6s#�&d3�]�97K���*c����_��]�>li;`�kLQJn�\�;jԫ�Sf��#����h��^;�5ݥ�`��U�@�
o�� �H�	�H�K+�z�(�]��0�7ٻ�S	�>9�����Q�1�"�� ��+٦
|�G�;X�[⧶���_�1�
��Ga���L��>���1}]��'%���*"'ӑTlƲ~W��|I�ȍ��q�cB��nb0CsNeԀ0�FѠX�6'�u&;U/@6�B@��&Bs}wyswu�����̼>��tw}znn�pYc��,7
�>��i��M�-GVYҧgWfL�E���;��B�Lmw9�����Z7V��[빡/�
Ρ�ʃdU�=^��g˙�c�*+��W���Y��|�����q��
|��L7�nM}5_[3k�~�*��
��}5���8�B�p�W��3�����萟��b�]��:g��磊v���*�}Х�mE�;��,9���Ttcj�招8���9U��������AbE4H=��13���Bf���Cgp��d��OÑ�>�<��x+ �:��~	�x���<���� ^���tQ�C��w5��-U�L�]���.����x����P@JT��N�Q�F'��
7��En&S��
75�s�][��J��9P� �(����8ʔ(��]�A�w����p{i@v�+z!�w��*R�t���0J��Q�~�E9�^�ϕ�H�l����7��\o�
��P 7W?�6�^����dR��N> ���R�%Ȧ
�Aс�a�I�\�6OG�ϻ����<�n��\��=&�Wn�<����oWIk��
3�BR����pS�U�ZqSTOQ��*��7�3����H�-�*W����h�����ͩ(s44g?���W3��g�X<ǁ���������v6�	S��,������5��t�q��UW�M\��順�gf�Ǻ:����Qt]�-_��#�K
��hd�8�l4ʲAz��'#5�w?��)�؂�����X�k��P��gʢ��䭙;��g`�t�$F�^��q_�t���n-lݘ8�n-��>�.��X�™�	�@!kl̖����
w�֭���˕���;����+���5)������5����cQAW�H&Eoy/U�&E��"���P��#R����,J�t
��7b�M/c{��wC|��e�n�z8�pƎ�����E�pt�s}�:�|a8�Q�Ҳ*3w	�����jt$N�����j1[ �sݪʡ-T����>G��c<	�3�:Ao]���U��j�n
ϕV�L2̚w~�k��^��'�P���Qz3�/X���%Ұ9K8g
 �M�bZ���#�lıs���i��E
g�U�rȐ>n�Vcq0b{&-�9cHP���c��*���r����h
��I��z�4�s�Z�GR�	C%(0��X���!�kLA�&D�H����D�+�f~�>C4�h�-;����rCV�����e��w5b��
B�BY�F$ȅy��F�'��1gS]��N͹3zR+K��	� r`�CiK�`����u�R�f�i��0,5Y�F*��B2E1�r"�.PN}�ȉ	|�Q�&\y����A��'���9�y�!���f�&t	{YT���#�.m�"s6� �$�k0�gߪ�c�]KR�s�P]��ݕ��ۙ.sUu4W9#���7�Y�&�_�p��!!*�DV��ؐ�k��2[�^VC�s5���Vc��H]q��K�,Jm��D����>B��� ���.���b|�B�n5jv�
wA(ӥ1���4�yJ
��Q�4���<GZ
�{�EL��#ڽ)����Eޘ*mJ5�'���j��$�[�O���w%Ϝ�O�i�U`�m]��#Y����[� F��)(E�(�Da'�i����$��[��<��;��q	E�D�F1>3Tt��P��B]e_t�-Q�x?*��5i�u!c�4��^��*	cWTQ%�Ʃ.L�G�pE�t�b@��F��m��Z�XѦ�
H��U/	��������聕�����EirE;:�(�T�ΠS�);Y���&�@�S��7�%�YM�Gx�)ӥ1�ؐ�i/�C'±��ek}��M�,*�gV!,e�lY�6~��pT��|�h�-p�̵��g&�bm/J�0���*�)�K�i���.�Jd�.������,t%/�D��H�ꃸE��hʭ�l��,���%s�B[d�)��$�=QK͵��U��伛�N��&�L���
Ej���0x�i)�u�3sǠ�_�a]��_����:/T#dQ)2T\S� 3�A��/�Ag������
[�'% �r��h\�C�O�+H+�$�[H�W`��R*E�)���aJ3b�)��}�)Y��H{ қ]��tˌtJ�I}{H6�*u7Mu͠���TC7��Ms�A��)�nbX����\�A*�N(c3B>X\��)i�������۵h
�ym`;����y��u�	o�rP#&���c
p�@�Р]����ԣf�fX�ό6��!�/K�bk`h�2]y��g�A�H����N�Ers!���7jpJ�V����ڗ�Tɢ��{@����Cn�	|%������'(�W���k
�V�x2sQ�f;*UٮZd�dG�x;���H˂�zT�����h�x���(O��3څ��^�E������pP�*b7l"�#�N�D�V5��'��DL^�@�s/���Z�YZ��J)xG�'eg�@�!C��
�D��ۉk�#��5�D���Ԯ�x>����'Ѹ�2�bH�
kg$T�RG������I"�%u� ��<�0���B��iD�Ug괙"��4�0<͍�"��}��!d���a�)C\�Vf��,c�9B�=�ƍ֫&�gM)F���;F
�V�]��H'����{�]1ep�/�j�?;T��}1���U�M>Ο~�O
��'$�[�=�6�w����f��vE�{b�y[,
�P{^t��Ī��c�.o�^�U�O{9d��i1Z�P�>R���xY������/be�W����N�x�?CU����xIWe�o��e���	m��{��|���dR�A���eJ�#�№��I�y�	&(I[Mҿ	�I7o�t��}���/�H�;uC�.#Pqu2�R��@����‡9��>�d�hb�}��\؅�-i�kB �STQy &Ҍ5�? e�*�m��媕��iݤ��%Edn[b�&c�2@1mՋB=���1ap �R���PK*Ͷ�� �PKS�R;Definitions/resource-VfwCad03a914937-template-interface.yml�][s�ʲ~߿Bo;����o��;q_b��S�TB�����!����$FH���U��@�fz���t��#K�BT��\�4qLl�q.��W�6�t"N��.6���?M�u���'�B����N΃ӑ_*�+�S+��0�^�,������#���Gm�K�܆��z6�E���6��S�'�ז�kr��g�#�a�n0n�����t�b�B�4L�D6GV�&���2i��Ɠ:iK�����y���`H��ژ(�j���K}ǵ%�mt}��j��=#� �������Kd�`|�%�f��s��������t�h��5��Ã��{��sު�ď��,��}0�p}/H�Suw(�����h�(���{I~%�gX�-��M?�����Q4o$8�`@ ��
+����
�Ḓ!�C0��t]}"xQ
`y}@�hWԔӿ��~�n/{�w߄뎿�*��H�ML�5�!bH}�80��v�������n�
��Y�O҂y�ݶ��e����"|~�{��:�`"{��N���3T��/~I�ԉ%������:������[�B�
�
��sD	�
G^��e2�4t]`n����
Ӑ�0�
S{0MWx|�.��@��n�H}���!��_�Hcb�d�F���_&͊Nj��ޣ�<>8���bW\�'l_��Ƀ��0VG�x+)
*iGUDR�(b=+P��*��6k��r���o�ѩ�+�<�XI�ϳ�ܽ�A�vÝs5߹b�P��g��Ř5C)'�Ar��!�˞p��kS��%��1�ֽ�{����z��̱@�2Y��s�]Q��[�:��_��/�[���s9��U7m�Ұ
�e}Ep��k0��pZr�e�~�"���/҇���𽯟8t��"�:�+��\���)�31�B¢<Ζb�~,�k��[Ȁ�0���õt�v,�~nj{�0�"�{tp���UPEO�2�����5
AH=G����*t�X�� 4�����%����nV-��g�����r��f%��oFey}j�2&�8�=ۑ��]����ͩ|xI����Ѻ��~t~�|�����=���Qk�<+��Ϸ��I�@�������r}v���}��EQ_����v��'������:�������4��?4�����u{߰_��ȣrtv�Y�������dz�=���_�óS�e|�O�G�s�k�lr1�y55I�{h������cu4m�^��g?{���ٗ�������>&i�y����3y�kع���~�ݜ�]�Ly:�Y���K�w�:��ҹ~p��S��tz6>�4����H����w�~�~�������η�+����e6�K�׾��uz��}��ɯ?��O�S�:<��q�t�����������?�Z�uh�ʲ�*L��@EiqxR���{^+�3s���mR�+�Re,�圁��Fk��Ɣ\�%�-릧��3�J��*L�M�ci�٦1 | �A���`6����X0���oIG�|���0GA���ȴ�4�� ��,��t�$��1"0��&�n¿�;����L��"���{������T���#8��c*^�<�$}'=�!Q�������B�O����gXI��f�P'
Es^
k2��KJ���~�Y)Dri�X#����$^A��c�3�� à8�.3��tC�Өh��+iF
9{rPuO��
�����N$��#[�h���([�s� ~ָMS'����a
�%{�<�A�)9&�LT}��h�������[�|s�ІY�����T慇��@��\˄�7���R���ROj�TC��=y[���
R��z6���rوaH�[�ʅs��$��ȷ,�O7O�G�-?��P3yd^T�e�쒹%��*�1и��� �S5����h-`?��E����b��4��NMOD`.`�O��,�XJ}tX.``�W��)�R�l��!�)���NIӟO�[�]�m�T)��8���Ĩ���д��;����	�\W���0���C؊�\�V�K�p�5�����5�r���	J[.�\B5�d+�^���*o�
GNj�Z�tR2M�D��i�Gd����z��B��
_���"��]jS����͹h�ⷄC彩ꐩ�
��6��;�O��L�����q�pK�X��$Z1�3X�[�]���f�����%{��T1eS��rW�����Ͳ� ��X��%G�K�I�Ʃ��|�\CD0H;�-��]U�"c$Y%�N�Tt�!I鱒D�ZDN|��BZy��G0N�6��y�.Z�;|:�
f�'
u
�f|�n9|�Oag�4aq��
��v� e�'�ektPp��\GH:����d�?���~��Ԙ5�S�`D��X��[��du�#M�-H��"L!��4��;T�+Qx��t�C���F�b��YLp�<&'V�>vL�\IZe��|
��ߜg�	�4���>m���9����̝��E�T������Y0���~L���S�bC�߭�͐*:�1zV{�&~������n��ۺse&��`�ɬ��RaG�裹��h�iy�B���*i��Ns w|\�4�6�d�����4��&�h��
k�zEg�N$w2��,�>]>�К�����z��Q�/P�T+N�󄁘��)�����vf�ʁBn�Q6����0?ᅕ0
^��b�Yn	��
���
��0�:lzU:�d�B'}޶�\;���(*Q���}�1��DAI�+i��9^}��UB���)Co:|���e#�w>�8����bUY�,�ek��z3��+U�n,��aX<u���)�L�HV%����¢�,���: �Om�	���,��:�0Z-7�ϧ���s
�
�R���dӀ�j��a��{����
�kUJ��Tr|Xb�y-{���78k��ɌKay��Tސ閟]�BV�����#�p��f}�k��l�J#ծ�+�~:r�M�I[ �Xl�-U�hK̻4�X�:��+��0���2��TDH�0
�'�,m�E�6���.��J(׈��J�ݭ<|�aD��Q�cxa�u��p](%���l��
Hɫ'�����'�*��0�*�@fX�\�%�!͟;:Y�o5�\u>F'����
Y��,�����ӕ�iI��cݐ��p(����Qv�.cwV�FSS��Q97���^�+�t�G���z�GP`|f1�l۴+�6Z�{��M4�z�y�%�̐X�]�֥>��.ڦN��	€�曖;�S&�^br��TY���ἀ��ĤI�H��S M�v��{���R9P���9�j"k�q�f����b��7(��Ch+���=�2hBK!T�����lCoZF`Y�Uze"�?_���&l
���&��]0�0�`\�Šq� b$��\��C!�����h=�f�V�����e�<kHFĖt��$�%��5�T�bt/��_�k)"0�H_3�p^ �S�3�M��cbS5,%�y�б�W��
���P��
�m�3�<��oGK\̠T1eS�Kّ�7��ʚ&-��!j�Q4��&bs&��s���-8���O���*���2���CX'�Tt�!I鱒D�ZDN|�0Ek�Us��g�%��]���G�gg뎃���+_u��Mf��
�fZ�YT�rNi����`x]�e���#;���!=r�e�S�/�ST�����*�BS#~[����`V����麲��9jw�֌�;�b*y2��q�܇�����>���6�%���ͼ�iKZ�RM'�d�+����N����L��"��]7���'\��l�ք��K�;$n��e�'{��6��r�LI�Ьƀ7��ٚhX[+%s
?�~�p}{��
h(���y�,��g�_�`0�&��SA4��4g���~�g�Y�c�ϜFǟ�sg�kL;�%�����ػZ�;]V%���\�{\wQ��Ɲ�ҟ��2��Z�;]V�LC�WN����+]6�~��vn��cY [i���i��m��W����3׶In��e��E�|	�)�`�k{�8,s�"r��|O8��Ɣ%]t\ӞKh�c1���yYx�z�S���`l�w ��[M��B)Z��[�Y�B�PK,��&?F�PKS�RDDefinitions/resource-Vfwcad03a914937ComputeNodesHeatVfw-template.yml��A��0�����d�&��ڪU�C����q֒��mX��w lv��ͼ�<��g��:��8��w��0DZ�,-�h��bw��vEW�zL� A�c̸	�����iY	R4�VO����Cy�\�'y�h�
��#�������9�d]��`=��_@�%4EՔ�L�~f�+��3B�&�B8}�`��x�#�tV����>����tYKHx��ڲoH����Q��?���Dz��� �N�в�(�Zs}�#�J2\P�#�E�4r_d��]����c/�z��;�qRlw�-�fLKn������le��Z�0�0�r�"�������l�
�)��%�qKݔ����Sw��f�?}�d~������+��e��}���?�m���'T��o?�~���	�_�'Y{����PKEa�
�cPKS�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{���N���M�EMŦ�� ȱM,%jIʁ��wDI���7ѠƇ���<~���0����Bf�m�bE��2"/%�4�����E�rj��Q�����_Wd���\����dA�y�]��yv=����g�v	����探��j��]-!YΖ�+vs{��h\�V��2*T^V0��aZ�ֵ�;��J�Β셶��)ۉȋ�;�+�Ң�FK�	�]�b��Pb5?>?�5��J�Z(@��ͦ�N�����2��X��4�Pp�W�����䷿j�>�����z.�~^�l���� ��<,�ÇT_ikV	)0�Բ��q	�!��Y������Nl����hL5H�P؉r`;�h��ZUC�&��.��U�]ZkB�B٦ܾU/�֝]{��6U%��!i'a�߰�Q�e�)��������Yk52T�ձa�M��A��Ԉ��eu{7(o?$2}!^�>�t��{�+���x�2Y�	~��rj����7���̂d�u8������X�b��
v�$!	��]??��������1mO����o�_���\B�9^���}	�?z�k6��v����Fd���C�J�Ix��4�7j��"B�0)��6��
����|
�U�DuյI�R�.B0*��{>��O����{#j�^w�I��DǏ�k]C�=��������
��,x`�=�f��6Y6+���h,u
�������?tچ�@?feq`�<08�C��E�_<��
���,(h�
��7�+���ͣsN�����F<���
����YWV������Nր=ߏVTJ��c�ȁ�!�$r�T4S�n�+N�� 2O��8�<��rL��-.2} �5q��?�D2`���foa`(��舛��@c{�� �g$�r��i�R6j�EB'n���bq�y�#�����q��i�>��z�:V�E!�g��<�gg<�|��[&�snPM����'�y�ȝg_j+�W͍0��!`��C���{��Zq���O '��U�#86��#,t���;�"��J���PK�8+<KPKS�R=Definitions/resource-VfwCad03a914937NodesVsncvfc-template.yml�Msܺ�_�S����~���%��I�I��(���t��dl�Hd%�.���O�(L�3����H�O�8�~���6m�́���)�yc~xƱ���۷������7�m���nNv���fa.6���q*�loN���vxA��[y��8�Z�sw�LLL���1��i��xg����K��9	o��~���c���6bc~6X'#}9�O85��8%�5pb�4I����`?���t�/7��4���h$'�n~�$i�I
�1M�SL�#
�(�1���u�C�-���u[=h@q4ߚ������0���tp(�|��
"����
�&�0	���!g��!��L:l.B�X|'��?q�]���kL�iœ�
���8:�����1
|� Y�]pFi����5W���z�aJc*��~�~�����>&!a�)i�(����)����"�^|gB��5q�D�(�ϝ���]P�9-�w{/�~���yrTb�N���
�-%d��3+��r�=Q�2��F8��2��?䧤z�����>'��y4;DV�G��í6�`�D��l��/t,�J��?��(Im?LR��~�bl���?��_yWf-=|
R���m��s��RX���?'?���� �{2m�A8@'��q�R�~��0,;�<��V�4=6߽(����}�@5�
�c���9а�{=��O�`It�!V$�o��ĖM�b�g��>㬲�3�я(�>���7��sI(9�~�b�B�'��a���N�=�zf9쿓(`�6P`��O��=��0cѽ�*��ezn+j�����D�o�_w&����sۙS2N����5Bo���ev�H���#�n�-�Q(�,����0	1��Z�W�rZnu�C�>�g���j�l���VM�E@ڦ!v����
��K�����6I������LJl��E�w4���^M��M�^ܰ`�GD�u�#�0���'�3P���}���?������X�h��D�Ud|m�d"��I���c >��A��F�[�����]z߉�����s�n����}`�?�����۵@�0��7�(6rg�����Q�N!���N[P����;D#�#CbdH�ȃ��y���(-��)�����"�����f�;}�٦��w�m�l��I�֨���8�0K�0]x�p�Q����_�1~	ǹs���F�/���A�`&8���q&˱1y�~E�<��
���߇C��_�2��7fz\�u���q������
��^j�i�љ)�<�� ӈ��w���[�K�k�խ�B#���\��l���Y3[���Eڸ@�Q���0][�D��3GK�mMJ��Ms��Z+�]V�9�����δc��Sᵷ@��q-wA�\�)I���g�z��=j��zM�ښ�K���%�Ykaz��$�
�:�+χ��HL/�^	+�.JAH���#�)����/�Ev�����JM�=��o���:5O��>`ώ4�O��O�Uf?{����8�I=l��T�yrP���<�5��W� u�E��OG7_��O��������jϴ��ZS-�z��D^�Ǵ8]�A�a�ōq�ǧO�������w�
E`���e���!����l*�KsM����-��zw�^\{�3@w�Կ|�WI�}l��O3X0rΠ��
�fP���O�C͌�鐼C)A "{��#pfp�q��3����C�qp���l�Fe��m�4InjP�Q����^�[D �n��B�rH:��㘱�Rb��d����E'�0ŏB���Ҭ�f��%�dƁ����JP����R�8"�L�Zk��TZ$%u�4Z8j�����g �1���&0�5��t�����
�ac�����1����f�7v�50�����Mq��e���2*�\�K�ଝ!b�1�Ꝉ���s��1����ҫ�\����70�m��lȒـղO)DC�����h���B�y�|};�Ur��QFf�Yn��b�c�j�i�G��!)p��⦾ԤV����H� .���D�M9�dђ:��b����EK������h�27t筭�SgEr��i�9_ ��vh�-�9���fEWs�Z-j^��E��k�כ9�/,-7�\
��\�ޜ,�����Lq�����z����� ���-��!���v'ID|��3�"��Q�)8t�"�n�Y����dVQ+�����꥔J�����Z���ݽ�ׯ�f�o�NU>	8�~�󅢧~RI�Mf?\gx�d���]�����te�&�Z{�l���kDÎ�HY:$���L�U2�ݷ�Ԍ����}W-Zy5��Lh��e��Hj�DyD�ց���0��t���gi@�:)[ˢ����G񠉬…]񃇗��jc������
���d�6��8�CV��G��0dlA��TE�D�CQ|�2�ƨ�C���;�N�|�}��vH�O���A�5?�����;M�:)���
kz��JQ�㚼����
"��ÕW�؎c>F�ו&!������/gk���ҍW�˹�3���t�N��`�Bt�]���[�U����ƤY�d���殇v��1w[oG绮xem���ZQ�Z�Vh�ۮ�c.]Dwx�XQ�lt�Ʉ��'j������6���޳=+��˸qQ�Dc�;:fa�G��%7�%2W�Et��.	A:�W^=��(y�"�и_6i��W!tYx�Yv���
�ۈ�=%��c�2�ѡ�N�ذ�Ay��g
���+z�5��J�E�j����U�,dz�I�q�����?r����?9��>WƘx���O;\A��-y01��c�
^o-�B<���|�#�)����x�+u%o�K�~G�Yf��ˌ ��������W�!Φ�vU�%kuŘ�C/:x���c�E~��Ub�++�&H�\*I~8�J1q:e���/OČ�FWVf�,��q��YG%�DmZuR�ۦ��w�a�K���߻F�p^�q�b�t(
��!X�RRʒ.Q>��-Uu�D%�J����D%���z\��O����Nݼ�Z��?�0_]k�[i���Z-=�_D�R���4	�V��NL�kԄiV��7Gy��T'S�n/r1iT�iy�v�)��r�R�X���{u^��,G1ݠ+�JWP�&Q��%��%=�K��-}�b�lc�\�C�aː�*U��QF�ss���*���{UB�
C�dȧ:!���o�ZVW+�d�x��D���+�1�� ���UWZDX�JNd�g��V=!�zV}�A���&)?�(� wqti��12�wI�����t��%��$j��|[q�N3Wy<<:�~Y�I��h�^���{��U��n(���6��Q����gٍq�e��&���MM��E�U�O��_��+]�M���Շ��d���^�Ez݋����k:�K؇(H��5:�פ�8�o������c�>���@.*�v̀�D{%4��}\��Pڊz��U�C��j)z^�E��V�dEҗBqi$s�Q5_ZE|cѦz ��@U=w�|_��\Ds��%zQ���2T^�W�9�f���P���uo>���֢Q�ا�N����x��0i2G�^�/T"�y�Y�ĤI��z4G�m�N��+�~��nm�&��;��K0�Q�XUu�=ST��v����f��+4�5���p�tKMJ��h�h�����f-߹�O׬��zѰ�i0mMR�n*Du`�Qx�_PKT�
\��jPKS�RGDefinitions/resource-VfwCad03a914937NodesVsncvfc-template-interface.yml�]Ko�8�ϯ�mv-$3,Ʒtzh`�ntfrY,��lN$RKRN��~��Ò-�r,��}�)�X���b�a-�aDcƙf��pE��/3��#��,���Ix��?��j���ED��O�:+
�u���k��Y��),���9K��v�fyYU�[ޖ,k�m=(+/��۵���q&F�����*�s���Z�b[��
�DF9%"�I��%��*&�s�z�����/�����S��JKL��K����E��lE�0�"������{�n&���(!�²0J��+��fV���E.��i<�y�2�u��u��B$�T���L�h�b�����H�@{:~4%��@(�ih߄*�s�3�Ȣ�V; ㋎f<խ��m�)&a�VJ�V�����D��l�P�)BL�݂V�-T�?�^�|	0��`��%�dz6��a$aJ��p ס"K�⦜�?����cr��!j�
.@z@��|�>���h_i4��d��%��x��9��o��.#U�9Vi'x%�i���
w�	qӏ�U���.:OǺ�3���/��_	%x�P��{l��\1�Sf
ml4���xD��Nrh���z�����F!�	�R��Ɏ����!�'!{I��+�tn�i�����
��C7�����>�R��#w�Ҡ�ð�"cJ{ ��S[	ͱ������֙86&/�b�f	�)�o�{�)��j4�e��5�Ϻ]��|�����^Ȩ��f@H�8�c������1���Z��0l�
_�J�P��X'o�^E�����~�i5�9iǿG�J�@����7GL��!�,)$b��L�����
T�H��g)�e�ua�����L^������3(��-�L���Py�o,�S��tN�A��@%�A������c��A^���2���Bp�)�Su�.m�t��T�������d�N)��O,�I�.C���i��(������t
�8b�LR���k���jlL0M���/����5�&�!�-�;�px?�0y�Zfȳ���6��J�%#�=e����Pyg����^b
&IU�E��F�����TY[�C����3-@	(Wf�Lꆃ�eAH.%m������Ǐ_�x��맺Bt�E�\@�j������L��z+�-P�߃i��i�en��
�z5 -*�o�/�ҍ� h+4���N�GL��2)�z	Ãb Pl��0�!��"^��d��0jb�r��4��s�`�cڿD���EԤ[�W�4
�k@�wn�8�]M;�ٝnVC�GKvx�CǬřU���>���g�=sΖ%n;��=�lk��ܛ���Ծ�N%YP�z!����8�:
�ch𝉮��c�j��a�� 
'� ž>���n4�0�F�|�3Ĩ��ޚ.��q�6pk��>_p�J�,7Vp�G�_6S��jf]XkL�f���t8˻��4�Ii*����gQɽ��X�Ұ� ��Y��d�0N|W��a��t�����mK@�i�4M�	����:���]���?�c_9�Huȭ�N��'!,ɒ�Yy.���B)�R�2z ��/d�P�u���q��W�S���lIS�5$vt�m-��	Iq�>������B�]ƒ`p��t���-z���a�
�[�v#}Vt���{D{�{O3��k�Qrt��O����k�"W��Tߡ�~^-��s�����c�f�m������� Y�I4��q��X���n�t~w����M.Ŧ,��v�9l��܇G�DI&בa9��Z=*F\����:"���Slrp����3>�k�J���y*�ׂ��O~m�B8:`�Ad�oLB�0x�2�w���:��RS�t
���ń�� ���1:�⢏�9c�08�^�{���3�2��]�Ld���.�b��[䘅���ɘI�J�#���>�⯎����3>k;�!%��l}r�~�ؠ��m��|=z�Bϵ]��q��)!��5�=cj9������&iQ/ YywM��]CDp-1K�
��{|��_8�8ƍ�'�\�ԃj��Y��$����]����%�I�(ײ�ص��Cc��+��\t�k�x8�q�ƪ�a��:����r��Cyd���y�e��.��j�`�$3(Jv.b�
��c֍Hs!��\�iG��5���������ٽ�'oQ-oc���G������[���e�mt0Q�G����`-�L���������' �]��X�8����y��w!��`��-ojɲ�Z�L��h�+�/��$�Kx͒$��8�*�
�i�<�%j��~]rM����'�ߴ����.�>S/OK'XЦF��PK�z�U�	f�PKS�RDDefinitions/resource-Vfwcad03a914937ComputeNodesHeatVpg-template.yml���n�0E��
`Y���)d�,Z�[aH)��
�}G��V��;���//]��(�ƚh�
͈>Тfq.��-67��&m�]�D�w�;�7`����ך�*/�I?�e�O:S�%xu(p��QӮ>VDzʪ�+-��qQf^U���\��@��kvѿ@2��S��t]?DL�S�W�����p����q6��"�8-�Y-zv��@T��S�y-!���[��#I��+!z��t��
^��r�fe�)%�満3?e"������F����P�N.��H=��ݸ�1�;�f��U3�MKǷ����deL�Z�Ѓ0-�E��������7즰�W�-�(k�w���F�i+ֺ��������6:M\O!M�'oW��Z&������,3�=�j�w]�Y���֍��DO?������7PK1�_�cPKS�R,Definitions/resource-Globalport-template.yml�W�O9��[�CV	yK�w�Ԥ�����;���k���p��;�~�%�
5R��x<��y<��C����K��(��	1nK�4K�_�4�G��$CCj��.VTq*����턜at6�����#�uE���xx~A���*�S��Dp����b0��
�h4.���u^ST4�	�3�MR����qA�C�@�0�P;5�Ș3���>y�fIR��I�EL�h�L����:C7\2j �j��@��e:�4�FQf�@�2W�@�RM���tA>>X�N7��!������9�o��d�� ������-m�&$�	�qo�&�ikas�(Xa��η����PU�Pǁ%�:���R9V2�j�r;�	g/\V�R�
!Ma���;E��_g(U����d�y�˼�Y���Ja5�J� �#%Ӓ�=���{2��La��AoL�+�7�
Rk�W4L�6��
Q�Gh��-H��D�

?�v��j1j����R�x�|w��iU�t�ݷ����M_I,݋d� ,�ұPb�O_:v����3�\
wxl�G4ѕ���Wj�]��iCc��̅�kc�]������_Tg����z�g�B����Ԛ�b7	�q!|\Pe�sb
����& �@�� yD�BtȒ����;�]�wG�����Ǿ����A�ǶUc��#]�o�����*����ZyS��z�0����n�+�~"���$��'�T�~q������#���?ӕf�6�IU`RUF�!2"nF�tK뀠���J�ȸCXaɸ����b�(����I���ˈ�}�A������)b�#"�[YsL�m�`@>�{��촯Lu�#C
���E����`�g��ˈ�E켋8>�`��O$�_Kk�fgs��JKrTq�͜�&�5);�۷�XF�nT�3�!�7H�r�9B�b���Z��������Ϸ�lE���O�?-:�כS������n�[�����
ؤ����F`9^B����,�
J��;�N;�{�[�-sKw�6��P��xrtA>$V;���q �#����}[��GufW5��R��Y�#��;0����x�]G>��=F
�Ǐ#5�@�`Ew�;v�}M��5���>���-��PK0/A5i�PKS�R=Definitions/resource-VfwCad03a914937NodesVpgcvfc-template.yml�ێۺ�=_���}�ụ}K�dO$��&�}h��%W������JJ�D�vN
�8�J��ùpF��`ף~YG�{�I
�����U�!u_�>tg��͞f���ycYAt�I���۷��Xs�oV+�q�I�C�s~3�_,6��^�g�YAjS�Y8�"�f��]YOw����Ow��������;�h0�q�<~�M���'4��	�O4���Ʋg���>�7x�����s�uF>Ґ�h��M�o;�?���q������7�q��7oP>����e�A
q��Cx�V��E���	>�m�r�C���Є�8׊�� �^��wI|GO�ׇ8H�d����(�
��(�q�W!(4�(�2���P�����q[3�{�t��Q�!X�E�6}���1K���A���Kȡ����n�*xr�+!�-@'���k�2JJ؇>���&v����8c�W	�p��d.��^I�>>�/4�$��^���y�4{DV�G����l�0J��ﻫ�ŰW�ݫ[=-�/+�
qA�n�{H�r�S7�ُ8��&qX�]�;0bA�+%�?� ����H�����i�Q�����8��1���P���0��+2�(�C��aJE�a�����%`��SvJ�=���Wd� ��s�,�H^ݔ<�=� +�8�M�{���ڈNJ�M>9�F<�(.�+�j�O\p��g{j�|F��1̸+�wWI%���F�yZ��VĿ�-�i��!>ʼn�{s#��q�x�e�P3ý��nٖ�=V�v?Q���%�wi�"��ɸ�%w��є�cd�.5\���qaf�7�
��6kt��K�ȣ/�	�G�2���e,D{[?��8�ui��a�5���ēLj�,w�^�Y��Κ|����W�@~�U�T�vb��;z�F��/W1p�;�iwپ{�fx�#����a�YN�/� $�	�q��{v�.>� �m�K�
��Pev
q�'Y�' ݱ�"C������d���,x�t�����u�gx�_�Y~�����mT�0w`+�!�_62hBAϽ>�.���x��UD��Gu�⺾�畏?��0&^�>��լFV|l�Ε�*1h��Cb�H�ط�� �����x�*�]�=����=~q�a�5�a�~	�ǽ�T����[`��3�;���QpIe鍼�S�	#?�c�?4bسr��]��`��_-�0L��u2�c"�H�?��y���$�w`=RW��t��	��p����8�����S�[p�]�l�7>ѹF�`��;1���r���Boz�\��N�ar�O����t�W��t�̰��K�DK�l�{sDm{M7+��M�_�l��͌.|4_�9S�G�����w�ԩA�1��}�G~dZ����7���1��ҟ��^��9dA�65|]���Eů��I&�R����z��/_Y�
B�#��V6�`�\��gϠ%�
҇�0��-{̑��Ɋ�P-+CV�}((}�v���݃�ׯ���7Š�lb��~xӅbd��V�5>Ф�~��vl��(;����F�:6����n�̈́e�R�m�B��1"N�!�J�.���ۗ����������I���
f��ݬf)���1���R��Ɇ��<���-^���oe5sgn;g�<r �]����"{�lV�|�]�q_VC�te;��fk{��6���	Z{����!v$�f5z�F�|�>���SV��@rb�}�z�O4S�������w�e���v�����f3*���Cl�h4���� MEZ��8�+6e�T<����k�ю�kM���c?��Z�:���Q�,č����G���ǧ�����}�Bq��Э���U��iU�Ssm���4�>||w�^�{f��N��������G/H����^�;�mtXDJ�'8���tb����t�m�r1�!	ѵ��!���e�<	���s�"Z�1)�	ͱ6�R^��ɏ�����r+�l��D.s��Vv<��&i��<�ś~�V�MG3�@=ճtT�HJ�;B�I�1Ko*���a{*&����!E!�ܧ�
:��N�0c1���u	�ެ�P��~�a�[�;9�
�l=~���B�mW��ܞ�$:ޡ�F�s�=R���E'���r)׬H�3q��	�	f͏�s���L|)��p/�m�������X�K-c˭�q(m�yh�Q�(BpN�*���:1�Y�e�Hb�N��\�@�׵Ώȁ?�N�����ћjU���%�N���曙��d5E�b��t5�P�_����\�,b��x5�.�|�;�n#g����j�Y�Ք�VM�Vr\�/=l��9��@KL�Ȟo�h�a���`�"8�uU�`���#=��X���V��%��,y�(NӘ��ڂ)���.G^]Ǝ�UNj֎�����Fm>�^�Tnؼ�h�y�\�+F��t��%_K7��IYݠ3��4�®ۯ98���
;�jl�����Иr��i�T�t���56�¼·�%�?�F�,	��)�w��p_���̨*x}��.G�|��z5ft
�?i�d�V�G_��M�&�^}Qv�\��v3��
x��^�8�N`�9���)����o�1ˌ]O=	qv)jG�#����#��y�'�^;��
 �U#*� ���c��}ͳ}	����8�0yޗ��4��zxC�|���̜�)ׄ$��\�e��R�g����ϧ S�}9cl�Ȱm��G$r�j!�J��/N��<��B�m�T���v篈�i����G�>Y����^$������v+���	=9�"�h���j��*U�f��ʐ���%�L.��x�|P=O1a>CWK�}p��)q�4���E��@g�D~�.���֍'������d�Q���To���(%6yؠ�R�.�8��}����c|�HU�}�3�DN)8�V��^INF����o+J2��%�Ʌd�n�z��چz�Ի���+�`"�V<'k�ꤵ|[��)K�4`����#wlc>�9/����5���Z���An��
E�v/u4Q�T�k+��_�Y��X�(t���|�υ���e�%mݑ�S�MG�IG7Qʐ)�s�?uus�B���66�=W
`�@;���t��WI�L��JՇ$�ϧ�ݳ{��

�_(�!�􆷹wk�~}_�5aX16'+��t��EܳʀKo�E򏳌�������^�Qu�(����fX�o��c�����u����W$��Nuݪ�{/k`f;��w�"�a�W*�RE��Ru���Ԯw.����X�n����sD���F����N����c;��'7�ʨZ��'�㊛=Q���h�M̨�>�E�Hx*��vgr�G���4e�v�K-��Xg1;
��7�芳��a�a/*o>tg�.3:�od3�a�Է��u��
Kյ9 cEwf���td���k��Oͼ�[TC��Z_��+"��:w����/PK�o���kPKS�RGDefinitions/resource-VfwCad03a914937NodesVpgcvfc-template-interface.yml�]_o�6��[�VH��[6�h��M���h���H����q?}��dS2eˉ$�W�ɡ��p�7����%s���*ʙL�DH�q)�H�,OI�AY�\'����\(y�ݻ��9��-hJnʂx���p�R��YAV�1�ь��i��]^U$E���u��K��f���z���V�uYU1�UI׮e��z��v�\,c�F0��X��I�^��i��ͯ~D?]����u�I%V�������sN]�y�<���j���δ��;�B	�,�	g(Or �IL�Uˆ���s"8�jEzd7Чl�-�d����3�\��2�S�H)��-��a�*R� Qw7��b��(��=�TR0�"X��Z�*aJ�ǖR��,����$�H�v�k
M�lW�?�_��O�"2<�
��Nʠ`_CVK3�d	Cu�U����`�X�H,hn��ID��ܭ�u�,R��Bs�*��?`���
Yѳ����Xj���Zr�P1p+%]2'@]�{nS.�%���j��SÐ,�)y�$k�a^ 0kj`�P6��Eٜ�$k�@��z�y��O~��Usr
 OC�t��(��q�9�8W�X0�PUh���>�AtZ�]5*�(X1�В�݈�g#;N-�:�\��1pw 2]�(�<"��c�L�h�$�G����Fw���wʏ͵+�\%h�h
p#:��v۾ӺK���3{�'`��{l `��n�,�Ȑ%F^gjӼ�۶v��f
S���poR��*��ҍ����ᝠi��D`�Q��`�/
�+�)#�QHs�������
m)�q�~vx�"�����IE�T��ZQ��L�Eu\	�hF��?�k�^����v�^hVd+��;HӁ��[��}��1�u0Nd�PBD�F�Q3�)���S�8�Er�wC��,���\�#BЕM
�l;���������J�a��^3.�U@4�<��1g����`=���������)���`v�ku!A�s,�dz�"2�.Kw	��jᇠ8�#4��K8�f���O�
)%N������q����0lY�V�E3e�Q�aTQ!ur���۞9�PL��R�E�����������eP�yR.�WK���6����_r��d���������N�Q)�R���H�Z(q��_WU�N.`S���ݠ�m��k~;��	�
�k�ǔt5��0g��ٱ�9X�[a�BЬ���%�{!���O����h8@����ێ�����:�o;!T����:���
v��67&���-n*��z|; ���M*ޥ��z�ndS.����1�a�T=6c�s����<֫��8I��=�R
��:�q��X��W��ҜFY.�!�p��!�ǚ�4s���o�*Lv*�m��c�]� T�`��^��q�:��=�������xl�p)�ú�HNQ��w�R�	F��#�����.	a[`�4�cd�E89��D�o�>]��@Yb�-S��c�dU?'R\�����=Ƅ;���9����%����Kdo;���
��z�?�ڰW�ƅ뾱>m��Q��Z�����1w��
�+)_&�Q^���*�jH�c��B�B��P�i-��{�J�(�C+}�}°�2�p�u"�x']-�sdt�[�;����=AՍ��!̙��O?�O��><�O��@֝�I��A����	�o�,�K�CO-mxl�Ƒ�|E2"PK�W`Gr�M){�	�K�|p'�z�?��߆�s�j��d~�2z��p�}h\��*#G}GOz=?����@���e����2l��MS#f���o]��3�(!�����Y�|� z'wE��K�z)�煼qȻ�j��@�o�)g�D��.R���H�+@��x7M}/}aBU�7��n+�$��lH~��
~����\�.���ʰtJ���=����W���mp,�t'Y_`k�����$����4�����.�]�
���c��ʈ�c�C���&\�	�x=FA�����p���TS�u谌ѥ��h�
nX�8;�
�F��h���8�����pt\PNHN
@#),e����F?"�1��-�s=w��ꃧ'����-
\;�~�6}Ǘ��"��ө$���B0��M���c;>z�*d���!�1,�*\�3I��;�/5���
#���hiK�c�9���/]{���6^�9ݻָs�s��9ן�!�v"W}����m����ֵ���N��\�QQD�9q73b��V��=Ƃ�nx)稞���q
�3��8���y���Aƫ�ǝ֏G��|oھ���e	�������jv��?����9�������^�`Sʞ��:��h�-��T��]�9�ֆ�(M$���#�c��ⶏ�����c��	,i=��PK�����	��PKS�R)Definitions/resource-Compute-template.yml�VKo�8��W��� Ï��G��a�"�{)
aD�l"|hI�Y���P��uQwS���/��Ǚo^$��2��42Hk|�G�i��Ш�ԥ¬��y6�h  @:aL�=8	&l6�R��z1�Ur���5/	��:��
(x��Ւv����z��'�_&��|������0�9,���4����
H�=w�
�[,z4�3`A1��^�P�R�I�Q��QTS���i���/��B�`�vx�����R,GVy�(=�A�����(��=b�w%ꆐl�re+�`RA������y�E�-�����G#��{)�Q
�T�ɒ���g>8k��&R�j�$�@Z�uc��+���
e�"Ԩ����|�R�C]R>���5��[��O4�$'���G1%��>W�P�X.*��ǏD����\��g/?��z����W�6���� f�o0Qu�u�s$k/^L�;�>�$M�|lKF�Qd�Lk�H[6�2Da��PB.��2�wP��)���r�):���j�j%���J�\d����;D
�
0��6�;m�5v����zUd��:�n�
��{�cG���C���0�m�F}y�A{��r
4�X�f�����fs}�檗�AI����u��k�ܯ)M%�!����d��c�mK5���ۀ����Hs�[�
P�^��g�ҙ����5I�QZ��P�7tz.(�����)~'�t�㑤��Rc��b�	�!Z4�f{W�����CH�y�W��x$��5�[���T#���;��DC�����Ob����6��&���Wt�^ow�t��;��?~PkS錗�?��k����x^��풊^�ӈ9�&1�+�Ԕ��Gv{�G,�_�7���z焦0���^Ў�φ/��v”�(3��� ��E`}4��艡���u�4� B�w-�6|m��hk�;�PK#<�ߢ�
PKS�R&Definitions/resource-Port-template.yml�SMo�0��W���������6�0`K���ՠe&*K�$�ȿ���m�=�ȏ��O"����Zzi���dR�m�ɲR��T�"[�J�X��t ��D�7�_����8_9&y�\`$"
�8>#��r����Eq/q&��ap�PD[�^Rt�0YcI)���� '��|k�*K��w���N
T����?�t�����_�4ܘ��=�֌������CEn�u�C
7�|��3���O�d�`���	dn����-S[AO�cS�[���o��s~~ E��b��Z��;�S�Z�eN�vv6����t�{~��[�X��Rq��S{�1����
s���S�節���,�	w��;k�)�C�pe�oJXOA���tǬ���f��;�@wm�7��)ܽ=�֚2�p��=�k����"{zwޥ*â��Gd�C�Ի#h�o--)lQ9�]��X+J�	qP͍������2�zG���|
Σ���0�[����7bR�N��@�ۺ�vQ;�r�6q*`���%-hԊ`T.����n�^ݮ��qe�lM�h�k.��������ӕ��GӻVR�|���\铖����?PK�ZePKS�RDDefinitions/resource-Vfwcad03a914937ComputeNodesHeatVsn-template.yml��O��0�����d��dn�V�z�Zm�hl����F��ʷ��g۰�n/ȼ�y��g��
��:��w�1DZ�,ͥh����]ۈF�:L�!A�c̺�����}��6��B	~8ȜW�'��k"�N�A�*ڵ��A�#�x���p4%/�
�]bN��kv1�A�%�Eu.2�~H�9�1f/)�#�^U�}�
<��d����|y$*����V���íf_��H���+�1P���A����f'Qj-�����*���;���F�E��ߕ����i�$R��~G'�C������tԌ�R���k�8�0Y����� mK�n�{}E�0��b�
�)��5�aK-�Z�}k՛��ڊ�s>-}�;y'���>\3�SHS���f�Q���kf��(�LMi��|W��n��#d?1�O����}�
PK~�^ߩcPKS�R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{��N�$�77N���I^����l�:�*����Q�>;imc��I��ȏ����%�B	'���
���\PYQ��5+d2JF':�1���V������4���a:������O)�Nxuu����w��Tm|yqq9³|pz��8���x���(����1�d�X�1೛a�V�sfh��0���_��Z+��a��r�2���%��[���9�6b��]�/��!����B�u��"#N2[��ݓ6_�Fb��Y���2Qe��p7����{���^��D��)�Q4��S6<{a�Ig(gU�"y{��ү�������;@.$�	�h]HR����lxa��d��T�m���15(Y��R�[�[��xat�mUKu���;![Yc”Ү�۷ꉃ��l��P�E�K*�E�)�x�N�>]j�uͳ�=�{8�����4�l�O*lb�WF�u����V�23՚H�:���-�O�>�6����:J�@����Z	C!g��I�~%8&��P��aL�!����)����H_�M�DŽ�e�3�j���C����`�1��_�a����'b�2"�b��]TRX�:�I����$|�\���C���ֽU2��%u�b�r@�����:�|���j�m�������D�ќ5R�2Js�R���:��`�{�X���Je���;�~+&+Ll���s�H��.�o������`���n��a�lCLq��W魢=��ް:�%�L��_PK%�wM�
PKS�R)Definitions/resource-Network-template.yml�TMo�0��W��
�'��η
�]:K/�`��
�%��S�ߏ��7�ir��H�dp^�\a���Y��<2���6�De�E��U�Ad3m����a�����e)�8��r���5��U�y��:�/Q&���Փ�,1Y+�$�()q�4���xY�W�P��VT��Ó�����K�u�"�ǚУ
��'0n��0`{'�H{-q���P���-��st��;Z$�F����%	���!d+_����V9��n��'|��V���
ϗ-�1��T�:��p
ͦ�
d���'�(�l�e�oKPj�20?T��m��L&��RԢІ�sJ9�*�ݳ?�z�\3e��`����Օ��@ֺ�������&��v}8�0��|h�^D���Q�%�*����=mP���^
�����������&���v7���M�2(��8��Q�9ZQ��\�Fј��P��d縱��w�ו4��؆��u���INK^)j�S��VVAP�u��t��r��Ԋ�r��Jy��޹�#��漻O���������l��9�ez�ݣ���!B+_$"�����׻��������*�W���h�3�PKو�dT�PKS�R(Definitions/resource-Extcp2-template.yml�R���0��+��m  �M�m�DU���d/U�3$V�M��6_�*�7��{cT�0�(��d��IW��i����䂅H�$�d0C����3j��_�1�2��o�Nћ�a�-"d��=�gy���V�b��t9%�E���z�|μ�͂0]<,�{+�XP��f���ߌ*�yi��'����=����;ť�+s)	PP�DV;[��� ת��[�>:*}��I+b���oɼ*�6�
�����J՚��L����;��w�}zC#Av�B?���,���<��Ķ.R����&�x�MO<�����9�M��BXҥ�v	��KL���%C��j�\���#���G�걪E:�T���>y�:	J�L�w����-��*}�Uicb�(���>+�s�;��Wv����T�V�6`g-���ߥ�;�t��k�4��+z������܌O׺�L1VkM�ݾ�A0x�����f�cg&� |>�U��$��Kn��&ـ6����[���dG�DItV���4>#��
՜J��8��$��tts~������MF��yJ��$����r|�2>����+�V[�.dk��/�')�T%�H���Q���ܮ���3���돸���uRo��S��o�'�?��!g`�S2_����-����O�����m 
��.:���6���	_�ѩN��
.$���*_!�����\���us"�9�|�V���I���w�+sP��*�=�DhJ̮H]�����l�|.�fJ�>��������N��U+B�d�Ks@���q���q1��u2%ϒ�d���ڣ����8�v�����s�h(����g*SX^���q��q��R�s�s(��f5��f�S�PK|�)�]PKS�R,Definitions/resource-Neutronnet-template.yml�VM��6��W�-�A�{��o�x�h��ME!���"J�
I�5���)�+{
�.��D�<�<���,XH-�4��;��K���dU+��Ry�g�
=̳�@���iw�v���d>�8�$_d�t*X��Ƌ��d�לϯ���j��y6�f�uRl������H�dv�d׋�x&�d�`֬�%�����5z2	t���G����P{4�����C��a/}	&"��l@8-���p��m,��O)�?Ԕ���������~E�Vr�Q�{�Kx��
�OlLc9~A-�]»��{��s����9J��c�ߋ���#P��j��ŋ�a�w�Q�\.PHEa�!=T��A�p�@0v~�j���T?��Ԣj�S��{���[k�STk�ܵQ����m�im|w��#06?���mjj����N��;��E)���k��~JI�6� uw(�šj�h�>L'��J��%{��,y��-�ɥ8Z�V��������ʁ)��r�ۛ��Е�K���҃�?�_iQ,�`���N{�![+vϣg⼕zۙ=j	��=A]d�nC�����j*f���7ܟ�!o�􇜂m>��1���Ŷ�X��WB������9�\��Md�(^�'p��DJk)�t��W�F	�`���Q�Q��r�G2QI�;���7���6��yӻa�TC�j�8PIJ�|�����K��c�>��_���h9<��«CS���S;�As�=���հ����s�/���8`I�n�^�ӹv| .��O1e#J�����d���#��K�B�,���o�PQ��j�7�N��)���������>W'�JO�Û#��5��E�ۃ�$�
�w��ݭW�����)E޾+�
��=�PK	�o�	PKS�R=Definitions/resource-VfwCad03a914937NodesVfwcvfc-template.yml�˒���>_��cTQԻ�6'b��c^��� ��PP��{��)�@	$=����ؘe*�J�C�i�8�r��~�Gab]H��?n�4{���S@�g|,�2�I�]��7���8L�}��ˍa�V��47h���V۝���A�jm�7��Yb��ƫ%����˝�V�,��ۮ�(�s{�8[��Hn�ˇv�K�7�j�ܢ0rI2�x���"����?����ɠ�����{���'�9!��#$I
���������������Sr����$$�O�H�v�����1vRx�$:��NB7�o���t]����Z�&�-��h��'��[s6�x�+Pܝ�6�o߾����4�y���%t��������K:;t,\��x������o�>/��$��T<�'�-��h|��3�*R�>E��Ժ�>+��0��/ۊy\ҕ3
u��vO|�Z�����3�B�df�BQ�<�w��Qx{/D��)
�Ω�W��n�2x紐B�#�l܃L���Td����mP5��Xmgh�s�����_�p���!3���൴׻肿���3}�d�;�U��²b̢hK��Y��fEO��y�wE���?�G����B|�S�����*�1��O�٣b�3
2�3Z`'��М$��c�d�"+��AZ�
���J��w I���p�nH]��+v>3D�Gz��QJhևu��4��9��v��2�=c�AW!�V4����|�b��2�#^�\z��S"e,�kaOf������S>5T��)���We)�?tɓu������3q����x�p�"!���@��@c�)�f6��O�tg_�?>d�K��mh�-匆i���@ƞ�b�Xq�q�=Q�*�#<Ʈ�!�N؏_N�r�.����c��b��1u�m��$�?E���SP~	p(T������uC����8tH��Qn�������h�YDbDDM���+������ĥ����f�@�}��W��1p`�R{5k��c?�X�_�rW���L�*�����e]O���NQ�ҙ��V8���q�WC^��`~G���c%UJ��l6;�Skљ��(>��'��W!j�����;������@�B�t�|(|�7�mLw�!>�и�����6���,|�~Qh�N�p#(�?���b��rZY��6<��}m�N���yĜ�A�`g���ٽ��ʚ>Ə��C�uZg��������H�	���?1�}��.�q�e2bX}���Lk����?����eiG4�T&��r|�\�i��k�4����=L��j�ZV��%��fӧs�i*��$L�TH(�)�9{MmΜ�처�I��ξF]�j5��&ޣ͊���uldcw��n�!۵��{U>"�n6[�,=�X:b;{���ڛ����=��K眤���=��s��v��|�ֻ��v��[�]㵹گ� o���#æ��s��׃u]�f�RN�#��Zs�����!k@0����Ϩo)|�i�uf�Z:�q���&QP`�����ot��C4Q��xj������(�%��x|�2`�U�a��R��+�оB'�"d��H�V����m,�$?
T��G.
�ɝ"f^����}<!�^I�rtOg=T�S�S:�b�w\_��ȑ�8�+x-�;�ԋ�ϺW:lyw�+#�#�ĉ�9�XJW�2(
t@ԣ�'���A�:k��C�����꫍i��m�ͺ�n2�-ܹ�]/��^.���ϼ�!��xꤒ�Q3�zU�/��}⃃}�l���!��w���d�n�[��M��w�[�:���M���8$\b3�v�D���d�un
�j�[�(W�M9��uD����E��n?��^(�;&1��~�d�J�uzb:j^`�s�9�Id�_�����L�Вzcpg��"�N�����L�ӛ��4y���N��H�
.�Gm�;�6*+y���T�ݠJX�#�`!�| Q�*J�ͣ+��4�[�k�
�Q�N3�q$��A�9Q���J�~^�r7F�\N�ye|��Բ;���`���*NS�<�|�T�X��/OQ.J�Bky����fH�Zƴ�Hq�LN��*��*(�2�g�&��E�#��ɔB_v��[&�rm��$�}'W@�;l��zO�T�з��,����TIN
�ȓwmiH�ecrK��xm�髼�n�T����\]���b�W ��,*N=
`Y�Q����<�)�0�ٙ|�.߆�
v�D��Ka)i|�A٤u{�zg[�m7(jhmޭdտO�i��e��zj2��5��1ԇ�%����Y�7��D�z����PK&��Y���PKS�RGDefinitions/resource-VfwCad03a914937NodesVfwcvfc-template-interface.yml�][o�~��[ۇ6m���-����Ŧ�KQ�D�l$R������3�.�d��ؒ�yr(j8�O3�!EI&BDxI(��Ql0��ړ�� I�`��8�
�������we��-I�����p1B�m����!Jт�0h�K����q�4ok�6�6.�W�e�^yKq9e1	[C�mED)�9�z�Z�
*	_�,��,I}��x���2��Ϸ(z�3���_�O���BH�B����n�|�nj0'KΒ�.꭛?��{S}�N��&�v@�2
$%�Oa$q�;��B��b���Su��)A���Y5q�ߌpRx��fL%�"\���/)4%�@�#��r�n� +�M��Q���8�8�۠��S���`�hTd0�Ⅲ�~00.�+�	;
��0(��J��Ge����:�,z{���G�D��-�����j��k�.C�G���i=V��Ay����^�ٻ׷�!'��NN�6��u�I�e�6���0]���H^��L��.��1O�3���'��]ZN`�!!8=!A�
�Qb�k.B#�lP����k4�ﯾ�5B��Ao�hK�_Ʒ�[&2p�Df���C�OZ�N@Իzy�~�0H�Vx\�V�e�VG
��JP�ghFQG)"|~4��&��+�p���S�Q�9y��� 2�> Id'�tRlbD;B�\1�X0ĉ��B"�=��zn<���I�ģY���cKR#ﮤ5���&K$=���R���Y� aE�2��jc@�4Ä�2������nz���.�J`#��_n��'I6�C<�L���%��c�T�%Ye\�g�����9��P:��X�<ռ�D���kW��DC�|�p���� �yeB<�׫�ׇ\%�2�a3��a��z�����N��4)���5^��U�弲.�qxrI�+U�Z�/��֞j�I�]&���h��քl(m��sڙ��띦H2r�i�����c�%R$ΗW̑���C,,�E(�:�)
�������ۜ6��X��r����~w���� O��I�pa�A�{�5��[�I������[`/a�H��2�2��دFf!$�7ksK��?�?|����o�6�$
���bw��WM�W��W鵲�7W@�4�ڡq��Q�S�N�^��\��O�RE����u�%v��~l�7�R�,�+��^l�"p���C�$jZ�b�$8a|�gB��V{cN���z-F&���iM�IUD�&CCz?��#���ȚS�^�vM�[�%R��3�).�$�x�&�ag�8��q����-���K��Ǿf��L~\;s�=�}l�|��ֿc�i��M�sBD�ǟ���o���
-Q��t ��O#�.��AG��F�Ǘ@Lx�#��u ?�|,�1�9Gq���Ե�nbo�g�5n�=5rz�`1v�b�s%'��:�}���N�3i�u�&��HJ�U	�USCntSQ��6EI�Cb8(OQ�)5l1�
�.�*W/�cظTտ�04-�.u�ʭz:��?i�o�Ό��5,В�g�60�z��SIx�Z�]?�i��W�*�(��0|f�X�C)�u�CsW@��}�qⷌJD����?7_�{`K	���3�h]%�ʒ L3qmJ{�{Ӓ�-��?�~�ň��:��3�&p,��
�Ct��#�'89%����d�W,]]l��N��6��3'Wk�U:�@qzPTm;:�uo�R��`ڭJ��A��El�
����>�԰K��b4lpeP�a)E��2'� �5ҡ$��Ft�%������t�:�f�s�m�KB�{����^���L�u���R���Ѽ: L�0�P�ĺ�>=��k�`�b]Du~d?�Բ��ku�I�C�T5ы��iYQ,���ɱP��b���b�&�D��mG�~O��C0N���mǂ2C�ΓtH�	�~m�A͇9(L�Lڎ�"���83e��!�tԀ�1g>��r�Lw������Q�cN�W����\�9S���-���m%�W%���F�GÛ��'��~��.!?���`�3-�����f��t�a�ycn�N뛃0&�^�)g��-F��Ҳ+k��r/�L��
|��<���5|�oḽ��$���v0�uSL���^���=&g:"��P���T��9�ǔ\D�7�o}�9�̏ow��-��]���qb8GԴ�[��tv��	��������~�O���$�������\��X���u��}رH*/�$��W�"9ժ���E�zè�����)��Zͫ�0;��y�޷^�l�7�voDq��TĚ�e�z��?j��j���HrPa���E�	}:��WF�߁�Ʈ�aA귊?�I�stz�ފ\,Dq  ��h?��]������C��洱���PK1g��
�PKS�R,Definitions/resource-Novaserver-template.yml�WKS#7��+t��`c^��6K���!�Ԕf�ckW#M$�o*�=�Ҍ=�	�S�2�������e<�K-�4�%3�?�̇''�RA���JzI���|x���3n%�����r�z罓�y�$;?��O{�N�:G�g���aO��S����a�������i��G���<��ഗ����٠�̚0dc3�`�������PZp��c�Y���f��
?�M�"� �e�:7��$�\	��%��)��)���F�K�X
�r��
����h�S��:�3Ј�JZ( �f�T�����j)�L����_�� �
��B�RRZ3�,� ��K,m���3����Z ��IDG��EP[�lt��D(�]0tMw����s��q���0A�!�4X�!�U銌�(g��W��c*��30v�n�w�G*�o_=�YEk��!���a��O�5��PۇX��z7<��9�L��Q�&��B�#U-���@��=�%O��6Xgi�kV*$�Me�ƻ�P3O��ֹ"�~.����
�f�Z���Z��H�&K��tM�I���&��Y�ucT��=~�x7�VT�Յ�,�ܚb�]I�2������6&#�%�U�2�E!uRr��4
�fѝ%q-[�h2HJ���B��
��D�������+��L�E��h��EK��0%���uJ��������חT��k�Ƀ�A
�O��E?��nR�8P 	�������������rxwA5���	/K,��Ŏ,݂���۶?;��H�M%�܏�㥂P�X!PW�.���ڤJ�[f�H�<��ClU[�����/	5�8�뮊�Xc?�̨ƷƖ�	y�CV�n.FW�Օ�ݲ�+>3v��?��hp7pK_�i�'GS������U��tGn�֝���A�t3
����x�4���"	���ǵA�-�֤�������kga]%R�5�i����4�7Z�d&b
�鲴���ZM��$1���
��f�7�QE��
�r���K�cx�E�)���!Z��$�n�����a:�Q����)���q0sZ�b�G��/`�|+��D���ѭv�w��1�/b���T��Qgr?�3*�C�;A;:�7�yw{s�<\�?_�'���=J�M��'nj*%��JD8�u�����tu�*�h�E�
�|��x$ooo����P������<�y�	龌�w�̆mo��:@S��nْ��I,c>�����Xaۆž�2��Ķ�!,IQ)^���I�v�,oǝW0�ʮu������O�4U�
�wKŎ��PK���PKS�R/Definitions/resource-Globalnetwork-template.yml�TMo�0��W��
����h�[�C�--ڦ�a0d�N�ɒ&�)��G$����
�(�O��#�`٢�t�C�B^�Va�c�Jɠ�c`�6�H�eN2V���fY��l8��ňG�s�F��dM��Ѡ/�<=O�VM���ive��h4%^*F��	��x6�fD�,�9|Q&ej��ɸ��
��I�:��:���u��	�YK���xt[��d�@n�[�^g��RQ��c�;K	�ґ��k�v�5:�	�E�_�>8��T�)�G�¸9�,/o��Ci�ǣ�*d���>��Dx��f�e��Hjgg=�˸��4�|�?@&�T@���ٔ=t%�����)j�CŪ��H��v
y�L�e�H�FI�"�k(Lkj�6�WIJ��Сq��X7����[צ4㏛ݩ�
s�"ɜɛ=?Mo��m������0�*������H�4R8�ҡ�CƔ���z�����V�Vb���^mX��+-*�i8/�C͟�"�Ϋ���rq�8`[��H�6#��(����ض
�/�y��𺉍~0ܨ�=��P������Se����*ի�B{�Bk/�[k��'�=$���~�|����S��̾Q�\��v���YW�m�E�
z��}����Nj�����N%���_n�oPK�����PKS�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��PKS�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�'}8PKS�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?��@@PKS�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&PKS�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�����PKS�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�
PKS�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~(PKS�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��-�YPKT�RCArtifacts/Informational/OTHER/VSP_vFW-cad03a91-4937_Information.txt�W]o�0}�~�7i�Є@"USKE[m0TZ�0��q��j�3�I�~�������>M�S�����sO���"����Y"C���`��5��?#�c��A���� "��I��)* ��@�S���L�8'ʠ��Bjd���c��6\nѰ��qDi����ܨ�^@l�`�#�`��&D$��)���%� 1xj���TB��r����ǐ4��1�j)֐��8�8���"ω\|��{QD|�_=��s�B��1`�k�nϳ*�r�LI:p/b:�A�y���FC����}�lY�[��U�{�K����V&9W\�+��1y���YE���l���r& �"�	uaޙs���z,v' �����y�T58�"T�*��M}Ca�U>s3��	��T,5��ۭ�`1�C���c�`�dU&kS��u|;��$��
�Eܯ�,���9��,W�y1A��(�g�����G���)l&/�q�'��G�hT��ڼY��g;c򥖴��6��I-��T��Zپ.&g������lM%��m�������P�C�k��eC�{g�x�<9M�r�����F�>�
�dk�r��9��Z���I9��2�n���~t�n�$g�+NL���l�t���'����Ԫ�Rh�����.?6���f���w�)�C:�C�
��V���������?��~o?WH���9�-���PKq�1=��PKT�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\+�֗׊����=Mx�&+���Pw6���^5�W�	F+$S�s$���P��{?%,��\��L5�)��C���S���j[�9e��j�+]�сC*p`K@vlp��?F����3�?9N]c�Y7c(7��g��]x���j�R2Ma��W!^��ޜ�Z�
�njfF�^�
^;����E$��p�����K�+����vϯ�肎�.�a�5�v{W\վ����]7��(-I�JB�)
�8�i���o�f��7u|���W�x+�����ߝ���
+�Iɓ�
z�iJ�0qJ�O)V�,'��4&���9B�'"J�G� ��b�z!��"ƕ�,��k?��PKl�+#7PKT�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xml��n� �_e�=�!��2�ɺ�v��Cb�7a{��}�%�d�J�}-$��������GUi��խ�j�RWM���y�;���m�A����6��}~��ӣ<Ќ��l�x��u3zm�2�C��j��@(��(��JM�JQ� X:����.�����r褫1�mlʡ�!�6觸+s@-��L>�_M])��	z�"]�޶Ӧ��8�7��A�9=@���"�Q�~r7�_
�	�tex��NVu��R[T�+���Z�};d����W�g-Ig��"��q�x*����3��2�7&]/��G���j�PKՇ���jPKP�R�R�B4E	csar.metaPKP�R�����kTOSCA-Metadata/TOSCA.metaPKR�R*Ͷ�� �1DDefinitions/resource-VfwCad03a914937-template.ymlPKS�R,��&?F�;i"Definitions/resource-VfwCad03a914937-template-interface.ymlPKS�REa�
�cD:Definitions/resource-Vfwcad03a914937ComputeNodesHeatVfw-template.ymlPKS�R�8+<K/+<Definitions/resource-Globalcompute-template.ymlPKS�RT�
\��j=�@Definitions/resource-VfwCad03a914937NodesVsncvfc-template.ymlPKS�R�z�U�	f�G�ODefinitions/resource-VfwCad03a914937NodesVsncvfc-template-interface.ymlPKS�R1�_�cD6ZDefinitions/resource-Vfwcad03a914937ComputeNodesHeatVpg-template.ymlPKS�R0/A5i�,S\Definitions/resource-Globalport-template.ymlPKS�R�o���k=aDefinitions/resource-VfwCad03a914937NodesVpgcvfc-template.ymlPKS�R�����	��G`pDefinitions/resource-VfwCad03a914937NodesVpgcvfc-template-interface.ymlPKS�R#<�ߢ�
)�zDefinitions/resource-Compute-template.ymlPKS�R�Ze&�~Definitions/resource-Port-template.ymlPKS�R~�^ߩcD<�Definitions/resource-Vfwcad03a914937ComputeNodesHeatVsn-template.ymlPKS�R%�wM�
.W�Definitions/resource-Extneutroncp-template.ymlPKS�Rو�dT�)�Definitions/resource-Network-template.ymlPKS�R�LG��(��Definitions/resource-Extcp2-template.ymlPKS�R|�)�]-�Definitions/resource-Neutronport-template.ymlPKS�R	�o�	,ՑDefinitions/resource-Neutronnet-template.ymlPKS�R&��Y���=��Definitions/resource-VfwCad03a914937NodesVfwcvfc-template.ymlPKS�R1g��
�G��Definitions/resource-VfwCad03a914937NodesVfwcvfc-template-interface.ymlPKS�R���,��Definitions/resource-Novaserver-template.ymlPKS�R�����/�Definitions/resource-Globalnetwork-template.ymlPKS�R+�@j5���Definitions/data.ymlPKS�R�'}8��Definitions/groups.ymlPKS�R0?��@@n�Definitions/policies.ymlPKS�R���C&�Definitions/annotations.ymlPKS�R�����cDefinitions/relationships.ymlPKS�R2ea�
nDefinitions/artifacts.ymlPKS�R�H�v~(�Definitions/capabilities.ymlPKS�R8��yDefinitions/interfaces.ymlPKS�R�j��-�YrDefinitions/nodes.ymlPKT�Rq�1=��C�LArtifacts/Informational/OTHER/VSP_vFW-cad03a91-4937_Information.txtPKT�R��ȕ�O'�OArtifacts/Deployment/HEAT/base_vfw.yamlPKT�Rl�+#7<�[Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKT�RՇ���j4T^Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK%%!
Ca
2021-04-23T02:59:47.411Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-23T02:59:47.414Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|INFO|500||InvokeReturn
2021-04-23T02:59:47.420Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-23T02:59:47.420Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-04-23T02:59:47.420Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||VFCustomizationUUID= 25f46763-0e2c-4afa-9bf9-9d8f9f28ddc2
2021-04-23T02:59:47.420Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 25f46763-0e2c-4afa-9bf9-9d8f9f28ddc2 matches Tosca VF Customization UUID: 25f46763-0e2c-4afa-9bf9-9d8f9f28ddc2
2021-04-23T02:59:47.420Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||vfCustomizationUUID: 25f46763-0e2c-4afa-9bf9-9d8f9f28ddc2  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-23T02:59:47.426Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.426Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:47.427Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||resource request for resource customization id 25f46763-0e2c-4afa-9bf9-9d8f9f28ddc2: {\"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-23T02:59:47.427Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1bfd780e
2021-04-23T02:59:47.428Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.428Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T02:59:47.428Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f3a23482-dd14-460a-8f1b-90239f8e068e
2021-04-23T02:59:47.429Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f3a23482-dd14-460a-8f1b-90239f8e068e
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-23T02:59:47.439Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.439Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:47.439Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T02:59:47.440Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.441Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:47.441Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T02:59:47.441Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.442Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is not matching search criteria
2021-04-23T02:59:47.442Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T02:59:47.442Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-23T02:59:47.442Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T02:59:47.442Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T02:59:47.443Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T02:59:47.443Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:47.443Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:47.443Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T02:59:47.443Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:47.443Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T02:59:47.444Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:47.444Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93c72ae0-c7d7-49eb-8a28-337df11ea868
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-23T02:59:47.455Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.455Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:47.455Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T02:59:47.455Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.456Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is not matching search criteria
2021-04-23T02:59:47.456Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T02:59:47.456Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T02:59:47.456Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:47.456Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:47.456Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T02:59:47.456Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:47.456Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T02:59:47.457Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-23T02:59:47.457Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T02:59:47.457Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:47.457Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T02:59:47.457Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:47.457Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87285200-47f2-4cb0-89bc-c6977ac25795
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-23T02:59:47.459Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.459Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:47.459Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T02:59:47.461Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.461Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is not matching search criteria
2021-04-23T02:59:47.461Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T02:59:47.461Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T02:59:47.462Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:47.462Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:47.462Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T02:59:47.462Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:47.462Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T02:59:47.462Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T02:59:47.462Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T02:59:47.462Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:47.463Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:47.463Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-23T02:59:47.463Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d4977bc4-c7d3-4650-b166-859b3b777751
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-23T02:59:47.465Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.465Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:47.465Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T02:59:47.465Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.465Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:47.465Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0] matching following query criteria: sdcType=VF, customizationUUID=25f46763-0e2c-4afa-9bf9-9d8f9f28ddc2
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-23T02:59:47.467Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.491Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:47.492Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500|| resourceSeq for service uuid 043ff963-2cbf-4581-864c-ec56222c21da: vFW cad03a91-4937
2021-04-23T02:59:47.492Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.492Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:47.492Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.493Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:47.493Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.493Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:47.493Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.493Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:47.493Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T02:59:47.493Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:47.493Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Saving Service: vFW 2021-04-23 02-56-36 
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-23T02:59:47.755Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cad03a91-4937 906db6a9-1efb-4914-b535-af5d4826ca21 1 ASDC deployResourceStructure
2021-04-23T02:59:47.756Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json ASDC sendASDCNotification
2021-04-23T02:59:47.756Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json
2021-04-23T02:59:47.756Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T02:59:47.756Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:47.758Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:47.758Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146787756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T02:59:47.859Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T02:59:47.859Z||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-23T02:59:47.860Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:47.868Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:47.869Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:48.759Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-23T02:59:48.760Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml
2021-04-23T02:59:48.760Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T02:59:48.760Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:48.761Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:48.762Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146788759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T02:59:48.862Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:48.864Z||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-23T02:59:48.864Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:48.873Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:48.874Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:49.762Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-23T02:59:49.763Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env
2021-04-23T02:59:49.763Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T02:59:49.763Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:49.765Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:49.765Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146789762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-23T02:59:49.865Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:49.866Z||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-23T02:59:49.866Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:49.874Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:49.875Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:50.765Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar ASDC sendASDCNotification
2021-04-23T02:59:50.766Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:50.766Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T02:59:50.766Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:50.768Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:50.768Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146790765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T02:59:50.868Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:50.869Z||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-23T02:59:50.869Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:50.878Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T02:59:50.878Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:51.769Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T02:59:51.783Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298
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-23T02:59:51.786Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T02:59:51.786Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T02:59:51.786Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T03:00:21.787Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:00:21.799Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298
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-23T03:00:21.803Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:00:21.803Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T03:00:21.803Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T03:00:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:00:25.352Z||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-23T03:00:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:00:25.376Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:00:25.376Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:00:25.377Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "aai-ml",
  "timestamp": 1619146762498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:00:25.378Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:00:51.804Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:00:51.899Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298
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-23T03:00:51.902Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:00:51.902Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T03:00:51.902Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T03:01:21.903Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:01:21.912Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298
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-23T03:01:21.915Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:01:21.915Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T03:01:21.915Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T03:01:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:01:25.352Z||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-23T03:01:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:01:25.382Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:01:25.383Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:01:25.383Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146765571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:01:25.385Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:01:51.915Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:01:51.925Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298
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-23T03:01:51.993Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:01:51.993Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T03:01:51.993Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T03:01:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.78.233
2021-04-23T03:02:21.994Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:02:22.003Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298
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-23T03:02:22.006Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:02:22.007Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T03:02:22.007Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T03:02:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:02:25.352Z||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-23T03:02:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:02:25.367Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:02:25.882Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.882Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146765773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:25.883Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:25.883Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.883Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "dcae-sch",
  "timestamp": 1619146761067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.883Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.883Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.883Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146765350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.883Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.883Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.883Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146759506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.883Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.883Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.884Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "aai-ml",
  "timestamp": 1619146762498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.884Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.884Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.884Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146766578,
  "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-23T03:02:25.895Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0483770c-9c14-42cf-a28e-aa0d5b040298
2021-04-23T03:02:25.895Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0483770c-9c14-42cf-a28e-aa0d5b040298 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-23T03:02:25.904Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.904Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146766781,
  "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-23T03:02:25.931Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0483770c-9c14-42cf-a28e-aa0d5b040298
2021-04-23T03:02:25.931Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0483770c-9c14-42cf-a28e-aa0d5b040298 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-23T03:02:25.938Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.938Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "dcae-sch",
  "timestamp": 1619146761067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.938Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.938Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.938Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146765350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.939Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.939Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.939Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "aai-ml",
  "timestamp": 1619146762498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.939Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.939Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.939Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146767582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:25.939Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:25.940Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.940Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146767648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:25.940Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:25.940Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.940Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146767785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:25.940Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:25.940Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.940Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "dcae-sch",
  "timestamp": 1619146761067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.941Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.942Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.942Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146765350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.942Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.942Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.942Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "aai-ml",
  "timestamp": 1619146762498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.942Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.942Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.942Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146768856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:25.943Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:25.943Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.943Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146765350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.943Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.944Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.944Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "aai-ml",
  "timestamp": 1619146762498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.944Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.944Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.944Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146765350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.944Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.944Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.944Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146770054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:25.944Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:25.945Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.945Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "cds",
  "timestamp": 1619146766595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.945Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.945Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.945Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146768586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.945Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.945Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.945Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146769374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.945Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.945Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.945Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "aai-ml",
  "timestamp": 1619146770667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:25.946Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:25.946Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.946Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146765350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.946Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.946Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.946Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146768586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.946Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.946Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.946Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "cds",
  "timestamp": 1619146766595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.946Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.947Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.947Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146771604,
  "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-23T03:02:25.951Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0483770c-9c14-42cf-a28e-aa0d5b040298
2021-04-23T03:02:25.951Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0483770c-9c14-42cf-a28e-aa0d5b040298 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-23T03:02:25.956Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.956Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146769374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.956Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.956Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.956Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146765350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.956Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.956Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.956Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "policy-id",
  "timestamp": 1619146771761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.956Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.956Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.956Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "cds",
  "timestamp": 1619146766595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.956Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.956Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.956Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146768586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146772610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146769374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "clamp",
  "timestamp": 1619146772812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "policy-id",
  "timestamp": 1619146771761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "cds",
  "timestamp": 1619146766595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146768586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146769374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.957Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "clamp",
  "timestamp": 1619146773914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146773882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "policy-id",
  "timestamp": 1619146771761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "cds",
  "timestamp": 1619146766595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146768586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146769374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.958Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "clamp",
  "timestamp": 1619146774918,
  "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-23T03:02:25.962Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0483770c-9c14-42cf-a28e-aa0d5b040298
2021-04-23T03:02:25.962Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0483770c-9c14-42cf-a28e-aa0d5b040298 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-23T03:02:25.970Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.970Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146773882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.970Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.970Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.970Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146775485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:25.970Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:25.970Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.970Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "cds",
  "timestamp": 1619146766595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.970Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146768586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "policy-id",
  "timestamp": 1619146771761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146769374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146773882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "cds",
  "timestamp": 1619146766595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.971Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146768586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "policy-id",
  "timestamp": 1619146771761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146769374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146773882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "policy-id",
  "timestamp": 1619146771761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.972Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146773882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "policy-id",
  "timestamp": 1619146771761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146778683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146778864,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "cds",
  "timestamp": 1619146778875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146773882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:25.973Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "cds",
  "timestamp": 1619146779881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-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-23T03:02:26.058Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47cb6649-8054-4a0e-87d5-e42404ea8c56
2021-04-23T03:02:26.058Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47cb6649-8054-4a0e-87d5-e42404ea8c56 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-23T03:02:26.073Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.073Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146773882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:02:26.074Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.074Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.074Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146779506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.074Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.074Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.074Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146780660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.074Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.074Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.074Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "policy-id",
  "timestamp": 1619146780778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.075Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.076Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.076Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146780886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.076Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.076Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.076Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146780977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.076Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.076Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.076Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146779506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:02:26.076Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.076Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.077Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "dcae-sch",
  "timestamp": 1619146781067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.077Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.077Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.077Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146781799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.077Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.077Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.077Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "policy-id",
  "timestamp": 1619146781783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:26.077Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.077Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.077Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146779506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:02:26.077Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.077Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.078Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146782340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.078Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.078Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.078Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146782407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.078Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.078Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.078Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146782488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.078Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.078Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.078Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "dcae-sch",
  "timestamp": 1619146781067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.078Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.078Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.078Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "policy-id",
  "timestamp": 1619146782786,
  "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-23T03:02:26.084Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47cb6649-8054-4a0e-87d5-e42404ea8c56
2021-04-23T03:02:26.084Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47cb6649-8054-4a0e-87d5-e42404ea8c56 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-23T03:02:26.091Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.091Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "clamp",
  "timestamp": 1619146782408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.091Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.091Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.091Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146779506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.091Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.091Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.091Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146783413,
  "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-23T03:02:26.096Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47cb6649-8054-4a0e-87d5-e42404ea8c56
2021-04-23T03:02:26.096Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47cb6649-8054-4a0e-87d5-e42404ea8c56 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-23T03:02:26.101Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.101Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146783498,
  "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-23T03:02:26.104Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47cb6649-8054-4a0e-87d5-e42404ea8c56
2021-04-23T03:02:26.104Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47cb6649-8054-4a0e-87d5-e42404ea8c56 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-23T03:02:26.108Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.108Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "dcae-sch",
  "timestamp": 1619146781067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.108Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.108Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.108Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "clamp",
  "timestamp": 1619146782408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:02:26.108Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146779506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619146784418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619146784504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146784658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "dcae-sch",
  "timestamp": 1619146781067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "clamp",
  "timestamp": 1619146782408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146779506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.109Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "dcae-sch",
  "timestamp": 1619146781067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "clamp",
  "timestamp": 1619146782408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146779506,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146786158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "dcae-sch",
  "timestamp": 1619146781067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "clamp",
  "timestamp": 1619146782408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.110Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146787162,
  "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-23T03:02:26.113Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0483770c-9c14-42cf-a28e-aa0d5b040298
2021-04-23T03:02:26.113Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0483770c-9c14-42cf-a28e-aa0d5b040298 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-23T03:02:26.119Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.119Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "dcae-sch",
  "timestamp": 1619146781067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.119Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.119Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.119Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146787756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:26.119Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146787776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "clamp",
  "timestamp": 1619146782408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "aai-ml",
  "timestamp": 1619146788054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146788759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146789031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "clamp",
  "timestamp": 1619146782408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.120Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "aai-ml",
  "timestamp": 1619146789063,
  "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-23T03:02:26.123Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0483770c-9c14-42cf-a28e-aa0d5b040298
2021-04-23T03:02:26.123Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0483770c-9c14-42cf-a28e-aa0d5b040298 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-23T03:02:26.130Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.131Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146789762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:26.131Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.131Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.131Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146790266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.131Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.131Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.131Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619146790765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:26.131Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.131Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.131Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146791300,
  "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-23T03:02:26.134Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47cb6649-8054-4a0e-87d5-e42404ea8c56
2021-04-23T03:02:26.134Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47cb6649-8054-4a0e-87d5-e42404ea8c56 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-23T03:02:26.139Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.139Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619146792304,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "aai-ml",
  "timestamp": 1619146792498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "aai-ml",
  "timestamp": 1619146792498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "aai-ml",
  "timestamp": 1619146792498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "aai-ml",
  "timestamp": 1619146792498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "aai-ml",
  "timestamp": 1619146792498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.140Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "aai-ml",
  "timestamp": 1619146792498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "clamp",
  "timestamp": 1619146799056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "aai-ml",
  "timestamp": 1619146792498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "clamp",
  "timestamp": 1619146800161,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "aai-ml",
  "timestamp": 1619146800901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.141Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "clamp",
  "timestamp": 1619146801184,
  "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-23T03:02:26.144Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47cb6649-8054-4a0e-87d5-e42404ea8c56
2021-04-23T03:02:26.145Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47cb6649-8054-4a0e-87d5-e42404ea8c56 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-23T03:02:26.151Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.151Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146803882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.151Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.151Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.151Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146803882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146803882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146803882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "aai-ml",
  "timestamp": 1619146807998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146803882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.152Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "aai-ml",
  "timestamp": 1619146809004,
  "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-23T03:02:26.156Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47cb6649-8054-4a0e-87d5-e42404ea8c56
2021-04-23T03:02:26.156Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47cb6649-8054-4a0e-87d5-e42404ea8c56 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-23T03:02:26.163Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.163Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146803882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:02:26.163Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.163Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.163Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146803882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:02:26.163Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:02:26.164Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.164Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146812552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:02:26.164Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.164Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.164Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146815004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:02:26.164Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:02:26.164Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:02:26.164Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619146816007,
  "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-23T03:02:26.167Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47cb6649-8054-4a0e-87d5-e42404ea8c56
2021-04-23T03:02:26.167Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47cb6649-8054-4a0e-87d5-e42404ea8c56 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-23T03:02:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T03:02:52.007Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:02:52.094Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298
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-23T03:02:52.099Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:02:52.100Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T03:02:52.100Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T03:02:52.100Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T03:02:52.100Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:02:52.100Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:02:52.100Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:02:52.100Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:02:52.100Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:02:52.100Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:02:52.100Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T03:02:52.104Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T03:03:22.105Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0483770c-9c14-42cf-a28e-aa0d5b040298 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-23T03:03:22.112Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0483770c-9c14-42cf-a28e-aa0d5b040298 and serviceModelVersionId: 043ff963-2cbf-4581-864c-ec56222c21da
2021-04-23T03:03:22.112Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28082e8f-c8ff-4922-bf47-a85323a32bec
2021-04-23T03:03:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:03:25.352Z||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-23T03:03:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:28.026Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28082e8f-c8ff-4922-bf47-a85323a32bec/model-vers/model-ver/043ff963-2cbf-4581-864c-ec56222c21da?depth=0
2021-04-23T03:03:28.151Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T03:03:28.523Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/28082e8f-c8ff-4922-bf47-a85323a32bec/model-vers/model-ver/043ff963-2cbf-4581-864c-ec56222c21da?depth=0|INFO|500||Invoke
2021-04-23T03:03:28.525Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/28082e8f-c8ff-4922-bf47-a85323a32bec/model-vers/model-ver/043ff963-2cbf-4581-864c-ec56222c21da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/28082e8f-c8ff-4922-bf47-a85323a32bec/model-vers/model-ver/043ff963-2cbf-4581-864c-ec56222c21da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0483770c-9c14-42cf-a28e-aa0d5b040298], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[977793bc-9038-4fe2-8526-6d7b81a386d9], X-ECOMP-RequestID=[0483770c-9c14-42cf-a28e-aa0d5b040298], X-TransactionId=[], X-ONAP-RequestID=[0483770c-9c14-42cf-a28e-aa0d5b040298], Content-Type=[application/merge-patch+json]}
2021-04-23T03:03:28.572Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/28082e8f-c8ff-4922-bf47-a85323a32bec/model-vers/model-ver/043ff963-2cbf-4581-864c-ec56222c21da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T03:03:28.746Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/28082e8f-c8ff-4922-bf47-a85323a32bec/model-vers/model-ver/043ff963-2cbf-4581-864c-ec56222c21da?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/28082e8f-c8ff-4922-bf47-a85323a32bec/model-vers/model-ver/043ff963-2cbf-4581-864c-ec56222c21da?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210423-03:03:28:597-91063], vertex-id=[204992], Content-Length=[0], Date=[Fri, 23 Apr 2021 03:03:28 GMT], Content-Type=[application/json]}
2021-04-23T03:03:28.746Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/28082e8f-c8ff-4922-bf47-a85323a32bec/model-vers/model-ver/043ff963-2cbf-4581-864c-ec56222c21da?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-23T03:03:28.747Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/28082e8f-c8ff-4922-bf47-a85323a32bec/model-vers/model-ver/043ff963-2cbf-4581-864c-ec56222c21da?depth=0|INFO|500||InvokeReturn
2021-04-23T03:03:28.750Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T03:03:28.750Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T03:03:28.753Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T03:03:28.757Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0483770c-9c14-42cf-a28e-aa0d5b040298 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T03:03:28.758Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T03:03:28.758Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:28.759Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:28.760Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147008757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T03:03:28.860Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:03:28.861Z||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-23T03:03:28.862Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:28.871Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:28.872Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:03:29.581Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:29.582Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:03:29.582Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147008757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T03:03:29.583Z||pool-3-thread-5|||||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-23T03:03:29.829Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:03:29.830Z|0483770c-9c14-42cf-a28e-aa0d5b040298|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-23T03:03:29.830Z|0483770c-9c14-42cf-a28e-aa0d5b040298|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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:34.150Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:34.151Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-23T03:03:34.152Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"47cb6649-8054-4a0e-87d5-e42404ea8c56","serviceName":"basic_onboard_jhmQbs","serviceVersion":"1.0","serviceUUID":"9f1f796e-a5ac-40a7-b48f-e85d62be3e1b","serviceDescription":"service","serviceInvariantUUID":"49cfbb89-540b-4687-9367-4a5100a5347f","resources":[{"resourceInstanceName":"basic_onboard_jhmQbs 0","resourceName":"basic_onboard_jhmQbs","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"654b4c6e-ae5b-409f-8f42-32e6e9e95f21","resourceInvariantUUID":"edc3a569-f1da-4941-84c1-e9c7767695a2","resourceCustomizationUUID":"f307f651-7739-4c4f-8bd7-f5ce17dd89fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vf-license-model.xml","artifactChecksum":"OTFlNzhlMzk3Mjg3YTMzMmZmYjcwNjRmYjVjZmEyZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6af92fd0-4233-4119-8684-ea283f551382","artifactVersion":"1"},{"artifactName":"basic_onboard_jhmqbs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json","artifactChecksum":"YzNhODYxZmJkNzk0Y2RkYTU0NzI5MmEzZDQ0NDhmMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58441812-7b9e-4f9e-b5c5-f581af09937c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"83ce246e-01e1-4864-a5a3-fcffbf50024f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"93ee1b95-d0e7-4422-938e-afdf3738bb1b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f13006d8-3b5a-4272-b125-0689c985bb34","artifactVersion":"2","generatedFromUUID":"83ce246e-01e1-4864-a5a3-fcffbf50024f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJhmqbs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-template.yml","artifactChecksum":"ZDUxOGU4ODlhMGVkZGEyYzI5NWY2Y2E0OWRjOWM2MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed773ffe-a246-405d-bbd2-90480e0717df","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJhmqbs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar","artifactChecksum":"MDY2ODk2NTgzZjVlNDljMWU4YWRjOTk2NGRmMmMwYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b688f07e-fa67-40ef-94a5-a371bfc1861f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T03:03:34.153Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:03:34.154Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:34.155Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:34.155Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147009829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:03:34.255Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:03:34.256Z||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-23T03:03:34.256Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:34.264Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:34.264Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:03:35.156Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:03:35.156Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:35.159Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:35.159Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147009829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:03:35.259Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:03:35.261Z||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-23T03:03:35.261Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:35.271Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:35.271Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:03:36.160Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:03:36.161Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:36.163Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:36.164Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147009829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:03:36.264Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:03:36.265Z||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-23T03:03:36.265Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:36.274Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:36.274Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:03:37.164Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:03:37.165Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:37.167Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:37.168Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147009829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:03:37.268Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:03:37.269Z||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-23T03:03:37.269Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:37.277Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:37.277Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:03:38.169Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:03:38.169Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:38.171Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:38.171Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147009829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T03:03:38.271Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:03:38.272Z||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-23T03:03:38.273Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:38.282Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:38.282Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:03:39.171Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:03:39.172Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:39.174Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:39.174Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147009829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:03:39.274Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:03:39.276Z||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-23T03:03:39.276Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:39.284Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:39.285Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:03:40.175Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:03:40.176Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:40.178Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:40.179Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147009829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:03:40.279Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:03:40.280Z||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-23T03:03:40.280Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:40.288Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:40.288Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:03:41.180Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "serviceName": "basic_onboard_jhmQbs",
  "serviceVersion": "1.0",
  "serviceUUID": "9f1f796e-a5ac-40a7-b48f-e85d62be3e1b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "49cfbb89-540b-4687-9367-4a5100a5347f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_jhmQbs 0",
      "resourceCustomizationUUID": "f307f651-7739-4c4f-8bd7-f5ce17dd89fb",
      "resourceName": "basic_onboard_jhmQbs",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "654b4c6e-ae5b-409f-8f42-32e6e9e95f21",
      "resourceInvariantUUID": "edc3a569-f1da-4941-84c1-e9c7767695a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jhmqbs0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
          "artifactChecksum": "YzNhODYxZmJkNzk0Y2RkYTU0NzI5MmEzZDQ0NDhmMDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "58441812-7b9e-4f9e-b5c5-f581af09937c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "83ce246e-01e1-4864-a5a3-fcffbf50024f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f13006d8-3b5a-4272-b125-0689c985bb34",
            "generatedFromUUID": "83ce246e-01e1-4864-a5a3-fcffbf50024f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f13006d8-3b5a-4272-b125-0689c985bb34",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJhmqbs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
      "artifactChecksum": "MDY2ODk2NTgzZjVlNDljMWU4YWRjOTk2NGRmMmMwYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b688f07e-fa67-40ef-94a5-a371bfc1861f"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T03:03:41.180Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T03:03:41.181Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9f1f796e-a5ac-40a7-b48f-e85d62be3e1b ASDC
2021-04-23T03:03:41.181Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:47cb6649-8054-4a0e-87d5-e42404ea8c56
ServiceName:basic_onboard_jhmQbs
ServiceVersion:1.0
ServiceUUID:9f1f796e-a5ac-40a7-b48f-e85d62be3e1b
ServiceInvariantUUID:49cfbb89-540b-4687-9367-4a5100a5347f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJhmqbs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar
ArtifactUUID:b688f07e-fa67-40ef-94a5-a371bfc1861f
ArtifactChecksum:MDY2ODk2NTgzZjVlNDljMWU4YWRjOTk2NGRmMmMwYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jhmQbs 0
ResourceCustomizationUUID:f307f651-7739-4c4f-8bd7-f5ce17dd89fb
ResourceInvariantUUID:edc3a569-f1da-4941-84c1-e9c7767695a2
ResourceName:basic_onboard_jhmQbs
ResourceType:VF
ResourceUUID:654b4c6e-ae5b-409f-8f42-32e6e9e95f21
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jhmqbs0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json
ArtifactUUID:58441812-7b9e-4f9e-b5c5-f581af09937c
ArtifactChecksum:YzNhODYxZmJkNzk0Y2RkYTU0NzI5MmEzZDQ0NDhmMDE=
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/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml
ArtifactUUID:83ce246e-01e1-4864-a5a3-fcffbf50024f
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/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env
ArtifactUUID:f13006d8-3b5a-4272-b125-0689c985bb34
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/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env
ArtifactUUID:f13006d8-3b5a-4272-b125-0689c985bb34
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-23T03:03:41.181Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f1f796e-a5ac-40a7-b48f-e85d62be3e1b 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-23T03:03:41.292Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T03:03:41.294Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T03:03:41.294Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T03:03:41.294Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: b688f07e-fa67-40ef-94a5-a371bfc1861f from URL: /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:41.294Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T03:03:41.294Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:41.533Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T03:03:41.538Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar b688f07e-fa67-40ef-94a5-a371bfc1861f 70292
2021-04-23T03:03:41.539Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar ASDC sendASDCNotification
2021-04-23T03:03:41.539Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:41.539Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:03:41.539Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:41.592Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:41.592Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147021539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:03:41.642Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 49 ms
2021-04-23T03:03:41.643Z||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-23T03:03:41.643Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:41.653Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:41.653Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:03:42.593Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T03:03:42.595Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T03:03:42.595Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Trying to write artifact UUID: b688f07e-fa67-40ef-94a5-a371bfc1861f, URL: /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar to file: /app/ASDC/1/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:42.596Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:42.596Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:42.596Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:42.950Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17665437826838009328/Definitions/service-BasicOnboardJhmqbs-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-23T03:03:43.907Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T03:03:43.908Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-04-23T03:03:43.908Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:43.908Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-23T03:03:43.908Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jhmQbs 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-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:43.909Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||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-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:43.909Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jhmQbs 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:43.909Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:43.909Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:43.909Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:43.909Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:43.909Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:43.909Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:43.909Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:43.909Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-04-23T03:03:43.909Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:43.910Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:43.910Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template basic_onboard_jhmQbs 0 is matching search criteria
2021-04-23T03:03:43.910Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-23T03:03:43.910Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jhmQbs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T03:03:43.910Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:43.910Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:43.910Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template basic_onboard_jhmQbs 0 is matching search criteria
2021-04-23T03:03:43.910Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-23T03:03:43.911Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jhmQbs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T03:03:43.911Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:43.911Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:43.911Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:43.911Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template basic_onboard_jhmQbs 0 is not matching search criteria
2021-04-23T03:03:43.911Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-23T03:03:43.911Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-23T03:03:43.911Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-23T03:03:43.912Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-23T03:03:43.912Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T03:03:43.912Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:43.912Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T03:03:43.912Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:43.912Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template basic_onboard_jhmQbs 0 is matching search criteria
2021-04-23T03:03:43.912Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jhmQbs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:03:43.912Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:43.913Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template basic_onboard_jhmQbs 0 is matching search criteria
2021-04-23T03:03:43.913Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jhmQbs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:03:43.913Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:43.913Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template basic_onboard_jhmQbs 0 is matching search criteria
2021-04-23T03:03:43.913Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jhmQbs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:03:43.913Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:43.913Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template basic_onboard_jhmQbs 0 is not matching search criteria
2021-04-23T03:03:43.913Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-23T03:03:43.913Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-23T03:03:43.914Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0e27acc1-bee6-4367-ae37-c1665377dc1f
2021-04-23T03:03:43.914Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:43.914Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:43.914Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:43.914Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:43.914Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:43.914Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:43.914Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:43.914Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:43.915Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_jhmQbs
Description:service
Model UUID:9f1f796e-a5ac-40a7-b48f-e85d62be3e1b
Model Version:NULL
Model InvariantUuid:49cfbb89-540b-4687-9367-4a5100a5347f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_jhmQbs
Model UUID:b93e77b2-df61-4692-ad9b-d29de67e21c0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:edc3a569-f1da-4941-84c1-e9c7767695a2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f307f651-7739-4c4f-8bd7-f5ce17dd89fb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5567d548-f2c8-4831-a2c3-d4f88c610ca8
ModelName:BasicOnboardJhmqbs..base_ubuntu18..module-0
ModelUuid:a05605f3-9b7e-4c81-ad9f-a37ac00babf2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0e27acc1-bee6-4367-ae37-c1665377dc1f
ModelInvariantUuid:5f797ce7-6a69-47a8-9d2a-28a2dc59a51c
ModelName:basic_onboard_jhmQbs-nodes.ubuntu18Cvfc
ModelUuid:4b625560-42d0-4852-8f8b-653052f9590b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:98bdaff5-1e2c-41ad-ae2f-b761ccec32f8
ModelInvariantUuid:23a99ae2-980d-4a7e-8a53-e9f8b0faaeb7
ModelName:BasicOnboardJhmqbs.compute.nodes.heat.ubuntu18
ModelUuid:1d4d9a42-b125-4d10-95f1-8cf56fce70cf
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-23T03:03:43.919Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 654b4c6e-ae5b-409f-8f42-32e6e9e95f21
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-23T03:03:43.921Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||basic_onboard_jhmQbs 0
2021-04-23T03:03:43.921Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 654b4c6e-ae5b-409f-8f42-32e6e9e95f21
2021-04-23T03:03:43.921Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 58441812-7b9e-4f9e-b5c5-f581af09937c from URL: /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json
2021-04-23T03:03:43.921Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T03:03:43.922Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json
2021-04-23T03:03:45.032Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T03:03:45.032Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json 58441812-7b9e-4f9e-b5c5-f581af09937c 798
2021-04-23T03:03:45.032Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json ASDC sendASDCNotification
2021-04-23T03:03:45.032Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json
2021-04-23T03:03:45.032Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:03:45.033Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:45.034Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:45.035Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147025032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:03:45.135Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:03:45.136Z||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-23T03:03:45.136Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:45.144Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:45.145Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:03:46.035Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJhmqbs..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5567d548-f2c8-4831-a2c3-d4f88c610ca8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a05605f3-9b7e-4c81-ad9f-a37ac00babf2",
    "vfModuleModelCustomizationUUID": "68b3f0e4-5ad8-4901-86bc-931ee7a0246c",
    "isBase": true,
    "artifacts": [
      "83ce246e-01e1-4864-a5a3-fcffbf50024f",
      "f13006d8-3b5a-4272-b125-0689c985bb34"
    ],
    "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-23T03:03:46.041Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJhmqbs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a05605f3-9b7e-4c81-ad9f-a37ac00babf2
VfModuleModelInvariantUUID:5567d548-f2c8-4831-a2c3-d4f88c610ca8
VfModuleModelDescription:NULL
Artifacts UUID List:{
83ce246e-01e1-4864-a5a3-fcffbf50024f
,
f13006d8-3b5a-4272-b125-0689c985bb34

}
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-23T03:03:46.045Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJhmqbs..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5567d548-f2c8-4831-a2c3-d4f88c610ca8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a05605f3-9b7e-4c81-ad9f-a37ac00babf2",
    "vfModuleModelCustomizationUUID": "68b3f0e4-5ad8-4901-86bc-931ee7a0246c",
    "isBase": true,
    "artifacts": [
      "83ce246e-01e1-4864-a5a3-fcffbf50024f",
      "f13006d8-3b5a-4272-b125-0689c985bb34"
    ],
    "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-23T03:03:46.045Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJhmqbs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a05605f3-9b7e-4c81-ad9f-a37ac00babf2
VfModuleModelInvariantUUID:5567d548-f2c8-4831-a2c3-d4f88c610ca8
VfModuleModelDescription:NULL
Artifacts UUID List:{
83ce246e-01e1-4864-a5a3-fcffbf50024f
,
f13006d8-3b5a-4272-b125-0689c985bb34

}
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-23T03:03:46.045Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 83ce246e-01e1-4864-a5a3-fcffbf50024f from URL: /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml
2021-04-23T03:03:46.045Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T03:03:46.045Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml
2021-04-23T03:03:47.167Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T03:03:47.167Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml 83ce246e-01e1-4864-a5a3-fcffbf50024f 5033
2021-04-23T03:03:47.167Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-23T03:03:47.167Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml
2021-04-23T03:03:47.168Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:03:47.168Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:47.169Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:47.169Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147027167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:03:47.270Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:03:47.271Z||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-23T03:03:47.271Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:47.281Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:47.281Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:03:48.170Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: f13006d8-3b5a-4272-b125-0689c985bb34 from URL: /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env
2021-04-23T03:03:48.171Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T03:03:48.171Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env
2021-04-23T03:03:48.406Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T03:03:48.406Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env f13006d8-3b5a-4272-b125-0689c985bb34 909
2021-04-23T03:03:48.407Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-23T03:03:48.407Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env
2021-04-23T03:03:48.407Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:03:48.407Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:48.409Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:48.409Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147028407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:03:48.509Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:03:48.510Z||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-23T03:03:48.510Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:48.518Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:48.518Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:03:49.409Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Preparing to deploy Service: 9f1f796e-a5ac-40a7-b48f-e85d62be3e1b
2021-04-23T03:03:49.410Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jhmQbs 0 654b4c6e-ae5b-409f-8f42-32e6e9e95f21 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-23T03:03:49.420Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:49.420Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:49.420Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Processing vnf with UUID: b93e77b2-df61-4692-ad9b-d29de67e21c0 
2021-04-23T03:03:49.420Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Will get resource from SDC using resource id: b93e77b2-df61-4692-ad9b-d29de67e21c0
2021-04-23T03:03:49.421Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel to get resource 
2021-04-23T03:03:49.421Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel
2021-04-23T03:03:49.422Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel|INFO|500||Invoke
2021-04-23T03:03:49.422Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-23T03:03:49.422Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel
2021-04-23T03:03:49.422Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel|DEBUG|500||Method      : GET
2021-04-23T03:03:49.422Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/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:"47cb6649-8054-4a0e-87d5-e42404ea8c56", X-RequestID:"47cb6649-8054-4a0e-87d5-e42404ea8c56", X-TransactionID:"47cb6649-8054-4a0e-87d5-e42404ea8c56", X-ECOMP-RequestID:"47cb6649-8054-4a0e-87d5-e42404ea8c56", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"9e2c4dfd-b631-4e0f-b1d3-3b100bb4bd39"]
2021-04-23T03:03:49.422Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel|DEBUG|500||Request body: 
2021-04-23T03:03:49.422Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel|DEBUG|500||==========================request end================================================
2021-04-23T03:03:49.893Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-23T03:03:49.893Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-23T03:03:49.894Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel|DEBUG|500||Status text  : OK
2021-04-23T03:03:49.894Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicOnboardJhmqbs-csar.csar"", Content-MD5:"NmI0ZWI2NDMyOGVmYjFlYzA2YTQwNzA0ZjhkZTk2NDg=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"47cb6649-8054-4a0e-87d5-e42404ea8c56", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-23T03:03:49.910Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel|DEBUG|500||Response body: PKG�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPKG�RTOSCA-Metadata/TOSCA.metaM�1�0{��p���@��HDIa�>��!���2�vV;
���
��4O��Y}lʍ�cO��1��j�b�)�H�@�I�������=v��W�⧵i���a@�}����/ak�&?�D���ap�	p
�9�0-�!~0X��¥�(M��qzP3-�����t��-+���JsK���F�Yɓt�s-S���y���!|ܬ�`#r���;B�(dY�WI�w��Zn.��sp:����Wд�l�V?\�6|'�#&Z#"�P���~��!GW��$��j\��cn�������}<�W�`��@�"�&6t_�&�ƌ�|����A9Έz��.�F5��@nJ~'��΄�.���N��'���z&!�u����H�/^?��w�r-^���x����u� �_jv��g�9���.��`��xW//����N~	�[m��MmW9��7����C����t�6�ϣ��������PB��~�&=��P���dr��͹P��ܙ<��я{�q�͑~Mo�%Ꮳ-_��.|�O��~2�{���I����É�~��������c�ü�����o�����q9�>��f�_,G�3���݌��3����8���оY�^/�N����t.���\������'?XJ��r�%z=��t?ޏ._������H~|�Я�sE���y3��rm�����H���gE�r��N���P>��O��/O�O_eϿ<^+����ZѬH��:9y�ӮV�����k}<�~�������g�%��o����7������o�g����Ru��.$! �9��լ��^E��9b���4��ND��\��%�e
���`��1�1�^�&
���Ճ?ā �Wuq�A�HYp���t6=�2"[�Wk0?���;$}�m��e�p�E2O_=��{�(��
ł?K�P�j�Eo�eAհ�����D�0lb�]�H�)#�p�$���zL`Ԗ�,)9I�vp�f)��îH�}Z��R.��	9�����]�cڴ�br���d�"�ƺ��Q��p���	��]v�*+�Sۅ��Zn��Uꦃ�nvP��h�;� ��(����H���}Н� 4�(�Z�9���_eCkd�����@���c8
!'PD�H�#A�`��&���̃����&#L���ďDC)����Q����	<��1�uh�`(�c�4:	�#i����=;�!�LLp�]f�}v����ޞ�o�u��
�!��¤M�����,Կ}]+�bڌlsW	E�2����.��
��y](�\��x#��NX帢�c%��%�*��ʊE�c�ښԲ��]%[AS��0���7���h5�c���`�X���I$G��Fl�HO[��;��b;�
�<y�����
h��oB̮�cw�� (��H�"��N�O`�c��v@ViV3�GM�;�;gZ+�,WO*���5G���$
�(\���xP_����ׄ�VZ̕�*����$�-�z!�T;By�t�P����3)t|h��
e,5���%�1i1�GK��N��o��e�^ь�����T�~g�/��Py�=���OeG��C9��%�c��b&�%<��R��6Ϳ��2����/�}�(�%!��� �c��R�\~�V㿒^;���t���/��^5�I�_ALj�1\c,>@�1��\�d	���Znf8�a�x[sz���I�t�}IP��x���x/W�wb�w�֠12�v�L
Jez��5�g�A�S��Nb��Ɖ�몃�����CBI��	"0$a��m(Ȁ�E]B�"�F�Ӛ�t���D��	��	��t�(�dH�p�g��!!�ND�	�1"�D�"&��#��Dʣv�!!kŵ���	=��o}��X��i3�<�L.�ė��ͅ��g�e�������-}C�?
��@�l��⥆��OK��X!W>����(���]�D�+��Oz��蹢�
����cN���iH��|�,�;�ǜ(6�Ni�H���~�Y��+^)I4�nHu�0���]܍kK�,N�[�+@f�5���V�O_]����˾!�-3���.��E;�rR�5@�H�4c4	o�
��2Q4Y$<*a���,�:�",��Q�.��q�*���R��܃��4�������JA�m�id@س�u*Ez!sf����O����)�5,���A�� 9|����7����W)�$�Ē� 6���U���K�h�k���^�n<�hc�Ԉ��h�
���A�/i]z��´[${gs�=���Il?��J�E#鞵KVv+�ꬱ�\�(�!:�{K/�U�
h:��s�k�o$�p��F�Ҿ��.~�r���$���Հv0�V�n�R�Ճ��T?&�8:�pҕ�T�Yi�_��O;1��lA3T��ԅZ�s&�7���E�;�}/{?ԑJ�:nW���0~�]z{ܟk�h����^*�M�O�7��;��L�F�n�E�ְ����R�۽��qdW��̾���ס��10`;g��r|��� �:F��z�}�e�?pTݻ��]N�O�J��E�~�H�l��!|�#�<��p����f�Φ���V�5�vB[�n%��N��u�4c���Z�Wۙ�u�f/��p�7�#��C녱��Ɨ�l񖁶���[�ۣr
��/��MzV��P<@�g���F5�"�V�چ��T�P9��u�߻�W��PK1�<���VPKH�R>Definitions/resource-BasicOnboardJhmqbs-template-interface.yml�][s��~߿���w�$s3U��x��L�q��r��@��Ʀ1�_��[DPHb2�M>!�m}���k�(v5���@6�ۮ2��e�\d9&T|`�JE����bB݋?J��u�.$�3�	/�7d�2�CP@}'����k�*2Y��$��ARM �6AN,m�A�xL�O���+��;Hyy#]g��+aCH�j��RX�;l��G�����v>�np;��h���E6�}LOl8��	�P5w����Z>�����YA�qh�
�Y�R�8�"���h���MZ!&������y.���t�c��ps�'���C���
LfIl��YЦ����{C��RڴLU��������~�K��$��j�"��N�v4�4�.�
YG�Tf!�5?��Y[�ӎ��d-��&D&fב��.QQ#9���XA�kQȺ�>{�#���
RS���xZ�Ř�ʐeHZX�֌5�#ƻy)‖�a��v[�VxoL�+�/�!��E����ۡ�ŵ#S�X�D]na��VZ����W�I "K�!�A�Z�w��5_"q�69&<�����C�-O$�`6RfN+�Ê�\�€�z$�T$8+]����$j!���\�4ޟ�-��E�u8G|��4��\�)H�?�l��+�J�6����b=,1�m�4�!Z���p^��+�G{�3A�"�ui���b�����̌1y�鴠�I��=�c�n�!M Ћ�f���F:WDs窹��� ȓ��C�NR��cʩ$�b�����O�������v-r'T�㐵'*`ϕ�ؖE���
�dEwn)"��s�Q�7�D(ؓ%{֐�:���-o���\%�x�`h�W���f�����e�/_^.\��`�\�͟o��wأc���%�Ŗ�̷�%�#W�Ju�#�q��+��b!B0������5׫³��4�a��P��qX?��Z�ݔV�a����7�|���(?7O�k�)ђ6+1�ء���iX��^ǀn���pI[k��0�}�Clj.�����YQ����$�^�p�Y��?��m��7#�&yq�I�,�9�u'����Rh}��€gP�^��#����0+�|�����r�G�,m�,��'z>ժ�D�5AH���-����0��&l��+f\�
�k�:rE��9�ON\�}>>�>�k���@@��Zd����U�;��K��g���������6���������@�t��:L�lxd*ʼnN�~A�lJ�E.	������bV%*$W�����-;(dI^�.P�TJ�D�Ȕ����=Ynd�a���b�f�3��[���a��#��snIRL�|�ɭ�9�B�%�!�`��ز9��Z�S�y� �I��_L���؅LnA�g�VU�p�p��L���S&π���)�Ϊ�"<{�G�Y�}o/������[�i1��}�|�r��:E��M6��Y�w��)�S)Y�"��
�;��͔
�sE�r�ؓ7�+*@[�Uw9������޾�P��CISF���k�6?��k}$��_��YJ����=�%��d�7ޞ��ʼn�跳~19|�l�*Y�S�-�|�g�"��<��	����<˸�`���jW��kN���2F���8]R6Z���li�Ɓ}���݅m�6X˦�e�v�{Y6\��:���5�T؝�o�У��)hl����?PK�3�`�
t�PKH�R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ��m�[�lӤ-�����1�`
lj�T��]ᣙ�M�"s��=��gI����
%MrDm��mMF�U�I��"Y%�E���̲x �i����lbW��:]^�"/
/��G�+oy�0��� ��VG�.y��fk/�`�EA��֗<�ApŃ0��5�%+1��k-ls_hM�p-*��y�d&�f�T�*o@;2e{VU���P)m�ONlS���O�t���A�&��(QN���#|R�hT�9>�L�������<�R�=3�c�̐��_��9]�g�o*�b[�{$o*�0^x �d\�2Q��� ���`Fp`o�b{QPS�)�S5m�L.�wf����9�Czs[��'��0)���NY�%�d�!C����7\��*�̸����j�#��D���O���VҟMO'�R���&�Ve?齇{�lO�3Pi
[�]�G�?���X-�ag�7`�r��ګ�)
6L�Wׁw����Ի�Zh
����FP8�c�Xapq��n�W���^��ccF�B�{��dq:s���+J(�n�s,�(y��ٰc1W�{.&�%)�Iy�@�j��E��O��`99��ﶛ���9
�l�o�e?�5��J�Z(@��ͦ�N�����2��X��4�Pp�W�����䷿j�>�����z.�~^�l���� ��<,�ÇT_ikV	)0�Բ��q	�!��Y������Nl����hL5H�P؉r`;�h��ZUC�&��.��U�]ZkB�B٦ܾU/�֝]{��6U%��!i'a�߰�Q�e�)��������Yk52T�ձa�M��A��Ԉ��eu{7(o?$2}!^�>�t��{�+���x�2Y�	~��rj����7���̂d�u8������X�b��
v�$!	��]??��������1mO����o�_���\B�9^���}	�?z�k6��v����Fd���C�J�Ix��4�7j��"B�0)��6��
����|
�U�DuյI�R�.B0*��{>��O����{#j�^w�I��DǏ�k]C�=��������
��,x`�=�f��6Y6+���h,u
�������?tچ�@?feq`�<08�C��E�_<��
���,(h�
��7�+���ͣsN�����F<���
����YWV������Nր=ߏVTJ��c�ȁ�!�$r�T4S�n�+N�� 2O��8�<��rL��-.2} �5q��?�D2`���foa`(��舛��@c{�� �g$�r��i�R6j�EB'n���bq�y�#�����q��i�>��z�:V�E!�g��<�gg<�|��[&�snPM����'�y�ȝg_j+�W͍0��!`��C���{��Zq���O '��U�#86��#,t���;�"��J���PK�8+<KPKH�REDefinitions/resource-BasicOnboardJhmqbsNodesUbuntu18cvfc-template.yml�\Ks�8��W��=@%�z�7�Ǚ�V�x��a/,�%$|hHP���O�o����W�JYx|�h4�n@,Jl�ģ!e4
�D���1XV��������Wa���\
O8�8d߾}���X{[s�-����V[�C���h��K�Y�x�p�W�xeo���f�VK�ۭ�h��l�Y_��K�\�s�8 7���XQhG8v���v���%�,�Ӑ�������P���Ȳ�E��g��4���;`f��H�81B�0�+�����=@�/����;��`F�Q�rc�ABSN#I���NX��1I�4v�w�Q�����v�=���[���:՟�u�!
l���]�lD1Kn�P6��O�ax��\ /��|��@����w��ԇ9�4ˋ�1�q�z�
E�}�b����>F>uZ$˲�	È��V�⊯\PHS;
�=�q�o�s�C�vz��A���������e�	Y��X�
hhAÐXY���Leִ�a>MXQ�?S�z�����,~��@\�,��U��>+L~�#I�EÄ����:�@I=�O��[����L��#�Q�.�0�a?!zC�b�T����=����
�c��H�I%�ЉȪ�Tu0W�%S�g�g���bf�y�����⟳O�yj01a<	qҘ��i�/�?�(���s���~(e�
���=t�-�w�B%���C����a�V&�S`y>>E�dY4T[*�¦�Bo!�8k��f���� S�T����jm�H��.y�N�Og^g
ʽ�wU�q>P�H�m�������2ړ�mb�%������K����q��5yK��`i��d�$BW��bx���XA��?>!��k��!8o���;����'L}2�>]��~S�#�i�!���}��ñc�z�=����߁t��ڨ��w�i�0����
0
F�?:��>ulL�\u)��KC��M�]DT����>l�6�W�w�H�/H�12#��xg��]*��QZU#��ЀTS5d�^��
�U2���o����4H#̎�|�pf�8S�5;��m;��7\�O9凂�m��}8��8�3M@�3MÕ�
G�[G#�����^Y��ǷuG�é
Jq��u���A֯�����p@���$��)ϐ3��g�p.R��|{��D����41Y"s7w�
o	���5"�������V}�.w�x�D�b�F+w1G��[���7�C�sǫ��4aQ@��N�ysg����hA�Z-�������q�s��vU�*VY��O4��:K�!b0si�g(������,���*jX��V�PָA�5j��6��*�c���6)��'���k"�9Z56����nZq1�8;-g��#E��p�j5��6�fEVh�:6���Dd�ې��[�^�1y��f�]�k-��b;&2箇̅�]�;�$s��Ⱥ���]ۛ��צ�V�s��f�6K�\_�����^��p�d��`��1n���+Oh�в��#_>Y�3�}�;�ظ{��1=Ë��B,n��$4#^E@߸�������G�_���)U/���ί-��^�(1�4�L�"͵�%V�"�6�$�P�m�Z1�\���(Dڑn��,��dS\�bn�}�\�C��:�L=���/S�ނ��,%:txM���V�y�:��F[�Tי���Ʃ`�p��屵�j���.��JZ�:�DmfU7��w��:�LM��S�7冢f���29 ���'J�
�Š/��<�rS��W�.�%.3�Q���;�e('��; g(u��!x�
��?I�huY~����j@�8��ŋ��TN����b�ڬ
W/�q+��.�5FЎcԐ�멆@F����J=ܼ	#=��M�l�j}�����X
)�+C����m
����K�1D}Ѡ�C|s�Q��x�`'�Ή�W;*��~�xˇ�ΗUc�RQ��ܓ�L6O'��B�&�%{��e�L]x'5՗����3q�<���x�K��On̓"&gBHޓNW��Rf�$=[i��I2��	e6Iҽl+Q)mTy-/�a�������%��kl�/i	<$����tLZ�t4��L}G/wܙjL%��'�K�h�4�a+�{�(Ӆ6U�f?)�2~be��E��ڜ�afӳ�@��"�Y��}ű����[=z�D�w�}�O�2��K:WtΞj[;��F��y��%���T�4P�=/�k�$�5���Vðlؠc@z�u��Jl7�Hc�`t�v��>hPT�F����e�
��2��z��)��=�3�T
j��O����	>je���H�6~�;x���_+��]��*I�x���*Mi�v��${'��Rm�&��_2i&%��ew���X�����!�~6�1v�%���_呾iFb�Jr��/�<)�R�ǨW�:{M����W�WDf2�PKO��nP�OPKH�RODefinitions/resource-BasicOnboardJhmqbsNodesUbuntu18cvfc-template-interface.yml�]�s�(��_�mvQu�4�[:=]�[�tWg�/[SF�f"�����>�d	Y��$�q>���>>�d#5%8eK.��Rh�aJ×d�#��"cxK�_���TF��t��L|A�Y��T	�6��aJ1���`��d�3����M��*��ۚ^^�A�y�d��R�Dž�8�U٤�Y��Tr��:�.�m,޵P�U"&�y�(�e�(K6K��'���b!�J����Yhj��BE�i�T�+�0���U�)S|�R�T2���'���;W�P�W��pn*�$͹�EF���;,HΚ���ݠ�k�KR쟒+���S*�}-��p0L�o�C���`Ńjo�Ǚ�*�ޒ%'�!\z���ȖA@2��);���+g�X�'���~�p�����XA��.�e����]Ob?���ɊBN�Kd�\�.�5���F
��s�s�>�!��ܨ�ׇ�5�=���2G��LY�@�F�e���nva��
g��_+
jn��+qIՒ�v!T;�—��f�/�����v��q��Rk�P�Z�[����S����C�1��s
o=�e��1ۏ�yN��|g�7�flt���k�E��t���4;v��3B��K��{��7�>6��ჵ={[�Ia���_�[�-~�Kaw`))��#�*s�+���X8b��džD9�WW%�)�y��i'�K�خ����x,���-�u�1.���}���ﰪMDɬ+����K39gI{")}bF���AtDc�>n;R�D��;���,�JZ�D"�:f��w�~l�d�6`H썁�WB��w�ޛ8ǥ�3!�Y�$�|V�Y�BǞ�I�7u���)�z��7�FdL>�4�c'���s&�<��EwЌ:���>�m�8(MyW0`��Q3�$�:.	�
��8���aO\t�s�:烎����+��&�F'�ȟ�Т�*����Q�Ja�ٷ_�o��><��OL�$�wI�(r��RN*�+q�
}�8�޾���_�xI@��r����,�8�\��sp�B���i�����R�Fش ��:⍓��p	WM㛈��#�`a��G�W�@ 9M�����)��9�w�}����Z�37���k���ן�xs�[
���f\<��f%�wP�[-<ܢnQ��l�%)ɰ��Mш�����z�==Vz���J6�
�?PK�b�;�)}PKH�R,Definitions/resource-Globalport-template.yml�W�O9��[�CV	yK�w�Ԥ�����;���k���p��;�~�%�
5R��x<��y<��C����K��(��	1nK�4K�_�4�G��$CCj��.VTq*����턜at6�����#�uE���xx~A���*�S��Dp����b0��
�h4.���u^ST4�	�3�MR����qA�C�@�0�P;5�Ș3���>y�fIR��I�EL�h�L����:C7\2j �j��@��e:�4�FQf�@�2W�@�RM���tA>>X�N7��!������9�o��d�� ������-m�&$�	�qo�&�ikas�(Xa��η����PU�Pǁ%�:���R9V2�j�r;�	g/\V�R�
!Ma���;E��_g(U����d�y�˼�Y���Ja5�J� �#%Ӓ�=���{2��La��AoL�+�7�
Rk�W4L�6��
Q�Gh��-H��D�

?�v��j1j����R�x�|w��iU�t�ݷ����M_I,݋d� ,�ұPb�O_:v����3�\
wxl�G4ѕ���Wj�]��iCc��̅�kc�]������_Tg����z�g�B����Ԛ�b7	�q!|\Pe�sb
����& �@�� yD�BtȒ����;�]�wG�����Ǿ����A�ǶUc��#]�o�����*����ZyS��z�0����n�+�~"���$��'�T�~q������#���?ӕf�6�IU`RUF�!2"nF�tK뀠���J�ȸCXaɸ����b�(����I���ˈ�}�A������)b�#"�[YsL�m�`@>�{��촯Lu�#C
���E����`�g��ˈ�E켋8>�`��O$�_Kk�fgs��JKrTq�͜�&�5);�۷�XF�nT�3�!�7H�r�9B�b���Z��������Ϸ�lE���O�?-:�כS������n�[�����
ؤ����F`9^B����,�
J��;�N;�{�[�-sKw�6��P��xrtA>$V;���q �#����}[��GufW5��R��Y�#��;0����x�]G>��=F
�Ǐ#5�@�`Ew�;v�}M��5���>���-��PK0/A5i�PKH�R)Definitions/resource-Compute-template.yml�VKo�8��W��� Ï��G��a�"�{)
aD�l"|hI�Y���P��uQwS���/��Ǚo^$��2��42Hk|�G�i��Ш�ԥ¬��y6�h  @:aL�=8	&l6�R��z1�Ur���5/	��:��
(x��Ւv����z��'�_&��|������0�9,���4����
H�=w�
�[,z4�3`A1��^�P�R�I�Q��QTS���i���/��B�`�vx�����R,GVy�(=�A�����(��=b�w%ꆐl�re+�`RA������y�E�-�����G#��{)�Q
�T�ɒ���g>8k��&R�j�$�@Z�uc��+���
e�"Ԩ����|�R�C]R>���5��[��O4�$'���G1%��>W�P�X.*��ǏD����\��g/?��z����W�6���� f�o0Qu�u�s$k/^L�;�>�$M�|lKF�Qd�Lk�H[6�2Da��PB.��2�wP��)���r�):���j�j%���J�\d����;D
�
0��6�;m�5v����zUd��:�n�
��{�cG���C���0�m�F}y�A{��r
4�X�f�����fs}�檗�AI����u��k�ܯ)M%�!����d��c�mK5���ۀ����Hs�[�
P�^��g�ҙ����5I�QZ��P�7tz.(�����)~'�t�㑤��Rc��b�	�!Z4�f{W�����CH�y�W��x$��5�[���T#���;��DC�����Ob����6��&���Wt�^ow�t��;��?~PkS錗�?��k����x^��풊^�ӈ9�&1�+�Ԕ��Gv{�G,�_�7���z焦0���^Ў�φ/��v”�(3��� ��E`}4��艡���u�4� B�w-�6|m��hk�;�PK#<�ߢ�
PKH�R&Definitions/resource-Port-template.yml�SMo�0��W���������6�0`K���ՠe&*K�$�ȿ���m�=�ȏ��O"����Zzi���dR�m�ɲR��T�"[�J�X��t ��D�7�_����8_9&y�\`$"
�8>#��r����Eq/q&��ap�PD[�^Rt�0YcI)���� '��|k�*K��w���N
T����?�t�����_�4ܘ��=�֌������CEn�u�C
7�|��3���O�d�`���	dn����-S[AO�cS�[���o��s~~ E��b��Z��;�S�Z�eN�vv6����t�{~��[�X��Rq��S{�1����
s���S�節���,�	w��;k�)�C�pe�oJXOA���tǬ���f��;�@wm�7��)ܽ=�֚2�p��=�k����"{zwޥ*â��Gd�C�Ի#h�o--)lQ9�]��X+J�	qP͍������2�zG���|
Σ���0�[����7bR�N��@�ۺ�vQ;�r�6q*`���%-hԊ`T.����n�^ݮ��qe�lM�h�k.��������ӕ��GӻVR�|���\铖����?PK�ZePKH�R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{��N�$�77N���I^����l�:�*����Q�>;imc��I��ȏ����%�B	'���
���\PYQ��5+d2JF':�1���V������4���a:������O)�Nxuu����w��Tm|yqq9³|pz��8���x���(����1�d�X�1೛a�V�sfh��0���_��Z+��a��r�2���%��[���9�6b��]�/��!����B�u��"#N2[��ݓ6_�Fb��Y���2Qe��p7����{���^��D��)�Q4��S6<{a�Ig(gU�"y{��ү�������;@.$�	�h]HR����lxa��d��T�m���15(Y��R�[�[��xat�mUKu���;![Yc”Ү�۷ꉃ��l��P�E�K*�E�)�x�N�>]j�uͳ�=�{8�����4�l�O*lb�WF�u����V�23՚H�:���-�O�>�6����:J�@����Z	C!g��I�~%8&��P��aL�!����)����H_�M�DŽ�e�3�j���C����`�1��_�a����'b�2"�b��]TRX�:�I����$|�\���C���ֽU2��%u�b�r@�����:�|���j�m�������D�ќ5R�2Js�R���:��`�{�X���Je���;�~+&+Ll���s�H��.�o������`���n��a�lCLq��W魢=��ް:�%�L��_PK%�wM�
PKH�R(Definitions/resource-Extcp2-template.yml�R���0��+��m  �M�m�DU���d/U�3$V�M��6_�*�7��{cT�0�(��d��IW��i����䂅H�$�d0C����3j��_�1�2��o�Nћ�a�-"d��=�gy���V�b��t9%�E���z�|μ�͂0]<,�{+�XP��f���ߌ*�yi��'����=����;ť�+s)	PP�DV;[��� ת��[�>:*}��I+b���oɼ*�6�
�����J՚��L����;��w�}zC#Av�B?���,���<��Ķ.R����&�x�MO<�����9�M��BXҥ�v	��KL���%C��j�\���#���G�걪E:�T���>y�:	J�L�w����-��*}�Uicb�(���>+�s�;��Wv����T�V�6`g-���ߥ�;�t��k�4��+z������܌O׺�L1VkM�ݾ�A0x�����f�cg��Hov���;�ҥ���YB“���#F�{�G�,b
 ����tʇ���y���G
�w�#Z�H��Ϸ��?ȇ}�[��p��P�}H��dl�8��1m,e�=_ZK�q��0�K\B�X���4��iΦ[�������Ԭ,��[#�*��-8�Ӝ����'p4��v�É��&4Ο���Z�,	,3�h[�ڊF>�jt�m�Q�����0ЏYr��~PK���F�pPKH�R,Definitions/resource-Novaserver-template.yml�WKS#7��+t��`c^��6K���!�Ԕf�ckW#M$�o*�=�Ҍ=�	�S�2�������e<�K-�4�%3�?�̇''�RA���JzI���|x���3n%�����r�z罓�y�$;?��O{�N�:G�g���aO��S����a�������i��G���<��ഗ����٠�̚0dc3�`�������PZp��c�Y���f��
?�M�"� �e�:7��$�\	��%��)��)���F�K�X
�r��
����h�S��:�3Ј�JZ( �f�T�����j)�L����_�� �
��B�RRZ3�,� ��K,m���3����Z ��IDG��EP[�lt��D(�]0tMw����s��q���0A�!�4X�!�U銌�(g��W��c*��30v�n�w�G*�o_=�YEk��!���a��O�5��PۇX��z7<��9�L��Q�&��B�#U-���@��=�%O��6Xgi�kV*$�Me�ƻ�P3O��ֹ"�~.����
�f�Z���Z��H�&K��tM�I���&��Y�ucT��=~�x7�VT�Յ�,�ܚb�]I�2������6&#�%�U�2�E!uRr��4
�fѝ%q-[�h2HJ���B��
��D�������+��L�E��h��EK��0%���uJ��������חT��k�Ƀ�A
�O��E?��nR�8P 	�������������rxwA5���	/K,��Ŏ,݂���۶?;��H�M%�܏�㥂P�X!PW�.���ڤJ�[f�H�<��ClU[�����/	5�8�뮊�Xc?�̨ƷƖ�	y�CV�n.FW�Օ�ݲ�+>3v��?��hp7pK_�i�'GS������U��tGn�֝���A�t3
����x�4���"	���ǵA�-�֤�������kga]%R�5�i����4�7Z�d&b
�鲴���ZM��$1���
��f�7�QE��
�r���K�cx�E�)���!Z��$�n�����a:�Q����)���q0sZ�b�G��/`�|+��D���ѭv�w��1�/b���T��Qgr?�3*�C�;A;:�7�yw{s�<\�?_�'���=J�M��'nj*%��JD8�u�����tu�*�h�E�
�|��x$ooo����P������<�y�	龌�w�̆mo��:@S��nْ��I,c>�����Xaۆž�2��Ķ�!,IQ)^���I�v�,oǝW0�ʮu������O�4U�
�wKŎ��PK���PKI�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��PKI�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�'}8PKI�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?��@@PKI�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&PKI�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�����PKI�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�
PKI�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~(PKI�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���/�tPKI�RJArtifacts/Informational/OTHER/VSP_basic_onboard_jhmQbs_VSP_Information.txt���o�0ǟ᯸G�X٠)҄�T�*h)�V��K�`;�DZ�&MV	?�w��}�{5s6�LP3J�/k��%�Ѓ�)�[���p�+ɾjkB,Xp��K*4�*�C!A�H?1�PH�\[��t(�!=�\Zs�7ׁ�|�:���|�1r�D%J�q�O� �%q�G��Bs���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�ĺ�}�,��H2jUg�6��ݬ4S����KԻ��4&mWփ��L;�H���,�,@�_#��J��cGRu�z������`�+)��6���Uq�����
~}'�ԏ���^�("n""J��u��۷T��+�@�{��#:j���>�g��x�W�ֿ�?PK��:oH�PKI�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�PKI�R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+%M���d�{KkA��0��c�9I3%G䎆$a9<�p�W�zX����Q�Zi3��"���d��wB?���(�Definitions/resource-BasicOnboardJhmqbs-template-interface.ymlPKH�R̆�Y/�Definitions/resource-Securityrules-template.ymlPKH�R�8+<K/�Definitions/resource-Globalcompute-template.ymlPKH�RO��nP�OEO$Definitions/resource-BasicOnboardJhmqbsNodesUbuntu18cvfc-template.ymlPKH�R�b�;�)}O1Definitions/resource-BasicOnboardJhmqbsNodesUbuntu18cvfc-template-interface.ymlPKH�R0/A5i�,K:Definitions/resource-Globalport-template.ymlPKH�R#<�ߢ�
)?Definitions/resource-Compute-template.ymlPKH�R�Ze&CDefinitions/resource-Port-template.ymlPKH�R%�wM�
.�EDefinitions/resource-Extneutroncp-template.ymlPKH�R�LG��(^JDefinitions/resource-Extcp2-template.ymlPKH�R���F�pL�LDefinitions/resource-BasiconboardjhmqbsComputeNodesHeatUbuntu18-template.ymlPKH�R���,�NDefinitions/resource-Novaserver-template.ymlPKI�R+�@j5��lTDefinitions/data.ymlPKI�R�'}8�Definitions/groups.ymlPKI�R0?��@@ِDefinitions/policies.ymlPKI�R���C&_�Definitions/annotations.ymlPKI�R�����ΟDefinitions/relationships.ymlPKI�R2ea�
٦Definitions/artifacts.ymlPKI�R�H�v~($�Definitions/capabilities.ymlPKI�R8���Definitions/interfaces.ymlPKI�R5n���/�tݹDefinitions/nodes.ymlPKI�R��:oH�J�Artifacts/Informational/OTHER/VSP_basic_onboard_jhmQbs_VSP_Information.txtPKI�R��
'V�,��Artifacts/Deployment/HEAT/base_ubuntu18.yamlPKI�Rd�E�}�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKI�R �
���4m�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK�	a�
2021-04-23T03:03:49.923Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-23T03:03:49.924Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b93e77b2-df61-4692-ad9b-d29de67e21c0/toscaModel|INFO|500||InvokeReturn
2021-04-23T03:03:50.007Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-23T03:03:50.008Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-04-23T03:03:50.008Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||VFCustomizationUUID= f307f651-7739-4c4f-8bd7-f5ce17dd89fb
2021-04-23T03:03:50.008Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f307f651-7739-4c4f-8bd7-f5ce17dd89fb matches Tosca VF Customization UUID: f307f651-7739-4c4f-8bd7-f5ce17dd89fb
2021-04-23T03:03:50.008Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||vfCustomizationUUID: f307f651-7739-4c4f-8bd7-f5ce17dd89fb  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-23T03:03:50.011Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:50.012Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:50.012Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||resource request for resource customization id f307f651-7739-4c4f-8bd7-f5ce17dd89fb: {\"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-23T03:03:50.013Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e0e6c59
2021-04-23T03:03:50.013Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:50.013Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T03:03:50.013Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 68b3f0e4-5ad8-4901-86bc-931ee7a0246c
2021-04-23T03:03:50.013Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 68b3f0e4-5ad8-4901-86bc-931ee7a0246c
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-23T03:03:50.015Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:50.015Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template basic_onboard_jhmQbs 0 is matching search criteria
2021-04-23T03:03:50.016Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jhmQbs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:03:50.016Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:50.016Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template basic_onboard_jhmQbs 0 is matching search criteria
2021-04-23T03:03:50.016Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jhmQbs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:03:50.016Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:50.016Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template basic_onboard_jhmQbs 0 is not matching search criteria
2021-04-23T03:03:50.016Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-23T03:03:50.017Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-23T03:03:50.017Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0e27acc1-bee6-4367-ae37-c1665377dc1f
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-23T03:03:50.018Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:50.018Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template basic_onboard_jhmQbs 0 is matching search criteria
2021-04-23T03:03:50.019Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jhmQbs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:03:50.019Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:50.019Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Node template basic_onboard_jhmQbs 0 is matching search criteria
2021-04-23T03:03:50.019Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jhmQbs 0] matching following query criteria: sdcType=VF, customizationUUID=f307f651-7739-4c4f-8bd7-f5ce17dd89fb
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-23T03:03:50.021Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:50.021Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:50.021Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9f1f796e-a5ac-40a7-b48f-e85d62be3e1b: basic_onboard_jhmQbs
2021-04-23T03:03:50.021Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:50.021Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:50.021Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:50.021Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:50.021Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:50.021Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:50.022Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:50.022Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:50.022Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:03:50.022Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Service basic_onboard_jhmQbs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:03:50.022Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Saving Service: basic_onboard_jhmQbs 
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-23T03:03:50.157Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jhmQbs 654b4c6e-ae5b-409f-8f42-32e6e9e95f21 1 ASDC deployResourceStructure
2021-04-23T03:03:50.157Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json ASDC sendASDCNotification
2021-04-23T03:03:50.158Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json
2021-04-23T03:03:50.158Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:03:50.158Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:50.160Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:50.160Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147030157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:03:50.261Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:03:50.262Z||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-23T03:03:50.262Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:50.270Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:50.271Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:03:51.161Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-23T03:03:51.162Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml
2021-04-23T03:03:51.162Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:03:51.162Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:51.163Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:51.164Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147031161,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T03:03:51.264Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:03:51.265Z||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-23T03:03:51.265Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:51.274Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:51.275Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:03:52.165Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-23T03:03:52.165Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env
2021-04-23T03:03:52.165Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:03:52.165Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:52.168Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:52.168Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147032164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-23T03:03:52.268Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:03:52.269Z||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-23T03:03:52.269Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:52.297Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:52.298Z||pool-33-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:03:53.170Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar ASDC sendASDCNotification
2021-04-23T03:03:53.171Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar
2021-04-23T03:03:53.171Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:03:53.171Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:03:53.174Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:03:53.174Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147033170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:03:53.275Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:03:53.276Z||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-23T03:03:53.276Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:03:53.287Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:03:53.287Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:03:54.176Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47cb6649-8054-4a0e-87d5-e42404ea8c56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:03:54.187Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47cb6649-8054-4a0e-87d5-e42404ea8c56
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-23T03:03:54.192Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:03:54.192Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T03:03:54.192Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T03:03:54.192Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T03:03:54.192Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:03:54.192Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:03:54.192Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:03:54.192Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:03:54.192Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:03:54.192Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:03:54.192Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T03:03:54.196Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T03:04:24.196Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47cb6649-8054-4a0e-87d5-e42404ea8c56 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-23T03:04:24.205Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47cb6649-8054-4a0e-87d5-e42404ea8c56 and serviceModelVersionId: 9f1f796e-a5ac-40a7-b48f-e85d62be3e1b
2021-04-23T03:04:24.206Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 49cfbb89-540b-4687-9367-4a5100a5347f
2021-04-23T03:04:24.207Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/49cfbb89-540b-4687-9367-4a5100a5347f/model-vers/model-ver/9f1f796e-a5ac-40a7-b48f-e85d62be3e1b?depth=0
2021-04-23T03:04:24.298Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T03:04:24.330Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/49cfbb89-540b-4687-9367-4a5100a5347f/model-vers/model-ver/9f1f796e-a5ac-40a7-b48f-e85d62be3e1b?depth=0|INFO|500||Invoke
2021-04-23T03:04:24.331Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/49cfbb89-540b-4687-9367-4a5100a5347f/model-vers/model-ver/9f1f796e-a5ac-40a7-b48f-e85d62be3e1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/49cfbb89-540b-4687-9367-4a5100a5347f/model-vers/model-ver/9f1f796e-a5ac-40a7-b48f-e85d62be3e1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47cb6649-8054-4a0e-87d5-e42404ea8c56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7cc7e7ae-c5dd-4369-92d1-e11da8691edd], X-ECOMP-RequestID=[47cb6649-8054-4a0e-87d5-e42404ea8c56], X-TransactionId=[], X-ONAP-RequestID=[47cb6649-8054-4a0e-87d5-e42404ea8c56], Content-Type=[application/merge-patch+json]}
2021-04-23T03:04:24.352Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/49cfbb89-540b-4687-9367-4a5100a5347f/model-vers/model-ver/9f1f796e-a5ac-40a7-b48f-e85d62be3e1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T03:04:24.736Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/49cfbb89-540b-4687-9367-4a5100a5347f/model-vers/model-ver/9f1f796e-a5ac-40a7-b48f-e85d62be3e1b?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/49cfbb89-540b-4687-9367-4a5100a5347f/model-vers/model-ver/9f1f796e-a5ac-40a7-b48f-e85d62be3e1b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210423-03:04:24:376-39628], vertex-id=[192624], Content-Length=[0], Date=[Fri, 23 Apr 2021 03:04:24 GMT], Content-Type=[application/json]}
2021-04-23T03:04:24.737Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/49cfbb89-540b-4687-9367-4a5100a5347f/model-vers/model-ver/9f1f796e-a5ac-40a7-b48f-e85d62be3e1b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-23T03:04:24.738Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/49cfbb89-540b-4687-9367-4a5100a5347f/model-vers/model-ver/9f1f796e-a5ac-40a7-b48f-e85d62be3e1b?depth=0|INFO|500||InvokeReturn
2021-04-23T03:04:24.738Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T03:04:24.738Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-23T03:04:24.745Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-23T03:04:24.745Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47cb6649-8054-4a0e-87d5-e42404ea8c56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T03:04:24.746Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T03:04:24.746Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:04:24.792Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:04:24.793Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147064745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T03:04:24.892Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:04:24.893Z||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-23T03:04:24.894Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:04:24.904Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:04:24.904Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:04:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:04:25.352Z||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-23T03:04:25.353Z||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 zmlmtJxiHEZ8nURA) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:04:25.805Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:04:25.805Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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-23T03:04:25.805Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:04:25.975Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:04:25.975Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.975Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147009829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:04:25.976Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:04:25.976Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.976Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147009829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:04:25.976Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:04:25.976Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.976Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147009829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:04:25.976Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:04:25.976Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.976Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147009829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:04:25.976Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147009829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147009829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147009829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147021539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147025032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147027167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147028407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147030157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/basic_onboard_jhmqbs0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.977Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147031161,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T03:04:25.978Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:04:25.978Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.978Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147032164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/resourceInstances/basic_onboard_jhmqbs0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-23T03:04:25.978Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:04:25.978Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.978Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147033170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhmqbs/1.0/artifacts/service-BasicOnboardJhmqbs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:04:25.978Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:04:25.978Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T03:04:25.978Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47cb6649-8054-4a0e-87d5-e42404ea8c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147064745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T03:04:25.978Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:04:35.337Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:04:35.337Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:04:35.338Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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-23T03:04:35.338Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:04:44.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:04:44.876Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:04:44.876Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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-23T03:04:44.876Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:04:54.412Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:04:54.413Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:04:54.414Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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-23T03:04:54.414Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:05:03.947Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:05:25.350Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:05:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:05:25.352Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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-23T03:05:25.352Z||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-23T03:05:25.353Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:05:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:05:34.888Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:05:34.959Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:06:25.349Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:06:25.350Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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-23T03:06:25.350Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:06:25.351Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:06:25.352Z||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-23T03:06:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:06:34.925Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:06:34.926Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:07:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T03:07:25.349Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:07:25.350Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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-23T03:07:25.350Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:07:25.351Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:07:25.352Z||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-23T03:07:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:07:34.888Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:07:34.888Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:07:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T03:08:25.349Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:08:25.350Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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-23T03:08:25.351Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:08:25.351Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:08:25.352Z||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-23T03:08:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:08:34.914Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:08:34.914Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:08:44.635Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T03:09:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:09:25.350Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:09:25.350Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:09:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:09:25.352Z||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-23T03:09:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:09:25.971Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:09:25.971Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-23T03:09:25.971Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5fb67b2e-c457-4e8d-b836-694bf349d718","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"53f61277-6223-4fac-9019-778f452c54ab","serviceDescription":"service","serviceInvariantUUID":"45179884-1d7c-47b2-be33-5e3a904ab491","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7e9feb9c-bde3-4816-ac4e-333b2ecf2c61","resourceInvariantUUID":"fb6b6fbe-8714-4cea-8db2-41357e602f27","resourceCustomizationUUID":"60943afc-2be6-441d-8991-2c7be8411d18","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":"ZjUxODZkMjlkNTE1ODczOTU0MGRkMzA0ODQ2Nzk3N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f07a8be-d004-4020-9dba-18aa577d7afb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjFkZjcxMTI3ZDk2NTNhYmMwMDVmOWI3ZmZiZmM3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b799e1ae-3da9-4af8-b0b9-bfa4a84fc523","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T03:09:25.973Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:09:25.973Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:09:25.976Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:09:25.976Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147365349,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:09:25.977Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:09:25.978Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:09:25.978Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147359506,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:09:25.979Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:09:25.979Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:09:25.979Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "dcae-sch",
  "timestamp": 1619147361067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:09:25.979Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:09:25.979Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:09:25.979Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "clamp",
  "timestamp": 1619147352408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:09:25.991Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "policy-id",
  "timestamp": 1619147351761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147359506,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "dcae-sch",
  "timestamp": 1619147361067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "clamp",
  "timestamp": 1619147352408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "policy-id",
  "timestamp": 1619147351761,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:09:25.992Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "aai-ml",
  "timestamp": 1619147362498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:09:25.993Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:09:25.993Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:09:25.993Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "aai-ml",
  "timestamp": 1619147362498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:09:25.993Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:09:26.076Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:09:26.077Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:09:26.078Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:09:26.085Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:09:26.086Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:09:26.977Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:09:26.980Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:09:26.982Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:09:26.982Z||pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147365349,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:09:27.082Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:09:27.083Z||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-23T03:09:27.083Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:09:27.092Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:09:27.093Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:09:27.982Z||pool-3-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "53f61277-6223-4fac-9019-778f452c54ab",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45179884-1d7c-47b2-be33-5e3a904ab491",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "60943afc-2be6-441d-8991-2c7be8411d18",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "7e9feb9c-bde3-4816-ac4e-333b2ecf2c61",
      "resourceInvariantUUID": "fb6b6fbe-8714-4cea-8db2-41357e602f27",
      "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": "YjFkZjcxMTI3ZDk2NTNhYmMwMDVmOWI3ZmZiZmM3MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b799e1ae-3da9-4af8-b0b9-bfa4a84fc523"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T03:09:27.983Z||pool-3-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T03:09:27.983Z||pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 53f61277-6223-4fac-9019-778f452c54ab ASDC
2021-04-23T03:09:27.983Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5fb67b2e-c457-4e8d-b836-694bf349d718
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:53f61277-6223-4fac-9019-778f452c54ab
ServiceInvariantUUID:45179884-1d7c-47b2-be33-5e3a904ab491
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:b799e1ae-3da9-4af8-b0b9-bfa4a84fc523
ArtifactChecksum:YjFkZjcxMTI3ZDk2NTNhYmMwMDVmOWI3ZmZiZmM3MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:60943afc-2be6-441d-8991-2c7be8411d18
ResourceInvariantUUID:fb6b6fbe-8714-4cea-8db2-41357e602f27
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7e9feb9c-bde3-4816-ac4e-333b2ecf2c61
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-23T03:09:27.983Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53f61277-6223-4fac-9019-778f452c54ab 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-23T03:09:28.030Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T03:09:28.032Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:09:28.032Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:09:28.032Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: b799e1ae-3da9-4af8-b0b9-bfa4a84fc523 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-23T03:09:28.032Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:09:28.032Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-23T03:09:28.957Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:09:28.958Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b799e1ae-3da9-4af8-b0b9-bfa4a84fc523 47928
2021-04-23T03:09:28.959Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:28.959Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:28.959Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:09:28.959Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:09:28.960Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:09:28.961Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147368959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:09:29.061Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:09:29.062Z||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-23T03:09:29.062Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:09:29.070Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:09:29.070Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:09:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T03:09:29.961Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T03:09:29.963Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:09:29.963Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||Trying to write artifact UUID: b799e1ae-3da9-4af8-b0b9-bfa4a84fc523, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-23T03:09:29.963Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-23T03:09:29.964Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-23T03:09:29.964Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-23T03:09:30.048Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4071624915032776947/Definitions/service-BasicNetwork-template.yml
2021-04-23T03:09:30.399Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T03:09:30.399Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-23T03:09:30.399Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-23T03:09:30.400Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-23T03:09:30.400Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:30.400Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:30.400Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:30.400Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:30.400Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:30.400Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:30.400Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:30.400Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:30.400Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-23T03:09:30.400Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:09:30.400Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:09:30.400Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-23T03:09:30.401Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-23T03:09:30.401Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T03:09:30.401Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:09:30.401Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:09:30.401Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-23T03:09:30.401Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-23T03:09:30.401Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T03:09:30.401Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:09:30.401Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:09:30.401Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:09:30.401Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:09:30.402Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:09:30.402Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:09:30.402Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:09:30.402Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:09:30.402Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:09:30.402Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:09:30.402Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:53f61277-6223-4fac-9019-778f452c54ab
Model Version:NULL
Model InvariantUuid:45179884-1d7c-47b2-be33-5e3a904ab491
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:fb6b6fbe-8714-4cea-8db2-41357e602f27
Model UUID:37173f66-3bf9-47bc-be10-f552a2f80173
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:60943afc-2be6-441d-8991-2c7be8411d18
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-23T03:09:30.406Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 7e9feb9c-bde3-4816-ac4e-333b2ecf2c61
2021-04-23T03:09:30.407Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||No resources found for Service: 53f61277-6223-4fac-9019-778f452c54ab
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-23T03:09:30.410Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||
2021-04-23T03:09:30.411Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-23T03:09:30.411Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||No resources found for Service: 53f61277-6223-4fac-9019-778f452c54ab
2021-04-23T03:09:30.411Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Preparing to deploy Service: 53f61277-6223-4fac-9019-778f452c54ab
2021-04-23T03:09:30.411Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-23T03:09:30.411Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:30.416Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:09:30.417Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:09:30.417Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:09:30.417Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:09:30.417Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500|| resourceSeq for service uuid 53f61277-6223-4fac-9019-778f452c54ab: Generic NeutronNet
2021-04-23T03:09:30.417Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:09:30.418Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:09:30.418Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:09:30.418Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:30.445Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:09:30.446Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:09:30.446Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:09:30.446Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:09:30.446Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:09:30.447Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:09:30.447Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:30.498Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-23T03:09:30.498Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:30.499Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:09:30.499Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:09:30.499Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:09:30.500Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:09:30.500Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147370498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:09:30.601Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:09:30.601Z||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-23T03:09:30.601Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:09:30.610Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:09:30.611Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:09:31.501Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fb67b2e-c457-4e8d-b836-694bf349d718
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:09:31.510Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fb67b2e-c457-4e8d-b836-694bf349d718
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-23T03:09:31.513Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:09:31.513Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T03:09:31.513Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T03:10:01.513Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fb67b2e-c457-4e8d-b836-694bf349d718
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:10:01.521Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fb67b2e-c457-4e8d-b836-694bf349d718
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-23T03:10:01.524Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:10:01.524Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T03:10:01.524Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T03:10:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T03:10:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:10:25.353Z||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-23T03:10:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:10:25.476Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:10:25.477Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:10:25.477Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147365349,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:10:25.478Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:10:31.525Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fb67b2e-c457-4e8d-b836-694bf349d718
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:10:31.535Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fb67b2e-c457-4e8d-b836-694bf349d718
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-23T03:10:31.541Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:10:31.541Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T03:10:31.541Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T03:10:59.635Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127
2021-04-23T03:11:01.542Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fb67b2e-c457-4e8d-b836-694bf349d718
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:11:01.555Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fb67b2e-c457-4e8d-b836-694bf349d718
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-23T03:11:01.558Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:11:01.558Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T03:11:01.558Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T03:11:25.352Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:11:25.355Z||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-23T03:11:25.355Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:11:25.383Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:11:25.385Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.386Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "policy-id",
  "timestamp": 1619147366435,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:11:25.389Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:11:25.389Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.389Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147365349,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:11:25.389Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:11:25.389Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.389Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "cds",
  "timestamp": 1619147366595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:11:25.390Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:11:25.390Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.390Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "aai-ml",
  "timestamp": 1619147367276,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:11:25.390Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:11:25.391Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.391Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "policy-id",
  "timestamp": 1619147367438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:11:25.391Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:11:25.391Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "cds",
  "timestamp": 1619147366595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:11:25.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:11:25.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "policy-id",
  "timestamp": 1619147368440,
  "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-23T03:11:25.401Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5fb67b2e-c457-4e8d-b836-694bf349d718
2021-04-23T03:11:25.401Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fb67b2e-c457-4e8d-b836-694bf349d718 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-23T03:11:25.412Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.412Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147368127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:11:25.412Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:11:25.412Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.412Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147368959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:11:25.412Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "cds",
  "timestamp": 1619147369588,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147368127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147369374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "aai-ml",
  "timestamp": 1619147370431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147370498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.413Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "cds",
  "timestamp": 1619147370594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T03:11:25.417Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5fb67b2e-c457-4e8d-b836-694bf349d718
2021-04-23T03:11:25.417Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fb67b2e-c457-4e8d-b836-694bf349d718 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-23T03:11:25.490Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.490Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147369374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:11:25.490Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:11:25.491Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.491Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "aai-ml",
  "timestamp": 1619147371437,
  "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-23T03:11:25.494Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5fb67b2e-c457-4e8d-b836-694bf349d718
2021-04-23T03:11:25.495Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fb67b2e-c457-4e8d-b836-694bf349d718 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-23T03:11:25.502Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.502Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147373882,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:11:25.502Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:11:25.503Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.503Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147373882,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:11:25.503Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:11:25.503Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.503Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "clamp",
  "timestamp": 1619147375757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:11:25.504Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:11:25.504Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.504Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "clamp",
  "timestamp": 1619147376860,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:11:25.504Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:11:25.504Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.505Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147377782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:11:25.505Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:11:25.505Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.505Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "clamp",
  "timestamp": 1619147377862,
  "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-23T03:11:25.510Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5fb67b2e-c457-4e8d-b836-694bf349d718
2021-04-23T03:11:25.510Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fb67b2e-c457-4e8d-b836-694bf349d718 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-23T03:11:25.520Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.520Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147379263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:11:25.521Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:11:25.521Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:11:25.521Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147380266,
  "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-23T03:11:25.527Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5fb67b2e-c457-4e8d-b836-694bf349d718
2021-04-23T03:11:25.527Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fb67b2e-c457-4e8d-b836-694bf349d718 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-23T03:11:31.558Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fb67b2e-c457-4e8d-b836-694bf349d718
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:11:31.567Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fb67b2e-c457-4e8d-b836-694bf349d718
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-23T03:11:31.570Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:11:31.570Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T03:11:31.570Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T03:11:31.570Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T03:11:31.570Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:11:31.570Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:11:31.570Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:11:31.570Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:11:31.570Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:11:31.571Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:11:31.592Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:11:31.630Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T03:12:01.630Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5fb67b2e-c457-4e8d-b836-694bf349d718 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-23T03:12:01.636Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5fb67b2e-c457-4e8d-b836-694bf349d718 and serviceModelVersionId: 53f61277-6223-4fac-9019-778f452c54ab
2021-04-23T03:12:01.636Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45179884-1d7c-47b2-be33-5e3a904ab491
2021-04-23T03:12:01.637Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45179884-1d7c-47b2-be33-5e3a904ab491/model-vers/model-ver/53f61277-6223-4fac-9019-778f452c54ab?depth=0
2021-04-23T03:12:01.644Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T03:12:01.730Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/45179884-1d7c-47b2-be33-5e3a904ab491/model-vers/model-ver/53f61277-6223-4fac-9019-778f452c54ab?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-23T03:12:01.731Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/45179884-1d7c-47b2-be33-5e3a904ab491/model-vers/model-ver/53f61277-6223-4fac-9019-778f452c54ab?depth=0|INFO|500||Invoke
2021-04-23T03:12:01.749Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/45179884-1d7c-47b2-be33-5e3a904ab491/model-vers/model-ver/53f61277-6223-4fac-9019-778f452c54ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T03:12:02.071Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/45179884-1d7c-47b2-be33-5e3a904ab491/model-vers/model-ver/53f61277-6223-4fac-9019-778f452c54ab?depth=0|INFO|500||InvokeReturn
2021-04-23T03:12:02.071Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/45179884-1d7c-47b2-be33-5e3a904ab491/model-vers/model-ver/53f61277-6223-4fac-9019-778f452c54ab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210423-03:12:01:774-31711], vertex-id=[249936], Content-Length=[0], Date=[Fri, 23 Apr 2021 03:12:01 GMT], Content-Type=[application/json]}
2021-04-23T03:12:02.071Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-04-23T03:12:02.072Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T03:12:02.072Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:12:02.094Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||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-23T03:12:02.095Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5fb67b2e-c457-4e8d-b836-694bf349d718 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T03:12:02.095Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T03:12:02.095Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:12:02.099Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:12:02.099Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147522095,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T03:12:02.198Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:12:02.200Z||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-23T03:12:02.200Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:12:02.212Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:12:02.212Z||pool-40-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-23T03:12:03.130Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:12:03.131Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:12:03.131Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:12:07.412Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:12:07.416Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-23T03:12:07.416Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8","serviceName":"Demo_pNF_ngnFwVpHMSh24vedTo4W","serviceVersion":"1.0","serviceUUID":"fa4c8200-167b-4412-ba2b-8fc550d71ac1","serviceDescription":"catalog service description","serviceInvariantUUID":"561788a3-c7bf-4092-90bb-9de0de9d3aff","resources":[{"resourceInstanceName":"pNF 6c171c4e-15a9 0","resourceName":"pNF 6c171c4e-15a9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"524baceb-0179-4130-979f-1b29b014c7bc","resourceInvariantUUID":"104c8fec-2574-4611-84eb-a53a051d9981","resourceCustomizationUUID":"622e07e4-1273-481d-861a-0a98fb45fd7b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vf-license-model.xml","artifactChecksum":"ZTUwMDgzYjQ0ZWJjMWY3YjNkZDNhMTMxYzI3MWFlMmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e71ae999-8763-4407-b86a-4f8ab01f3f5e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/pNF.csar","artifactChecksum":"NTVlZjFiNGVhZGJhYmI3MjZlNWEwMDQ1ODgwMmNlYmQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7175b2d-21c0-445a-b3db-05ee0fc21573","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"994f8d77-d7af-414b-821e-da80f2644ba6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vendor-license-model.xml","artifactChecksum":"NmQ4NjkzOWEzN2M0MTk4MWMzMzAzN2UwNzhkMjA4ZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cdeb7924-af7c-4909-8343-b8a75e1ff94f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"00e6ee7f-9bc4-4892-938c-59ded8f62f8f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c05c6c9-1563-4e35-b876-a699deaaae02","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNgnfwvphmsh24vedto4w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-template.yml","artifactChecksum":"Yjk5NjhmMDhlZjI3YzY1ZjlhZDM3ZGFiMDdlN2E0OTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"741c159c-ecbe-41a7-b33c-3d7142a06645","artifactVersion":"1"},{"artifactName":"service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar","artifactChecksum":"NzgxZmRlMDJjNjdhNGQyNDhhMDcxMzAzMmEwZjk4MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34f049be-f19e-49ac-a65c-38fe235efab3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T03:12:07.423Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:12:07.423Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:12:07.425Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:12:07.425Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:07.525Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:12:07.527Z||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-23T03:12:07.527Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:12:07.536Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:12:07.537Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:12:08.426Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:12:08.427Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:12:08.429Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:12:08.430Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:08.530Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:12:08.531Z||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-23T03:12:08.531Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:12:08.541Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:12:08.541Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:12:09.430Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:12:09.431Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:12:09.433Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:12:09.433Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:09.534Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:12:09.535Z||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-23T03:12:09.535Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:12:09.543Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:12:09.543Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:12:10.434Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:12:10.435Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:12:10.438Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:12:10.438Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:10.538Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:12:10.539Z||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-23T03:12:10.539Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:12:10.550Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:12:10.551Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:12:11.438Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:12:11.439Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:12:11.441Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:12:11.441Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:11.541Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:12:11.542Z||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-23T03:12:11.542Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:12:11.551Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:12:11.552Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:12:12.441Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:12:12.442Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:12:12.444Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:12:12.444Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:12.544Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:12:12.546Z||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-23T03:12:12.546Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:12:12.633Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:12:12.634Z||pool-46-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:12:13.445Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:12:13.445Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:12:13.449Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:12:13.449Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:13.549Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:12:13.550Z||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-23T03:12:13.550Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:12:13.558Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:12:13.559Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:12:14.450Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:12:14.451Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:12:14.454Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:12:14.454Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:12:14.554Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:12:14.554Z||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-23T03:12:14.555Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:12:14.563Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:12:14.564Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:12:15.455Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "serviceName": "Demo_pNF_ngnFwVpHMSh24vedTo4W",
  "serviceVersion": "1.0",
  "serviceUUID": "fa4c8200-167b-4412-ba2b-8fc550d71ac1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "561788a3-c7bf-4092-90bb-9de0de9d3aff",
  "resources": [
    {
      "resourceInstanceName": "pNF 6c171c4e-15a9 0",
      "resourceCustomizationUUID": "622e07e4-1273-481d-861a-0a98fb45fd7b",
      "resourceName": "pNF 6c171c4e-15a9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "524baceb-0179-4130-979f-1b29b014c7bc",
      "resourceInvariantUUID": "104c8fec-2574-4611-84eb-a53a051d9981",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
      "artifactChecksum": "NzgxZmRlMDJjNjdhNGQyNDhhMDcxMzAzMmEwZjk4MzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "34f049be-f19e-49ac-a65c-38fe235efab3"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T03:12:15.455Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T03:12:15.455Z|5fb67b2e-c457-4e8d-b836-694bf349d718|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fa4c8200-167b-4412-ba2b-8fc550d71ac1 ASDC
2021-04-23T03:12:15.456Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8
ServiceName:Demo_pNF_ngnFwVpHMSh24vedTo4W
ServiceVersion:1.0
ServiceUUID:fa4c8200-167b-4412-ba2b-8fc550d71ac1
ServiceInvariantUUID:561788a3-c7bf-4092-90bb-9de0de9d3aff
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
ArtifactUUID:34f049be-f19e-49ac-a65c-38fe235efab3
ArtifactChecksum:NzgxZmRlMDJjNjdhNGQyNDhhMDcxMzAzMmEwZjk4MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6c171c4e-15a9 0
ResourceCustomizationUUID:622e07e4-1273-481d-861a-0a98fb45fd7b
ResourceInvariantUUID:104c8fec-2574-4611-84eb-a53a051d9981
ResourceName:pNF 6c171c4e-15a9
ResourceType:PNF
ResourceUUID:524baceb-0179-4130-979f-1b29b014c7bc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-23T03:12:15.456Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa4c8200-167b-4412-ba2b-8fc550d71ac1 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-23T03:12:15.556Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T03:12:15.558Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:12:15.558Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:12:15.559Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 34f049be-f19e-49ac-a65c-38fe235efab3 from URL: /sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:15.559Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:12:15.559Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:16.467Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:12:16.474Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar 34f049be-f19e-49ac-a65c-38fe235efab3 78796
2021-04-23T03:12:16.474Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar ASDC sendASDCNotification
2021-04-23T03:12:16.474Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:16.474Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:12:16.475Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:12:16.476Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:12:16.476Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147536474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:12:16.576Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:12:16.577Z||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-23T03:12:16.577Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:12:16.587Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:12:16.588Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:12:17.477Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T03:12:17.478Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:12:17.478Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||Trying to write artifact UUID: 34f049be-f19e-49ac-a65c-38fe235efab3, URL: /sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar to file: /app/ASDC/1/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:17.479Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:17.479Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:17.479Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:17.559Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17496824357971816262/Definitions/service-DemoPnfNgnfwvphmsh24vedto4w-template.yml
2021-04-23T03:12:18.148Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T03:12:18.165Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-23T03:12:18.165Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:18.166Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-23T03:12:18.166Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||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-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:18.166Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||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-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:18.166Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||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-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:18.166Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c171c4e-15a9 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:18.166Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:18.166Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||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-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:18.166Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||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-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:18.166Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c171c4e-15a9 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-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:18.166Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-23T03:12:18.166Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:12:18.166Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_ngnFwVpHMSh24vedTo4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:12:18.166Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Node template pNF 6c171c4e-15a9 0 is matching search criteria
2021-04-23T03:12:18.167Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-23T03:12:18.167Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Found topology templates [pNF 6c171c4e-15a9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T03:12:18.167Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:12:18.167Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_ngnFwVpHMSh24vedTo4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:12:18.167Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Node template pNF 6c171c4e-15a9 0 is matching search criteria
2021-04-23T03:12:18.167Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-23T03:12:18.167Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Found topology templates [pNF 6c171c4e-15a9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T03:12:18.167Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:12:18.167Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_ngnFwVpHMSh24vedTo4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:12:18.167Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:12:18.167Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_ngnFwVpHMSh24vedTo4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:12:18.167Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:12:18.168Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_ngnFwVpHMSh24vedTo4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:12:18.168Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:12:18.168Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_ngnFwVpHMSh24vedTo4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:12:18.168Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:12:18.168Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_ngnFwVpHMSh24vedTo4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:12:18.168Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ngnFwVpHMSh24vedTo4W
Description:catalog service description
Model UUID:fa4c8200-167b-4412-ba2b-8fc550d71ac1
Model Version:NULL
Model InvariantUuid:561788a3-c7bf-4092-90bb-9de0de9d3aff
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-23T03:12:18.173Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 524baceb-0179-4130-979f-1b29b014c7bc
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-23T03:12:18.175Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||pNF 6c171c4e-15a9 0
2021-04-23T03:12:18.175Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 524baceb-0179-4130-979f-1b29b014c7bc
2021-04-23T03:12:18.175Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||No resources found for Service: fa4c8200-167b-4412-ba2b-8fc550d71ac1
2021-04-23T03:12:18.175Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Preparing to deploy Service: fa4c8200-167b-4412-ba2b-8fc550d71ac1
2021-04-23T03:12:18.175Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6c171c4e-15a9 0 524baceb-0179-4130-979f-1b29b014c7bc 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-23T03:12:18.179Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:12:18.179Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_ngnFwVpHMSh24vedTo4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:12:18.179Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500|| resourceSeq for service uuid fa4c8200-167b-4412-ba2b-8fc550d71ac1: pNF 6c171c4e-15a9
2021-04-23T03:12:18.179Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||Processing PNF resource: 524baceb-0179-4130-979f-1b29b014c7bc
2021-04-23T03:12:18.179Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:12:18.179Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Service Demo_pNF_ngnFwVpHMSh24vedTo4W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:12:18.180Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||Resource customization UUID: 622e07e4-1273-481d-861a-0a98fb45fd7b is the same as notified resource customizationUUID: 622e07e4-1273-481d-861a-0a98fb45fd7b
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-23T03:12:18.268Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6c171c4e-15a9 524baceb-0179-4130-979f-1b29b014c7bc 0 ASDC deployResourceStructure
2021-04-23T03:12:18.269Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar ASDC sendASDCNotification
2021-04-23T03:12:18.269Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar
2021-04-23T03:12:18.269Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:12:18.269Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:12:18.270Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:12:18.270Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147538269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:12:18.371Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:12:18.371Z||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-23T03:12:18.371Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:12:18.378Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:12:18.379Z||pool-50-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:12:19.271Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:12:19.278Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8
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-23T03:12:19.280Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:12:19.280Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T03:12:19.280Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T03:12:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:12:25.352Z||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-23T03:12:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:12:25.376Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:12:25.377Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.377Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "cds",
  "timestamp": 1619147441595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.378Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.378Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.378Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "clamp",
  "timestamp": 1619147442408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.378Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.378Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.378Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147448127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.378Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.378Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.378Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147449374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.378Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.379Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.379Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "policy-id",
  "timestamp": 1619147451761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.379Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.379Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.379Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "cds",
  "timestamp": 1619147441595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.379Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.379Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.379Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147448127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.379Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.379Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.379Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "clamp",
  "timestamp": 1619147442408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147449374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "aai-ml",
  "timestamp": 1619147452498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "policy-id",
  "timestamp": 1619147451761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147448127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "clamp",
  "timestamp": 1619147442408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "cds",
  "timestamp": 1619147441595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147449374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "aai-ml",
  "timestamp": 1619147452498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "policy-id",
  "timestamp": 1619147451761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.393Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147448127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "cds",
  "timestamp": 1619147441595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147449374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "clamp",
  "timestamp": 1619147442408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "aai-ml",
  "timestamp": 1619147452498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "policy-id",
  "timestamp": 1619147451761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.394Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147448127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "cds",
  "timestamp": 1619147441595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147449374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "clamp",
  "timestamp": 1619147442408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "aai-ml",
  "timestamp": 1619147452498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "policy-id",
  "timestamp": 1619147451761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.395Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.396Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.396Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147448127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.396Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.396Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.396Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "cds",
  "timestamp": 1619147441595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.396Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.396Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.396Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147449374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.396Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.396Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.396Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "clamp",
  "timestamp": 1619147442408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.396Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.396Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.396Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "aai-ml",
  "timestamp": 1619147452498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "policy-id",
  "timestamp": 1619147451761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "cds",
  "timestamp": 1619147441595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147448127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "clamp",
  "timestamp": 1619147442408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147449374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "aai-ml",
  "timestamp": 1619147452498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.397Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "policy-id",
  "timestamp": 1619147451761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "cds",
  "timestamp": 1619147441595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147448127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "clamp",
  "timestamp": 1619147442408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147449374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "aai-ml",
  "timestamp": 1619147452498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "policy-id",
  "timestamp": 1619147451761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147459506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.398Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "aai-ml",
  "timestamp": 1619147452498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "cds",
  "timestamp": 1619147460877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147459506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "policy-id",
  "timestamp": 1619147461585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "dcae-sch",
  "timestamp": 1619147461067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.399Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "cds",
  "timestamp": 1619147461882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-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-23T03:12:25.405Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8
2021-04-23T03:12:25.405Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8 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-23T03:12:25.411Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.412Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "aai-ml",
  "timestamp": 1619147461893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:12:25.412Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:12:25.412Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.412Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147459506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.412Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.412Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.412Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "policy-id",
  "timestamp": 1619147462590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:12:25.412Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:12:25.412Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.412Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "dcae-sch",
  "timestamp": 1619147461067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.413Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.413Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.413Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147459506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.413Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.413Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.413Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "policy-id",
  "timestamp": 1619147463593,
  "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-23T03:12:25.417Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8
2021-04-23T03:12:25.417Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8 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-23T03:12:25.459Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.459Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "dcae-sch",
  "timestamp": 1619147461067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.459Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.459Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.459Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "clamp",
  "timestamp": 1619147463917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:12:25.459Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:12:25.459Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.459Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147459506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.459Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.459Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.459Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147463882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.459Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.459Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.459Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "dcae-sch",
  "timestamp": 1619147461067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "clamp",
  "timestamp": 1619147464990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147459506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147463882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "dcae-sch",
  "timestamp": 1619147461067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.460Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "clamp",
  "timestamp": 1619147465993,
  "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-23T03:12:25.464Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8
2021-04-23T03:12:25.464Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8 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-23T03:12:25.490Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.490Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147459506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.490Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.490Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.491Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147463882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.491Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.491Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.491Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "dcae-sch",
  "timestamp": 1619147461067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.491Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.491Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.491Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "aai-ml",
  "timestamp": 1619147467142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:12:25.492Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:12:25.492Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.492Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147459506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:12:25.493Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.493Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147463882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.493Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.493Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "dcae-sch",
  "timestamp": 1619147461067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.494Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.494Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.494Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "aai-ml",
  "timestamp": 1619147468150,
  "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-23T03:12:25.498Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8
2021-04-23T03:12:25.498Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8 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-23T03:12:25.505Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.505Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147463882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.505Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.505Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.505Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "dcae-sch",
  "timestamp": 1619147461067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.505Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.505Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.506Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147463882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.506Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.506Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.506Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147463882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:12:25.506Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.506Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.506Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147463882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:12:25.506Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:12:25.506Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.507Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147473790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:12:25.507Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:12:25.507Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.507Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147475371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:12:25.507Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:12:25.507Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:12:25.507Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147476375,
  "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-23T03:12:25.511Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8
2021-04-23T03:12:25.511Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8 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-23T03:12:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T03:12:49.280Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:12:49.288Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8
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-23T03:12:49.291Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:12:49.291Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T03:12:49.291Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T03:12:49.291Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T03:12:49.291Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:12:49.291Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:12:49.291Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:12:49.291Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:12:49.291Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:12:49.291Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:12:49.291Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||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-23T03:12:49.294Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T03:13:19.294Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8 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-23T03:13:19.299Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8 and serviceModelVersionId: fa4c8200-167b-4412-ba2b-8fc550d71ac1
2021-04-23T03:13:19.299Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 561788a3-c7bf-4092-90bb-9de0de9d3aff
2021-04-23T03:13:19.300Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/561788a3-c7bf-4092-90bb-9de0de9d3aff/model-vers/model-ver/fa4c8200-167b-4412-ba2b-8fc550d71ac1?depth=0
2021-04-23T03:13:19.304Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T03:13:19.408Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/561788a3-c7bf-4092-90bb-9de0de9d3aff/model-vers/model-ver/fa4c8200-167b-4412-ba2b-8fc550d71ac1?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-23T03:13:19.409Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/561788a3-c7bf-4092-90bb-9de0de9d3aff/model-vers/model-ver/fa4c8200-167b-4412-ba2b-8fc550d71ac1?depth=0|INFO|500||Invoke
2021-04-23T03:13:19.429Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/561788a3-c7bf-4092-90bb-9de0de9d3aff/model-vers/model-ver/fa4c8200-167b-4412-ba2b-8fc550d71ac1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T03:13:19.695Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/561788a3-c7bf-4092-90bb-9de0de9d3aff/model-vers/model-ver/fa4c8200-167b-4412-ba2b-8fc550d71ac1?depth=0|INFO|500||InvokeReturn
2021-04-23T03:13:19.696Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/561788a3-c7bf-4092-90bb-9de0de9d3aff/model-vers/model-ver/fa4c8200-167b-4412-ba2b-8fc550d71ac1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210423-03:13:19:453-96451], vertex-id=[176144], Content-Length=[0], Date=[Fri, 23 Apr 2021 03:13:19 GMT], Content-Type=[application/json]}
2021-04-23T03:13:19.697Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-04-23T03:13:19.697Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T03:13:19.697Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||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-23T03:13:19.702Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||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-23T03:13:19.702Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T03:13:19.702Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T03:13:19.702Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:19.705Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:19.705Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147599702,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T03:13:19.805Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:19.807Z||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-23T03:13:19.807Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:19.819Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:19.820Z||pool-51-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-23T03:13:20.717Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-23T03:13:20.717Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a53723d-4577-4f98-b7a2-750c38b2c7d1","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"374670aa-8614-452c-adb7-7384d24388ce","serviceDescription":"service","serviceInvariantUUID":"c7f29a9b-85d1-4319-97f6-1fff7cac9ed4","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"429414de-8f9a-4d34-a522-96bcf58b15d8","resourceInvariantUUID":"16844003-1e6a-4764-8e27-9a9ec74349a7","resourceCustomizationUUID":"7ccb102e-29fe-4f2e-9530-ada59ae613c1","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":"69d2f84d-1b05-4600-a7d4-2be5ed7da790","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":"MWM0ZGJiNTI5ODczNjkyNmYwMWI2ZTA1ZDA3NzhjMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6805bad9-2125-4c7d-b45b-811796e0c9d2","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":"NjhjNDQ5YjQ5OWEyMjdhNDljYzMzMWZjYjcwYjU1OTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36046ebc-6c19-4bc4-a82c-b809e4e3ca24","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":"ed3be5d2-da9b-4cde-9039-919afd2c8585","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":"666dabfc-0fd1-467f-9cfe-c5f955be6993","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":"1da11db5-21b4-4318-b469-0cd83bfd434f","artifactVersion":"2","generatedFromUUID":"ed3be5d2-da9b-4cde-9039-919afd2c8585"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MzMxNTU3OGRiZDAzYmVlZTliZjgyYjNkZDk2ZTA5MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca547e56-6f69-4293-8ca9-c4c64c588038","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTg0MmJlMzk4YWVjYTM3MTEyOGNlNzE0ZGNhY2VhNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bc847fb-ad5e-40af-a0fc-0c4782a471e9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T03:13:20.717Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:13:20.717Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:20.719Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:20.719Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:20.819Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:20.820Z||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-23T03:13:20.820Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:20.828Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:20.828Z||pool-52-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:13:21.720Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:13:21.721Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:21.724Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:21.724Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:21.824Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:21.825Z||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-23T03:13:21.825Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:21.835Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:21.836Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:13:22.725Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:13:22.726Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:22.728Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:22.729Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:13:22.829Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:22.829Z||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-23T03:13:22.830Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:22.839Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:22.839Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:13:23.729Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:13:23.792Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:23.794Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:23.795Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:13:23.895Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:23.895Z||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-23T03:13:23.895Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:23.904Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:23.904Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:13:24.795Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:13:24.796Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:24.797Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:24.797Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:24.897Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:24.898Z||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-23T03:13:24.898Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:24.906Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:24.907Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:13:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:13:25.352Z||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-23T03:13:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:25.364Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:25.382Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.382Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147493882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.383Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.383Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.383Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147499506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.383Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.383Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "policy-id",
  "timestamp": 1619147491761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "dcae-sch",
  "timestamp": 1619147501067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147493882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147499506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "policy-id",
  "timestamp": 1619147491761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.384Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "cds",
  "timestamp": 1619147501595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "dcae-sch",
  "timestamp": 1619147501067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147493882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147499506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "policy-id",
  "timestamp": 1619147491761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "clamp",
  "timestamp": 1619147502408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "cds",
  "timestamp": 1619147501595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.385Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "dcae-sch",
  "timestamp": 1619147501067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147493882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147499506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "policy-id",
  "timestamp": 1619147491761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "clamp",
  "timestamp": 1619147502408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "cds",
  "timestamp": 1619147501595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "dcae-sch",
  "timestamp": 1619147501067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147493882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.386Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147499506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "policy-id",
  "timestamp": 1619147491761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "clamp",
  "timestamp": 1619147502408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "cds",
  "timestamp": 1619147501595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "dcae-sch",
  "timestamp": 1619147501067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147493882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.387Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.391Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.391Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147499506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "policy-id",
  "timestamp": 1619147491761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "clamp",
  "timestamp": 1619147502408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "cds",
  "timestamp": 1619147501595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "dcae-sch",
  "timestamp": 1619147501067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147493882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147499506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "policy-id",
  "timestamp": 1619147491761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "clamp",
  "timestamp": 1619147502408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "cds",
  "timestamp": 1619147501595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "dcae-sch",
  "timestamp": 1619147501067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.393Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147499506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147493882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "policy-id",
  "timestamp": 1619147491761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "clamp",
  "timestamp": 1619147502408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "cds",
  "timestamp": 1619147501595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "dcae-sch",
  "timestamp": 1619147501067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.394Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147508127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147509012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "clamp",
  "timestamp": 1619147502408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147509119,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "policy-id",
  "timestamp": 1619147509100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.395Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "cds",
  "timestamp": 1619147501595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147508127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147509374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "clamp",
  "timestamp": 1619147502408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "policy-id",
  "timestamp": 1619147510103,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147510175,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.396Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "cds",
  "timestamp": 1619147510544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "dcae-sch",
  "timestamp": 1619147510600,
  "artifactURL": "/sdc/v1/catalog/services/374670aa-8614-452c-adb7-7384d24388ce/resourceInstances/basicclamp0/artifacts/69d2f84d-1b05-4600-a7d4-2be5ed7da790",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147508127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147510977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147509374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.397Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "policy-id",
  "timestamp": 1619147511106,
  "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-23T03:13:25.409Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a53723d-4577-4f98-b7a2-750c38b2c7d1
2021-04-23T03:13:25.409Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a53723d-4577-4f98-b7a2-750c38b2c7d1 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-23T03:13:25.415Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.415Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147511535,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.415Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.416Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.416Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "cds",
  "timestamp": 1619147511550,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T03:13:25.419Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a53723d-4577-4f98-b7a2-750c38b2c7d1
2021-04-23T03:13:25.419Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a53723d-4577-4f98-b7a2-750c38b2c7d1 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-23T03:13:25.425Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.425Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147508127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.425Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.425Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.425Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "dcae-sch",
  "timestamp": 1619147511907,
  "artifactURL": "/sdc/v1/catalog/services/374670aa-8614-452c-adb7-7384d24388ce/resourceInstances/basicclamp0/artifacts/69d2f84d-1b05-4600-a7d4-2be5ed7da790",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:25.425Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.425Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.425Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147511980,
  "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-23T03:13:25.428Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a53723d-4577-4f98-b7a2-750c38b2c7d1
2021-04-23T03:13:25.428Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a53723d-4577-4f98-b7a2-750c38b2c7d1 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-23T03:13:25.457Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.458Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147509374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.458Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.458Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.458Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147512555,
  "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-23T03:13:25.463Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a53723d-4577-4f98-b7a2-750c38b2c7d1
2021-04-23T03:13:25.464Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a53723d-4577-4f98-b7a2-750c38b2c7d1 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-23T03:13:25.469Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.469Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147508127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.469Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.469Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.469Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "dcae-sch",
  "timestamp": 1619147512910,
  "artifactURL": "/sdc/v1/catalog/services/374670aa-8614-452c-adb7-7384d24388ce/resourceInstances/basicclamp0/artifacts/69d2f84d-1b05-4600-a7d4-2be5ed7da790",
  "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-23T03:13:25.473Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 9a53723d-4577-4f98-b7a2-750c38b2c7d1
2021-04-23T03:13:25.473Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a53723d-4577-4f98-b7a2-750c38b2c7d1 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-23T03:13:25.479Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.479Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147509374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.479Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "aai-ml",
  "timestamp": 1619147512498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147513558,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147508127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "policy-id",
  "timestamp": 1619147512110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147509374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "aai-ml",
  "timestamp": 1619147512498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.480Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147508127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "policy-id",
  "timestamp": 1619147512110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147509374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "aai-ml",
  "timestamp": 1619147512498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147508127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "policy-id",
  "timestamp": 1619147512110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147509374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "aai-ml",
  "timestamp": 1619147512498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.481Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "policy-id",
  "timestamp": 1619147512110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147509374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "aai-ml",
  "timestamp": 1619147512498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "cds",
  "timestamp": 1619147516595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147517487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "policy-id",
  "timestamp": 1619147512110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "aai-ml",
  "timestamp": 1619147512498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "cds",
  "timestamp": 1619147516595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147518973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "policy-id",
  "timestamp": 1619147512110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.482Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "aai-ml",
  "timestamp": 1619147512498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "cds",
  "timestamp": 1619147516595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147519386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "clamp",
  "timestamp": 1619147519415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147519506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "policy-id",
  "timestamp": 1619147512110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "aai-ml",
  "timestamp": 1619147512498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "cds",
  "timestamp": 1619147516595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "clamp",
  "timestamp": 1619147520418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147519506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.483Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147520874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "policy-id",
  "timestamp": 1619147512110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "cds",
  "timestamp": 1619147516595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147521489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147519506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "clamp",
  "timestamp": 1619147521987,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.484Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "policy-id",
  "timestamp": 1619147512110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.485Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "aai-ml",
  "timestamp": 1619147522093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.485Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fb67b2e-c457-4e8d-b836-694bf349d718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147522095,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T03:13:25.485Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "cds",
  "timestamp": 1619147516595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.485Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147522493,
  "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-23T03:13:25.488Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a53723d-4577-4f98-b7a2-750c38b2c7d1
2021-04-23T03:13:25.488Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a53723d-4577-4f98-b7a2-750c38b2c7d1 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-23T03:13:25.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.493Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147522584,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.493Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.493Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.493Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.493Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147519506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.493Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.493Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "clamp",
  "timestamp": 1619147522990,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:25.493Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.494Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "cds",
  "timestamp": 1619147516595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.494Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.494Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.494Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147523497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:25.494Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.494Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.494Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "policy-id",
  "timestamp": 1619147523540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.494Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.494Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.494Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147523591,
  "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-23T03:13:25.497Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a53723d-4577-4f98-b7a2-750c38b2c7d1
2021-04-23T03:13:25.497Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a53723d-4577-4f98-b7a2-750c38b2c7d1 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-23T03:13:25.502Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.503Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.503Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.503Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.503Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147519506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.503Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.503Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.503Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "clamp",
  "timestamp": 1619147523998,
  "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-23T03:13:25.507Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9a53723d-4577-4f98-b7a2-750c38b2c7d1
2021-04-23T03:13:25.508Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a53723d-4577-4f98-b7a2-750c38b2c7d1 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-23T03:13:25.515Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.515Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "cds",
  "timestamp": 1619147516595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.515Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.515Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.515Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.516Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.516Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.516Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "policy-id",
  "timestamp": 1619147524543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:25.516Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.516Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.516Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147524594,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:25.516Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.516Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.516Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.516Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.516Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.516Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147519506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.516Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.516Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.517Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "cds",
  "timestamp": 1619147516595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.517Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.517Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.517Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.517Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.517Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.517Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "policy-id",
  "timestamp": 1619147525546,
  "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-23T03:13:25.528Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9cc91a6b-b6b3-41cf-a6c4-571f147389b0
2021-04-23T03:13:25.528Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cc91a6b-b6b3-41cf-a6c4-571f147389b0 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-23T03:13:25.536Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.536Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.536Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.536Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.536Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147519506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.536Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.536Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.536Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.536Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.536Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.536Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.536Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147519506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "cds",
  "timestamp": 1619147527544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147519506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.537Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.538Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.538Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.538Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.538Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.538Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.538Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.538Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.538Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "cds",
  "timestamp": 1619147528548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T03:13:25.542Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9cc91a6b-b6b3-41cf-a6c4-571f147389b0
2021-04-23T03:13:25.543Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cc91a6b-b6b3-41cf-a6c4-571f147389b0 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-23T03:13:25.553Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.553Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.554Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.554Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.554Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.554Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.554Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.554Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147529191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.554Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.554Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.555Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "aai-ml",
  "timestamp": 1619147529305,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:25.555Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.555Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.555Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.555Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.555Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.555Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.555Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.555Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.555Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.555Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.556Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.556Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.556Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.556Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.556Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.556Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.556Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.556Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "aai-ml",
  "timestamp": 1619147530311,
  "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-23T03:13:25.561Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9a53723d-4577-4f98-b7a2-750c38b2c7d1
2021-04-23T03:13:25.561Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a53723d-4577-4f98-b7a2-750c38b2c7d1 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-23T03:13:25.570Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.570Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.570Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.570Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.570Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147530492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.570Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.571Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "cds",
  "timestamp": 1619147531595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "policy-id",
  "timestamp": 1619147531761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.572Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/resourceInstances/pnf6c171c4e15a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147532469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.573Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "cds",
  "timestamp": 1619147531595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "policy-id",
  "timestamp": 1619147531761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.574Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "cds",
  "timestamp": 1619147531595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "policy-id",
  "timestamp": 1619147531761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.575Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "cds",
  "timestamp": 1619147531595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147535376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "policy-id",
  "timestamp": 1619147531761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.576Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147535471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "cds",
  "timestamp": 1619147531595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.577Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "policy-id",
  "timestamp": 1619147531761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.578Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.578Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.578Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147536474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.578Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.578Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.578Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147536492,
  "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-23T03:13:25.583Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9cc91a6b-b6b3-41cf-a6c4-571f147389b0
2021-04-23T03:13:25.583Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cc91a6b-b6b3-41cf-a6c4-571f147389b0 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-23T03:13:25.588Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.588Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.589Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.589Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.589Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.589Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.589Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.589Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.589Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.589Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.589Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.589Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.589Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.589Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "cds",
  "timestamp": 1619147531595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "policy-id",
  "timestamp": 1619147531761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147537494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147537496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "dcae-sch",
  "timestamp": 1619147521067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.590Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.591Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.591Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.591Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "cds",
  "timestamp": 1619147531595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.591Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.591Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.591Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147538269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNgnfwvphmsh24vedto4w/1.0/artifacts/service-DemoPnfNgnfwvphmsh24vedto4w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:25.591Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.591Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.591Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "policy-id",
  "timestamp": 1619147531761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.591Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.591Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.591Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147538498,
  "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-23T03:13:25.595Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9cc91a6b-b6b3-41cf-a6c4-571f147389b0
2021-04-23T03:13:25.596Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cc91a6b-b6b3-41cf-a6c4-571f147389b0 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-23T03:13:25.603Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.604Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147538676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.604Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.604Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.604Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.604Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.604Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.604Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "cds",
  "timestamp": 1619147531595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.604Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "policy-id",
  "timestamp": 1619147531761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147539785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147539506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.605Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147540480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "cds",
  "timestamp": 1619147540895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147539506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "policy-id",
  "timestamp": 1619147541087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.606Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147541395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147541996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147539506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "policy-id",
  "timestamp": 1619147542090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "aai-ml",
  "timestamp": 1619147542498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147542895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.607Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.608Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147539506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.608Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.608Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.608Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "policy-id",
  "timestamp": 1619147543093,
  "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-23T03:13:25.618Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1959615-df87-41b1-907e-aa481ed0a683
2021-04-23T03:13:25.618Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1959615-df87-41b1-907e-aa481ed0a683 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-23T03:13:25.625Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.625Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "cds",
  "timestamp": 1619147543212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T03:13:25.629Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1959615-df87-41b1-907e-aa481ed0a683
2021-04-23T03:13:25.629Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1959615-df87-41b1-907e-aa481ed0a683 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-23T03:13:25.637Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.637Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147543482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.637Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.637Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.637Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "aai-ml",
  "timestamp": 1619147542498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147539506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147544487,
  "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-23T03:13:25.642Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9cc91a6b-b6b3-41cf-a6c4-571f147389b0
2021-04-23T03:13:25.642Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cc91a6b-b6b3-41cf-a6c4-571f147389b0 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-23T03:13:25.648Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.648Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.648Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.648Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.648Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "aai-ml",
  "timestamp": 1619147542498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.648Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.648Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.648Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147539506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:25.648Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:13:25.648Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:13:25.648Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147545170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:25.649Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:13:25.798Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:13:25.799Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:25.800Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:25.800Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T03:13:25.901Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:25.902Z||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-23T03:13:25.902Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:25.911Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:25.911Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:13:26.801Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:13:26.801Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:26.803Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:26.803Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:13:26.904Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:26.904Z||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-23T03:13:26.905Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:26.915Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:26.916Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:13:27.806Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:13:27.806Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:27.808Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:27.808Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:13:27.908Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:27.908Z||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-23T03:13:27.908Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:27.915Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:27.916Z||pool-59-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:13:28.809Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "374670aa-8614-452c-adb7-7384d24388ce",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c7f29a9b-85d1-4319-97f6-1fff7cac9ed4",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "7ccb102e-29fe-4f2e-9530-ada59ae613c1",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "429414de-8f9a-4d34-a522-96bcf58b15d8",
      "resourceInvariantUUID": "16844003-1e6a-4764-8e27-9a9ec74349a7",
      "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": "NjhjNDQ5YjQ5OWEyMjdhNDljYzMzMWZjYjcwYjU1OTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "36046ebc-6c19-4bc4-a82c-b809e4e3ca24",
          "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": "ed3be5d2-da9b-4cde-9039-919afd2c8585",
          "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": "1da11db5-21b4-4318-b469-0cd83bfd434f",
            "generatedFromUUID": "ed3be5d2-da9b-4cde-9039-919afd2c8585"
          },
          "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": "1da11db5-21b4-4318-b469-0cd83bfd434f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZTg0MmJlMzk4YWVjYTM3MTEyOGNlNzE0ZGNhY2VhNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7bc847fb-ad5e-40af-a0fc-0c4782a471e9"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T03:13:28.810Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T03:13:28.810Z|ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 374670aa-8614-452c-adb7-7384d24388ce ASDC
2021-04-23T03:13:28.810Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9a53723d-4577-4f98-b7a2-750c38b2c7d1
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:374670aa-8614-452c-adb7-7384d24388ce
ServiceInvariantUUID:c7f29a9b-85d1-4319-97f6-1fff7cac9ed4
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:7bc847fb-ad5e-40af-a0fc-0c4782a471e9
ArtifactChecksum:ZTg0MmJlMzk4YWVjYTM3MTEyOGNlNzE0ZGNhY2VhNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:7ccb102e-29fe-4f2e-9530-ada59ae613c1
ResourceInvariantUUID:16844003-1e6a-4764-8e27-9a9ec74349a7
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:429414de-8f9a-4d34-a522-96bcf58b15d8
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:36046ebc-6c19-4bc4-a82c-b809e4e3ca24
ArtifactChecksum:NjhjNDQ5YjQ5OWEyMjdhNDljYzMzMWZjYjcwYjU1OTE=
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:ed3be5d2-da9b-4cde-9039-919afd2c8585
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:1da11db5-21b4-4318-b469-0cd83bfd434f
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:1da11db5-21b4-4318-b469-0cd83bfd434f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-23T03:13:28.811Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 374670aa-8614-452c-adb7-7384d24388ce 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-23T03:13:28.836Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T03:13:28.837Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:13:28.837Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:13:28.837Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 7bc847fb-ad5e-40af-a0fc-0c4782a471e9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-23T03:13:28.837Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:13:28.837Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-04-23T03:13:29.087Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:13:29.094Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7bc847fb-ad5e-40af-a0fc-0c4782a471e9 72259
2021-04-23T03:13:29.094Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:29.094Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:29.094Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:13:29.095Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:29.098Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:29.099Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147609094,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:29.198Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:13:29.200Z||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-23T03:13:29.200Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:29.208Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:29.208Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:13:30.099Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T03:13:30.102Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:13:30.102Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||Trying to write artifact UUID: 7bc847fb-ad5e-40af-a0fc-0c4782a471e9, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-23T03:13:30.103Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-04-23T03:13:30.103Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-23T03:13:30.104Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-23T03:13:30.253Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12289584848626078765/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-23T03:13:31.055Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T03:13:31.055Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-23T03:13:31.055Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-04-23T03:13:31.055Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-23T03:13:31.055Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:31.055Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:31.055Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:31.055Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:31.055Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:31.055Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:31.055Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:31.055Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:31.055Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:31.056Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:31.056Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-23T03:13:31.056Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:31.056Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:31.056Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T03:13:31.056Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-23T03:13:31.056Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T03:13:31.056Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:31.056Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:31.056Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T03:13:31.056Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-23T03:13:31.056Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T03:13:31.056Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:31.057Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:31.057Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:31.057Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-23T03:13:31.057Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-23T03:13:31.057Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-23T03:13:31.057Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-23T03:13:31.057Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-23T03:13:31.057Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T03:13:31.057Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:31.057Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T03:13:31.057Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:31.057Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T03:13:31.057Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:13:31.058Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:31.058Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T03:13:31.058Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:13:31.058Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:31.058Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T03:13:31.058Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:13:31.058Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:31.058Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-23T03:13:31.058Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-23T03:13:31.058Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-23T03:13:31.058Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6f231103-4c2b-4510-89ef-72a520f551ff
2021-04-23T03:13:31.059Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:31.059Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:31.059Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:31.059Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:31.059Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:31.059Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:31.059Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:31.059Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:31.059Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:374670aa-8614-452c-adb7-7384d24388ce
Model Version:NULL
Model InvariantUuid:c7f29a9b-85d1-4319-97f6-1fff7cac9ed4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:505d0c49-1956-4f67-a9b7-4d97397bf6ab
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:16844003-1e6a-4764-8e27-9a9ec74349a7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7ccb102e-29fe-4f2e-9530-ada59ae613c1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a7f78cbf-255c-4153-aac5-adf63cebe7be
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:dda38dd6-d7c7-4efd-ab3d-2b34f27b05e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6f231103-4c2b-4510-89ef-72a520f551ff
ModelInvariantUuid:383270ce-bc81-4054-9d60-c1c27e3676dd
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:5cddf26c-5756-4e71-b1b2-daa02c6b193d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:cbebeb38-9ac6-4e8a-8ab6-a509d7c299a6
ModelInvariantUuid:e008b587-be01-4307-b5b3-5359eab5e602
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:f94ce851-2846-4cd8-9ec1-f052b3d0851a
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-23T03:13:31.063Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 429414de-8f9a-4d34-a522-96bcf58b15d8
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-23T03:13:31.066Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||basicclamp 0
2021-04-23T03:13:31.066Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 429414de-8f9a-4d34-a522-96bcf58b15d8
2021-04-23T03:13:31.066Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 36046ebc-6c19-4bc4-a82c-b809e4e3ca24 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-04-23T03:13:31.066Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:13:31.066Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:31.668Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:13:31.668Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 36046ebc-6c19-4bc4-a82c-b809e4e3ca24 790
2021-04-23T03:13:31.668Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:31.668Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:31.668Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:13:31.669Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:31.670Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:31.670Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147611668,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:31.770Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:31.771Z||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-23T03:13:31.771Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:31.833Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:31.833Z||pool-61-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:13:32.671Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a7f78cbf-255c-4153-aac5-adf63cebe7be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dda38dd6-d7c7-4efd-ab3d-2b34f27b05e1",
    "vfModuleModelCustomizationUUID": "51e6c0af-b688-4479-b656-09be5d3a5e03",
    "isBase": true,
    "artifacts": [
      "ed3be5d2-da9b-4cde-9039-919afd2c8585",
      "1da11db5-21b4-4318-b469-0cd83bfd434f"
    ],
    "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-23T03:13:32.675Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dda38dd6-d7c7-4efd-ab3d-2b34f27b05e1
VfModuleModelInvariantUUID:a7f78cbf-255c-4153-aac5-adf63cebe7be
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed3be5d2-da9b-4cde-9039-919afd2c8585
,
1da11db5-21b4-4318-b469-0cd83bfd434f

}
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-23T03:13:32.678Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a7f78cbf-255c-4153-aac5-adf63cebe7be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dda38dd6-d7c7-4efd-ab3d-2b34f27b05e1",
    "vfModuleModelCustomizationUUID": "51e6c0af-b688-4479-b656-09be5d3a5e03",
    "isBase": true,
    "artifacts": [
      "ed3be5d2-da9b-4cde-9039-919afd2c8585",
      "1da11db5-21b4-4318-b469-0cd83bfd434f"
    ],
    "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-23T03:13:32.679Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dda38dd6-d7c7-4efd-ab3d-2b34f27b05e1
VfModuleModelInvariantUUID:a7f78cbf-255c-4153-aac5-adf63cebe7be
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed3be5d2-da9b-4cde-9039-919afd2c8585
,
1da11db5-21b4-4318-b469-0cd83bfd434f

}
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-23T03:13:32.679Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: ed3be5d2-da9b-4cde-9039-919afd2c8585 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-04-23T03:13:32.679Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:13:32.679Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:33.935Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:13:33.935Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ed3be5d2-da9b-4cde-9039-919afd2c8585 5033
2021-04-23T03:13:33.936Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:33.936Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:33.936Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:13:33.936Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:33.939Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:33.939Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147613935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:34.039Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:34.039Z||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-23T03:13:34.040Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:34.048Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:34.048Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:13:34.940Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 1da11db5-21b4-4318-b469-0cd83bfd434f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-04-23T03:13:34.941Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:13:34.941Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:35.965Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:13:35.965Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 1da11db5-21b4-4318-b469-0cd83bfd434f 909
2021-04-23T03:13:35.966Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:35.966Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:35.966Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:13:35.966Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:35.968Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:35.968Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147615965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:13:36.072Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-04-23T03:13:36.072Z||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-23T03:13:36.073Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:36.080Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:36.081Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:13:36.970Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Preparing to deploy Service: 374670aa-8614-452c-adb7-7384d24388ce
2021-04-23T03:13:36.970Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 429414de-8f9a-4d34-a522-96bcf58b15d8 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-23T03:13:36.987Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:36.987Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:36.987Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Processing vnf with UUID: 505d0c49-1956-4f67-a9b7-4d97397bf6ab 
2021-04-23T03:13:36.988Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Will get resource from SDC using resource id: 505d0c49-1956-4f67-a9b7-4d97397bf6ab
2021-04-23T03:13:36.988Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel to get resource 
2021-04-23T03:13:36.992Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel
2021-04-23T03:13:36.993Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel|INFO|500||Invoke
2021-04-23T03:13:36.993Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-23T03:13:36.993Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel
2021-04-23T03:13:36.993Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel|DEBUG|500||Method      : GET
2021-04-23T03:13:36.993Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/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:"9a53723d-4577-4f98-b7a2-750c38b2c7d1", X-RequestID:"9a53723d-4577-4f98-b7a2-750c38b2c7d1", X-TransactionID:"9a53723d-4577-4f98-b7a2-750c38b2c7d1", X-ECOMP-RequestID:"9a53723d-4577-4f98-b7a2-750c38b2c7d1", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"25905bac-9cf7-40db-a09f-0f577eb2b835"]
2021-04-23T03:13:36.993Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel|DEBUG|500||Request body: 
2021-04-23T03:13:36.993Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel|DEBUG|500||==========================request end================================================
2021-04-23T03:13:38.270Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-23T03:13:38.270Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-23T03:13:38.270Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel|DEBUG|500||Status text  : OK
2021-04-23T03:13:38.271Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-Basicclamp-csar.csar"", Content-MD5:"NGMxZWZjYTgxNzRkYjM4ZjhlMGQ5NjExYzk1YTc5YTE=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"9a53723d-4577-4f98-b7a2-750c38b2c7d1", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-23T03:13:38.288Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel|DEBUG|500||Response body: PKG�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPKG�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����PKG�R,Definitions/resource-Basicclamp-template.yml�Ys�������~w:r�lLf��u�����I��ya�1[X�8��J��&0�nݗ�E:���"�ش\+�<7Ԗ8���(
-Ƿ�����	����4`�?q��.a`A7���8=��X�y^A +#����)�$�P!X)�<�U ���͑��+@6TER�A����ǜC!:>yd��%��?'O�����"������Ł�ȳ0���=��"�<���c����eBd@��@~aÐ��,�ϵ៞��Y�������D��'��d(�"�8Ӳ	���`��d���.�@f��P�l��2H�y`&j|��li �^\�J�dþg[��r�,���E)�"T��f^��@�I`�L�py��Iab�D�9F�T���Q,��Km!?�w<"�~��t^N3���}�=�S���M?�@)D�
�{4�qx��I��=rS�7Ri��t���G0�@#���Jl�1��F�T.�\�a��w��A&�A��g��	lQz&�D���Z��\g����c&e:&Ín0�+Z��m2��!
Q�y�ӽ�J[?M�=YCFjij�gD�2�'40�0��cn���s�Bei�&�r��B4�}�$�s?�┳B���e`��W��lr���5�ls&�ÔA��|���H��0"y�J���<״�q��U�m����G����55���"�IJ?9S[��4�k�:3/�<��Q��&f	B�����2���К�W��4"57+�ٌ]TsGL�"ulI�^P[��%�uvN'��~��Zv�'Wڇ�b́�dq�DkL�i��8h38�E"��HKj�~�[���-.4;����
L�!H]�cC�E�C^2q��M}=~�o����-��5�ABnB~'��N��蟧���	}<��J��:_9O�~,�������ݽ\��/�̞��ct��U#�����p�_<�� �>����ˋqu�~7z��[}��OO=��nT�u�"�����t�����������ו,��~�&=s�T���x|��{���ӹ;~X	������7W�9����߮�x	��E	����xv�6��*,���É�z��|�r���n��8���ٍ��O}��T�Oル�����<�'g7�3:�[��C���������d�.�Lf�矞��������i�X(��2�ٯ�ޝ}��K���6������������Z�G�Cх�����zq;�?�_l��ݹ�B�be��ї��1��ߓ�ՑϪ���e.��"����~�f��N��/O�N_G&�}y�V������۱��u|�t�_-'���V8�x�~��'����{�%r�oC�������?;���{����CRe��."!$�9�մ��^�:�9b�;�t�%ND���y.K�Jn�]��2��/bb�O&5˯1~ ā0u\��
��!��*N��3n�dK�j-f�}���|��Oc�C[�M��;i���W$E�B+J�7�iA��%^��]-��譽MP5m�$�`f"G���z$�t"k�p�����yLb�-[T���$y��{J	P�"m\h�wI��`7��7/Xt�����9��/���>GiD™^�'x��w�AۗMa��.̶E�rCîR�Āt���ɡ��`M(�O�W^�L�ԉ��wݧ	#+�#�o:��vS��l:IcITxڝ��d~(��	HT�4RF���Ͷ��a����B���"]�E�?ȋh�����8�<��Hz�d�� ����y(�`�b("��9
����l�����_u_�����-�$m��(1Qqyј���e�g�c��n�u9�?���c엥��]��Um�;c�v�X@�}����X2�N
_����N�1t�nb��ަ�9����P���X�p���L�ByL]�����1�$�yL�H��b$MFx-�~���.p�2lwDZrh�
���cI�m�Ri�V��bSke����*
J�s&����סS':rX9��'V:m^q�@�v��������_����q��P�5Ӳ#�	�X�Bs�$l�ޤ�����R
�E�Of⷟����Vvi�6*B�
w�
�R�jEYvnP0�H(�����4�C�i��"8���ղ���H���Y~~�"����.g��~D7���,�{j~w7������u{v��:����5=�1�LLp��]f�}z����ޞ�d�u��
�� ��PF�~8C�.Կ\���T	oF6Kf��E��t+j���Ġ��ar��x�r���E�A�"cFu�����!�����]F��H2�*�f�Ӛ��Cd�
�c ������(��(�/+y���.�!�@RE�P�	��R�����ǂ�׎'\��=����if����m+���\DlH�/��>,ϨzHojp�������9$�&��^j��~
X��
��U�߂�?@	E�lU�_0���($/�s����1�'3及�!Ib
�;Ons��0h���"_9���W�<�j2ې&�QѳS܍kK�*n�[�@ �g�:QeNp��g�$^NoAߐ�-6M5]X�w:��rk�@��  ���@�]U�M�������Y	�)�Ca0�G$��h�D�o�‹$j�:b98�Կ*����қۃ��$�l�����JAͭ�id0�o{�L�������Ձ��'�P6�
W�ev�����}o�,���^f���H��B��e������q8D@��
4̑����	e)€��0F�P�dl�D]�MQ��!���usbS�Zkw.����9��{wJ����w“$Ηj��%3hg����<;vpA6ǐ�smZ�9$���>[lz����(\MJpXGu5��ݵY+���3��҇|	���AvGڦ���i7�J�M���H����~���I�,iQz���[${s�=���Yl?u�ʮ�D#�5J���V�ԧ��Zi�\��$�-=_W�7��4���]~#ӆ��6>����w�[��Fod�x��ƨ�����7Pw��2��a�>��D�F'��\�Ρ�T�������N�$b;قn�F�RnU�Ιt�\Ї^��h����P]�]y�w����v��qO�mF;������Rqo.}"о��_�ݱfb72��-�밆m�䶗Bu�����#���e��hz����K����O�џA�d�Wiҧ,:܍�]6@U��*{����ӿ�8p��_7��+[/�v�;��0Ok����ܷ�;D�ٻ�i����o
��і;�[�5�g@�.�^����W+x��i_�n���PL/x�����uh�(6N��%�-[�e�-���v���\C�䋻�B����.��ٯ�Qͺ�ն�m��F������Yo1�k˵�Y��Q��׷�@7���KV�1�O���)P|X]Y�sV��<{��*PY�s���@�Z�������r+����{�̏<���\J�Oр��j&�||	�F��OD��W��?�c���̺�^}�Wr@}(�A�G�~��&�{/����z�+��-�����M�V������t�GD@u�����Հ�J��PK���_�]VPKH�R6Definitions/resource-Basicclamp-template-interface.yml�][s��~߿���w�$s3U��x��L�q��r��B��Ʀ1�_��[DPHB2�M>!�m}���k�(vT�hPG�[����a�d�T<`JE����bB��?J��5�.$�ӑ/V7d�4�C
P@=;�������cd�J�I����@�m��H��?�`7�ju�lc�[U���I�ea�*7�*t[$��*���LdlC�شe��]n��L{U�	Z@M�	6/��C	P���t�Ym’�
b���k.S���x:p
z!
ǮE��yi�)��ix�/$V�&���J�M��o�Pu�k�O�lI��-X 
j�ؓz��M������.$κg�l��U��P`Q$TTl�h��/�ݔ��-cl@`�Q��+0�H��7$I��L�L~��j��	H-wE�7Zc�z���@��4��5���2<5x�j��]K��!E~�HJ�a@�0�b#ߠW���Z���Gj���E�%��b�&0#vLe��*�E���h�Y�X�ҙӏ��X)����O��^K�\	|cȬ:��1�p��
A�r�(�{� ��v��z1�;δD �ٯQ�.A��Gm��U�����߬j���3G�{�^�͗������O�|�}|���5��gc�%�m��[��+�'��i�O��OO�M�ex�D���[��&�uN�蠆��̫֮�V�C��ۼi�^6�y�U
�F���L�z
M������eͪ>v��;�r�stz��nU��Q��`�gO�ҧ3�h��λ��:��������a{����J����K�'
L�7�~��ck�k���Y�5���.g'�~���Tm�����Я�9��޷z�ZԻG�n��l�ޏ�ęU���Y�f4������R�+�������������R�i��ۓ#���a�vyۜ���?���S���������3u���~~sXs+��Z�`�4�4�#xl�zmY�ɽڨu��:���k���K�66�ڷ�y�q8�Y��/w�! t���ϗ�~�Z���Լ��:�[��ϧzyj�-��C��?�78��)���.)�4S���3�@b,d��4���Z��i�$�8����X�{�؊Z?b[4@f�X���*Ȏ3~e�X>�+��)������1�Ñ�.�j5�m)��6�
ף�Ik*���܎3?���A��i��?k��T���|����+g��3+�C:��n�kQ�gVd�d�#��Y
ޤ5b�_�*��{��@�-�@��`���G�q"YJ�f?,`0Kb1΄�XϘ�ދ2��ЦU�R�\.�4��xi�-/9��c�� ������(�iď]�5
�����B5h�^pw����	M�Z��M�̮C=(I]��8Fr@��$��ע�M�=�XC*k�㧦���41�1�!��Ԡb9���K�v�R�-I�n�7�ڭ��HSV1�;J�&��wC=��j)B�0Ƒ����n���B{#����GD���C�݀�-���H����]rLyx�D
1%C��Y!$���V���zW�����d�d�E�R�k*��:1j��8ECAI�Tq���hRr�bd��e��):̉�V�A�wnB�w�w�,���Y��<�m�� u��������p0SX���'I��>둲��C�O$�`6RfN+�Ê�\�B���$�T�8+]�����j!��v�4ޟ�-��E�5�@|��0��Z�)H�?�젝+�J�:���c�b=(1��ʴ�!Z���p^��+��{�3A�"�uh���b�����̌1y��4��I��=�c�n�!M Њ�f���E:WDs�c#����ϓ��C�N��#ʩ��"�BI�Ƨ�\�_TRMi�L��|�ba��D칲���=���:YQG��[�D����dĜ]��M �
�dɞ
���N��d˛��8c�k�&Z�Ui���Eo/!r�˗�3�����-���t���נز����u�V��sa�2�VrEaSLD&a��7 ~��z]x6�r�&Ul��]=6��4^�����8l�}Z�&�O|�.���	}
3%\�v%�9��{�4	������@�.ikô��o�y`!�M�Ő����!+��\Y��ث�2s�G�-v�f���o#/N6 1�=����5�
ͯ�P���}�ȫ�'/̊,�-d������;D�2ˣ�O�*iM�»q����D̹�	;�������\�j{����{���OxŚj�继РA�V�#ytU������A�c�"G�(��́��z&;s=�n�c���gϣ$]�P�kM�Z|�{�s
��Qx�_D�W�+jm
˅!���Y◵�=��5�+2�o�,lO�YsE��X����l��h��F�.�Hv��[������ʟ�+�ZR�
��-k��GhO�		0ěW��$Q���T�
����D|.i}P%gP
�jϔΝ?�c������*��w����bZ�o�辚�Ř���g��(� ~�SD
�d�\�%~�Z���=��5�+2��P�cz�Lق9W.WA�=y����4q\5ͩ���G�G���%�Z�J�2"ވ����(\�� �=��t��R�����h���o��^�~��̐%N������������ɢ��n	ќ��F�<���F�<˸�DY�w׾�kN���2��:�8YR6Z��li�Ɓ}��݅]�6X�f�U�RȽ*nD~����f*l��t)��x�@��%��PK@u��
l�PKH�R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ��m�[�lӤ-�����1�`
lj�T��]ᣙ�M�"s��=��gI����
%MrDm��mMF�U�I��"Y%�E���̲x �i����lbW��:]^�"/
/��G�+oy�0��� ��VG�.y��fk/�`�EA��֗<�ApŃ0��5�%+1��k-ls_hM�p-*��y�d&�f�T�*o@;2e{VU���P)m�ONlS���O�t���A�&��(QN���#|R�hT�9>�L�������<�R�=3�c�̐��_��9]�g�o*�b[�{$o*�0^x �d\�2Q��� ���`Fp`o�b{QPS�)�S5m�L.�wf����9�Czs[��'��0)���NY�%�d�!C����7\��*�̸����j�#��D���O���VҟMO'�R���&�Ve?齇{�lO�3Pi
[�]�G�?���X-�ag�7`�r��ګ�)
6L�Wׁw����Ի�Zh
����FP8�c�Xapq��n�W���^��ccF�B�{��dq:s���+J(�n�s,�(y��ٰc1W�{.&�%)�Iy�@�j��E��O��`99��ﶛ���9
�l�o�e?�5��J�Z(@��ͦ�N�����2��X��4�Pp�W�����䷿j�>�����z.�~^�l���� ��<,�ÇT_ikV	)0�Բ��q	�!��Y������Nl����hL5H�P؉r`;�h��ZUC�&��.��U�]ZkB�B٦ܾU/�֝]{��6U%��!i'a�߰�Q�e�)��������Yk52T�ձa�M��A��Ԉ��eu{7(o?$2}!^�>�t��{�+���x�2Y�	~��rj����7���̂d�u8������X�b��
v�$!	��]??��������1mO����o�_���\B�9^���}	�?z�k6��v����Fd���C�J�Ix��4�7j��"B�0)��6��
����|
�U�DuյI�R�.B0*��{>��O����{#j�^w�I��DǏ�k]C�=��������
��,x`�=�f��6Y6+���h,u
�������?tچ�@?feq`�<08�C��E�_<��
���,(h�
��7�+���ͣsN�����F<���
����YWV������Nր=ߏVTJ��c�ȁ�!�$r�T4S�n�+N�� 2O��8�<��rL��-.2} �5q��?�D2`���foa`(��舛��@c{�� �g$�r��i�R6j�EB'n���bq�y�#�����q��i�>��z�:V�E!�g��<�gg<�|��[&�snPM����'�y�ȝg_j+�W͍0��!`��C���{��Zq���O '��U�#86��#,t���;�"��J���PK�8+<KPKH�R,Definitions/resource-Globalport-template.yml�W�O9��[�CV	yK�w�Ԥ�����;���k���p��;�~�%�
5R��x<��y<��C����K��(��	1nK�4K�_�4�G��$CCj��.VTq*����턜at6�����#�uE���xx~A���*�S��Dp����b0��
�h4.���u^ST4�	�3�MR����qA�C�@�0�P;5�Ș3���>y�fIR��I�EL�h�L����:C7\2j �j��@��e:�4�FQf�@�2W�@�RM���tA>>X�N7��!������9�o��d�� ������-m�&$�	�qo�&�ikas�(Xa��η����PU�Pǁ%�:���R9V2�j�r;�	g/\V�R�
!Ma���;E��_g(U����d�y�˼�Y���Ja5�J� �#%Ӓ�=���{2��La��AoL�+�7�
Rk�W4L�6��
Q�Gh��-H��D�

?�v��j1j����R�x�|w��iU�t�ݷ����M_I,݋d� ,�ұPb�O_:v����3�\
wxl�G4ѕ���Wj�]��iCc��̅�kc�]������_Tg����z�g�B����Ԛ�b7	�q!|\Pe�sb
����& �@�� yD�BtȒ����;�]�wG�����Ǿ����A�ǶUc��#]�o�����*����ZyS��z�0����n�+�~"���$��'�T�~q������#���?ӕf�6�IU`RUF�!2"nF�tK뀠���J�ȸCXaɸ����b�(����I���ˈ�}�A������)b�#"�[YsL�m�`@>�{��촯Lu�#C
���E����`�g��ˈ�E켋8>�`��O$�_Kk�fgs��JKrTq�͜�&�5);�۷�XF�nT�3�!�7H�r�9B�b���Z��������Ϸ�lE���O�?-:�כS������n�[�����
ؤ����F`9^B����,�
J��;�N;�{�[�-sKw�6��P��xrtA>$V;���q �#����}[��GufW5��R��Y�#��;0����x�]G>��=F
�Ǐ#5�@�`Ew�;v�}M��5���>���-��PK0/A5i�PKH�RDDefinitions/resource-BasicclampComputeNodesHeatUbuntu18-template.yml��Ko�0���+���)î��Y�J���\&���m����H���s>���$%t=ʪ���݄!ҡei��2^cw�������=0��A�MOO߿�˲u�XV��\ҩ�>�WQ�Cy��x�^$6uU���Cq�}S\QV�P�'q�K��`[�	��R��\:�DŽܺ#AH|�Mc�N�ʧ��G�X�1��H�Z���g���S�r����½eߐ%I���+1���эA�3�ޅ��\V�����7�O���:V�<��P�q4)�x<Ш]H�=ln/Ϙ�AiJX��Mf��adq�%xJ�B��V_р潿(�cw�
߂�Ԣ��wZ��|�V�ui��Rys�ݟ]�q�i;y��u�|$�<X���Y��i����i�K�$X7�����5���7PK�S�\PKH�R=Definitions/resource-BasicclampNodesUbuntu18cvfc-template.yml��r�(���ij�@F�on���"���r��!�fJ�hq����Ў�Ҟ���4���[ � &ش��|�����g����H���y�K�W���\]y4�6N���a0�G����~�66����$Y�B��n�N�~�Ȋ�t�?�m�r��mg�'hw��іV�ZYkdc�\���:m8��=zmX8f�����4^�V�'��x����&�0��}���H^C��	'��4���cçq߲>�?>	����x��s�^P�F��S�n���$�$����A���vc�CI��#u)��ه�b������ާ�E�؇W � J��+��(�7��@!ƫ�B'_>	�7���b.���l/@#��L�X(�
�9
R*o)���e�Ųl+@��IN�	�h�ƕ
��b~B#*����½��L�1
��\�hs�/�=M�(�o���^? aE�M�n�*|��������)v��FIA��ЇUKmA`��K������os�L���R�J���3�J#0IRʼ;κ�U0�Y1)%�>
�2�$-ίfٚL,��/�Y
�Ķ�|}jf=K33}hi�\'ECD�����`�����O�W3&O��%f�����1��B`'&���7�v�I�a�4��*��h���|r�V�!�;r�S�)�].mI��3���$�abxH$nϤ$2+6U�Ul��T�3�΋ �Ӂk΢2��&�����&��A̘OLI���lZ�K��� _=�!\�@?��ʦi��i�l��]�P��>C��7�k0���앉��3?�d[4T[*�bo�B? 2��L'�<���.�����	V#���#a����|�n
t�Us���W�P5�[����r[��Z���2/E{q2#N��$嫲����c6p��5�R-��58�g���4���3�ڨ�����MX?@38�����GB��S��4��HA0�N��1ݻ�F�\!R3��}�mگ��(�G� �O���17�ښv���FiU����%+�,wkkc/��Nj'����"��X�m��;bt�����d��t��
��9�)���'��R��5�V*���B�5�_s=�-��_�Q��Ju��;�@P;#�Ä�PTg���m>��Ly�bk6"����z՞�ar�8��G���Q�@�0���S�0�?��������X�����-q�N�G�ȏ���~�
Ƶ������׻�w�����F�B��S���	���F�L�McpR5BG��on��=8aD#T�;����S�������?�����l[Y���j:�H3��^X�`��|�J�EF�aS��_S6������L��T���dRjlw�/?1�
>�-
��
Sw�U�G�U�E9�E�����%���A�.7S���6|��֍'�
���<�^]���u�g��ikMH�g�:4�S�`�aGTx���)���l4��|~w��T�����t�Ⱥ)���;���A�D(�b���~�C{N�HW�����a_�K2�V"��5n���/^�вZ��>Yu3�s�A�D#���#�L
'
��bqǭf���*��Ɲ+\f�f����y0���_����x���/{�Q@ꧽda�i$�Fe�k�ͪ &mT��l�tj��"�F#��jH�lLD�dK\�bn�����=v�-2�2�/�̙z��d�ϱ�k�h�hu��'�w4�Z���4vm:�b<�Z��sT3էuqmPҒZ��Y6H�fVua,�!��4�Ds�ө����R͐\��aq��^%Ya�ݍ^^m������`�˪o�&g8�βJ�I��~��Sg4�/�À����C�ˎGʫ�Ϩz,�^J��H���O-����x����I��M[c�����N56j�xs-�pͻd`߾˖ܭ�Qղx�!�uew��TC�)��
�/������~"�,3��	DޝH�w9*AK}��CZqe,r*���z�I�T�t�i*��ڨ��eEBY�B7@�S�*�I��+p����B��6Tn^�z�*�|B٫�tPEKY-�`��c��1�蛅eI�^�JTJ{�z�D�0�\��@TL��'�Fc��9��{Tws��t6�,���u��[YuH��Zs�_L��:��Sh�j��w�jWU���?�V
Z����IK����₊R����wH(��Cb�mh�LjNL����
ZsQ��oqd�l�%�@������1i��Ѽ�2��}�\�3טJ2%:WNT��1�\*�B'��Pַ֣U��H�e����.�8JG�)�qfӳ�@v�"i�����"ly�b��}�Gϑ�q��н~��)^�Ѹ��նNx�M	��՛��1*�-+��a�"�����C��t�Mˍ�=�qU�Q?����uG-�4�ݬM�i�Ʌ�ɿ��QQ���j��;H��H��E����q��R���>�G҇7�g���X��^�#����o�5V~�`�{u
�����9jw�4�}�i�ْ�-8Z�͛�F���Y�����>�Fb�JP�"�=>��4Zc��;c�4���#}���f���O�_Ny6�1���I/uΚ�ծ�/�G��d�
PK�70dOPKH�RGDefinitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.yml�]�o����Э}���r�f��Mv�i�RM�6_$R������R�E�Rl'�L�ɖ��p����Ok�F]2�4\�
�
��$ھR�(s�����5��	~
���OW	�/	|�,�7��t[��2��m�'0���x�r(�O�>o�J�c�ۚ�^Z�E�x%E姪�4�K�3�+�}�$��]�uS9�mBSY�����T��S"�2�T�J�n�$}�#$�EI�O�PZb��/�٪E�uu�ߺ̌J��ZJQ܌I�I�����-%���a�	�� ���2ǜ"��⸠m�$1��Ir�������BVt��r-�H�5-p����1�j�'VBqJ#ƕ�\3kLD_�U%�N@W��W�]�S��[�\�c+-$X�_k�5]Q�|��.0AM�l�����$&��]a��$a

װ�هǮ奜��B>���|u�ye�%�dz�ܦ������o��l�����8Z�F�j�,C��Ճ����d��d�6���a�l
���F���5���*M;T�Jd�DK!��n�Tnb�@�`K��V2`}�3�mp^��w����럝�Щ�P�/�=UMk�P]!�'�oM�NU��te��>:?>�J���M��i�7)��xE_�f`#�W��@,l�d��P�Fer'����!N\���
f9��)���~�;�ȷ�!Z�T��A�7��̊T�����.=�B���I�d��&�8��c��jlt��cXV��AÁx<c#	��K��ˊ�Qͻ��~��y��XQ�X&z�T�r]��I�ډ�z���\y�g�����g�q���*^*�E �#5�^�x;�0AD
�3�ﯵ��J�?��IS��p��@~#З{u�Ot;�z����r����}��0�b�Kh�$^="�(d����U��_���H�Ʌ��v��A��>��_%>����Ç�>�#�Ճ�f* ����߮M
&�0Usb�q3���}���d�o��S��9��AC;�/�v;�z��h�ϊ�	h�7�A�_H/6JZ9^��ۗg�]U���~�̓8�VSO��8K[
�M���3��PK2��Q��>F��vf�:�5�@�$� 	��ɽҵ��	]�T�Z�K�,hR�`hc�J�q�������6@�	
�z��=�ٳag㤶zmNS0�Kk�4��u�3N�5�F���U7�&�KM��6"cBd���`|�L���"�o��J�|$Ӄ��v��(h!��,#��:��g�A�
U��	� ��o��E�	�F`:�\���H�6p� X�;3VG̪�s��!�Y��gB����`��{�H�eC�jnUʬ�GL�Z���p�)���䙇��l?���9�z����5�4���ѥ�7.�5Vҩ"�avl�3�g��җB~�f�[/�}l��k�/���\c�'P�I_�[�-~K
�w`)���|U���m�|�b��!Q���UpJM�#e��Ҽ6s����ˮ�xK}ms��3r�%��[�*Q2댿g������Y��HKL��Vo�{Fј/���ǎ�2�l`��o�**���H��٩c���[E*�'�
{}`�xe����{�Gj��ZZS����{�n���0QFd̀c��!��\��v����љ9`@P�٣L������IoM�z�	Ӯ(��:��лza�~�8c���Lhl83O=܄���,������u�:8e|?���;���������wY�s�^�Ks���U����܀�E�_���?����y��B�K��4���%Y�P��N�D���B��
"�N���r�D��	q83,��0<�V����8�~&=됀�d�O�5- ^�c�35���c�["Ü	>�:$` �}��
1W�F��<�im04�N�t;�H/�Cg�ç>��dʳ��ߒ]8k��&R�j�$�@Z�uc��+���
e�"Ԩ����|�R�C]R>���5��[��O4�$'���G1%��>W�P�X.*��ǏD����\��g/?��z����W�6���� f�o0Qu�u�s$k/^L�;�>�$M�|lKF�Qd�Lk�H[6�2Da��PB.��2�wP��)���r�):���j�j%���J�\d����;D
�
0��6�;m�5v����zUd��:�n�
��{�cG���C���0�m�F}y�A{��r
4�X�f�����fs}�檗�AI����u��k�ܯ)M%�!����d��c�mK5���ۀ����Hs�[�
P�^��g�ҙ����5I�QZ��P�7tz.(�����)~'�t�㑤��Rc��b�	�!Z4�f{W�����CH�y�W��x$��5�[���T#���;��DC�����Ob����6��&���Wt�^ow�t��;��?~PkS錗�?��k����x^��풊^�ӈ9�&1�+�Ԕ��Gv{�G,�_�7���z焦0���^Ў�φ/��v”�(3��� ��E`}4��艡���u�4� B�w-�6|m��hk�;�PK#<�ߢ�
PKH�R&Definitions/resource-Port-template.yml�SMo�0��W���������6�0`K���ՠe&*K�$�ȿ���m�=�ȏ��O"����Zzi���dR�m�ɲR��T�"[�J�X��t ��D�7�_����8_9&y�\`$"
�8>#��r����Eq/q&��ap�PD[�^Rt�0YcI)���� '��|k�*K��w���N
T����?�t�����_�4ܘ��=�֌������CEn�u�C
7�|��3���O�d�`���	dn����-S[AO�cS�[���o��s~~ E��b��Z��;�S�Z�eN�vv6����t�{~��[�X��Rq��S{�1����
s���S�節���,�	w��;k�)�C�pe�oJXOA���tǬ���f��;�@wm�7��)ܽ=�֚2�p��=�k����"{zwޥ*â��Gd�C�Ի#h�o--)lQ9�]��X+J�	qP͍������2�zG���|
Σ���0�[����7bR�N��@�ۺ�vQ;�r�6q*`���%-hԊ`T.����n�^ݮ��qe�lM�h�k.��������ӕ��GӻVR�|���\铖����?PK�ZePKH�R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{��N�$�77N���I^����l�:�*����Q�>;imc��I��ȏ����%�B	'���
���\PYQ��5+d2JF':�1���V������4���a:������O)�Nxuu����w��Tm|yqq9³|pz��8���x���(����1�d�X�1೛a�V�sfh��0���_��Z+��a��r�2���%��[���9�6b��]�/��!����B�u��"#N2[��ݓ6_�Fb��Y���2Qe��p7����{���^��D��)�Q4��S6<{a�Ig(gU�"y{��ү�������;@.$�	�h]HR����lxa��d��T�m���15(Y��R�[�[��xat�mUKu���;![Yc”Ү�۷ꉃ��l��P�E�K*�E�)�x�N�>]j�uͳ�=�{8�����4�l�O*lb�WF�u����V�23՚H�:���-�O�>�6����:J�@����Z	C!g��I�~%8&��P��aL�!����)����H_�M�DŽ�e�3�j���C����`�1��_�a����'b�2"�b��]TRX�:�I����$|�\���C���ֽU2��%u�b�r@�����:�|���j�m�������D�ќ5R�2Js�R���:��`�{�X���Je���;�~+&+Ll���s�H��.�o������`���n��a�lCLq��W魢=��ް:�%�L��_PK%�wM�
PKH�R(Definitions/resource-Extcp2-template.yml�R���0��+��m  �M�m�DU���d/U�3$V�M��6_�*�7��{cT�0�(��d��IW��i����䂅H�$�d0C����3j��_�1�2��o�Nћ�a�-"d��=�gy���V�b��t9%�E���z�|μ�͂0]<,�{+�XP��f���ߌ*�yi��'����=����;ť�+s)	PP�DV;[��� ת��[�>:*}��I+b���oɼ*�6�
�����J՚��L����;��w�}zC#Av�B?���,���<��Ķ.R����&�x�MO<�����9�M��BXҥ�v	��KL���%C��j�\���#���G�걪E:�T���>y�:	J�L�w����-��*}�Uicb�(���>+�s�;��Wv����T�V�6`g-���ߥ�;�t��k�4��+z������܌O׺�L1VkM�ݾ�A0x�����f�cg3v��?��hp7pK_�i�'GS������U��tGn�֝���A�t3
����x�4���"	���ǵA�-�֤�������kga]%R�5�i����4�7Z�d&b
�鲴���ZM��$1���
��f�7�QE��
�r���K�cx�E�)���!Z��$�n�����a:�Q����)���q0sZ�b�G��/`�|+��D���ѭv�w��1�/b���T��Qgr?�3*�C�;A;:�7�yw{s�<\�?_�'���=J�M��'nj*%��JD8�u�����tu�*�h�E�
�|��x$ooo����P������<�y�	龌�w�̆mo��:@S��nْ��I,c>�����Xaۆž�2��Ķ�!,IQ)^���I�v�,oǝW0�ʮu������O�4U�
�wKŎ��PK���PKH�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��PKH�RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PKH�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��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?��@@PKH�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PKH�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PKH�RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PKH�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���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~(PKH�RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����g�-�}c��]�d���g���_��4�}R���qN�$i��)���8N�a��C���������)���ϑ�I}+q����Y���ѹ������n�j̒�A�)?��5H��'gM�L̙E$ɶq>���sѝ�9�;?��2�)�tR6�a1*��yi��@ss7?q���s�:$�8��)�˒d~��o����0
�E^��Ȯ�QDv�픛e9lUG�ְ�E���.�'i7s|8~�G+?��He�C�x�1�B�l����f�:�d7Q�'��"M$_!���_�?�|�>=;�ߪ#+���$Z���9�#ȳ0X������W#�S� H!#�t/
Ԉh�	�M���u�5����^������6~�>.v�?��ix �q��O���;��0�r?�5:�8�m��4�]NL��`g�x^\D9[�~��!��w�fز�%$����!���_���ugig��)��QL[ڧ�Q:�|ugq�~���?I:�!6م�ā�=�M�CP;7��^>^��3�g��_�Pܑ�g�C�'�ܐ-�s)���
����#I�y�Q�Gm���F��'L<�N��;~Ww��X�7��K�'O���th?˳��SO|�5��������"�$UR��N��6�rv�*��=��O�(zN���FrǛ���9���5��f$��`0��I柜���w����B�D��ߔ������>�٢v�p}q����eh�
��Grڝ�j��7��ۊ�A)M���1�ː��!C]΍dڶd���xr�X�q�>�I��<-��ca5@Ԝcq`/���<��/��
Mq
ބ���=��Q�Ҭ��۾g��$Id���N�������)��=��P��w*�F��!��ټl��5iD#�އ)��@�1Y}���^���n�4ȷ���Z���?���oa����̲R��E��,;X��^j��y~������ϙGL;�S
N�P�Fp�H[	�TȘ^j„nc4���C1���N������z���Eer��hnO���F>��Z�d����]
�a�����g�4c�g�_{||f��C�l�n�,Q	�r�iq}>�ҿv�E����0Bh��ͫE�M�z�q�*aVo����yzp3o���^E�����ުm�\���`�!w���i%5���"�N-\��X�����mYRщ�v˘�}E=�4g\Z�q�Ϻp�%8��E�4u�Nf+�K`A�!�.ە�Z⋝j������XE�N�E
���	0d�h��e#)�f����F��IƘ�W��u�jjt}�^@�
�m�5�CV�����ڿ�M����Q.�m\iJm�����aAy�(�P����4!�rT�\��,���Э�qb�\�s�a�@�|�Z���+�b����o	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���/�tPKI�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�^@�PKI�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�PKI�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�PKI�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU��� �_��N����U�.�	���6�b�3�Lf�ꘟ-�J,$$��{����O�"�r���ME�%~�N��"�¢	����z���*�O�6;�F+�;��x0��4�A��@�V�sʑiK!6����pm\��pCPK§��PKG�R�R�B4E	csar.metaPKG�R����kTOSCA-Metadata/TOSCA.metaPKG�R���_�]V,=Definitions/resource-Basicclamp-template.ymlPKH�R@u��
l�6kDefinitions/resource-Basicclamp-template-interface.ymlPKH�R̆�Y/�Definitions/resource-Securityrules-template.ymlPKH�R�8+<K/�Definitions/resource-Globalcompute-template.ymlPKH�R0/A5i�,$Definitions/resource-Globalport-template.ymlPKH�R�S�\D�(Definitions/resource-BasicclampComputeNodesHeatUbuntu18-template.ymlPKH�R�70dO=�*Definitions/resource-BasicclampNodesUbuntu18cvfc-template.ymlPKH�R�\(��!}G�7Definitions/resource-BasicclampNodesUbuntu18cvfc-template-interface.ymlPKH�R#<�ߢ�
)�@Definitions/resource-Compute-template.ymlPKH�R�Ze&�DDefinitions/resource-Port-template.ymlPKH�R%�wM�
.UGDefinitions/resource-Extneutroncp-template.ymlPKH�R�LG��(�KDefinitions/resource-Extcp2-template.ymlPKH�R���,pNDefinitions/resource-Novaserver-template.ymlPKH�R+�@j5���SDefinitions/data.ymlPKH�R�'}8��Definitions/groups.ymlPKH�R0?��@@U�Definitions/policies.ymlPKH�R���C&ۜDefinitions/annotations.ymlPKH�R�����J�Definitions/relationships.ymlPKH�R2ea�
U�Definitions/artifacts.ymlPKH�R�H�v~(��Definitions/capabilities.ymlPKH�R8��`�Definitions/interfaces.ymlPKH�R5n���/�tY�Definitions/nodes.ymlPKI�R0�^@�@��Artifacts/Informational/OTHER/VSP_basicclamp_VSP_Information.txtPKI�R��
'V�,@�Artifacts/Deployment/HEAT/base_ubuntu18.yamlPKI�R��Ax�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKI�R§��4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKi	��
2021-04-23T03:13:38.293Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-23T03:13:38.293Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/505d0c49-1956-4f67-a9b7-4d97397bf6ab/toscaModel|INFO|500||InvokeReturn
2021-04-23T03:13:38.296Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-23T03:13:38.296Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-04-23T03:13:38.296Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||VFCustomizationUUID= 7ccb102e-29fe-4f2e-9530-ada59ae613c1
2021-04-23T03:13:38.297Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ccb102e-29fe-4f2e-9530-ada59ae613c1 matches Tosca VF Customization UUID: 7ccb102e-29fe-4f2e-9530-ada59ae613c1
2021-04-23T03:13:38.297Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||vfCustomizationUUID: 7ccb102e-29fe-4f2e-9530-ada59ae613c1  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-23T03:13:38.299Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:38.300Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:38.300Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||resource request for resource customization id 7ccb102e-29fe-4f2e-9530-ada59ae613c1: {\"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-23T03:13:38.301Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e6f9ee9
2021-04-23T03:13:38.301Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:38.301Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T03:13:38.301Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 51e6c0af-b688-4479-b656-09be5d3a5e03
2021-04-23T03:13:38.301Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 51e6c0af-b688-4479-b656-09be5d3a5e03
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-23T03:13:38.303Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:38.303Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T03:13:38.304Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:13:38.304Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:38.304Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T03:13:38.304Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:13:38.304Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:38.304Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-04-23T03:13:38.304Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-23T03:13:38.304Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-23T03:13:38.304Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6f231103-4c2b-4510-89ef-72a520f551ff
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-23T03:13:38.306Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:38.307Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T03:13:38.307Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:13:38.307Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:38.307Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-04-23T03:13:38.307Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=7ccb102e-29fe-4f2e-9530-ada59ae613c1
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-23T03:13:38.308Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:38.309Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:38.309Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500|| resourceSeq for service uuid 374670aa-8614-452c-adb7-7384d24388ce: basicclamp
2021-04-23T03:13:38.309Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:38.309Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:38.309Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:38.309Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:38.309Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:38.309Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:38.309Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:38.309Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:38.309Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:13:38.309Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:13:38.309Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:38.389Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 429414de-8f9a-4d34-a522-96bcf58b15d8 1 ASDC deployResourceStructure
2021-04-23T03:13:38.390Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:38.390Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:38.390Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:13:38.390Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:38.392Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:38.392Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147618390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:38.492Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:38.492Z||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-23T03:13:38.492Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:38.500Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:38.500Z||pool-64-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:13:39.393Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:39.393Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:39.393Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:13:39.393Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:39.395Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:39.395Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147619393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:39.495Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:39.496Z||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-23T03:13:39.497Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:39.504Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:39.504Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:13:40.397Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:40.397Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:40.397Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:13:40.397Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:40.399Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:40.399Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147620396,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:40.499Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:40.500Z||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-23T03:13:40.500Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:40.509Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:40.509Z||pool-66-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:13:41.400Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:41.400Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:41.400Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:13:41.400Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:13:41.402Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:13:41.402Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147621400,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:13:41.502Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:13:41.503Z||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-23T03:13:41.503Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:13:41.512Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:13:41.513Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:13:42.403Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a53723d-4577-4f98-b7a2-750c38b2c7d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:13:42.414Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a53723d-4577-4f98-b7a2-750c38b2c7d1
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-23T03:13:42.418Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:13:42.418Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T03:13:42.418Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T03:13:42.418Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T03:13:42.418Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:13:42.419Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:13:42.419Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:13:42.419Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:13:42.419Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:13:42.492Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:13:42.492Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:13:42.492Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:13:42.498Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T03:13:59.633Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T03:14:12.499Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9a53723d-4577-4f98-b7a2-750c38b2c7d1 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-23T03:14:12.503Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9a53723d-4577-4f98-b7a2-750c38b2c7d1 and serviceModelVersionId: 374670aa-8614-452c-adb7-7384d24388ce
2021-04-23T03:14:12.503Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c7f29a9b-85d1-4319-97f6-1fff7cac9ed4
2021-04-23T03:14:12.504Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c7f29a9b-85d1-4319-97f6-1fff7cac9ed4/model-vers/model-ver/374670aa-8614-452c-adb7-7384d24388ce?depth=0
2021-04-23T03:14:12.508Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T03:14:12.533Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c7f29a9b-85d1-4319-97f6-1fff7cac9ed4/model-vers/model-ver/374670aa-8614-452c-adb7-7384d24388ce?depth=0|INFO|500||Invoke
2021-04-23T03:14:12.533Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c7f29a9b-85d1-4319-97f6-1fff7cac9ed4/model-vers/model-ver/374670aa-8614-452c-adb7-7384d24388ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c7f29a9b-85d1-4319-97f6-1fff7cac9ed4/model-vers/model-ver/374670aa-8614-452c-adb7-7384d24388ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9a53723d-4577-4f98-b7a2-750c38b2c7d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9387f266-84ed-418a-87b5-3a653e5291e8], X-ECOMP-RequestID=[9a53723d-4577-4f98-b7a2-750c38b2c7d1], X-TransactionId=[], X-ONAP-RequestID=[9a53723d-4577-4f98-b7a2-750c38b2c7d1], Content-Type=[application/merge-patch+json]}
2021-04-23T03:14:12.557Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c7f29a9b-85d1-4319-97f6-1fff7cac9ed4/model-vers/model-ver/374670aa-8614-452c-adb7-7384d24388ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T03:14:12.867Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c7f29a9b-85d1-4319-97f6-1fff7cac9ed4/model-vers/model-ver/374670aa-8614-452c-adb7-7384d24388ce?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/c7f29a9b-85d1-4319-97f6-1fff7cac9ed4/model-vers/model-ver/374670aa-8614-452c-adb7-7384d24388ce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210423-03:14:12:582-14607], vertex-id=[389160], Content-Length=[0], Date=[Fri, 23 Apr 2021 03:14:12 GMT], Content-Type=[application/json]}
2021-04-23T03:14:12.868Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c7f29a9b-85d1-4319-97f6-1fff7cac9ed4/model-vers/model-ver/374670aa-8614-452c-adb7-7384d24388ce?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-23T03:14:12.868Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/c7f29a9b-85d1-4319-97f6-1fff7cac9ed4/model-vers/model-ver/374670aa-8614-452c-adb7-7384d24388ce?depth=0|INFO|500||InvokeReturn
2021-04-23T03:14:12.869Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T03:14:12.869Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:14:12.872Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||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-23T03:14:12.872Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9a53723d-4577-4f98-b7a2-750c38b2c7d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T03:14:12.872Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T03:14:12.872Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:12.874Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:12.874Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147652872,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T03:14:12.974Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:12.975Z||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-23T03:14:12.975Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:12.986Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:12.986Z||pool-68-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-23T03:14:13.882Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-23T03:14:13.883Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9cc91a6b-b6b3-41cf-a6c4-571f147389b0","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"db90c654-d112-41d9-bd0a-cb1b3ed34182","serviceDescription":"service","serviceInvariantUUID":"08114849-5c2f-4cdc-8ccf-e97fc0d0c825","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"388dd80f-9bf3-4c8f-b96a-9ee6b8171bf4","resourceInvariantUUID":"11ed9e3a-861d-42f6-8b4b-3ec23981aa51","resourceCustomizationUUID":"662dacf0-94f7-4707-b43a-855267c8b693","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":"ODE5YTllMDQxMzQ0Y2Y3NmMxZjQwODJkZmIyNmMwYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20531cf3-c8ed-4ceb-ae21-e14271fdeb2e","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":"0b005f2c-0433-400b-bfef-74a8cd87b639","artifactVersion":"2","generatedFromUUID":"4e6a37ae-8307-46c0-9e40-26367a0c4e3d"},{"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":"4e6a37ae-8307-46c0-9e40-26367a0c4e3d","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":"NGZhYWEwMmI2MzUwZjcyODg0Y2Q3Mjk1OTJlMDllOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc4540ef-4bb3-4080-aed0-8738ec046cab","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":"37a30767-8346-4dbb-99a2-aee7822a9192","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":"7ec23815-ab56-438e-8e75-d01512388777","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":"08155189-94ac-4849-83d7-8dcb336a3dd2","artifactVersion":"2","generatedFromUUID":"37a30767-8346-4dbb-99a2-aee7822a9192"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YWZhMWM0NTU2ZGEzZmQ3ZjcxZTM5NGQ5NzNlMTM4NTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2090b60a-94bd-4625-ab2f-f699d12d994e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZGU1ZTljNmY1ZjFlMGJhYjg4M2YwN2I3Yzg5YjQyZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"582d6930-b105-43f6-8d93-d494b270b60e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T03:14:13.883Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:14:13.884Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:13.886Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:13.886Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:14:13.986Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:13.987Z||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-23T03:14:13.988Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:13.996Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:13.996Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:14.886Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:14:14.887Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:14.889Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:14.889Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-23T03:14:14.989Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:14.990Z||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-23T03:14:14.990Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:14.998Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:14.998Z||pool-70-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:15.890Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:14:15.891Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:15.894Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:15.894Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-23T03:14:15.994Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:14:15.995Z||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-23T03:14:15.995Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:16.003Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:16.004Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:16.895Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:14:16.896Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:16.899Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:16.899Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:14:16.999Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:17.000Z||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-23T03:14:17.000Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:17.008Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:17.009Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:17.900Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:14:17.901Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:17.903Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:17.903Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:14:18.003Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:18.004Z||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-23T03:14:18.004Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:18.013Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:18.013Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:18.904Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:14:18.905Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:18.907Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:18.907Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:14:19.007Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:19.008Z||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-23T03:14:19.009Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:19.019Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:19.019Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:14:19.908Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:14:19.909Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:19.911Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:19.911Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-23T03:14:20.011Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:20.011Z||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-23T03:14:20.012Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:20.020Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:20.021Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:14:20.912Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:14:20.913Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:20.914Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:20.914Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:14:21.014Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:21.016Z||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-23T03:14:21.016Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:21.024Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:21.025Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:21.915Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:14:21.915Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:21.917Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:21.917Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:14:22.017Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:22.018Z||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-23T03:14:22.018Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:22.026Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:22.027Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:22.918Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "db90c654-d112-41d9-bd0a-cb1b3ed34182",
  "serviceDescription": "service",
  "serviceInvariantUUID": "08114849-5c2f-4cdc-8ccf-e97fc0d0c825",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "662dacf0-94f7-4707-b43a-855267c8b693",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "388dd80f-9bf3-4c8f-b96a-9ee6b8171bf4",
      "resourceInvariantUUID": "11ed9e3a-861d-42f6-8b4b-3ec23981aa51",
      "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": "0b005f2c-0433-400b-bfef-74a8cd87b639",
          "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": "4e6a37ae-8307-46c0-9e40-26367a0c4e3d",
          "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": "NGZhYWEwMmI2MzUwZjcyODg0Y2Q3Mjk1OTJlMDllOGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc4540ef-4bb3-4080-aed0-8738ec046cab",
          "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": "37a30767-8346-4dbb-99a2-aee7822a9192",
          "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": "08155189-94ac-4849-83d7-8dcb336a3dd2",
            "generatedFromUUID": "37a30767-8346-4dbb-99a2-aee7822a9192"
          },
          "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": "08155189-94ac-4849-83d7-8dcb336a3dd2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZGU1ZTljNmY1ZjFlMGJhYjg4M2YwN2I3Yzg5YjQyZDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "582d6930-b105-43f6-8d93-d494b270b60e"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T03:14:22.918Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T03:14:22.919Z|9a53723d-4577-4f98-b7a2-750c38b2c7d1|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 db90c654-d112-41d9-bd0a-cb1b3ed34182 ASDC
2021-04-23T03:14:22.919Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9cc91a6b-b6b3-41cf-a6c4-571f147389b0
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:db90c654-d112-41d9-bd0a-cb1b3ed34182
ServiceInvariantUUID:08114849-5c2f-4cdc-8ccf-e97fc0d0c825
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:582d6930-b105-43f6-8d93-d494b270b60e
ArtifactChecksum:ZGU1ZTljNmY1ZjFlMGJhYjg4M2YwN2I3Yzg5YjQyZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:662dacf0-94f7-4707-b43a-855267c8b693
ResourceInvariantUUID:11ed9e3a-861d-42f6-8b4b-3ec23981aa51
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:388dd80f-9bf3-4c8f-b96a-9ee6b8171bf4
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:0b005f2c-0433-400b-bfef-74a8cd87b639
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:4e6a37ae-8307-46c0-9e40-26367a0c4e3d
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:dc4540ef-4bb3-4080-aed0-8738ec046cab
ArtifactChecksum:NGZhYWEwMmI2MzUwZjcyODg0Y2Q3Mjk1OTJlMDllOGE=
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:37a30767-8346-4dbb-99a2-aee7822a9192
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:08155189-94ac-4849-83d7-8dcb336a3dd2
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:08155189-94ac-4849-83d7-8dcb336a3dd2
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-23T03:14:22.919Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db90c654-d112-41d9-bd0a-cb1b3ed34182 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-23T03:14:22.956Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T03:14:22.957Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:14:22.958Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:14:22.958Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 582d6930-b105-43f6-8d93-d494b270b60e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-23T03:14:22.958Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:14:22.958Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-04-23T03:14:23.305Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:14:23.308Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 582d6930-b105-43f6-8d93-d494b270b60e 66799
2021-04-23T03:14:23.308Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:23.308Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:23.308Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:14:23.309Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:23.310Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:23.310Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147663308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:14:23.410Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:14:23.411Z||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-23T03:14:23.411Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:23.419Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:23.420Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:24.311Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T03:14:24.312Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:14:24.313Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||Trying to write artifact UUID: 582d6930-b105-43f6-8d93-d494b270b60e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-23T03:14:24.313Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-04-23T03:14:24.313Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-23T03:14:24.313Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-23T03:14:24.479Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8780216564351687447/Definitions/service-BasicCnf-template.yml
2021-04-23T03:14:25.264Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T03:14:25.264Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-04-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred...
2021-04-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T03:14:25.265Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:14:25.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=92c5ef4e-c4a7-4e76-b658-68511c1e8cde
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:25.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:db90c654-d112-41d9-bd0a-cb1b3ed34182
Model Version:NULL
Model InvariantUuid:08114849-5c2f-4cdc-8ccf-e97fc0d0c825
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:1b25dd6f-fab9-4262-b59e-11e5a250aabb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:11ed9e3a-861d-42f6-8b4b-3ec23981aa51
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:662dacf0-94f7-4707-b43a-855267c8b693
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a01c6528-308b-4066-b040-c099fe2d6ebd
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:0223279a-6f60-4506-b4c8-139aed4df761
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:92c5ef4e-c4a7-4e76-b658-68511c1e8cde
ModelInvariantUuid:6570bb62-ac06-4059-a403-b313cf286799
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:020b67d0-9d3a-4ba1-ba59-3678214aae31
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:d66c91ed-3893-432e-a372-9d48cf32e950
ModelInvariantUuid:5dfed1b5-1b72-4635-a677-b18c98f036d9
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:4a9cae96-3936-498b-b782-b50f149fa324
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-23T03:14:25.271Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 388dd80f-9bf3-4c8f-b96a-9ee6b8171bf4
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-23T03:14:25.273Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||basic_cnf 0
2021-04-23T03:14:25.274Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 388dd80f-9bf3-4c8f-b96a-9ee6b8171bf4
2021-04-23T03:14:25.274Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 0b005f2c-0433-400b-bfef-74a8cd87b639 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-04-23T03:14:25.274Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:14:25.274Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:14:25.352Z||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-23T03:14:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:25.370Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:25.370Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:14:25.370Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147545490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:14:25.371Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:14:26.863Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:14:26.864Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0b005f2c-0433-400b-bfef-74a8cd87b639 12
2021-04-23T03:14:26.864Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:26.864Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:26.864Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:14:26.864Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:26.865Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:26.865Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147666864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:14:26.966Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T03:14:26.966Z||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-23T03:14:26.966Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:26.974Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:26.974Z||pool-79-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:27.866Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 4e6a37ae-8307-46c0-9e40-26367a0c4e3d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-04-23T03:14:27.866Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:14:27.866Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:28.110Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:14:28.110Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4e6a37ae-8307-46c0-9e40-26367a0c4e3d 2688
2021-04-23T03:14:28.110Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:28.111Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:28.111Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:14:28.111Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:28.112Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:28.112Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147668110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:14:28.212Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:28.213Z||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-23T03:14:28.213Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:28.221Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:28.221Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:29.114Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: dc4540ef-4bb3-4080-aed0-8738ec046cab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-04-23T03:14:29.114Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:14:29.114Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:29.266Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:14:29.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json dc4540ef-4bb3-4080-aed0-8738ec046cab 828
2021-04-23T03:14:29.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:29.267Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:29.268Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:14:29.268Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:29.271Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:29.272Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147669267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:14:29.372Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:14:29.372Z||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-23T03:14:29.372Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:29.383Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:29.383Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:30.272Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "a01c6528-308b-4066-b040-c099fe2d6ebd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0223279a-6f60-4506-b4c8-139aed4df761",
    "vfModuleModelCustomizationUUID": "4881bdb3-b36e-4dfd-8a82-1cd4a35d2b61",
    "isBase": true,
    "artifacts": [
      "37a30767-8346-4dbb-99a2-aee7822a9192",
      "4e6a37ae-8307-46c0-9e40-26367a0c4e3d",
      "08155189-94ac-4849-83d7-8dcb336a3dd2"
    ],
    "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-23T03:14:30.279Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0223279a-6f60-4506-b4c8-139aed4df761
VfModuleModelInvariantUUID:a01c6528-308b-4066-b040-c099fe2d6ebd
VfModuleModelDescription:NULL
Artifacts UUID List:{
37a30767-8346-4dbb-99a2-aee7822a9192
,
4e6a37ae-8307-46c0-9e40-26367a0c4e3d
,
08155189-94ac-4849-83d7-8dcb336a3dd2

}
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-23T03:14:30.283Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "a01c6528-308b-4066-b040-c099fe2d6ebd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0223279a-6f60-4506-b4c8-139aed4df761",
    "vfModuleModelCustomizationUUID": "4881bdb3-b36e-4dfd-8a82-1cd4a35d2b61",
    "isBase": true,
    "artifacts": [
      "37a30767-8346-4dbb-99a2-aee7822a9192",
      "4e6a37ae-8307-46c0-9e40-26367a0c4e3d",
      "08155189-94ac-4849-83d7-8dcb336a3dd2"
    ],
    "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-23T03:14:30.283Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0223279a-6f60-4506-b4c8-139aed4df761
VfModuleModelInvariantUUID:a01c6528-308b-4066-b040-c099fe2d6ebd
VfModuleModelDescription:NULL
Artifacts UUID List:{
37a30767-8346-4dbb-99a2-aee7822a9192
,
4e6a37ae-8307-46c0-9e40-26367a0c4e3d
,
08155189-94ac-4849-83d7-8dcb336a3dd2

}
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-23T03:14:30.284Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 37a30767-8346-4dbb-99a2-aee7822a9192 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-04-23T03:14:30.284Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:14:30.284Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:30.503Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:14:30.504Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 37a30767-8346-4dbb-99a2-aee7822a9192 1164
2021-04-23T03:14:30.504Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:30.504Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:30.504Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:14:30.505Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:30.507Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:30.507Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147670504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:14:30.607Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:30.608Z||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-23T03:14:30.608Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:30.617Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:30.617Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:14:31.507Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 08155189-94ac-4849-83d7-8dcb336a3dd2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-04-23T03:14:31.508Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:14:31.508Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:32.369Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:14:32.370Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 08155189-94ac-4849-83d7-8dcb336a3dd2 200
2021-04-23T03:14:32.370Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:32.370Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:32.371Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:14:32.371Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:32.373Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:32.374Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147672370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:14:32.473Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:14:32.474Z||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-23T03:14:32.474Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:32.483Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:32.483Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:33.374Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Preparing to deploy Service: db90c654-d112-41d9-bd0a-cb1b3ed34182
2021-04-23T03:14:33.375Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 388dd80f-9bf3-4c8f-b96a-9ee6b8171bf4 ASDC
2021-04-23T03:14:33.378Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-23T03:14:33.389Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:33.390Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:33.390Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Processing vnf with UUID: 1b25dd6f-fab9-4262-b59e-11e5a250aabb 
2021-04-23T03:14:33.390Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Will get resource from SDC using resource id: 1b25dd6f-fab9-4262-b59e-11e5a250aabb
2021-04-23T03:14:33.391Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel to get resource 
2021-04-23T03:14:33.393Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel
2021-04-23T03:14:33.394Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel|INFO|500||Invoke
2021-04-23T03:14:33.394Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-23T03:14:33.394Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel
2021-04-23T03:14:33.394Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel|DEBUG|500||Method      : GET
2021-04-23T03:14:33.395Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/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:"9cc91a6b-b6b3-41cf-a6c4-571f147389b0", X-RequestID:"9cc91a6b-b6b3-41cf-a6c4-571f147389b0", X-TransactionID:"9cc91a6b-b6b3-41cf-a6c4-571f147389b0", X-ECOMP-RequestID:"9cc91a6b-b6b3-41cf-a6c4-571f147389b0", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"26ab9b78-2c5e-45df-b7db-95ae760a7489"]
2021-04-23T03:14:33.395Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel|DEBUG|500||Request body: 
2021-04-23T03:14:33.395Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel|DEBUG|500||==========================request end================================================
2021-04-23T03:14:35.465Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-23T03:14:35.465Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-23T03:14:35.465Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel|DEBUG|500||Status text  : OK
2021-04-23T03:14:35.465Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicCnf-csar.csar"", Content-MD5:"ZDlhYTk5M2Q2OWZmMDgyOWZkNTYzNGZlYjhmYThiYWY=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"9cc91a6b-b6b3-41cf-a6c4-571f147389b0", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-23T03:14:35.477Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel|DEBUG|500||Response body: PKO�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPKO�RTOSCA-Metadata/TOSCA.metaM��
�0Dw}�@I�zK�vk
M�.R�l꿯nj��w��\܈V»�o��'�f�.���u&�̤���Z�(�T�B�$7�\�ʻ�M(֜B���o�'*~s��rȋ��3��eF�+M�4��$���#�Jc�s��Y��z��!�_�S@�ݻ0[���Y	L��^�����z�a�ے+���j��3X��I��4�1>|cg�V����YZ�Tr��>�1#��XE��$-$�J�7뒆B�K
�E�P}��N�d��ߵ�ÐҨay:]�.~�Ϝ�i#f2������8
p����ea��DR.|��o��U%d%u���V,U���,B�AY/���#(��Ŵ�P�����ף2��*/�J����.��`}������������/�T�2�@v`ɱaQR͗,����Vp�����d
V�㜊��;;��4/|���G&��O�$b�2���Ud%���)��dDd+H���.X��eQ�E�ȓ!�)������J�@�VMVZ���5�@�A�#�s$gǾf-���j!=;i�9*��y"'����8���D��t��}��#z~���y���Y,S����&�?��\�=!���őfc&��Y� ��83�-Nll���U�fE�`�N{�`���{�n����oRn}�=I}�M78,[�.�r�K���yU�;������?ِ牗GMm9{7Ö�kl���+=�]��f'A1l�rЍ��Xi���'tsV�����3ۜ���v5ʪ>�y���1�?�:��������;/XQ8�k��{��un����`b{ȵ�{�]{����!�z�=��
�d��v�=�6ڇp�p�@�|�q�v\���iXH������߯ɖF.E�ŏȥ�
��y�����HH��^T���׹�t+ņN�^%��p���U���b�U氧pn%4��ZαD^nT>�~|jU3�z�o��SGҍ���w2uoC��A�e�MF�pR���+�5!#m��P74kA�6�ߥ>X/¸rg|��5�%\t����q	|�2!n0�;U*�1/Yh�#?�,��9	��m�r2���w��.P�zGt�}YrKu��>C�r���)4�������=m�&��P����ˏ�ƺ4Է�L�
�~0(!�u�i��PA���u�:�dY�j��;����
�qJ�~��<��6��%V�]��ҴX��']��p�!��N��+�S��{(���r]]�>%�r�"���2W�+�:�2Ij��~�{���Ì����|�w���4�[��"�-�p���;�k�6��&sq%��e.�S��I���:���t�IͶ��;
X��ߙ�{(���۱{�v�
iu�B:�]qh�J!����ќ��	�k�~��ˏ'@�Fe��{I�5Sp�8�pS��SRf�S��+��:�!Tua*.�}%c'�/�ʫ��8L��I�o�Up��6�!�����t��5�k����1~��׹8���1T&����};^T����f�����_W���u3�y}U�c�������?_}+0�^�C�4S�\z���������pK6�ء����C�{h�Q�M�ڭ7$�Φ�&6E��
An�D�6r���K��hӦ�Oe�Ri�x�3��/?ǭV���>-俵z�Dkoq�Yu��*R�=��U�j����j>4�Е�A {��^�?���T0�g%5�43�'���v��]����ȵ=�k#b��]�
B3P��\o֏{��ȳ�����%;�l���n=z����&�T��|Ly���4Jc5�ZH��a�3��J�'� ��ڡ-���:�B�qy��>n��M��W�'|>��Xi*[��]��-8L�=�Vi'Y
��jB3L��1��P��F*�AH���+��� f����&�Ѩ̀KB�h��Q�h�����wD�������@��q`��k��Aur3��\0
�%Qz�>�y��,`��D��ޙ�2�^l�FD���t���n�7�;\#��f�QƮ��L?aG:Ѓ�
��<~o
�*t�.`6�3�2��Ͷ,Ǐ!�%�Y)�V���ˌV-�mӌ��&Y�0U�].�}�.W�ﭺQ��]?U����7+p��l������LRl�`�	2��3����Ș���[��5��X�v\
���b�|��(*��ܱ����p��az��L�]z��Q;T��zٍ��W��﨑a�]r��3R��i��Qg�z�z3�o�lFcD�m1#�\���s#�}_$"��

=�2�F�pkV�0�4цwAh�)��[Yd�Sl����&��x����W�H�����"������;��_PK�Y�B�	}6PKP�R4Definitions/resource-BasicCnf-template-interface.yml�\K��(����q��V�5�~�4��Mό�Z��8A��8��_�8��؝Ǵ�bEN����*��Fj�QFs&�aRh��J��,1�fE�)Zィkt}�2zvq��Q�H��3Ng� ]nf�`�.�la}����N�U��uUE9vc[��S�s���P����%��RrFv�ܔ�U��x��Z�bW�N53�j�ʒ
JdQ��jY)B�U��b�ȝȽ��*��ʕ,fC��\��I=�?>�����j�W��rTȬ��lSf��q��,��������{t�'zz���԰��%��V3M+���%W,�Y2_'����S1E�Y�c�i]�_X�J�
bB,s@!"E��r�zFhTEwF5��S,t(r$p���$��-_�^7�붫����kr`4��L|A��4[�͵���������Ay%HW
'�E%9�
/������ׇO��7�n���0������_�p%LOg�;]0a肪C4�AL(�IXL�3��b�Xa��Ҍ�U9���m�ĉL��#XyJ��<��[�xs'�%�4��4\��s���M5��ߓ��e���^}-��P�8�3�0���ӯr���*]
�"����x�=�M��3й��X����U�����9��A;��*�����qT{�E:3t��0dA�g�5��Ѣ�.
I1)��P����L���C� ��
&�bܝ��docܟ��Ni7���=��>>8�;)f�e&�P����?�y��yŊށ�JA�9D�@�[ճ�v�a�9���H���	
�9V��7�u��i���a}=$��x����9޾5s.��ڑ�-�ᬶ@=����ƌ6��Т��g���Gj�[�ł=���%Er�E��Шa�.M�17�#G�'c�"@GR����&�.I��i�H�h�
���$#9�|&abl2���ۜŌ��pá����7L�lB<��s�����á�}^X�#�9���
�����[���I�)C��Ib�:'��i���֖�B�$��0��w�5��i"�\W-�r�QP���E��T�5��_òkì󍇯Rn}l���j��߻��'�?5{h�#
���`����ɲh
�s��a�<�A�0W/��o��?PK��A52^PKP�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{���N���M�EMŦ�� ȱM,%jIʁ��wDI���7ѠƇ���<~���0����Bf�m�bE��2"/%�4�����E�rj��Q�����_Wd���\����dA�y�]��yv=����g�v	����探��j��]-!YΖ�+vs{��h\�V��2*T^V0��aZ�ֵ�;��J�Β셶��)ۉȋ�;�+�Ң�FK�	�]�b��Pb5?>?�5��J�Z(@��ͦ�N�����2��X��4�Pp�W�����䷿j�>�����z.�~^�l���� ��<,�ÇT_ikV	)0�Բ��q	�!��Y������Nl����hL5H�P؉r`;�h��ZUC�&��.��U�]ZkB�B٦ܾU/�֝]{��6U%��!i'a�߰�Q�e�)��������Yk52T�ձa�M��A��Ԉ��eu{7(o?$2}!^�>�t��{�+���x�2Y�	~��rj����7���̂d�u8������X�b��
v�$!	��]??��������1mO����o�_���\B�9^���}	�?z�k6��v����Fd���C�J�Ix��4�7j��"B�0)��6��
����|
�U�DuյI�R�.B0*��{>��O����{#j�^w�I��DǏ�k]C�=��������
��,x`�=�f��6Y6+���h,u
�������?tچ�@?feq`�<08�C��E�_<��
���,(h�
��7�+���ͣsN�����F<���
����YWV������Nր=ߏVTJ��c�ȁ�!�$r�T4S�n�+N�� 2O��8�<��rL��-.2} �5q��?�D2`���foa`(��舛��@c{�� �g$�r��i�R6j�EB'n���bq�y�#�����q��i�>��z�:V�E!�g��<�gg<�|��[&�snPM����'�y�ȝg_j+�W͍0��!`��C���{��Zq���O '��U�#86��#,t���;�"��J���PK�8+<KPKP�R)Definitions/resource-Compute-template.yml�VKo�8��W��� Ï��G��a�"�{)
aD�l"|hI�Y���P��uQwS���/��Ǚo^$��2��42Hk|�G�i��Ш�ԥ¬��y6�h  @:aL�=8	&l6�R��z1�Ur���5/	��:��
(x��Ւv����z��'�_&��|������0�9,���4����
H�=w�
�[,z4�3`A1��^�P�R�I�Q��QTS���i���/��B�`�vx�����R,GVy�(=�A�����(��=b�w%ꆐl�re+�`RA������y�E�-�����G#��{)�Q
�T�ɒ���g>8k��&R�j�$�@Z�uc��+���
e�"Ԩ����|�R�C]R>���5��[��O4�$'���G1%��>W�P�X.*��ǏD����\��g/?��z����W�6���� f�o0Qu�u�s$k/^L�;�>�$M�|lKF�Qd�Lk�H[6�2Da��PB.��2�wP��)���r�):���j�j%���J�\d����;D
�
0��6�;m�5v����zUd��:�n�
��{�cG���C���0�m�F}y�A{��r
4�X�f�����fs}�檗�AI����u��k�ܯ)M%�!����d��c�mK5���ۀ����Hs�[�
P�^��g�ҙ����5I�QZ��P�7tz.(�����)~'�t�㑤��Rc��b�	�!Z4�f{W�����CH�y�W��x$��5�[���T#���;��DC�����Ob����6��&���Wt�^ow�t��;��?~PkS錗�?��k����x^��풊^�ӈ9�&1�+�Ԕ��Gv{�G,�_�7���z焦0���^Ў�φ/��v”�(3��� ��E`}4��艡���u�4� B�w-�6|m��hk�;�PK#<�ߢ�
PKP�R?Definitions/resource-BasiccnfComputeNodesHeatDummy-template.yml���n�0�w?7O,K�-mm���E�
��C�����{tIj5h�Q���\�䣀N��N'�]�F�-K���
v7��+�bg1���1�F\zz���e'�P���|̪�%h�D���8r��,&X���P��S��������Y_^�=o}��?_���r��j�D�r��Ë���f\��b�9�K�V^ �r}u}�XaL� f8&[�Â���B�x@�,��x��@�~J��|Õ�o�"s�>�?/X:T8� ���È��_>G��|"��>�����%��t�u>FR������L�/a<%�g�O�	xZ��B��z�� ��:_���鯠t���Q��g`y�J�=C�~�2��4	��q��j�,�}�`�F�_�D/IS�<^hb�%�.�IU���	���Z�+I0c\ru*m�֫0�D�$i�}b�]�}T|7,|T\����$�x�6��+ƙ��I2+�}!X��/Z�L��_�%_�^���#�O$��
U�"���9���U�B
�r3�r�$��x%���ޭF����g�o��	ҥLH�4w��s�]��O���g���f�+���r��c)�/�)	�N�#QP��wÌ����Җ��ki7���W�FHD����$L�{W�/$�9+�/4�, o�+�2����XN�厤5�V��'��
T9(TBR�)
G�
���.q�����<��ɦȫ�A�C���J�������Y찼V��C�{�rF�6˷�^�H��ݝ��`��"�"Ow3��b��Ex��3���0}֦�k�~���=\�Vz�NBRWV�IJW=��S·@Q��y=P ��]°�|���`���8�Ly��u��=����Q't
�~��=i�w�s�"t%�
0�.�h��P��7�@�����^\��iF�r?u�6���L7��=_.���P��!���蝐�u�K&uT׹P�V;��Z�s3��Y}����€Rb����� $�»D�����K��WW�[\���p�\���`Yፏ�f���%��͵�<�Ȼ����&�ˋU����<�����k� Z^o�h�� /a�M���Cx�\6�_��
��������p�#���L������X[��>b��ů�W!0��mdTn#jc�&I!n�W�_Q��g��z�^�VqobD�~��~�n�����������OMY��.YD=�� ���<�pJJ�;�P]�������}���|�ý�{��P��갪��1*��Aז�J�>� ��퇟J��o��,t�|�psk���0,�g�ү��������6b�P�{����"6*��٢��K���r�,�K��Zs�B���3o��(�)�"�d3�蒷�i~��d�d�lw�%sNS؟�B=�~��=���XF��DH1S����qc�{�5Y��^�ur�W��RÑv�܂K�e%=PL�47�����=W2Z��d��m	�{�4`�n�IJܑb1��1ܒ1�'�KWZ߮Nܐ)��8�`�!ʓ�2Z񏜐�c�7<��4�;:"�r�z
t¡��.H?KI�%���)���o�"����`l�����[?:L��I��G�cCSD{��<р�rc�{�g�X��8@U�E��0'�׎�dY��à�P�(\2	�a�	 ���ߙc��vc�$��J)�띩�p����5N���)j��^�gcS��_w���k�����>�
5rVA�m���J������o�VK���қ��V˺�^'��*+{����B
�oX��
�V
No�&�����Z�q��
ekyڒ���޴YZ��x+3�}7��-�t��A���Qtz�6w���L��N�b�~;����zlj��oo�0d!
xMn�
}�:�lZ��[�H�=���e@�Q(?��y�؛�6EUx��� OIT>�����!���a�Ȩ�S�g�zz��9�XXQ� ���A���}����9�f�Бw�Y��ME�ӏ�~mV4��b��i�%��r2F��2xg�{��z�훍��	2������u/� m�������p�~�#h��^�@�/���H,��n,��;	����ϸ)��g�PK�M��,�*PKP�RBDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.yml�\�r�6��+pK{0���f;�LqfꤗN�K	5�(G��.@R"%2�R��f��.���H�i�M!J8���0�YY!��ɜ���7�Sgon��)�?�2�â*H�2LJ)s�m���/��sV��ȱѮH��5��`�Z�΃Zxetٕ�J�Dž�?h�)�E�R�Uz�R�� �;Kw=�f��p-�Āե�l2��3+��ʸ��������
���r[5��Hif�\)>��LJ�P�0(k��b�EAm�:��}�\�L�J~5¾񌕹C�v�����:�v��)��tA2��F;J�R��J�,�����
�P	�y��ʅu=�:f�rfK-_�l�o4�mu��R�F7,/������
LK�r#��a�ѫ"A�qka�-�[•^�X0��8���S�S$��?.�G1	�M�O�}��m����b�}��D�r	�Á�N��%���QB��d+�a�Q����NT�A!�dR��V� Zmp4	}*0��jMن��n{I�uO4���
��h�05x�Q�SNz�a���*�uH��.:�3�sD�O��YvoB�s�Nށ>uL�"�����y��|}�������w�2�"�ՌM[�P%_�[��O:s/���,��N;��=�ZJʋ�S6��a�ą}�$�_�S��37%憉�9S'Z��>F������T.A�����I
>�bv��d�u`���
��`�bO@��Kw!G��[3���y�"�ȧ�dO߭��T`ki�Y����7��>
�]��)��^�Y�gǿN1��+��u��A��=ʤ½�7����&!�|Yץ{x�c�_�њ)��F�L�cqb�ܹ��\�j��0�ϝ
>G�y+Ra,*�Ϙ��E�@���=ZZ���i�x�΁#�UøLh���H�	hq����#,�Ƈu��l64h_	CZ�N���H��H��xҐ;Re:�t0�1[$Hm�.������f��#x�胍�����8:!ra��z��IXq�����k�hq����O�u�^�C���ɷ����Ouq�j���z����clB\՚#��(8̝
�D't�0v6�A�>�4bZj\Y6Q[?���s���L�N��lOp���j�X$�8�Н1��*~�?ͬ0�/�A����3���
�]*�:克~^����l���E�}�q�i�Vg#���h��c=n|l������υ?��]z�Z����	�zYv����3@���*�WIs�K���љ���kျ#r^hU��8���u��j�EO\[�����a���Rc�װ!�$N.y<>*�8Ϙu�2`E
C�ed�kL
�3fC�o3������MQ��8���n��7�[�U
�t���ӆ��T�:���C���Y�HUw��u�:���ˍX��w�v�Y�}�_���"R=[jct��9�ײ�r8��=���TuA�*�`��7�PKMp�Qs:[PKP�R,Definitions/resource-Novaserver-template.yml�WKS#7��+t��`c^��6K���!�Ԕf�ckW#M$�o*�=�Ҍ=�	�S�2�������e<�K-�4�%3�?�̇''�RA���JzI���|x���3n%�����r�z罓�y�$;?��O{�N�:G�g���aO��S����a�������i��G���<��ഗ����٠�̚0dc3�`�������PZp��c�Y���f��
?�M�"� �e�:7��$�\	��%��)��)���F�K�X
�r��
����h�S��:�3Ј�JZ( �f�T�����j)�L����_�� �
��B�RRZ3�,� ��K,m���3����Z ��IDG��EP[�lt��D(�]0tMw����s��q���0A�!�4X�!�U銌�(g��W��c*��30v�n�w�G*�o_=�YEk��!���a��O�5��PۇX��z7<��9�L��Q�&��B�#U-���@��=�%O��6Xgi�kV*$�Me�ƻ�P3O��ֹ"�~.����
�f�Z���Z��H�&K��tM�I���&��Y�ucT��=~�x7�VT�Յ�,�ܚb�]I�2������6&#�%�U�2�E!uRr��4
�fѝ%q-[�h2HJ���B��
��D�������+��L�E��h��EK��0%���uJ��������חT��k�Ƀ�A
�O��E?��nR�8P 	�������������rxwA5���	/K,��Ŏ,݂���۶?;��H�M%�܏�㥂P�X!PW�.���ڤJ�[f�H�<��ClU[�����/	5�8�뮊�Xc?�̨ƷƖ�	y�CV�n.FW�Օ�ݲ�+>3v��?��hp7pK_�i�'GS������U��tGn�֝���A�t3
����x�4���"	���ǵA�-�֤�������kga]%R�5�i����4�7Z�d&b
�鲴���ZM��$1���
��f�7�QE��
�r���K�cx�E�)���!Z��$�n�����a:�Q����)���q0sZ�b�G��/`�|+��D���ѭv�w��1�/b���T��Qgr?�3*�C�;A;:�7�yw{s�<\�?_�'���=J�M��'nj*%��JD8�u�����tu�*�h�E�
�|��x$ooo����P������<�y�	龌�w�̆mo��:@S��nْ��I,c>�����Xaۆž�2��Ķ�!,IQ)^���I�v�,oǝW0�ʮu������O�4U�
�wKŎ��PK���PKP�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��PKP�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�'}8PKP�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?��@@PKP�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&PKP�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�����PKP�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�
PKP�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~(PKP�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�PKP�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&��PKP�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@�>��PKP�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�PKP�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlUNK� ��鞾��X�\�<�Q��O�6_���d~��e��gb.ZO����ޥ�@c}��I��f�l4Jp�N���	�yt$�E{��i�=QG#'5��u�P�;]��xS��6��k��%,["6���z7��<��_PK��s��PKP�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����
�
PKO�R�R�B4E	csar.metaPKO�R�|���kTOSCA-Metadata/TOSCA.metaPKO�R�Y�B�	}6*<Definitions/resource-BasicCnf-template.ymlPKP�R��A52^41Definitions/resource-BasicCnf-template-interface.ymlPKP�R�8+<K/�Definitions/resource-Globalcompute-template.ymlPKP�R#<�ߢ�
)aDefinitions/resource-Compute-template.ymlPKP�R�.Y�P?ZDefinitions/resource-BasiccnfComputeNodesHeatDummy-template.ymlPKP�R�M��,�*8eDefinitions/resource-BasicCnfNodesDummycvfc-template.ymlPKP�RMp�Qs:[B�$Definitions/resource-BasicCnfNodesDummycvfc-template-interface.ymlPKP�R���,�+Definitions/resource-Novaserver-template.ymlPKP�R+�@j5��R1Definitions/data.ymlPKP�R�'}8�fDefinitions/groups.ymlPKP�R0?��@@�mDefinitions/policies.ymlPKP�R���C&EzDefinitions/annotations.ymlPKP�R������|Definitions/relationships.ymlPKP�R2ea�
��Definitions/artifacts.ymlPKP�R�H�v~(
�Definitions/capabilities.ymlPKP�R8��ʑDefinitions/interfaces.ymlPKP�R��--6v�ÖDefinitions/nodes.ymlPKP�R&��?3�Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txtPKP�RI@�>��)��Artifacts/Deployment/HEAT/base_dummy.yamlPKP�R,�P{y�<��Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKP�R��s��4c�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKP�R����
�
VP�Artifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgzPKY�
2021-04-23T03:14:35.478Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-23T03:14:35.479Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1b25dd6f-fab9-4262-b59e-11e5a250aabb/toscaModel|INFO|500||InvokeReturn
2021-04-23T03:14:35.482Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-23T03:14:35.483Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-04-23T03:14:35.483Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||VFCustomizationUUID= 662dacf0-94f7-4707-b43a-855267c8b693
2021-04-23T03:14:35.483Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 662dacf0-94f7-4707-b43a-855267c8b693 matches Tosca VF Customization UUID: 662dacf0-94f7-4707-b43a-855267c8b693
2021-04-23T03:14:35.483Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||vfCustomizationUUID: 662dacf0-94f7-4707-b43a-855267c8b693  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-23T03:14:35.485Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:35.485Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:35.486Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||resource request for resource customization id 662dacf0-94f7-4707-b43a-855267c8b693: {\"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-23T03:14:35.486Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@af9fd53
2021-04-23T03:14:35.486Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:35.486Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T03:14:35.487Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4881bdb3-b36e-4dfd-8a82-1cd4a35d2b61
2021-04-23T03:14:35.487Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4881bdb3-b36e-4dfd-8a82-1cd4a35d2b61
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-23T03:14:35.489Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:35.489Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T03:14:35.489Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:14:35.489Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:35.489Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T03:14:35.489Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:14:35.489Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:35.490Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-04-23T03:14:35.490Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-04-23T03:14:35.490Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=92c5ef4e-c4a7-4e76-b658-68511c1e8cde
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-23T03:14:35.493Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:35.493Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T03:14:35.493Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:14:35.493Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:35.493Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-04-23T03:14:35.493Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=662dacf0-94f7-4707-b43a-855267c8b693
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-23T03:14:35.495Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:35.495Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:35.495Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500|| resourceSeq for service uuid db90c654-d112-41d9-bd0a-cb1b3ed34182: basic_cnf
2021-04-23T03:14:35.495Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:35.496Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:35.496Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:35.496Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:35.496Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:35.496Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:35.496Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:35.496Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:35.496Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:14:35.497Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:14:35.497Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:35.542Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 388dd80f-9bf3-4c8f-b96a-9ee6b8171bf4 1 ASDC deployResourceStructure
2021-04-23T03:14:35.543Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:35.543Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:35.543Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-23T03:14:35.543Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:35.544Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:35.545Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147675543,
  "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-23T03:14:35.645Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:35.646Z||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-23T03:14:35.646Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:35.655Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:35.655Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:14:36.546Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:36.546Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:36.546Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-04-23T03:14:36.546Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:36.547Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:36.547Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147676545,
  "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-23T03:14:36.647Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:36.648Z||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-23T03:14:36.648Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:36.656Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:36.656Z||pool-85-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:37.548Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:37.549Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:37.549Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:14:37.549Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:37.551Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:37.551Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147677548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:14:37.651Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:37.652Z||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-23T03:14:37.653Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:37.662Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:37.663Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:38.553Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:38.553Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:38.553Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:14:38.553Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:38.556Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:38.557Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147678553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T03:14:38.657Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:38.658Z||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-23T03:14:38.658Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:38.669Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:38.669Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:39.558Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:39.558Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:39.558Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:14:39.558Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:39.560Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:39.560Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147679557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-23T03:14:39.660Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:39.661Z||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-23T03:14:39.661Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:39.670Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:39.670Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:40.560Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:40.561Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:14:40.561Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:14:40.561Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:14:40.562Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:14:40.562Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147680560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:14:40.662Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:14:40.663Z||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-23T03:14:40.663Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:14:40.672Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:14:40.672Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:14:41.563Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cc91a6b-b6b3-41cf-a6c4-571f147389b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:14:41.572Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cc91a6b-b6b3-41cf-a6c4-571f147389b0
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-23T03:14:41.574Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:14:41.575Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T03:14:41.575Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T03:14:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T03:15:11.575Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cc91a6b-b6b3-41cf-a6c4-571f147389b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:15:11.584Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cc91a6b-b6b3-41cf-a6c4-571f147389b0
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-23T03:15:11.587Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:15:11.588Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-23T03:15:11.588Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-23T03:15:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:15:25.352Z||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-23T03:15:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:15:25.375Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:15:25.377Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.377Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.378Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.378Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.391Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "aai-ml",
  "timestamp": 1619147542498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147539506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.392Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.392Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.392Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147546176,
  "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-23T03:15:25.396Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9cc91a6b-b6b3-41cf-a6c4-571f147389b0
2021-04-23T03:15:25.397Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cc91a6b-b6b3-41cf-a6c4-571f147389b0 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-23T03:15:25.404Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.405Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.405Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.405Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.405Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147523882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.405Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.405Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.406Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "aai-ml",
  "timestamp": 1619147542498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.406Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.406Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.406Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147539506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.406Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.406Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.406Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147547181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:15:25.406Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.407Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.407Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.407Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.407Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.407Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "aai-ml",
  "timestamp": 1619147542498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.407Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.407Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.407Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147547733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:15:25.408Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.408Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.408Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.408Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.408Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.408Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147548403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:15:25.408Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.408Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.408Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "aai-ml",
  "timestamp": 1619147542498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "clamp",
  "timestamp": 1619147548795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:15:25.409Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147549522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:15:25.410Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147549633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:15:25.411Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.411Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.411Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "aai-ml",
  "timestamp": 1619147542498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.411Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.411Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.411Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "clamp",
  "timestamp": 1619147549887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:15:25.411Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.411Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.411Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.411Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.412Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.412Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.412Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.412Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.412Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1619147550525,
  "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-23T03:15:25.416Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1959615-df87-41b1-907e-aa481ed0a683
2021-04-23T03:15:25.416Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1959615-df87-41b1-907e-aa481ed0a683 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-23T03:15:25.422Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.422Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "aai-ml",
  "timestamp": 1619147542498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.422Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.422Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.422Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147550790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:15:25.422Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.422Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.422Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "clamp",
  "timestamp": 1619147550890,
  "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-23T03:15:25.425Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9cc91a6b-b6b3-41cf-a6c4-571f147389b0
2021-04-23T03:15:25.425Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cc91a6b-b6b3-41cf-a6c4-571f147389b0 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-23T03:15:25.431Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.431Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.431Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.432Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.432Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.432Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.432Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.432Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.432Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.432Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.432Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147551898,
  "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-23T03:15:25.435Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1959615-df87-41b1-907e-aa481ed0a683
2021-04-23T03:15:25.436Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1959615-df87-41b1-907e-aa481ed0a683 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-23T03:15:25.442Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.442Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.442Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.443Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.443Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.443Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.443Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.443Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.443Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.443Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.443Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619147552901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:15:25.443Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.443Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.443Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "aai-ml",
  "timestamp": 1619147552991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:15:25.443Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.444Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.444Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.444Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.444Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.444Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147528127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.444Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.444Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.444Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.444Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.444Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.444Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.444Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.444Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147529374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147555688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147556979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:15:25.445Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.446Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.446Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147557674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:15:25.446Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.446Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.446Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.446Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.446Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.446Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "clamp",
  "timestamp": 1619147532408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.446Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.446Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.446Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147559089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:15:25.446Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.446Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.446Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147559689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:15:25.447Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.447Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.447Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147560693,
  "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-23T03:15:25.451Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1959615-df87-41b1-907e-aa481ed0a683
2021-04-23T03:15:25.451Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1959615-df87-41b1-907e-aa481ed0a683 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-23T03:15:25.456Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.456Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147560880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:15:25.456Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.456Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.456Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "aai-ml",
  "timestamp": 1619147561193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:15:25.456Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.456Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.456Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619147561696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:15:25.456Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.456Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.456Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147561885,
  "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-23T03:15:25.459Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1959615-df87-41b1-907e-aa481ed0a683
2021-04-23T03:15:25.459Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1959615-df87-41b1-907e-aa481ed0a683 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-23T03:15:25.464Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.464Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "aai-ml",
  "timestamp": 1619147562200,
  "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-23T03:15:25.468Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9cc91a6b-b6b3-41cf-a6c4-571f147389b0
2021-04-23T03:15:25.468Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cc91a6b-b6b3-41cf-a6c4-571f147389b0 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-23T03:15:25.475Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.475Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "clamp",
  "timestamp": 1619147562730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:15:25.475Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.475Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.475Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619147562889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:15:25.475Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.476Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.476Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "clamp",
  "timestamp": 1619147565887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:15:25.476Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.476Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.476Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "clamp",
  "timestamp": 1619147566889,
  "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-23T03:15:25.478Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1959615-df87-41b1-907e-aa481ed0a683
2021-04-23T03:15:25.479Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1959615-df87-41b1-907e-aa481ed0a683 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-23T03:15:25.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "aai-ml",
  "timestamp": 1619147572498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "aai-ml",
  "timestamp": 1619147572498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "aai-ml",
  "timestamp": 1619147572498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "aai-ml",
  "timestamp": 1619147572498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "aai-ml",
  "timestamp": 1619147572498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "aai-ml",
  "timestamp": 1619147572498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "aai-ml",
  "timestamp": 1619147572498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.486Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.486Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.486Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "aai-ml",
  "timestamp": 1619147572498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.486Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.486Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.486Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "aai-ml",
  "timestamp": 1619147581294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:15:25.486Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.486Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.486Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "aai-ml",
  "timestamp": 1619147588011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:15:25.486Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.486Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.486Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "aai-ml",
  "timestamp": 1619147589015,
  "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-23T03:15:25.489Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1959615-df87-41b1-907e-aa481ed0a683
2021-04-23T03:15:25.489Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1959615-df87-41b1-907e-aa481ed0a683 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-23T03:15:25.496Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.496Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac2f4759-6b12-4c70-8a5b-57ae61a7f9b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147599702,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T03:15:25.496Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:15:25.496Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.496Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.496Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.496Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.496Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.496Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.496Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.496Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.496Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.497Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.497Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:15:25.497Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:25.497Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:15:25.497Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:15:25.497Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:15:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T03:15:41.588Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cc91a6b-b6b3-41cf-a6c4-571f147389b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:15:41.595Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cc91a6b-b6b3-41cf-a6c4-571f147389b0
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-23T03:15:41.598Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:15:41.598Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T03:15:41.598Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T03:15:41.598Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T03:15:41.598Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:15:41.598Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:15:41.598Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:15:41.598Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:15:41.598Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:15:41.599Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:15:41.599Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:15:41.602Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T03:16:11.602Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9cc91a6b-b6b3-41cf-a6c4-571f147389b0 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-23T03:16:11.606Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9cc91a6b-b6b3-41cf-a6c4-571f147389b0 and serviceModelVersionId: db90c654-d112-41d9-bd0a-cb1b3ed34182
2021-04-23T03:16:11.606Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08114849-5c2f-4cdc-8ccf-e97fc0d0c825
2021-04-23T03:16:11.607Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08114849-5c2f-4cdc-8ccf-e97fc0d0c825/model-vers/model-ver/db90c654-d112-41d9-bd0a-cb1b3ed34182?depth=0
2021-04-23T03:16:11.610Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T03:16:11.702Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/08114849-5c2f-4cdc-8ccf-e97fc0d0c825/model-vers/model-ver/db90c654-d112-41d9-bd0a-cb1b3ed34182?depth=0|INFO|500||Invoke
2021-04-23T03:16:11.702Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/08114849-5c2f-4cdc-8ccf-e97fc0d0c825/model-vers/model-ver/db90c654-d112-41d9-bd0a-cb1b3ed34182?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/08114849-5c2f-4cdc-8ccf-e97fc0d0c825/model-vers/model-ver/db90c654-d112-41d9-bd0a-cb1b3ed34182?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9cc91a6b-b6b3-41cf-a6c4-571f147389b0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f690789-a938-4cb4-988a-d9a2362520b2], X-ECOMP-RequestID=[9cc91a6b-b6b3-41cf-a6c4-571f147389b0], X-TransactionId=[], X-ONAP-RequestID=[9cc91a6b-b6b3-41cf-a6c4-571f147389b0], Content-Type=[application/merge-patch+json]}
2021-04-23T03:16:11.715Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/08114849-5c2f-4cdc-8ccf-e97fc0d0c825/model-vers/model-ver/db90c654-d112-41d9-bd0a-cb1b3ed34182?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T03:16:11.982Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/08114849-5c2f-4cdc-8ccf-e97fc0d0c825/model-vers/model-ver/db90c654-d112-41d9-bd0a-cb1b3ed34182?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/08114849-5c2f-4cdc-8ccf-e97fc0d0c825/model-vers/model-ver/db90c654-d112-41d9-bd0a-cb1b3ed34182?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210423-03:16:11:739-23669], vertex-id=[270416], Content-Length=[0], Date=[Fri, 23 Apr 2021 03:16:11 GMT], Content-Type=[application/json]}
2021-04-23T03:16:11.983Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/08114849-5c2f-4cdc-8ccf-e97fc0d0c825/model-vers/model-ver/db90c654-d112-41d9-bd0a-cb1b3ed34182?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-23T03:16:11.983Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/08114849-5c2f-4cdc-8ccf-e97fc0d0c825/model-vers/model-ver/db90c654-d112-41d9-bd0a-cb1b3ed34182?depth=0|INFO|500||InvokeReturn
2021-04-23T03:16:11.984Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T03:16:11.984Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:16:11.987Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||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-23T03:16:11.988Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9cc91a6b-b6b3-41cf-a6c4-571f147389b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T03:16:11.988Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T03:16:11.992Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:11.993Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:11.993Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147771988,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T03:16:12.093Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:16:12.094Z||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-23T03:16:12.094Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:12.105Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:12.105Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-23T03:16:13.031Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-23T03:16:13.031Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1959615-df87-41b1-907e-aa481ed0a683","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4123fedc-3a41-4e8d-8a2b-0231a41dc5bd","serviceDescription":"service","serviceInvariantUUID":"54c96af8-8788-486f-a0bf-82547964ffa9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"49a63a30-5e48-4636-b3ed-a80aa9d23b97","resourceInvariantUUID":"96d64ba8-8fa8-44ca-b0de-4aa2f230bf9a","resourceCustomizationUUID":"47bd892d-14a3-4acb-a088-476d6aa34e6e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"Y2M5ODAwZTBjZTVhMmM1YTg1NWYyNTYxMTc2MjQ0MjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9eb68398-b94a-4670-89b9-9838c09a39a6","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZDA1NjhkMThmNGJkNTdhMmI0YjM0NDY4OTVkNWY1MmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9cebb661-d2cd-4c95-9236-44336af04a94","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e7ff7f39-d358-4771-b871-be359a9f4cf4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3c869c7c-c43f-4ad2-bca7-4c692e8ebf06","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"001ed23e-8d10-4bcd-b138-1933e947ec52","artifactVersion":"2","generatedFromUUID":"e7ff7f39-d358-4771-b871-be359a9f4cf4"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"OGNlMTIyOGU4MWM4MTg3NzEzNWZhNmI1ZTg2MjQzN2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"62271c0a-90f2-4ead-a6de-6299125bd4c1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"MjMyNDQzYjUwODdjYzZhOThhYjZlOTVjNmM1ZTc5NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97d1df58-49bf-4de8-b3d1-6c1ae3f62527","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTBkNjU1NGE2MWVhYWEyMDIyOWE0NGQwZDE2Nzk1Mjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d047301-ef47-4e07-a991-452d5ddd6e52","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T03:16:13.032Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:16:13.032Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:13.034Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:13.034Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:16:13.134Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:16:13.135Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:13.135Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:13.145Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:13.145Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:16:14.035Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:16:14.036Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:14.038Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:14.038Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:16:14.138Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:16:14.139Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:14.139Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:14.148Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:14.148Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:16:15.038Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:16:15.093Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:15.095Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:15.095Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:16:15.195Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:16:15.196Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:15.196Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:15.205Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:15.206Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:16:16.096Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:16:16.096Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:16.098Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:16.098Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:16:16.198Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:16:16.199Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:16.199Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:16.208Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:16.208Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:16:17.099Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:16:17.100Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:17.103Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:17.103Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T03:16:17.202Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:16:17.203Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:17.203Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:17.213Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:17.214Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:16:18.103Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:16:18.104Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:18.106Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:18.106Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:16:18.206Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:16:18.207Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:18.207Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:18.216Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:18.216Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:16:19.106Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:16:19.107Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:19.109Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:19.109Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:16:19.209Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:16:19.210Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:19.210Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:19.219Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:19.220Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:16:20.110Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T03:16:20.111Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:20.113Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:20.114Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:16:20.213Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:16:20.214Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:20.214Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:20.223Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:20.223Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:16:21.115Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4123fedc-3a41-4e8d-8a2b-0231a41dc5bd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "54c96af8-8788-486f-a0bf-82547964ffa9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "47bd892d-14a3-4acb-a088-476d6aa34e6e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "49a63a30-5e48-4636-b3ed-a80aa9d23b97",
      "resourceInvariantUUID": "96d64ba8-8fa8-44ca-b0de-4aa2f230bf9a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ZDA1NjhkMThmNGJkNTdhMmI0YjM0NDY4OTVkNWY1MmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9cebb661-d2cd-4c95-9236-44336af04a94",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e7ff7f39-d358-4771-b871-be359a9f4cf4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "001ed23e-8d10-4bcd-b138-1933e947ec52",
            "generatedFromUUID": "e7ff7f39-d358-4771-b871-be359a9f4cf4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "001ed23e-8d10-4bcd-b138-1933e947ec52",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YTBkNjU1NGE2MWVhYWEyMDIyOWE0NGQwZDE2Nzk1Mjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d047301-ef47-4e07-a991-452d5ddd6e52"
    }
  ],
  "workloadContext": "Production"
}
2021-04-23T03:16:21.115Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T03:16:21.115Z|9cc91a6b-b6b3-41cf-a6c4-571f147389b0|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4123fedc-3a41-4e8d-8a2b-0231a41dc5bd ASDC
2021-04-23T03:16:21.115Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e1959615-df87-41b1-907e-aa481ed0a683
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:4123fedc-3a41-4e8d-8a2b-0231a41dc5bd
ServiceInvariantUUID:54c96af8-8788-486f-a0bf-82547964ffa9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:4d047301-ef47-4e07-a991-452d5ddd6e52
ArtifactChecksum:YTBkNjU1NGE2MWVhYWEyMDIyOWE0NGQwZDE2Nzk1Mjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:47bd892d-14a3-4acb-a088-476d6aa34e6e
ResourceInvariantUUID:96d64ba8-8fa8-44ca-b0de-4aa2f230bf9a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:49a63a30-5e48-4636-b3ed-a80aa9d23b97
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:9cebb661-d2cd-4c95-9236-44336af04a94
ArtifactChecksum:ZDA1NjhkMThmNGJkNTdhMmI0YjM0NDY4OTVkNWY1MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:e7ff7f39-d358-4771-b871-be359a9f4cf4
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:001ed23e-8d10-4bcd-b138-1933e947ec52
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:001ed23e-8d10-4bcd-b138-1933e947ec52
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-23T03:16:21.116Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4123fedc-3a41-4e8d-8a2b-0231a41dc5bd 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-23T03:16:21.231Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T03:16:21.233Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:16:21.233Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:16:21.233Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 4d047301-ef47-4e07-a991-452d5ddd6e52 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-23T03:16:21.233Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:16:21.233Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-23T03:16:21.396Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:16:21.402Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4d047301-ef47-4e07-a991-452d5ddd6e52 77508
2021-04-23T03:16:21.402Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-23T03:16:21.402Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-23T03:16:21.402Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:16:21.403Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:21.404Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:21.405Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147781402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:16:21.505Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:16:21.505Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:21.506Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:21.514Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:21.515Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:16:22.405Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T03:16:22.413Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-23T03:16:22.413Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||Trying to write artifact UUID: 4d047301-ef47-4e07-a991-452d5ddd6e52, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T03:16:22.414Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-04-23T03:16:22.414Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T03:16:22.414Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T03:16:22.505Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15446597245094008203/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-04-23T03:16:23.361Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T03:16:23.361Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-23T03:16:23.361Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T03:16:23.361Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-23T03:16:23.361Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T03:16:23.361Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T03:16:23.361Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T03:16:23.361Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T03:16:23.361Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T03:16:23.361Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T03:16:23.361Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:23.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T03:16:23.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:16:23.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:23.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-23T03:16:23.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-23T03:16:23.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-23T03:16:23.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=52b9d559-f075-4e64-85b1-037e588f7ea1
2021-04-23T03:16:23.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:23.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:23.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:23.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:23.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:23.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:23.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:23.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:23.365Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:4123fedc-3a41-4e8d-8a2b-0231a41dc5bd
Model Version:NULL
Model InvariantUuid:54c96af8-8788-486f-a0bf-82547964ffa9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:15ff10cf-756d-4bf9-95f7-c321a3a476c4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:96d64ba8-8fa8-44ca-b0de-4aa2f230bf9a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:47bd892d-14a3-4acb-a088-476d6aa34e6e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d3ce092e-0658-4cdc-b90f-0b3a0c5366b9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:fabe5dcb-7b1a-4c7a-9a54-a0298375c48c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:52b9d559-f075-4e64-85b1-037e588f7ea1
ModelInvariantUuid:28237d97-bd9f-4282-815d-0f42b3c8e695
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:f21ef227-d5dd-43b7-b927-8bb09782d817
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:75be85b9-223e-4993-87bc-4c7c6943656c
ModelInvariantUuid:e2aec4ac-b0e2-4986-91bb-f8a96e4d1dda
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:33623890-8c82-413e-8b9d-48855bda0ea7
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-23T03:16:23.369Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 49a63a30-5e48-4636-b3ed-a80aa9d23b97
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-23T03:16:23.370Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||basic_vm_macro 0
2021-04-23T03:16:23.370Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 49a63a30-5e48-4636-b3ed-a80aa9d23b97
2021-04-23T03:16:23.370Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 9cebb661-d2cd-4c95-9236-44336af04a94 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-23T03:16:23.370Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:16:23.371Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-23T03:16:24.264Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:16:24.264Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 9cebb661-d2cd-4c95-9236-44336af04a94 792
2021-04-23T03:16:24.265Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-04-23T03:16:24.265Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-23T03:16:24.265Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:16:24.265Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:24.267Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:24.267Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147784265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:16:24.367Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:16:24.368Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:24.368Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:24.377Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:24.377Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:16:25.268Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d3ce092e-0658-4cdc-b90f-0b3a0c5366b9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fabe5dcb-7b1a-4c7a-9a54-a0298375c48c",
    "vfModuleModelCustomizationUUID": "d5e36d56-504f-4c75-8053-c4cc45d29c68",
    "isBase": true,
    "artifacts": [
      "e7ff7f39-d358-4771-b871-be359a9f4cf4",
      "001ed23e-8d10-4bcd-b138-1933e947ec52"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-23T03:16:25.271Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fabe5dcb-7b1a-4c7a-9a54-a0298375c48c
VfModuleModelInvariantUUID:d3ce092e-0658-4cdc-b90f-0b3a0c5366b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
e7ff7f39-d358-4771-b871-be359a9f4cf4
,
001ed23e-8d10-4bcd-b138-1933e947ec52

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

isBase:true


}

2021-04-23T03:16:25.272Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d3ce092e-0658-4cdc-b90f-0b3a0c5366b9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fabe5dcb-7b1a-4c7a-9a54-a0298375c48c",
    "vfModuleModelCustomizationUUID": "d5e36d56-504f-4c75-8053-c4cc45d29c68",
    "isBase": true,
    "artifacts": [
      "e7ff7f39-d358-4771-b871-be359a9f4cf4",
      "001ed23e-8d10-4bcd-b138-1933e947ec52"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-04-23T03:16:25.273Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fabe5dcb-7b1a-4c7a-9a54-a0298375c48c
VfModuleModelInvariantUUID:d3ce092e-0658-4cdc-b90f-0b3a0c5366b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
e7ff7f39-d358-4771-b871-be359a9f4cf4
,
001ed23e-8d10-4bcd-b138-1933e947ec52

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

isBase:true


}

2021-04-23T03:16:25.273Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: e7ff7f39-d358-4771-b871-be359a9f4cf4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-23T03:16:25.273Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:16:25.273Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-23T03:16:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:16:25.352Z||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-23T03:16:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:25.371Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:25.372Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.372Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-23T03:16:25.373Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:16:25.373Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.373Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:16:25.373Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:16:25.374Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.374Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:16:25.374Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:16:25.374Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.374Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147609094,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:16:25.374Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:16:25.374Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.374Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147611668,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:16:25.374Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:16:25.374Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.375Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147613935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:16:25.375Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:16:25.375Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.375Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147615965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:16:25.375Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:16:25.375Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.375Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147618390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:16:25.375Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:16:25.375Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.375Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147619393,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T03:16:25.375Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:16:25.375Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.375Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147620396,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-23T03:16:25.375Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:16:25.376Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.376Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147621400,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:16:25.376Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:16:25.376Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.376Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9a53723d-4577-4f98-b7a2-750c38b2c7d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147652872,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T03:16:25.376Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:16:25.376Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.376Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:16:25.376Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:16:25.376Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.377Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-23T03:16:25.377Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:16:25.377Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.377Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-23T03:16:25.377Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:16:25.377Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.377Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:16:25.377Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:16:25.377Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.377Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:16:25.377Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:16:25.377Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.377Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:16:25.378Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:16:25.378Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.378Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-23T03:16:25.378Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:16:25.378Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.378Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:16:25.379Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:16:25.379Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.379Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:16:25.379Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:16:25.379Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-23T03:16:25.379Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147663308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:16:25.379Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:16:26.634Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:16:26.635Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e7ff7f39-d358-4771-b871-be359a9f4cf4 5033
2021-04-23T03:16:26.635Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-23T03:16:26.635Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-23T03:16:26.635Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:16:26.635Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:26.637Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:26.637Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147786635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:16:26.737Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:16:26.738Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:26.738Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:26.746Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:26.747Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:16:27.637Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 001ed23e-8d10-4bcd-b138-1933e947ec52 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-23T03:16:27.638Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-23T03:16:27.638Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-23T03:16:27.805Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-23T03:16:27.805Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 001ed23e-8d10-4bcd-b138-1933e947ec52 903
2021-04-23T03:16:27.805Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-23T03:16:27.805Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-23T03:16:27.805Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T03:16:27.805Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:27.807Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:27.807Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147787805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:16:27.907Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:16:27.908Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:27.908Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:27.916Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:27.916Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:16:28.807Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Preparing to deploy Service: 4123fedc-3a41-4e8d-8a2b-0231a41dc5bd
2021-04-23T03:16:28.808Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 49a63a30-5e48-4636-b3ed-a80aa9d23b97 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-23T03:16:28.822Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:28.823Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:28.823Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Processing vnf with UUID: 15ff10cf-756d-4bf9-95f7-c321a3a476c4 
2021-04-23T03:16:28.823Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Will get resource from SDC using resource id: 15ff10cf-756d-4bf9-95f7-c321a3a476c4
2021-04-23T03:16:28.823Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel to get resource 
2021-04-23T03:16:28.824Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel
2021-04-23T03:16:28.825Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel|INFO|500||Invoke
2021-04-23T03:16:28.825Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-23T03:16:28.825Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel
2021-04-23T03:16:28.825Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel|DEBUG|500||Method      : GET
2021-04-23T03:16:28.825Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/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:"e1959615-df87-41b1-907e-aa481ed0a683", X-RequestID:"e1959615-df87-41b1-907e-aa481ed0a683", X-TransactionID:"e1959615-df87-41b1-907e-aa481ed0a683", X-ECOMP-RequestID:"e1959615-df87-41b1-907e-aa481ed0a683", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"e1c37046-edee-46da-aae6-8b8d0852eb3e"]
2021-04-23T03:16:28.825Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel|DEBUG|500||Request body: 
2021-04-23T03:16:28.825Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel|DEBUG|500||==========================request end================================================
2021-04-23T03:16:29.169Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-23T03:16:29.169Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-23T03:16:29.169Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel|DEBUG|500||Status text  : OK
2021-04-23T03:16:29.169Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-BasicVmMacro-csar.csar"", Content-MD5:"ZGEwMTViNWQ4ZmM1NGRjYmZjZDFiMDdiNzYyNGI2YzU=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"e1959615-df87-41b1-907e-aa481ed0a683", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-23T03:16:29.175Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel|DEBUG|500||Response body: PKN�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPKN�RTOSCA-Metadata/TOSCA.metaM��
�0Dw�@I�zK�vKM�.\�d꿯nj��w��\�3)�=�I��������:��x!Tz�T��({.vAVd47V�p�O�M(ΞB/T�W��%�-�$�R:���մ��DΆ�ҥ����J��֣q������PK��ڊ��PKN�R.Definitions/resource-BasicVmMacro-template.yml��r���=_�[έ�����nՕe;�I,j�A�b3�l��o��H�Nթx�������=K*�tK�u��5q=��1�S�n:�6�4��4�d���ǟF���ձ�?<\�3�D��d, A���F
F2�4˜�8��5V<kڐU44OT4�9$��)Rxn�y<�N�[�$nj�=]�֦dbŵaX%���.��F��C�*�'K��3_�E\]�1/���3��]��0��\�<K�ݘS�tAGK`�� �v���si��V��L��ϟ?�m���?!Ƃ)���a4�
��`c0I�J����x^��u�)��A]b�p;�u'������䡢�xڱ
])�L�blY���Be��uE�B�E��W�
ɯ5>����e�0H��-�ڑ�������5e'�EI0�H�v��A�z���~5ls�t��C�D�r�wAߵ��u%��wߊ��J�:�;Vp
>R�H'j����B�]x&�O��^�k3ܺxy�|���3(d~���Jq�Z�hGj卦�&���Bu%:�ӵ�����
�UI \
�������r#%��a��I�5ɴU@�t5�![Á�3�f�QCD!B�n-S�L��&�����8et�q\{��De�
s��]�x.y
t��nj�
/b�tGrlϗt�������$)�����
�*��w���dۆ�o50�4	�-�H,��a�TiIO'О������r`;G�1X�
k0��.��K���/˒m�{�ZS�q��� k��d���"�aW�c�vK��]�۳st:��u���X7��s#}��@����s�iH^���TK�����})�d�-.��	diE6�y�3r=���w�/>�|�Q�3����fvB��7s^�_����p�������ݺ�p7/>;]�~�O��&U�]�f�z�g�{�}]���i�ƭ_^����ɋ��˛yf����'گk��?^N��<�_��_�|݌x�>.��gw�k����ǣ߬���[���p��q�4�f񗳻G~�˒W/n��L����QX<��|�[���ӟ'���	���������xg�W��~.�L�Z����������x��ε#|rv7}V��_�����~`�n3��:[X�/�g;�gx�@���v��X��3��2_�#�{8��W��m¯��ل���������R_��ǜ�������~�|:�<���ù(b�b�:�ɗ��Ԍ�_3��H��"���e9<�822�Ś�!j�r"��}{�:����Ӎ���7�l��W����|��ݼ�d��!�������f�󯯿f_|���ӽ�����6��gs���Y��_��1�	��|0tBN��y˰{Ȑ�1`P02a��	Ψ2�����s7���`��(���Saq�(D�C��`T�Cp�du�qG?�%��=�W7i�:a��QKy/(�x#�@��.�*�@|��Tҝr�c�7N&m�t�`U���cl-4����I��0��aq���=��MZ���o�c
��A
CbkUpX7Э�nP�'�_3��̳���s��$:�V��v�Ym�ڱB����6 PX�_&�|�����s�k^�B+1�τ`�V��M6��'"��LĨ]-�Ҕ>6�t��ڽ�(��A^�|����ca
�-�b��r�+Gb��NS�+�����N�!�4~8B#~��h8A�SxUyN���h���H%��F�H@�X��q��50�i���o��GXD�cA$A%H��*��y$�"�8Q%D���
|��vҒ6Q�ZZU6s�-L讆]�
j3�P�8���a�i��Jb�<}����WTl��h��sO{���J�c 6����|
d�S�@�v���r��Xaԧ���ֲ�(!߆������0mjS(]������=b3PT����eX3W3�[��,_]1�1����T�dcm��q���>V�)��:k�k�`.9+ �G����R��)����lG�6�	��?�@�O8Ć�pM2r�]z��>��.�ΰ�	?U�)�UQ8$�*b�'�@&�4nH4��"u��[�2 �� ˬ88U6�N��XD;��� ��C��S2mJ�]X��O��K�ni�Ep�b�fBa��=8͠P�9݊������>zb����U���zP�xѮٓm�0I-�R�lq��i�#R��Y��*�.�O���4��V[!�����e�`�JG,fՂP��`�B����ܦ|���&ԜYf��\?�_�n!ۯ1�Dkܼ�ب���ф*[�%	�@�|u\�
��E=�0r"�zi��|�,���Ȧw��W��g���������l����`�	z���G��K�>�����DX�G��U�֨^�_����T�[
�j1�
�Vq�����`��U!����1�.�Ш�V���Uc߅VS��Hu�P�ߏUB&σ8�pN��x�Goi�T�� r�h�H�RW=h�L���X�X��n;��Sܭ��վ�K�e��"~AWM.ٞ{#�zk?�:s���?��h�D����\?;3�]6[������ja��+9�c�yڮm�{E��@U����jv�8A�!^�����O{h�d�k�,���dY�9�_
R��
֘����1�PGy/Ͷ9���w�4*��
�R��b*;|�Y����g�IG�J��*8�5���Vw�e�p��-I�4���:�4�+w��ҟ3���X*�(���h�=R��*N����gF�Sw]�^�Lg�mY$|NJ
���M7-w��e��N�n�Ɏ�6{���T�͐�H��=�&�����Bgnս�_�q���}zW�����e;)��Ġ����pw�a)+�o�E�q���ô>�>�#�r�l�7�|�@���{�� �y�ƻ��U�G�2��0hW&n榰M7��uV�)�c~эS(o+Q�	\�o(U^!���d,���*HY
�2�Ye�O&�XM(���2������#�G��(�ӱ2�j����c��Ua�']�h�N�#���*dK	����?�y�1�w�
���]%lď�fI�F`����
Lnm��]�m.|R��p�Cl�[�W������*Q�H#C$r����ǚ�jd��A�2�cu8�0�c0��P#Q��xN`5y�g��u�"2w�E�5�Ֆ�C0��Ǟ�����.�rW�T�Lr�E�nQ�c؛�I�p�ܰ�e��v§���{3�/��q ��늞hj~b!��B�UոO�/��^.�f�F#&�PKV5@Rۉr��x�vx�&�Z����&N%��
ks�vQf��iʋ�uK�Vmq�wqw�w�F֓hź6Cm˸D���~�N�uj���M�JH�R��
������ڜMK۟K���1�.�^s��ģ��,G��<���znW����o��R��R�Kk˿��Ìjj���T@�g������X욧�h��t|ڴ���`��������êeP��i"���%Z��l�\B�%_}/�D;�Ѭ����sv�����v[|�K�6gc_���}��+�jY�ѣoZB��s�?hu}y�.���v7/�)�Ҕ�3h<*�+v9��ITu�S�'ё���.�X�>����k���q����j.[vXY��)�G��\:W����oٻ��Z�	%�5�~N�D�mwg��N���U4����)�{t�L�؃|�5�}îJ܃���f[���n�-�v����������e{�lwg�_ܞr��B���%T�RR��Vh;�t��jC��
U�m�\���%�}�
����Q��L�ǻ�2�����~P
U�%�[x)�Kc_�+S�4��C��tP~x���sP2Pd]~�5��W��T1��Cμ�o��~����e��C�@���O���pQ�O�������RZ-�Ll��)��Eǚ����DQ����Q���PK��x��VPKN�R8Definitions/resource-BasicVmMacro-template-interface.yml�]Ys�:~���o��J�a�F��jX��9	�K �ԔK�2(ؒ�e��e60	I �yYK/_��eI��H3�I(�QWa�—E�\b;�|d[ZV��?���
e�/
|Lb�I���<4�@�w�d�����%�.�V��Bm}�D�FL+�8�&%�����4�lZQ�Ĥ�p�PqPQ2��9d��2S�3�Q9v��u��L��\�w�k�s6����������q-Q��B��S�:���edj63V:5�:h�\V�J
F������F�x3o���#��,w6�; ��0Wh��QAj:�&�y<���n��eJ��Y�W��F�
,�v:/P�@�Z��*�M�
���j=h�
56�K4`����\�[�k��;�y�b�jc�0=�GհE{P��̲0������8��Z;�o����&>��ƌb�F/�0{�`٥!���k05��!0,��2}�0g֦9^W`
}��?�.R��)��cT��z�*V��bI�����|���x9��n8�~�_h��5�D�����E��
�������I=sy����[��=�FOO�M�}�$�m�w�6+�N�D���#]�쫧J�'͚W���^�~��yU:��|���f����督_���@�5z~�gO~wN��?i������;x�^[<��G��s^o?~,d'�gw%���y���T��I�eۍ�ϻz���+܏g�J��ٹ���*U[g}��y ��˼Bv�/?�u::(�s̩TѠ����������Y������8綫�od^�����\Oq�EP�f�����I�"6~9j<.o˽����'˸n�
d^��S>=��i�>�o�
^��_�t�zْ����/d����B����������f!�<i��W�1���JpR�m��z����	ak�sڄY�@��2�3"��f��4�����|�8{��6>:zĐ!�r,���3����ږB�/��)���P�QS��ό���G��F ������ܷ�
jHYϠ��5���H�jz�f-�7�[����Ų�S��|e�'�!2]�8�Q�*���v��h�+�ʼl�,bh�\J塓��q'�U���q\g�%�z�ɖ�P��tNj��YO�^uw����
�?� -We�7�	�A^	�A^�k��+��s۟I�*XL����6x��?*�B��7�\�@;}p
Y۱�G��63��2&��!�D���݁�DЦ[T	��u���(}xlGwZ[�C*-�f�$�������$��IƚVĹM0upkD��Q�"…����'Ҕ�J�7���%P����5y�����*T��Z[A�5m�x�)%&\�h'�F��˜���G�v7Ҷ]���_�������ܺ���6���Ej	���1~��#"�Q-��5��5��5�H;Q�9̂T�.�S��.3Y',#C���U�AH��C�,�:Q`�E)@v����$�"@�3'�A�
7��HTԉ��,��1��W�	s��Ҭ�M���C�ڨ�DA+0�4=�5`�Ĝ(���f<̈́v���t��i��[\D����O��ϱIL��	^��'�N\,6{�<�c�=��P�k齿�^���X���.�J�����z
��|���M8g<|�ᓼ�<�z=��k�L�Q�0������)Tf��t�y��ay~��8��M2��=-bꑻKV�<��zqKD��9�7���i�J�W�y���w��֨#Q���gSkV�����j�������� ���*h���O�M>����~�����z��+kr[R�1�uXh�h�D��i#�H��/A��4��ٛ�@����N�hڜBd���������;j��._���&;�4 T?�Uݙ���H�	
n�D�����U����g��i�-�����fcM���d��[Ղ���Jᱳ�p"�D�be!?=B��0ڨ�DBk�0l���Cղ.��q���7��K����gbND�O����4L޴�t�P
��\ޔ<�D��Be��%ِ���MA���ˉ����
i�<��D��d2�����g�6��5���N_ΘH�Y�y�6�r���榿4!��͊	�W��8���
�49�`����k��P����+�X6��y����01'�ߕ�-T���G48��c� ��?�U��Z��+�n�n��۲��1��b�� ��㪂-B�@��u�+ '�#�u�M�[�)ӑ�������[k��Z�i	(�&tm���o�`y3���Wf�گI�'8��A�i,�#��PK���
h�PKN�R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ��m�[�lӤ-�����1�`
lj�T��]ᣙ�M�"s��=��gI����
%MrDm��mMF�U�I��"Y%�E���̲x �i����lbW��:]^�"/
/��G�+oy�0��� ��VG�.y��fk/�`�EA��֗<�ApŃ0��5�%+1��k-ls_hM�p-*��y�d&�f�T�*o@;2e{VU���P)m�ONlS���O�t���A�&��(QN���#|R�hT�9>�L�������<�R�=3�c�̐��_��9]�g�o*�b[�{$o*�0^x �d\�2Q��� ���`Fp`o�b{QPS�)�S5m�L.�wf����9�Czs[��'��0)���NY�%�d�!C����7\��*�̸����j�#��D���O���VҟMO'�R���&�Ve?齇{�lO�3Pi
[�]�G�?���X-�ag�7`�r��ګ�)
6L�Wׁw����Ի�Zh
����FP8�c�Xapq��n�W���^��ccF�B�{��dq:s���+J(�n�s,�(y��ٰc1W�{.&�%)�Iy�@�j��E��O��`99��ﶛ���9
�l�o�e?�5��J�Z(@��ͦ�N�����2��X��4�Pp�W�����䷿j�>�����z.�~^�l���� ��<,�ÇT_ikV	)0�Բ��q	�!��Y������Nl����hL5H�P؉r`;�h��ZUC�&��.��U�]ZkB�B٦ܾU/�֝]{��6U%��!i'a�߰�Q�e�)��������Yk52T�ձa�M��A��Ԉ��eu{7(o?$2}!^�>�t��{�+���x�2Y�	~��rj����7���̂d�u8������X�b��
v�$!	��]??��������1mO����o�_���\B�9^���}	�?z�k6��v����Fd���C�J�Ix��4�7j��"B�0)��6��
����|
�U�DuյI�R�.B0*��{>��O����{#j�^w�I��DǏ�k]C�=��������
��,x`�=�f��6Y6+���h,u
�������?tچ�@?feq`�<08�C��E�_<��
���,(h�
��7�+���ͣsN�����F<���
����YWV������Nր=ߏVTJ��c�ȁ�!�$r�T4S�n�+N�� 2O��8�<��rL��-.2} �5q��?�D2`���foa`(��舛��@c{�� �g$�r��i�R6j�EB'n���bq�y�#�����q��i�>��z�:V�E!�g��<�gg<�|��[&�snPM����'�y�ȝg_j+�W͍0��!`��C���{��Zq���O '��U�#86��#,t���;�"��J���PK�8+<KPKN�R,Definitions/resource-Globalport-template.yml�W�O9��[�CV	yK�w�Ԥ�����;���k���p��;�~�%�
5R��x<��y<��C����K��(��	1nK�4K�_�4�G��$CCj��.VTq*����턜at6�����#�uE���xx~A���*�S��Dp����b0��
�h4.���u^ST4�	�3�MR����qA�C�@�0�P;5�Ș3���>y�fIR��I�EL�h�L����:C7\2j �j��@��e:�4�FQf�@�2W�@�RM���tA>>X�N7��!������9�o��d�� ������-m�&$�	�qo�&�ikas�(Xa��η����PU�Pǁ%�:���R9V2�j�r;�	g/\V�R�
!Ma���;E��_g(U����d�y�˼�Y���Ja5�J� �#%Ӓ�=���{2��La��AoL�+�7�
Rk�W4L�6��
Q�Gh��-H��D�

?�v��j1j����R�x�|w��iU�t�ݷ����M_I,݋d� ,�ұPb�O_:v����3�\
wxl�G4ѕ���Wj�]��iCc��̅�kc�]������_Tg����z�g�B����Ԛ�b7	�q!|\Pe�sb
����& �@�� yD�BtȒ����;�]�wG�����Ǿ����A�ǶUc��#]�o�����*����ZyS��z�0����n�+�~"���$��'�T�~q������#���?ӕf�6�IU`RUF�!2"nF�tK뀠���J�ȸCXaɸ����b�(����I���ˈ�}�A������)b�#"�[YsL�m�`@>�{��촯Lu�#C
���E����`�g��ˈ�E켋8>�`��O$�_Kk�fgs��JKrTq�͜�&�5);�۷�XF�nT�3�!�7H�r�9B�b���Z��������Ϸ�lE���O�?-:�כS������n�[�����
ؤ����F`9^B����,�
J��;�N;�{�[�-sKw�6��P��xrtA>$V;���q �#����}[��GufW5��R��Y�#��;0����x�]G>��=F
�Ǐ#5�@�`Ew�;v�}M��5���>���-��PK0/A5i�PKN�R)Definitions/resource-Compute-template.yml�VKo�8��W��� Ï��G��a�"�{)
aD�l"|hI�Y���P��uQwS���/��Ǚo^$��2��42Hk|�G�i��Ш�ԥ¬��y6�h  @:aL�=8	&l6�R��z1�Ur���5/	��:��
(x��Ւv����z��'�_&��|������0�9,���4����
H�=w�
�[,z4�3`A1��^�P�R�I�Q��QTS���i���/��B�`�vx�����R,GVy�(=�A�����(��=b�w%ꆐl�re+�`RA������y�E�-�����G#��{)�Q
�T�ɒ���g>8k��&R�j�$�@Z�uc��+���
e�"Ԩ����|�R�C]R>���5��[��O4�$'���G1%��>W�P�X.*��ǏD����\��g/?��z����W�6���� f�o0Qu�u�s$k/^L�;�>�$M�|lKF�Qd�Lk�H[6�2Da��PB.��2�wP��)���r�):���j�j%���J�\d����;D
�
0��6�;m�5v����zUd��:�n�
��{�cG���C���0�m�F}y�A{��r
4�X�f�����fs}�檗�AI����u��k�ܯ)M%�!����d��c�mK5���ۀ����Hs�[�
P�^��g�ҙ����5I�QZ��P�7tz.(�����)~'�t�㑤��Rc��b�	�!Z4�f{W�����CH�y�W��x$��5�[���T#���;��DC�����Ob����6��&���Wt�^ow�t��;��?~PkS錗�?��k����x^��풊^�ӈ9�&1�+�Ԕ��Gv{�G,�_�7���z焦0���^Ў�φ/��v”�(3��� ��E`}4��艡���u�4� B�w-�6|m��hk�;�PK#<�ߢ�
PKN�R&Definitions/resource-Port-template.yml�SMo�0��W���������6�0`K���ՠe&*K�$�ȿ���m�=�ȏ��O"����Zzi���dR�m�ɲR��T�"[�J�X��t ��D�7�_����8_9&y�\`$"
�8>#��r����Eq/q&��ap�PD[�^Rt�0YcI)���� '��|k�*K��w���N
T����?�t�����_�4ܘ��=�֌������CEn�u�C
7�|��3���O�d�`���	dn����-S[AO�cS�[���o��s~~ E��b��Z��;�S�Z�eN�vv6����t�{~��[�X��Rq��S{�1����
s���S�節���,�	w��;k�)�C�pe�oJXOA���tǬ���f��;�@wm�7��)ܽ=�֚2�p��=�k����"{zwޥ*â��Gd�C�Ի#h�o--)lQ9�]��X+J�	qP͍������2�zG���|
Σ���0�[����7bR�N��@�ۺ�vQ;�r�6q*`���%-hԊ`T.����n�^ݮ��qe�lM�h�k.��������ӕ��GӻVR�|���\铖����?PK�ZePKN�RFDefinitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.yml���n�0E��
�!َ+i�6H�E�hao�!9r�!���}G��VS$;���w�(�(�Q�j���.6�H5KS)j�l�`MS4��b	�
c�
4�t:=?�w��29�CU��"kK��xP�R@�fx�?��e�g�,	.����R١,���,��;D-��d�\z��	��
#CH�$z��]NH�Awi����G�;?� *];j;KHx��Z�'$BK�b/���"�2�0�>H<�S>�L�lcǗ��F��
B���Ϸ�/�ü�V 5�n74pR�7�,��f�Ն:̞��PqLa��Fq�K�@hC���[}A���݊]�|��fe)w�h�ϕ�ڂ�s>�}o�yG���>\��(�1�>B>��������'��'��P5m����M��0�_���z�~PK���dPKN�R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{��N�$�77N���I^����l�:�*����Q�>;imc��I��ȏ����%�B	'���
���\PYQ��5+d2JF':�1���V������4���a:������O)�Nxuu����w��Tm|yqq9³|pz��8���x���(����1�d�X�1೛a�V�sfh��0���_��Z+��a��r�2���%��[���9�6b��]�/��!����B�u��"#N2[��ݓ6_�Fb��Y���2Qe��p7����{���^��D��)�Q4��S6<{a�Ig(gU�"y{��ү�������;@.$�	�h]HR����lxa��d��T�m���15(Y��R�[�[��xat�mUKu���;![Yc”Ү�۷ꉃ��l��P�E�K*�E�)�x�N�>]j�uͳ�=�{8�����4�l�O*lb�WF�u����V�23՚H�:���-�O�>�6����:J�@����Z	C!g��I�~%8&��P��aL�!����)����H_�M�DŽ�e�3�j���C����`�1��_�a����'b�2"�b��]TRX�:�I����$|�\���C���ֽU2��%u�b�r@�����:�|���j�m�������D�ќ5R�2Js�R���:��`�{�X���Je���;�~+&+Ll���s�H��.�o������`���n��a�lCLq��W魢=��ް:�%�L��_PK%�wM�
PKN�R(Definitions/resource-Extcp2-template.yml�R���0��+��m  �M�m�DU���d/U�3$V�M��6_�*�7��{cT�0�(��d��IW��i����䂅H�$�d0C����3j��_�1�2��o�Nћ�a�-"d��=�gy���V�b��t9%�E���z�|μ�͂0]<,�{+�XP��f���ߌ*�yi��'����=����;ť�+s)	PP�DV;[��� ת��[�>:*}��I+b���oɼ*�6�
�����J՚��L����;��w�}zC#Av�B?���,���<��Ķ.R����&�x�MO<�����9�M��BXҥ�v	��KL���%C��j�\���#���G�걪E:�T���>y�:	J�L�w����-��*}�Uicb�(���>+�s�;��Wv����T�V�6`g-���ߥ�;�t��k�4��+z������܌O׺�L1VkM�ݾ�A0x�����f�cg3v��?��hp7pK_�i�'GS������U��tGn�֝���A�t3
����x�4���"	���ǵA�-�֤�������kga]%R�5�i����4�7Z�d&b
�鲴���ZM��$1���
��f�7�QE��
�r���K�cx�E�)���!Z��$�n�����a:�Q����)���q0sZ�b�G��/`�|+��D���ѭv�w��1�/b���T��Qgr?�3*�C�;A;:�7�yw{s�<\�?_�'���=J�M��'nj*%��JD8�u�����tu�*�h�E�
�|��x$ooo����P������<�y�	龌�w�̆mo��:@S��nْ��I,c>�����Xaۆž�2��Ķ�!,IQ)^���I�v�,oǝW0�ʮu������O�4U�
�wKŎ��PK���PKN�R?Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.yml��r�8���i3{`W�����̦*q\N��^T�D�5�k%�c���')�z������@ ����
�8n�R7�L����h֕�~�����2VW>���__i��q������km}\o�~@��;h_�q����ٮ͍u${}X9��^g�> {g�h�1M��G�\���>�`�\k&N\�8����8DAh�d��L����g�Hh�b7��!��Ec�}��gL57�҄�N��$����@{�$��}�x_,L�)�_��?I@b����f�|c&4����$a[�v���DYk�x'0���b����X��S�$@�Ç+X�0����f���4���B.�W߃N�8l"k,�-a��`�E�����3�xv#V�(�Oq��PyK���k5�,�
!���P\s�W.(ԫ�
(�l���w���a���ĵ.%�D��5���<���K)Y�\<L+Vԃ�����7��?�Y"V<4G����a�Ji��$�VR��M�K��Ŵ�t�(����zOR��탔��
r+RR�ۇ�
ߊ�=2x�}�!����-,����W�l�M(�P��Q�P�

f�ʹް��qOi�}�A��sp�Q0�qJ���~�a�%(�b�ԍ�
{I�fd�*f`�w8
���,�l���?�ka�Mh�:�	h�j$�3�q�Y��iF`P�Z-*[�(FZ<�#��$�{
|����_�����X����3����anpj.\E=�g���Ʌ���V��}�P��� X1-�{'iC1A#��	PF�⼰5u��87�0�1���p��?p<|c#�Fq̌�k�j���iid%��6y1��K���j�B�0���&�<� 6���4���%�+�{�b $I�KS���oܗ��
���R-����� Ρ��&z��>>v��h%aPʈ��:$$nN?�>!��@�!ߩ�12��M�잞
|Ʈ���ס�6���P=X�܍k_X-������M	���lwi� b@��&N�=�E.`��خ
Q�LO][���[�B��	�I��Q:���9oC��Ͳc���?1"ZFD8��Y����e�Jˮ� �'��r�o%�ޑ�� �wZۅfnɨ���`
C6���Z��t�>~1J�']�,,�������q��/��a�:sVB��O��)jI���+��j�a��~�e0~�׷�n6��6���_��ԃ�}{�{K,P���Č�\W�3�����b�E�I�kH��f���֑5&�[�\�5���=�W���#��dk�lW�9�f�_o���#��6M�F��q�3m�$�P��iBC��;;�����I�;SG�5�nu}���B[�`���f��[~��,�c�'OM�Th��܇V+MX b�B�s~���-�\`�QeK������2�f�0��bХ���Os�ω�L��oDj @qN�j�O]�!��Z+��B�R�=�﹃!XF����Y�?���y5MuZ3�&��I�-?|���w��F�R��o��[r�Nd���&?��O���d��Hr��HX��:�l�raV�8�����R2=���vi�+����l�ֶLdb{���'���ӝZ&E�j�?���A�(��#}i;H_9��~tt��녖$�ȁ쏻%�76F[|X"��n�cb�4��Ω�;]�	7�Yߟ�v��_�Y����:���
�y���gk���g�9q�W��o�3^�=
������������J�@U���~�ˍrx�KV�d.�4��Y�XbTyj1i��;3v�&�Z1Ē�H�kD����,@��%�r17?���!����s�L���ǜ�7H��@v	f��x��V�Yе�=��V��|cYhҩ���Q�[m�OS}�ʤ������Β#Q�Y�Ͱ��[��:����	�S�����!�29 �d�'J�J�Ž/��^Vq��|�UE��e�3L�	��Iv*$�Ow4�1R�7�(�]���TAg4}7�CVN�V�9J�U���%5l� �K4Mm����?	wlz��(��щwQ��]�.D�C��z4�Qˢx���ի��b7�w���G���{c.����ꏼ�.\,�wE�5�:kb�:	j�47���"$�g
�5�h*���R����W�Z$�%�D>��	�R�N��,���hP"����eH�gR��]o9��2�t���/Z\���u�3ToP�D^`�����!&�|K�{��LA{a�;��K+����dV%l�j�����8Ry�P��%�7r޲<��[_g�jC#f���A{L�L�U�|f��ap��L2&��Ҋ����Jq0BD(]V��[�>_ziգ���h�H�!���.y1�bG����4�����r'���[���AZ�,��r�#'�b�s��\�x7��<Х���;u�}S'$��B$2o\��Z2��9��������zh����a�p/����2Ӽ��y�@M�߰I�^�**�^DŽx��N̍�e4�?Ju�U���m�R���0��n��!ĵM��H�vd��1������H�
 @-���|$}13�
��{������H��#����gʓo��>J��(}i���)N@�X�ov�PK7��L�OPKN�RIDefinitions/resource-BasicVmMacroNodesUbuntu20cvfc-template-interface.yml�]M��(��ර��fr�m2I�R���2�\��(��͎Z@N��~}XȒ���%�*|�%h�׏�A-l���l�7\
��Li�2C���y�%oH��k|������oo��1�/>��Yy!ڤ	܌�!f��؋�}J22�	4�.�^��*��B��Ze[7��K%�v��Ju;�	�;M�ת"DiJ�n)�rQ�vo{(�2���4��2W�E�����czG���^ sm���R��sa�We�1S|�b�P2�
�ߑ��񶨛)(�h�O<Ù�s�
�]�T�_��U��/H� �������ͥL۫���s��Z�Dץ-K���G��)8K�`��s��A�3?�zҳ�f�MO-��0j�5]��4�k	m̶����o���7Z�HA�>�k��+݊��w�T��hP	���]�:mR�ī�e�>�)r_Tq�T��#Ѿ�B�T��
��2���^X�sÚ6r�����RbNo��Z�/���B����kN��0p�`,n�0��y���/�&I�\97�f���ߝ���P3A�I���D`Rm��NJ�7��E����Xtb�@nQT�}%���d�^�L�/�������GKѠg�aC�{�k�(��D����1�n�XC�\�,V|��dMx��fsL�u_�i��`�&9�B ����y|s���L�@�o̴�����A�BQWPv"�/U�:�R.[�s����
N<\-��\�v��4.���FaW{phY��
QH.�Yq�\�[�$��I��xʶ&|�d=>�{uH	��z��-\L�x��s��q?�Fi��i@���Mщ(�5�����F~ �oY���e@��Jwpaz�V*QC-+ҝ�H�HZ>�
�|���A��1���'�{�͒����l�X��3�����.�&�9S�v���j�i�y���Yx0
p=6~��.s��P�\��zVL�ϔ~KxL���)Fⰱ2:9������(Pd�`�;U�
}v\��|w90b��z�)�FYe�>1��3�f�Ӈ�تj����PՉn,��Yc�m�"�i�;��C�k���$�\)i�u�!�*����#�4,��´���.n]���g���,7���v�I�E���%˵���v�����f�@��87<	�8���c�iU���~`�0��c���XI�a�؃@�m	��㒽���e|�Ҡ�1=V�5�#Vh����N����5��0?�b��G)�0�����>�{]"Sa�%��?�'�H_Sor0Cd�(ӆx�"kA��>�ۂ
OYzJ}���&L�>.�a�V,e�$�AF$Hj��1��;�[�/u|��N��;�Y���^etu�q�
`��W^�K������$��ߤt�̪�W�X������/b�;�
���j�œ����gP��շ�GnU�]����$X�`쟋��DO�p�^�@���R�#zY�f���PK�`t��#}PKN�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��PKN�RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PKN�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��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?��@@PKN�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PKN�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PKN�RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PKN�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���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~(PKN�RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����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���/�tPKN�RDArtifacts/Informational/OTHER/VSP_basic_vm_macro_VSP_Information.txt���o�0ǟ���7ie��1)R5� (�`���a��185�������s�@BR��)�}�����,s��^���3�`k�I��d��jea��2D-�2C*�Ӎb�*2ς2V�\GK�Y[2��ޥ3o*sXe:&��9
�[����Y����Sd�����$�[���N�S����VS���LM՗4��K��T#&�-�ʳC死;�-�"�����;wι0���JF�@ȧ�<;��A���$��=�Ήq�%�H�ە�r��`�m��D�ƃnAun$��f�T����znH-���2������l�r�~��#�l(�t6�S7�ګY�:�������B����P%Yn��r
�N���n��C�S�\�E*
&�
�R���7���gh�~48�+�<ᖃƿ�Ia���e>g9���F`����|�i���\|�Ć��Sח���%/a@iY����e2)R%�&2��#"���|܀���g����
�e��Xf��b��<��I=Oy)�ܗ�ƒ�������w
/�����[\�'�)f���p]­l���Ӕ.+s���}�ue���p)��h菉=2�/e,�yS)� ���a�
�~c�1'^������)�"���T��+^V��",��J��i�����<9Ƈ�bFC5}��ɍI�ˮ�BX�S�#,��Q�t�,fc��ʜ����$�A�&�є�1�vb��]lH�����ś��Zgde^��c��tIc~�_+4	����6'�L0��jJ�J�DŽ��ÅH�]k�X��!��4�K�L�sY	�q?k�`�娸�Ax���ʹ'P*xD{̞O�}���#x��Xd�ka�ː�B�ou����]ת"�S�yOP��
�+1)���_��m�����gO{��?6��h���ҤgZ���r����K��Ƴee�*B8}R��yAm|�#�q<x���_PK�ظW�PKN�R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm��
�0DEzOV��+%&K
fwC6�{KkA��0��c܌����#��!IXO*����{=��JE�(T��	��?#8���݇ǁ�_��8�H!6���w�!��Ң����v�nG��e�&����PKW�P2}�PKN�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU��� D���zmʯ`Wk",4���R'�Lf�>�u��	�H���V�^�;��8SɁ�=�@�£�`�m
Oy�sc�������'2���	��H,!W�u���A�Y䈗��7�A�/*�◦�(o���`jY�
��J�-��h��@K�tRݾ��h��FӤb#X\ч���W2dtQ�5�j�iK�S�j�`���˜�3��?�f��H�A����@h��~������K�鈳e�Փ�(�	23�����?Y�`�
��6���	Y�|w@�|kfҊ�\ۈ������aV;����m�qy�'ɥ�+6�Є$���/�%~8�*�:uU�+!�����Ko�r�����k%	��"_&XK
90ލ�8qSE}֖j�L��̑ڬ�QYt�D��w�O'���vejd�e&������ܑV!�yG8��hc��@ى��,����vu�8r���qESQs.CRuE��Av/r7i<&�,�E�&�z*���״9ԟ�]C\�s
ӎ'C���X�h%�J�m�i�46�D1kֺ�YH��v���2%���S�vLMC�+]�������A�R��r�)�hy\L�[	]���L�d:p�{�ϐ�4��l��/����a�
���|�W�V��7+>=�@u�y��:ͧ�BR�9
O�y�+�s/c��kLcV�Oq##x�����N���\Q*�=�����[�H;Vl�D�{���3�dud��1��)rb��գ�qX�l�h��	�0Ð	Jh:Ԫ&Ҽr���3�g�S}��OÊf*W��6��(�K�14�����=(hE�j-v-⭙�z�Q�{��G�l4���\%�Q'��;���*�A�3��|�Q��^���>�an��9;7�p�4Z��ѬUSד	��V���)̤�D '�X�������[�S���V�^�K&�F(m_nLmo��
���Qδ����٢�{C�qr�~������.�\���z�Á�h�]`�x
Il/�PQ��mߣR��F���hݚ�LO/�J{�d�c���C����%���X�;�
��U�����l�D?/9�?�|ܺ�&{�`� �-g��nzA�S
��v1�O�Z{�`�5r����6�S�>X�aM���3���9�1 N(�5>يm��d%�#�=��(_�.w�`��6ʨ�*j��EH�I�>-���>i%��c&�N/�
+���ȥ����9=�]��jH�˴�	�6~y��:jA�
�����d�C,�%o���1����ށ5����D{Y頻u�{jX�����u�-�����E��R���]�vLl�Y�V<����e���[��	x+
�������8��Q�%Û?M��F8�>���o�&z��$V��g����(�v=�7��f��wO�Fmy>ܝj�8�@���t��^���
?�F���K_״����n�I@�l.<�i�}4ԝ�(����g#U�K����J�lKՋ�(�g*��:p��Q�m���4�":�+�M"Į�F�F���P��_Y�h�I
᱌�"9���z�/���
v��Z>�4Ll�-g�.nD���˓{�a��ԡ�3��
m���Q�QS28�Q�ӏ8+�oq��+�{j������9Ic���Bb����_�4��Iփ��F�('p�,����K]�W��z��|:0nں�L�U�͇��#�^�jľ���_�Z�_.�M��◱����ya<�b�
ϭHa���2��ڙ7q\��ug2K�u�$A��OP�#��
)R����A��!/��K荷jJ��C����)V�ܧ��	�sw�&dG��x�J��貱�S0�g�Xn�s��������1�t�T]�
��
=/�x�dl���e\�����7³G��m���G0�Z1E��˹���"���;��f`*\s�>MAN.N��6>$�o
��ꏅ$:�m!;�|����C#��H���Q�Q�v+���E$�n~KP�%# ���G�0�eB�F����0�v��(]��@��h<�.EF@d��������:��V�\����,���pA��=�'�9)q �9=q������J��K�',!L7���y����������æ<ʲ�l����XP�V �����R�9��&
00dFJm�(Q����wW"���ǥ[?�<�-
��ya�[{��.��t��ׄ�҂�d/���������%�,.s����ߣm��_~~�;P�S�Z�ڳ/0�ѫ?���-~ey�#��;�X�b�ʒ�l/t�y���Tޅm|`p���]V>�r����PnPV�c�~�z^��?s��X3�U���}�����,P��C`c,�M��nϮ}��#��W_�J�c@MTޔ����>s����㉷8"�m�`�K4�!`[�롈���'�?
Vzy�Ԣ�	rt���yH�짗֕6�rx�:R$�A5�5���T�5a��0����Rk����Qʯ���aH=_S)�	�`u�V�K[�4��]��ȳ+Μz@�o�D.���&��x���jp��h�$ V�!�V��l;��2�e�0�c?ޢ�G@��Cǭ}���p��kc�i����i��5���=����^��إ(i��㜏�Y�S��������o��H�Ol�]]�v�R<�v�N^��u��!���-��&ϻo�kG1)�֤�.NfԵӾ�O{R�)�K�*��Ԩ�ȍ�pi�V��F	l�-�9d��[�5dx;�(3#��n�Y�Z�%�9[��J���u=m��()�$;eʽ�e(�9�\,�S�f��>�5�
���tܑ�n�����9&;o�
��:?8
��a0�p��W�!T�߅UO�$�/�r�D��U�\/�y'().9ţ�jd\Q].���M`M�~��/z2Pn#����`�̩9�a΀<����W����7�S�B2��+�1^_��;T��ͩϵ�e��D'i����ΦK�{'a\�����+u���?��VE��߷=�=\V
�����ƨ�D
s@�Q%N�a�7�9f�X��7�U|Ҋ�;:E�
�T�s�K��wS��P9c�!��&�94A�qW�n<3���Cvh���6w��d��f��Ac�
�H���I;�{�^���' ���^ W������"���g
�o�`�����?d��������'�W�s�~��w�R�Mf�͹�_���É�B�}4t�=��@./V�{`$���s�5)�����X��<���r��%9p�"��m�Y%�D�^mm�T+���7�X�(9��L���U?���Х%�@�/�N�d1�p^E���D���ں69�.�ƍ��o�gf���ћ���l�uÃ%54Bn_k��MXu�UqY͏���a�"bQO3\M|	�d�.�Qp�Q����s���6�o_��e���lǼ�M�bӈ��}��ڃ*�!*?%s�,G}�o��!����ùr%a�����=	���'3�l�sF
��C���9\[�4i������U�]4P^�~���@6P��O>2�'��ϕ�)|�[��f��FT��Gu�s��u����\#��K�lnK3�GQCGN�K
�n��\����]~=�D��=�%~pr��i�F<9Ӂ��Xi��	�����D��0� �z����D^�H��^7�|6W�?3EE��&�{�Х}�o:�[��@{QUh�zH�=�o=5Nv��d�e��,��M��뜉�Ö�S�QC+,�E�&���M�>�h��YSUv���}����-\��ġ��ˁ���̈́����+��4�����\}���?b����r��������#��̇�k+��W\�P+��*
3^�#��x�!�痿�P��<��Nm� �$0��'�VU���a�?��78^Y�������e��T�U�������^B�z��M����mf��9��1'���m|�*�{‡϶I�h&I�>��`�&Dvr�ܹd6^.? )��P��q�����e�m!��RFJm�`y?�d�����oF\��i�����녈D�p�����p���s�k��!\?V_��M��+�5K�[[�7��69��"���M��MA�k�����Sz�j����2(�vo]���\����כPW�"נ�o)�ބ�z��CG��J*�M*�k���WE�怮���,����&��,����C�7�7������F"~�j�Ey
����&���:N&�m��M��x����/y�m&�_C������U��>���j��2z�0������f����������
���13��)MUT��_���AE@����PKn��%PKN�R�R�B4E	csar.metaPKN�R��ڊ��kTOSCA-Metadata/TOSCA.metaPKN�R��x��V.?Definitions/resource-BasicVmMacro-template.ymlPKN�R���
h�8|Definitions/resource-BasicVmMacro-template-interface.ymlPKN�R̆�Y/�Definitions/resource-Securityrules-template.ymlPKN�R�8+<K/�Definitions/resource-Globalcompute-template.ymlPKN�R0/A5i�,$Definitions/resource-Globalport-template.ymlPKN�R#<�ߢ�
)�(Definitions/resource-Compute-template.ymlPKN�R�Ze&�,Definitions/resource-Port-template.ymlPKN�R���dF�/Definitions/resource-BasicvmmacroComputeNodesHeatUbuntu20-template.ymlPKN�R%�wM�
.�1Definitions/resource-Extneutroncp-template.ymlPKN�R�LG��(H6Definitions/resource-Extcp2-template.ymlPKN�R���,�8Definitions/resource-Novaserver-template.ymlPKN�R7��L�O?2>Definitions/resource-BasicVmMacroNodesUbuntu20cvfc-template.ymlPKN�R�`t��#}I�JDefinitions/resource-BasicVmMacroNodesUbuntu20cvfc-template-interface.ymlPKN�R+�@j5��TDefinitions/data.ymlPKN�R�'}8��Definitions/groups.ymlPKN�R0?��@@s�Definitions/policies.ymlPKN�R���C&��Definitions/annotations.ymlPKN�R�����h�Definitions/relationships.ymlPKN�R2ea�
s�Definitions/artifacts.ymlPKN�R�H�v~(��Definitions/capabilities.ymlPKN�R8��~�Definitions/interfaces.ymlPKN�R5n���/�tw�Definitions/nodes.ymlPKN�R�6��D�D��Artifacts/Informational/OTHER/VSP_basic_vm_macro_VSP_Information.txtPKN�R�ظW�,f�Artifacts/Deployment/HEAT/base_ubuntu20.yamlPKN�RW�P2}�<�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKN�R@�Z��4��Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKN�Rn��%G��Artifacts/Deployment/CONTROLLER_BLUEPRINT_ARCHIVE/BASIC_VM_enriched.zipPK�	a
2021-04-23T03:16:29.191Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-23T03:16:29.192Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/15ff10cf-756d-4bf9-95f7-c321a3a476c4/toscaModel|INFO|500||InvokeReturn
2021-04-23T03:16:29.196Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-23T03:16:29.196Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-04-23T03:16:29.196Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||VFCustomizationUUID= 47bd892d-14a3-4acb-a088-476d6aa34e6e
2021-04-23T03:16:29.196Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 47bd892d-14a3-4acb-a088-476d6aa34e6e matches Tosca VF Customization UUID: 47bd892d-14a3-4acb-a088-476d6aa34e6e
2021-04-23T03:16:29.196Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||vfCustomizationUUID: 47bd892d-14a3-4acb-a088-476d6aa34e6e  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-23T03:16:29.199Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:29.199Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:29.200Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||resource request for resource customization id 47bd892d-14a3-4acb-a088-476d6aa34e6e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-04-23T03:16:29.200Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24443f14
2021-04-23T03:16:29.200Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:29.200Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T03:16:29.201Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d5e36d56-504f-4c75-8053-c4cc45d29c68
2021-04-23T03:16:29.201Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d5e36d56-504f-4c75-8053-c4cc45d29c68
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-23T03:16:29.203Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:29.203Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T03:16:29.204Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:16:29.205Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:29.205Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T03:16:29.205Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:16:29.206Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:29.206Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-04-23T03:16:29.206Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-04-23T03:16:29.207Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-04-23T03:16:29.207Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=52b9d559-f075-4e64-85b1-037e588f7ea1
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-23T03:16:29.209Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:29.209Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T03:16:29.210Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T03:16:29.210Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:29.210Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-04-23T03:16:29.211Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=47bd892d-14a3-4acb-a088-476d6aa34e6e
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-23T03:16:29.212Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:29.212Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:29.213Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4123fedc-3a41-4e8d-8a2b-0231a41dc5bd: basic_vm_macro
2021-04-23T03:16:29.213Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:29.213Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:29.213Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:29.214Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:29.214Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:29.214Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:29.214Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:29.214Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:29.215Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-23T03:16:29.215Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T03:16:29.215Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as MODEL_UU1_63_0_, vnfresourc0_.AIC_VERSION_MAX as AIC_VERS2_63_0_, vnfresourc0_.AIC_VERSION_MIN as AIC_VERS3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as RESOURCE4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as CREATION5_63_0_, vnfresourc0_.DESCRIPTION as DESCRIPT6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as MODEL_IN7_63_0_, vnfresourc0_.MODEL_NAME as MODEL_NA8_63_0_, vnfresourc0_.MODEL_VERSION as MODEL_VE9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as ORCHEST10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as RESOURC11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as TOSCA_N12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_0_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_0_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_0_, heatenviro0_.BODY as BODY5_25_0_, heatenviro0_.NAME as NAME6_25_0_, heatenviro0_.VERSION as VERSION7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as MODEL_UU1_58_4_, vfmodule0_.CREATION_TIMESTAMP as CREATION2_58_4_, vfmodule0_.DESCRIPTION as DESCRIPT3_58_4_, vfmodule0_.IS_BASE as IS_BASE4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as MODEL_IN5_58_4_, vfmodule0_.MODEL_NAME as MODEL_NA6_58_4_, vfmodule0_.MODEL_VERSION as MODEL_VE7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RESO9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as VF_MODUL1_60_6_, heatfiles2_.ARTIFACT_UUID as HEAT_FIL2_60_6_, heatfiles2_.ARTIFACT_UUID as ARTIFACT1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as ARTIFACT2_26_0_, heatfiles2_.CREATION_TIMESTAMP as CREATION3_26_0_, heatfiles2_.DESCRIPTION as DESCRIPT4_26_0_, heatfiles2_.BODY as BODY5_26_0_, heatfiles2_.NAME as NAME6_26_0_, heatfiles2_.VERSION as VERSION7_26_0_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla3_.DESCRIPTION as DESCRIPT4_28_1_, heattempla3_.BODY as BODY5_28_1_, heattempla3_.NAME as NAME6_28_1_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla3_.VERSION as VERSION8_28_1_, vnfresourc4_.MODEL_UUID as MODEL_UU1_63_2_, vnfresourc4_.AIC_VERSION_MAX as AIC_VERS2_63_2_, vnfresourc4_.AIC_VERSION_MIN as AIC_VERS3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as RESOURCE4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as CREATION5_63_2_, vnfresourc4_.DESCRIPTION as DESCRIPT6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as MODEL_IN7_63_2_, vnfresourc4_.MODEL_NAME as MODEL_NA8_63_2_, vnfresourc4_.MODEL_VERSION as MODEL_VE9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as ORCHEST10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as RESOURC11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as TOSCA_N12_63_2_, heattempla5_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla5_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla5_.DESCRIPTION as DESCRIPT4_28_3_, heattempla5_.BODY as BODY5_28_3_, heattempla5_.NAME as NAME6_28_3_, heattempla5_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla5_.VERSION as VERSION8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_1_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_1_, heattempla0_.DESCRIPTION as DESCRIPT4_28_1_, heattempla0_.BODY as BODY5_28_1_, heattempla0_.NAME as NAME6_28_1_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_1_, heattempla0_.VERSION as VERSION8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as PARENT_H1_27_3_, heattempla2_.ARTIFACT_UUID as CHILD_HE2_27_3_, heattempla2_.ARTIFACT_UUID as ARTIFACT1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as ARTIFACT2_28_0_, heattempla2_.CREATION_TIMESTAMP as CREATION3_28_0_, heattempla2_.DESCRIPTION as DESCRIPT4_28_0_, heattempla2_.BODY as BODY5_28_0_, heattempla2_.NAME as NAME6_28_0_, heattempla2_.TIMEOUT_MINUTES as TIMEOUT_7_28_0_, heattempla2_.VERSION as VERSION8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_29_0_, heattempla0_.PARAM_NAME as PARAM_NA2_29_0_, heattempla0_.PARAM_ALIAS as PARAM_AL3_29_0_, heattempla0_.PARAM_TYPE as PARAM_TY4_29_0_, heattempla0_.IS_REQUIRED as IS_REQUI5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as CREATION2_66_5_, vnfccustom0_.DESCRIPTION as DESCRIPT3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as MODEL_IN4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as MODEL_IN5_66_5_, vnfccustom0_.MODEL_NAME as MODEL_NA6_66_5_, vnfccustom0_.MODEL_UUID as MODEL_UU7_66_5_, vnfccustom0_.MODEL_VERSION as MODEL_VE8_66_5_, vnfccustom0_.RESOURCE_INPUT as RESOURCE9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as TOSCA_N10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as VNFC_IN11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_7_, cvnfccusto1_.ID as ID1_23_7_, cvnfccusto1_.ID as ID1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as CREATION2_23_0_, cvnfccusto1_.DESCRIPTION as DESCRIPT3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as MODEL_IN5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as MODEL_IN6_23_0_, cvnfccusto1_.MODEL_NAME as MODEL_NA7_23_0_, cvnfccusto1_.MODEL_UUID as MODEL_UU8_23_0_, cvnfccusto1_.MODEL_VERSION as MODEL_VE9_23_0_, cvnfccusto1_.NFC_FUNCTION as NFC_FUN10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as NFC_NAM11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as TOSCA_N12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as VF_MODU13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as VNFC_CU14_23_0_, vfmodulecu2_.ID as ID1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as AVAILABI2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as CREATION3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as HEAT_EN10_59_1_, vfmodulecu2_.INITIAL_COUNT as INITIAL_4_59_1_, vfmodulecu2_.LABEL as LABEL5_59_1_, vfmodulecu2_.MAX_INSTANCES as MAX_INST6_59_1_, vfmodulecu2_.MIN_INSTANCES as MIN_INST7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_POS9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as VF_MODU11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RES12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as VOL_ENV13_59_1_, vnfcinstan3_.ID as ID1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as CREATION2_67_2_, vnfcinstan3_.DESCRIPTION as DESCRIPT3_67_2_, vnfcinstan3_.FUNCTION as FUNCTION4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as INSTANCE5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as VNF_RESO6_67_2_, instancegr4_.MODEL_UUID as MODEL_UU2_32_3_, instancegr4_.CR_MODEL_UUID as CR_MODE10_32_3_, instancegr4_.CREATION_TIMESTAMP as CREATION3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as MODEL_IN4_32_3_, instancegr4_.MODEL_NAME as MODEL_NA5_32_3_, instancegr4_.MODEL_VERSION as MODEL_VE6_32_3_, instancegr4_.ROLE as ROLE7_32_3_, instancegr4_.TOSCA_NODE_TYPE as TOSCA_NO8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as INSTANCE9_32_3_, instancegr4_.OBJECT_TYPE as OBJECT_T1_32_3_, vnfresourc5_.ID as ID1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as AVAILABI2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as CDS_BLUE3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as CDS_BLUE4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as CONTROLL5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as CREATION6_64_4_, vnfresourc5_.MAX_INSTANCES as MAX_INST7_64_4_, vnfresourc5_.MIN_INSTANCES as MIN_INST8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as MODEL_CU9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as MODEL_I10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as MULTI_S11_64_4_, vnfresourc5_.NF_DATA_VALID as NF_DATA12_64_4_, vnfresourc5_.NF_FUNCTION as NF_FUNC13_64_4_, vnfresourc5_.NF_NAMING_CODE as NF_NAMI14_64_4_, vnfresourc5_.NF_ROLE as NF_ROLE15_64_4_, vnfresourc5_.NF_TYPE as NF_TYPE16_64_4_, vnfresourc5_.RESOURCE_INPUT as RESOURC17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as SERVICE20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as VNF_RES21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as VNFCINS19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T03:16:29.357Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 49a63a30-5e48-4636-b3ed-a80aa9d23b97 1 ASDC deployResourceStructure
2021-04-23T03:16:29.357Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-04-23T03:16:29.358Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-04-23T03:16:29.358Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:16:29.358Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:29.360Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:29.360Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147789357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:16:29.461Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:16:29.461Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:29.461Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:29.469Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:29.470Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:16:30.361Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-04-23T03:16:30.361Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-04-23T03:16:30.361Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:16:30.362Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:30.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:30.363Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147790361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T03:16:30.463Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:16:30.464Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:30.464Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:30.473Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:30.473Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-23T03:16:31.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-04-23T03:16:31.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-04-23T03:16:31.364Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:16:31.365Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:31.366Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:31.366Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147791364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-23T03:16:31.466Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:16:31.467Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:31.467Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:31.474Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:31.475Z||pool-105-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:16:32.367Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-04-23T03:16:32.367Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-04-23T03:16:32.367Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-23T03:16:32.368Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:16:32.369Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:16:32.369Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147792367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:16:32.469Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T03:16:32.470Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:16:32.470Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:16:32.479Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:16:32.479Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T03:16:33.370Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1959615-df87-41b1-907e-aa481ed0a683
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-23T03:16:33.378Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1959615-df87-41b1-907e-aa481ed0a683
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-23T03:16:33.381Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-23T03:16:33.382Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-23T03:16:33.382Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-23T03:16:33.382Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-23T03:16:33.382Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:16:33.382Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:16:33.382Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:16:33.382Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:16:33.382Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:16:33.382Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-04-23T03:16:33.382Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||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-23T03:16:33.395Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-23T03:17:03.396Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1959615-df87-41b1-907e-aa481ed0a683 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-23T03:17:03.403Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1959615-df87-41b1-907e-aa481ed0a683 and serviceModelVersionId: 4123fedc-3a41-4e8d-8a2b-0231a41dc5bd
2021-04-23T03:17:03.404Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54c96af8-8788-486f-a0bf-82547964ffa9
2021-04-23T03:17:03.405Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54c96af8-8788-486f-a0bf-82547964ffa9/model-vers/model-ver/4123fedc-3a41-4e8d-8a2b-0231a41dc5bd?depth=0
2021-04-23T03:17:03.413Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-04-23T03:17:03.444Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/54c96af8-8788-486f-a0bf-82547964ffa9/model-vers/model-ver/4123fedc-3a41-4e8d-8a2b-0231a41dc5bd?depth=0|INFO|500||Invoke
2021-04-23T03:17:03.444Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/54c96af8-8788-486f-a0bf-82547964ffa9/model-vers/model-ver/4123fedc-3a41-4e8d-8a2b-0231a41dc5bd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/54c96af8-8788-486f-a0bf-82547964ffa9/model-vers/model-ver/4123fedc-3a41-4e8d-8a2b-0231a41dc5bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1959615-df87-41b1-907e-aa481ed0a683], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c185bf3c-bb1e-4b2c-b631-a225c87a63a6], X-ECOMP-RequestID=[e1959615-df87-41b1-907e-aa481ed0a683], X-TransactionId=[], X-ONAP-RequestID=[e1959615-df87-41b1-907e-aa481ed0a683], Content-Type=[application/merge-patch+json]}
2021-04-23T03:17:03.460Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/54c96af8-8788-486f-a0bf-82547964ffa9/model-vers/model-ver/4123fedc-3a41-4e8d-8a2b-0231a41dc5bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-04-23T03:17:03.836Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/54c96af8-8788-486f-a0bf-82547964ffa9/model-vers/model-ver/4123fedc-3a41-4e8d-8a2b-0231a41dc5bd?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/54c96af8-8788-486f-a0bf-82547964ffa9/model-vers/model-ver/4123fedc-3a41-4e8d-8a2b-0231a41dc5bd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210423-03:17:03:484-41220], vertex-id=[229568], Content-Length=[0], Date=[Fri, 23 Apr 2021 03:17:03 GMT], Content-Type=[application/json]}
2021-04-23T03:17:03.837Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/54c96af8-8788-486f-a0bf-82547964ffa9/model-vers/model-ver/4123fedc-3a41-4e8d-8a2b-0231a41dc5bd?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-23T03:17:03.838Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/54c96af8-8788-486f-a0bf-82547964ffa9/model-vers/model-ver/4123fedc-3a41-4e8d-8a2b-0231a41dc5bd?depth=0|INFO|500||InvokeReturn
2021-04-23T03:17:03.838Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-23T03:17:03.838Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||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-23T03:17:03.842Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||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-23T03:17:03.842Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1959615-df87-41b1-907e-aa481ed0a683 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-23T03:17:03.892Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-23T03:17:03.893Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-23T03:17:03.896Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T03:17:03.896Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147823892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T03:17:03.996Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T03:17:03.997Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-23T03:17:03.998Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:17:04.011Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:17:04.012Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-23T03:17:04.931Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:17:04.931Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:17:04.932Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:17:15.106Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:17:15.107Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:17:15.108Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:17:15.108Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:17:24.643Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:17:24.645Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:17:24.646Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:17:24.646Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:17:25.351Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:17:25.352Z||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-23T03:17:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:17:25.371Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:17:25.371Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-23T03:17:25.372Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147666864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:17:25.373Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:17:25.373Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-23T03:17:25.373Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147668110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:17:25.374Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:17:25.374Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-23T03:17:25.374Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147669267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:17:25.374Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:17:25.374Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-23T03:17:25.374Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147670504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:17:25.374Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:17:25.374Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-23T03:17:25.374Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147672370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:17:25.374Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:17:25.374Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-23T03:17:25.374Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147675543,
  "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-23T03:17:25.374Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:17:25.374Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-23T03:17:25.374Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147676545,
  "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-23T03:17:25.374Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:17:25.391Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-23T03:17:25.392Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147677548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:17:25.392Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:17:25.392Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-23T03:17:25.392Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147678553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T03:17:25.392Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:17:25.392Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-23T03:17:25.392Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147679557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-04-23T03:17:25.392Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:17:25.392Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-23T03:17:25.392Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147680560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:17:25.392Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:17:34.178Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:17:34.179Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:17:34.180Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:17:34.180Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:17:43.713Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:17:43.714Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:17:43.714Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:17:43.714Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:17:44.635Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T03:17:53.246Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:17:53.247Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:17:53.248Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:17:53.248Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:18:02.778Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:18:02.779Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:18:02.780Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:18:02.780Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:18:12.311Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:18:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:18:25.350Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:18:25.350Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:18:25.351Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:18:25.352Z||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-23T03:18:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:18:25.444Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:18:25.445Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-23T03:18:25.445Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9cc91a6b-b6b3-41cf-a6c4-571f147389b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147771988,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T03:18:25.446Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:18:25.447Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-23T03:18:25.447Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:18:25.447Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:18:25.447Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-23T03:18:25.447Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-23T03:18:25.447Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:18:25.447Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-23T03:18:25.447Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-23T03:18:25.448Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:18:25.448Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-23T03:18:25.448Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:18:25.448Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:18:25.448Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-23T03:18:25.448Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-23T03:18:25.448Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:18:25.448Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-23T03:18:25.448Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:18:25.448Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:18:25.448Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-23T03:18:25.448Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-23T03:18:25.449Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:18:25.449Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-23T03:18:25.449Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147523130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-23T03:18:25.449Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object. 
2021-04-23T03:18:25.449Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-23T03:18:25.449Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147781402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:18:25.449Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:18:25.449Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-23T03:18:25.449Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147784265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:18:25.449Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:18:29.631Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T03:18:34.883Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:18:59.632Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T03:19:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:19:25.350Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:19:25.350Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:19:25.351Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:19:25.352Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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-23T03:19:25.352Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:19:25.873Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:19:25.874Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-23T03:19:25.874Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147786635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:19:25.874Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147787805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147789357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147790361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147791364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147792367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-23T03:19:25.875Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1959615-df87-41b1-907e-aa481ed0a683",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619147823892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-23T03:19:25.876Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T03:19:29.631Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T03:19:34.888Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:19:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.78.233
2021-04-23T03:20:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:20:25.350Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:20:25.350Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:20:25.351Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:20:25.352Z||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-23T03:20:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:20:34.891Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:20:34.958Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:20:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T03:21:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:21:25.350Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:21:25.350Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:21:25.351Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:21:25.352Z|e1959615-df87-41b1-907e-aa481ed0a683|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-23T03:21:25.352Z|e1959615-df87-41b1-907e-aa481ed0a683|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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:21:34.892Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:21:34.894Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:22:14.633Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T03:22:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:22:25.350Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:22:25.350Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:22:25.351Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:22:25.352Z||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-23T03:22:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:22:34.909Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:22:34.959Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:22:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.78.233
2021-04-23T03:23:25.350Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:23:25.351Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:23:25.351Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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-23T03:23:25.351Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:23:25.352Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:23:25.352Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:23:34.925Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:23:34.925Z|47cb6649-8054-4a0e-87d5-e42404ea8c56|pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:23:44.635Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T03:24:25.350Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:24:25.351Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:24:25.351Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:24:25.351Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:24:25.352Z||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-23T03:24:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:24:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T03:24:34.889Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:24:34.889Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:25:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:25:25.350Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:25:25.350Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:25:25.351Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:25:25.352Z|e1959615-df87-41b1-907e-aa481ed0a683|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-23T03:25:25.352Z|e1959615-df87-41b1-907e-aa481ed0a683|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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:25:34.912Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:25:34.913Z|e1959615-df87-41b1-907e-aa481ed0a683|pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:25:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T03:26:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:26:25.351Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:26:25.351Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:26:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:26:25.352Z||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-23T03:26:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:26:34.890Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:26:34.890Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:26:44.633Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T03:27:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:27:25.350Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T03:27:25.350Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T03:27:25.351Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T03:27:25.352Z||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-23T03:27:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T03:27:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127
2021-04-23T03:27:34.924Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-23T03:27:34.927Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK