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=030lLekTmjH3MH8E({gWV%ct -Dspring.config.additional-location=/app/config/override.yaml  

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

2021-04-22T02:11:51.920Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-874wb with PID 14 (/app/app.jar started by so in /app)
2021-04-22T02:11:51.926Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-22T02:11:51.927Z||main|||||INFO|500||The following profiles are active: basic
2021-04-22T02:11:57.774Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-22T02:11:57.775Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-22T02:11:57.940Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-22T02:11:59.519Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-22T02:11:59.694Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-22T02:11:59.876Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-22T02:11:59.887Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-22T02:12:01.108Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: catalogDB
	...]
2021-04-22T02:12:01.259Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-22T02:12:01.262Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-22T02:12:01.605Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-22T02:12:02.217Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-22T02:12:05.475Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
	name: requestDB
	...]
2021-04-22T02:12:05.692Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-22T02:12:06.909Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-04-22T02:12:06.928Z||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$$c8597a88.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-22T02:12:06.929Z||main|||||WARN|500||The sdc end point is not alive
2021-04-22T02:12:08.085Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-22T02:12:10.151Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-22T02:12:11.605Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-22T02:12:12.648Z||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-22T02:12:14.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:12:14.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:12:14.654Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:12:14.702Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:12:14.708Z||main|||||INFO|500||Started Application in 25.45 seconds (JVM running for 26.318)
2021-04-22T02:12:14.745Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f807d41f-f816-4014-b812-50abf5ed8730 url= /sdc/v1/artifactTypes
2021-04-22T02:12:14.745Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:12:15.879Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:12:15.882Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@556739e7
2021-04-22T02:12:15.883Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:12:15.889Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:12:15.891Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:12:15.893Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:13:04.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:13:04.650Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:13:04.650Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:13:04.661Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:13:04.691Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= acb65208-39a2-47e9-8be2-cbd1247abd0a url= /sdc/v1/artifactTypes
2021-04-22T02:13:04.691Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:13:05.702Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:13:05.703Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@83e6439
2021-04-22T02:13:05.704Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:13:05.704Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:13:05.704Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:13:05.705Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:13:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T02:13:54.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:13:54.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:13:54.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:13:54.659Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:13:54.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d433ac5c-0f4a-4617-b0c7-21f9a244fdb5 url= /sdc/v1/artifactTypes
2021-04-22T02:13:54.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:13:55.718Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:13:55.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7951f2cb
2021-04-22T02:13:55.719Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:13:55.719Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:13:55.720Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:13:55.720Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:14:44.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:14:44.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:14:44.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:14:44.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:14:44.654Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5bebd2bb-167b-466e-8439-8629871ff2b3 url= /sdc/v1/artifactTypes
2021-04-22T02:14:44.655Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:14:45.702Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:14:45.702Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57951f5e
2021-04-22T02:14:45.703Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:14:45.703Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:14:45.703Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:14:45.704Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:14:45.706Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T02:15:29.647Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:15:34.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:15:34.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:15:34.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:15:34.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:15:34.677Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3597a872-dcad-4fac-a3c0-bf512045f99b url= /sdc/v1/artifactTypes
2021-04-22T02:15:34.677Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:15:35.718Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:15:35.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41841b63
2021-04-22T02:15:35.719Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:15:35.719Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:15:35.719Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:15:35.720Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:16:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T02:16:24.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:16:24.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:16:24.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:16:24.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:16:24.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36456c5b-c66a-4608-adaa-36666a4219d2 url= /sdc/v1/artifactTypes
2021-04-22T02:16:24.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:16:25.702Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:16:25.703Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32d728ad
2021-04-22T02:16:25.703Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:16:25.704Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:16:25.704Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:16:25.704Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:17:14.644Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:17:14.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:17:14.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:17:14.652Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:17:14.659Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d1243d43-e8b2-4986-af82-6898fbe13f65 url= /sdc/v1/artifactTypes
2021-04-22T02:17:14.684Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:17:15.719Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:17:15.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@133e4efa
2021-04-22T02:17:15.720Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:17:15.720Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:17:15.720Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:17:15.721Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:18:04.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:18:04.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:18:04.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:18:04.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:18:04.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 74f09ed7-b000-4074-a455-f423789a119a url= /sdc/v1/artifactTypes
2021-04-22T02:18:04.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:18:05.702Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:18:05.703Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3abea59c
2021-04-22T02:18:05.703Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:18:05.703Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:18:05.703Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:18:05.704Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:18:54.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:18:54.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:18:54.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:18:54.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:18:54.657Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 84c9d4c1-b3c7-4904-9d0a-3bc68a3f68a2 url= /sdc/v1/artifactTypes
2021-04-22T02:18:54.657Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:18:55.687Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:18:55.688Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63a72d9c
2021-04-22T02:18:55.688Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:18:55.690Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:18:55.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:18:55.693Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:19:44.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:19:44.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:19:44.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:19:44.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:19:44.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 218ea3f3-4fe0-4a55-bb22-0ce266bb5741 url= /sdc/v1/artifactTypes
2021-04-22T02:19:44.654Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:19:45.702Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:19:45.702Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e949864
2021-04-22T02:19:45.703Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:19:45.703Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:19:45.703Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:19:45.703Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:19:45.786Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T02:20:29.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:20:34.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:20:34.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:20:34.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:20:34.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:20:34.684Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b6ebc6fa-0f5b-44f0-8d24-c0ec77ac745d url= /sdc/v1/artifactTypes
2021-04-22T02:20:34.685Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:20:35.718Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:20:35.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@731c8a4
2021-04-22T02:20:35.720Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:20:35.720Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:20:35.720Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:20:35.720Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:21:24.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:21:24.648Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:21:24.648Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:21:24.656Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:21:24.662Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f39d4f92-6bde-4e27-b36e-e1b69687a1d4 url= /sdc/v1/artifactTypes
2021-04-22T02:21:24.663Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:21:25.703Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:21:25.704Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@406413e0
2021-04-22T02:21:25.704Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:21:25.705Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:21:25.705Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:21:25.706Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:21:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T02:22:14.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:22:14.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:22:14.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:22:14.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:22:14.656Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9819be93-dbf5-4c4f-8fb9-ec3d78d8b631 url= /sdc/v1/artifactTypes
2021-04-22T02:22:14.657Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:22:15.718Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:22:15.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f389579
2021-04-22T02:22:15.719Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:22:15.719Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:22:15.719Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:22:15.720Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:22:38.970Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-22T02:22:44.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T02:23:04.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:23:04.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:23:04.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:23:04.651Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:23:04.686Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2fc0ac87-ca8b-402a-8e5d-6367692684c2 url= /sdc/v1/artifactTypes
2021-04-22T02:23:04.686Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:23:05.702Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:23:05.702Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b5d0464
2021-04-22T02:23:05.703Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:23:05.703Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:23:05.703Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:23:05.703Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:23:54.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:23:54.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:23:54.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:23:54.656Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:23:54.660Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 319d3059-6975-4891-bc0d-189f035882a2 url= /sdc/v1/artifactTypes
2021-04-22T02:23:54.660Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:23:55.722Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:23:55.723Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a66567f
2021-04-22T02:23:55.723Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:23:55.723Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:23:55.723Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:23:55.724Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:24:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:24:44.644Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:24:44.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:24:44.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:24:44.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:24:44.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4265ac6c-fcdb-4c14-9def-160c0b9bcc34 url= /sdc/v1/artifactTypes
2021-04-22T02:24:44.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:24:45.671Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 29 common frames omitted
2021-04-22T02:24:45.671Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e89714f
2021-04-22T02:24:45.671Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:24:45.672Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:24:45.672Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:24:45.672Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 12 common frames omitted
2021-04-22T02:24:45.674Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:25:29.656Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:25:34.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:25:34.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:25:34.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:25:34.650Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:25:34.655Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c5c19f57-0633-44b2-a254-9e248eb3612d url= /sdc/v1/artifactTypes
2021-04-22T02:25:34.655Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:25:35.719Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-04-22T02:25:35.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60ea27cc
2021-04-22T02:25:35.720Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:25:35.720Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:25:35.720Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:25:35.721Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-04-22T02:26:14.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T02:26:24.644Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:26:24.644Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:26:24.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:26:24.650Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:26:24.654Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 010ddcdf-1666-44cd-98c5-e7116839bb23 url= /sdc/v1/artifactTypes
2021-04-22T02:26:24.684Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:26:25.704Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-04-22T02:26:25.705Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39a207b6
2021-04-22T02:26:25.705Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:26:25.705Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:26:25.706Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:26:25.706Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-04-22T02:26:59.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T02:27:14.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:27:14.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:27:14.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:27:14.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:27:14.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fdeb203e-c639-4af7-ac65-9a4790cb0a53 url= /sdc/v1/artifactTypes
2021-04-22T02:27:14.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:27:15.686Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-04-22T02:27:15.688Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34f698d0
2021-04-22T02:27:15.688Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:27:15.688Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:27:15.688Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:27:15.689Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-04-22T02:27:44.648Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T02:28:04.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:28:04.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:28:04.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:28:04.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:28:04.654Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 108d8485-3b8a-42aa-9d56-c998a157e669 url= /sdc/v1/artifactTypes
2021-04-22T02:28:04.655Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:28:05.670Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.238] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 28 common frames omitted
2021-04-22T02:28:05.671Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e575c0c
2021-04-22T02:28:05.671Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-22T02:28:05.671Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-22T02:28:05.671Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-22T02:28:05.671Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 11 common frames omitted
2021-04-22T02:28:54.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:28:54.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:28:54.644Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:28:54.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:28:54.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4908bf5-6999-46d6-8ea4-fc34775703ef url= /sdc/v1/artifactTypes
2021-04-22T02:28:54.651Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:28:54.920Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-22T02:28:54.920Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4039c562
2021-04-22T02:28:54.920Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-22T02:28:54.921Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5003",
      "text": "Error: Not authorized to use the API.",
      "variables": []
    }
  }
}
2021-04-22T02:28:54.921Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-22T02:28:54.921Z||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 jdk.internal.reflect.GeneratedMethodAccessor123.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)
	... 11 common frames omitted
2021-04-22T02:29:44.643Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-22T02:29:44.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-22T02:29:44.643Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-22T02:29:44.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-22T02:29:44.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 63049486-85d6-47e2-a041-427c4c850d51 url= /sdc/v1/artifactTypes
2021-04-22T02:29:44.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-22T02:29:45.007Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-22T02:29:45.017Z||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-22T02:29:45.042Z||scheduling-1|||||DEBUG|500||create keys
2021-04-22T02:29:45.088Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-22T02:29:45.125Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:29:45.141Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2d63e855-cd18-4e36-9eaf-4674ccff60ce url= /sdc/v1/registerForDistribution
2021-04-22T02:29:45.379Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2d63e855-cd18-4e36-9eaf-4674ccff60ce url= /sdc/v1/registerForDistribution
2021-04-22T02:29:45.380Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-22T02:29:45.388Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:29:45.391Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:29:45.394Z||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-22T02:29:45.394Z||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-22T02:29:45.394Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:29:45.394Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:29:45.396Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-22T02:29:45.399Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T02:29:55.604Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:29:55.655Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:30:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:30:45.387Z||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-22T02:30:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:30:45.389Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:30:45.389Z||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-22T02:30:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:30:54.956Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:30:54.963Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:31:45.386Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:31:45.387Z||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-22T02:31:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:31:45.389Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:31:45.390Z||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-22T02:31:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:31:55.028Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:31:55.029Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:31:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:32:45.386Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:32:45.387Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:32:45.387Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:32:45.389Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:32:45.390Z||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-22T02:32:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:32:54.957Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:32:54.957Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:33:29.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T02:33:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:33:45.387Z||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-22T02:33:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:33:45.389Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:33:45.390Z||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-22T02:33:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:33:54.956Z||pool-3-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:33:54.958Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:34:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:34:45.387Z||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-22T02:34:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:34:45.389Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:34:45.389Z||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-22T02:34:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:34:54.963Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:34:54.963Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:34:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T02:35:44.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T02:35:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:35:45.387Z||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-22T02:35:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:35:45.389Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:35:45.390Z||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-22T02:35:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:35:54.953Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:35:54.953Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:36:29.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T02:36:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:36:45.387Z||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-22T02:36:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:36:45.389Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:36:45.391Z||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-22T02:36:45.391Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:36:54.930Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:36:54.957Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:37:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:37:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:37:45.387Z||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-22T02:37:45.388Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:37:45.389Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:37:45.389Z||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-22T02:37:45.389Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:37:55.025Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:37:55.030Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:37:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T02:38:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:38:45.387Z||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-22T02:38:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:38:45.389Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:38:45.390Z||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-22T02:38:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:38:55.022Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:38:55.024Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:39:29.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T02:39:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:39:45.387Z||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-22T02:39:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:39:45.389Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:39:45.389Z||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-22T02:39:45.389Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:39:54.973Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:39:54.973Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:40:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:40:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:40:45.387Z||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-22T02:40:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:40:45.389Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:40:45.389Z||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-22T02:40:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:40:54.950Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:40:54.952Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:40:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:41:44.643Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T02:41:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:41:45.387Z||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-22T02:41:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:41:45.389Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:41:45.389Z||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-22T02:41:45.389Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:41:54.936Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:41:54.961Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:42:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T02:42:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:42:45.387Z||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-22T02:42:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:42:45.389Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:42:45.389Z||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-22T02:42:45.389Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:42:54.930Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:42:54.930Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:43:44.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:43:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:43:45.387Z||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-22T02:43:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:43:45.389Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:43:45.390Z||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-22T02:43:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:43:54.930Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:43:54.954Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:44:29.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:44:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:44:45.387Z||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-22T02:44:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:44:45.389Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:44:45.389Z||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-22T02:44:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:44:54.928Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:44:54.931Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:45:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:45:45.387Z||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-22T02:45:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:45:45.389Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:45:45.389Z||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-22T02:45:45.389Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:45:54.954Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:45:54.961Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:45:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:46:44.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T02:46:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:46:45.387Z||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-22T02:46:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:46:45.389Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:46:45.389Z||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-22T02:46:45.389Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:46:54.932Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:46:54.934Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:47:45.388Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:47:45.389Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:47:45.390Z||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-22T02:47:45.390Z||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-22T02:47:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:47:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:47:54.957Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:47:54.959Z||pool-3-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:48:14.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T02:48:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:48:45.388Z||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-22T02:48:45.388Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:48:45.389Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:48:45.389Z||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-22T02:48:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:48:54.934Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:48:54.942Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:48:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:49:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:49:45.387Z||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-22T02:49:45.388Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:49:45.389Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:49:45.389Z||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-22T02:49:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:49:55.026Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:49:55.027Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:50:29.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:50:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:50:45.387Z||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-22T02:50:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:50:45.389Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:50:45.389Z||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-22T02:50:45.389Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:50:55.052Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:50:55.075Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:51:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:51:45.387Z||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-22T02:51:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:51:45.389Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:51:45.389Z||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-22T02:51:45.389Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:51:55.025Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:51:55.026Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:51:59.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:52:44.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T02:52:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:52:45.387Z||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-22T02:52:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:52:45.389Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:52:45.389Z||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-22T02:52:45.389Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:52:54.931Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:52:54.959Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:53:29.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T02:53:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:53:45.387Z||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-22T02:53:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:53:45.389Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:53:45.390Z||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-22T02:53:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:53:54.948Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:53:54.952Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:54:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T02:54:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:54:45.387Z||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-22T02:54:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:54:45.389Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:54:45.389Z||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-22T02:54:45.389Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:54:54.955Z||pool-3-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:54:54.955Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:55:44.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T02:55:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:55:45.387Z||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-22T02:55:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:55:45.389Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:55:45.390Z||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-22T02:55:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:55:54.927Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:55:54.952Z||pool-3-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:56:29.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T02:56:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:56:45.387Z||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-22T02:56:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:56:45.389Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:56:45.389Z||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-22T02:56:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:56:54.952Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:56:54.953Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:57:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:57:45.387Z||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-22T02:57:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:57:45.389Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:57:45.390Z||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-22T02:57:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:57:54.950Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:57:54.951Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:57:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T02:58:45.386Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:58:45.387Z||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-22T02:58:45.387Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:58:45.389Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:58:45.389Z||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-22T02:58:45.389Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:58:54.950Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:58:54.950Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:59:45.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:59:45.387Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T02:59:45.387Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T02:59:45.389Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T02:59:45.389Z||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-22T02:59:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T02:59:54.951Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T02:59:54.952Z||pool-3-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:00:14.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T03:00:45.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:00:45.387Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:00:45.387Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:00:45.389Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:00:45.390Z||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-22T03:00:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:00:54.951Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:00:54.952Z||pool-3-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:00:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T03:01:44.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T03:01:45.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:01:45.387Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:01:45.388Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:01:45.389Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:01:45.390Z||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-22T03:01:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:01:55.020Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:01:55.024Z||pool-3-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:02:45.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:02:45.389Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:02:45.389Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:02:45.389Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:02:45.389Z||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-22T03:02:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:02:55.030Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:02:55.033Z||pool-3-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:03:45.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:03:45.387Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:03:45.387Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:03:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:03:45.389Z||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-22T03:03:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:03:54.950Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:03:54.950Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:03:59.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T03:04:44.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T03:04:45.386Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:04:45.387Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:04:45.387Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:04:45.389Z||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-22T03:04:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:46.035Z||pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:04:46.036Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:04:46.037Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.037Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"824ed175-9aec-4100-82ad-761036ee9b5d","serviceName":"basic_onboard_ABUPrN","serviceVersion":"1.0","serviceUUID":"def924b7-e2ed-4853-93c1-6b75e9393b0d","serviceDescription":"service","serviceInvariantUUID":"760b5f76-64c6-4cea-a778-4f5c83669df6","resources":[{"resourceInstanceName":"basic_onboard_ABUPrN 0","resourceName":"basic_onboard_ABUPrN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6b721ed-70c9-4a67-8925-f5768d611770","resourceInvariantUUID":"e0108b39-dc45-40a5-a6aa-ed5d558f7d58","resourceCustomizationUUID":"9f652c7d-347a-46fb-9282-003f9c8db980","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml","artifactChecksum":"OWYwMDlmYmJkZjI2ZTE3Mjk1M2ZjMjAwM2Q5OWNiZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba8eaa25-334d-4c71-b838-83a1d0429bc9","artifactVersion":"1"},{"artifactName":"basic_onboard_abuprn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json","artifactChecksum":"NzY2YzU4NDJlMDdiMzY4OTgxMzc5MDhhOGMxYTQzNDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ed2a10bf-eab9-4067-a52f-aba7301995e5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"552f1791-f20c-4b1d-90ce-3dc5c4e43e90","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc5f18c6-ec6f-4dca-82db-c8e818ed318b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d3aad81-b7e3-41b0-992b-2c0291cd45b3","artifactVersion":"2","generatedFromUUID":"552f1791-f20c-4b1d-90ce-3dc5c4e43e90"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAbuprn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml","artifactChecksum":"NDFkYzlmZGRlMmQ3ODE1ZWJiN2U4ZDk0N2VmMjQ5Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eee8f228-8e0c-46a7-a564-c0f9bc97a341","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAbuprn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar","artifactChecksum":"Mjk0MjdmNmNiMWRhZmYyMjZkMThiN2YxNWNjYzgyOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92517454-1213-4233-b26d-0234e9d5a662","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-22T03:04:46.045Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.046Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "cds",
  "timestamp": 1619060639302,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.046Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:04:46.084Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:46.093Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:46.093Z||pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060685386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.097Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.097Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "policy-id",
  "timestamp": 1619060637474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "cds",
  "timestamp": 1619060639302,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.098Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "policy-id",
  "timestamp": 1619060637474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "cds",
  "timestamp": 1619060639302,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.099Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "policy-id",
  "timestamp": 1619060637474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "dcae-sch",
  "timestamp": 1619060649550,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "cds",
  "timestamp": 1619060639302,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.100Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "policy-id",
  "timestamp": 1619060637474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "dcae-sch",
  "timestamp": 1619060649550,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "cds",
  "timestamp": 1619060639302,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.101Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.102Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.102Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.102Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.102Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "policy-id",
  "timestamp": 1619060637474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.102Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "dcae-sch",
  "timestamp": 1619060649550,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "cds",
  "timestamp": 1619060639302,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.103Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "policy-id",
  "timestamp": 1619060637474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "dcae-sch",
  "timestamp": 1619060649550,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "cds",
  "timestamp": 1619060639302,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060642402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.104Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "policy-id",
  "timestamp": 1619060637474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "dcae-sch",
  "timestamp": 1619060649550,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "dcae-sch",
  "timestamp": 1619060649550,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.105Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060655262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "dcae-sch",
  "timestamp": 1619060649550,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060655262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "cds",
  "timestamp": 1619060657197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.106Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "policy-id",
  "timestamp": 1619060657456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060657495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060657247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.107Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060655262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.108Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.108Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.108Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "cds",
  "timestamp": 1619060658214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-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-22T03:04:46.231Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 135 ms
2021-04-22T03:04:46.235Z||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-22T03:04:46.235Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:46.245Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:04:46.246Z||pool-4-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-22T03:04:46.331Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 824ed175-9aec-4100-82ad-761036ee9b5d
2021-04-22T03:04:46.357Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 824ed175-9aec-4100-82ad-761036ee9b5d 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-22T03:04:46.382Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.382Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "policy-id",
  "timestamp": 1619060658492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:04:46.382Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.382Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.382Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060657247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "aai-ml",
  "timestamp": 1619060658185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060655262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060659492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.383Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.384Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.384Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "policy-id",
  "timestamp": 1619060659497,
  "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-22T03:04:46.397Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 824ed175-9aec-4100-82ad-761036ee9b5d
2021-04-22T03:04:46.397Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 824ed175-9aec-4100-82ad-761036ee9b5d 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-22T03:04:46.407Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.407Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060657247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.408Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.408Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.408Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "aai-ml",
  "timestamp": 1619060658185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.408Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.408Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.408Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060655262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060657247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "aai-ml",
  "timestamp": 1619060658185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060655262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060661114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060657247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "aai-ml",
  "timestamp": 1619060658185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060655262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.410Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060662123,
  "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-22T03:04:46.417Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 824ed175-9aec-4100-82ad-761036ee9b5d
2021-04-22T03:04:46.418Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 824ed175-9aec-4100-82ad-761036ee9b5d 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-22T03:04:46.427Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.427Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060657247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "aai-ml",
  "timestamp": 1619060658185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060663127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.428Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060657247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "aai-ml",
  "timestamp": 1619060658185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060664065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "aai-ml",
  "timestamp": 1619060658185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.429Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060665586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060665773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "aai-ml",
  "timestamp": 1619060667209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060667494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060667577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.430Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.431Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.431Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060668583,
  "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-22T03:04:46.435Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 824ed175-9aec-4100-82ad-761036ee9b5d
2021-04-22T03:04:46.435Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 824ed175-9aec-4100-82ad-761036ee9b5d 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-22T03:04:46.441Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.441Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060669075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:04:46.442Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.442Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.442Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060669588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:04:46.442Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.442Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.442Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060671104,
  "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-22T03:04:46.446Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 824ed175-9aec-4100-82ad-761036ee9b5d
2021-04-22T03:04:46.447Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 824ed175-9aec-4100-82ad-761036ee9b5d 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-22T03:04:46.453Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.453Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060672108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:04:46.454Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.454Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.454Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "aai-ml",
  "timestamp": 1619060679787,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:04:46.454Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:04:46.454Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:04:46.454Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "aai-ml",
  "timestamp": 1619060680794,
  "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-22T03:04:46.458Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 824ed175-9aec-4100-82ad-761036ee9b5d
2021-04-22T03:04:46.458Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 824ed175-9aec-4100-82ad-761036ee9b5d 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-22T03:04:47.098Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:04:47.098Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:47.100Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:47.100Z||pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060685386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:04:47.200Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:04:47.201Z||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-22T03:04:47.201Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:47.210Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:04:47.211Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:04:48.100Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:04:48.101Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:48.102Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:48.103Z||pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060685386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:04:48.203Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:04:48.204Z||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-22T03:04:48.204Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:48.222Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:04:48.222Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:04:49.103Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:04:49.104Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:49.106Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:49.106Z||pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060685386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:49.206Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:04:49.207Z||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-22T03:04:49.207Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:49.220Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:04:49.220Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:04:50.106Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:04:50.107Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:50.109Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:50.110Z||pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060685386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-22T03:04:50.210Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:04:50.210Z||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-22T03:04:50.211Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:50.220Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:04:50.221Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:04:51.110Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:04:51.111Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:51.113Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:51.113Z||pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060685386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:04:51.213Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:04:51.214Z||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-22T03:04:51.214Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:51.223Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:04:51.224Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:04:52.113Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:04:52.114Z||pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:52.116Z||pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:52.116Z||pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060685386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:04:52.216Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:04:52.217Z||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-22T03:04:52.217Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:52.226Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:04:52.227Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:04:53.118Z||pool-3-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "serviceName": "basic_onboard_ABUPrN",
  "serviceVersion": "1.0",
  "serviceUUID": "def924b7-e2ed-4853-93c1-6b75e9393b0d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "760b5f76-64c6-4cea-a778-4f5c83669df6",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ABUPrN 0",
      "resourceCustomizationUUID": "9f652c7d-347a-46fb-9282-003f9c8db980",
      "resourceName": "basic_onboard_ABUPrN",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d6b721ed-70c9-4a67-8925-f5768d611770",
      "resourceInvariantUUID": "e0108b39-dc45-40a5-a6aa-ed5d558f7d58",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_abuprn0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
          "artifactChecksum": "NzY2YzU4NDJlMDdiMzY4OTgxMzc5MDhhOGMxYTQzNDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ed2a10bf-eab9-4067-a52f-aba7301995e5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "552f1791-f20c-4b1d-90ce-3dc5c4e43e90",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0d3aad81-b7e3-41b0-992b-2c0291cd45b3",
            "generatedFromUUID": "552f1791-f20c-4b1d-90ce-3dc5c4e43e90"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0d3aad81-b7e3-41b0-992b-2c0291cd45b3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardAbuprn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
      "artifactChecksum": "Mjk0MjdmNmNiMWRhZmYyMjZkMThiN2YxNWNjYzgyOWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92517454-1213-4233-b26d-0234e9d5a662"
    }
  ],
  "workloadContext": "Production"
}
2021-04-22T03:04:53.118Z||pool-3-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-22T03:04:53.119Z||pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 def924b7-e2ed-4853-93c1-6b75e9393b0d ASDC
2021-04-22T03:04:53.262Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:824ed175-9aec-4100-82ad-761036ee9b5d
ServiceName:basic_onboard_ABUPrN
ServiceVersion:1.0
ServiceUUID:def924b7-e2ed-4853-93c1-6b75e9393b0d
ServiceInvariantUUID:760b5f76-64c6-4cea-a778-4f5c83669df6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAbuprn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar
ArtifactUUID:92517454-1213-4233-b26d-0234e9d5a662
ArtifactChecksum:Mjk0MjdmNmNiMWRhZmYyMjZkMThiN2YxNWNjYzgyOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ABUPrN 0
ResourceCustomizationUUID:9f652c7d-347a-46fb-9282-003f9c8db980
ResourceInvariantUUID:e0108b39-dc45-40a5-a6aa-ed5d558f7d58
ResourceName:basic_onboard_ABUPrN
ResourceType:VF
ResourceUUID:d6b721ed-70c9-4a67-8925-f5768d611770
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_abuprn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json
ArtifactUUID:ed2a10bf-eab9-4067-a52f-aba7301995e5
ArtifactChecksum:NzY2YzU4NDJlMDdiMzY4OTgxMzc5MDhhOGMxYTQzNDc=
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/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:552f1791-f20c-4b1d-90ce-3dc5c4e43e90
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/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env
ArtifactUUID:0d3aad81-b7e3-41b0-992b-2c0291cd45b3
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/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env
ArtifactUUID:0d3aad81-b7e3-41b0-992b-2c0291cd45b3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-22T03:04:53.262Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF def924b7-e2ed-4853-93c1-6b75e9393b0d 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-22T03:04:53.387Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-22T03:04:53.389Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:04:53.389Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:04:53.390Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 92517454-1213-4233-b26d-0234e9d5a662 from URL: /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:53.390Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:04:53.391Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:55.803Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:04:55.813Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar 92517454-1213-4233-b26d-0234e9d5a662 70276
2021-04-22T03:04:55.813Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar ASDC sendASDCNotification
2021-04-22T03:04:55.813Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:55.814Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:04:55.815Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:04:55.816Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:04:55.816Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060695813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:04:55.917Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-22T03:04:55.918Z||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-22T03:04:55.918Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:04:55.928Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:04:55.928Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:04:56.817Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-22T03:04:56.818Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:04:56.819Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Trying to write artifact UUID: 92517454-1213-4233-b26d-0234e9d5a662, URL: /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar to file: /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:56.819Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:56.947Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:56.947Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:57.477Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13032786961742819261/Definitions/service-BasicOnboardAbuprn-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-22T03:04:59.135Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-22T03:04:59.140Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-22T03:04:59.140Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.140Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-22T03:04:59.140Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ABUPrN 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.140Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||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-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.141Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.141Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.141Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.141Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.141Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.141Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.142Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ABUPrN 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-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.142Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:04:59.142Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-22T03:04:59.149Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:04:59.151Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:04:59.155Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is matching search criteria
2021-04-22T03:04:59.155Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-22T03:04:59.157Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ABUPrN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-22T03:04:59.160Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:04:59.160Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:04:59.160Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is matching search criteria
2021-04-22T03:04:59.161Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-22T03:04:59.161Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ABUPrN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-22T03:04:59.161Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:04:59.162Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:04:59.167Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:04:59.167Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is not matching search criteria
2021-04-22T03:04:59.167Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-22T03:04:59.168Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-22T03:04:59.168Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-22T03:04:59.169Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-22T03:04:59.169Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-22T03:04:59.169Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:04:59.169Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-22T03:04:59.171Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:04:59.171Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is matching search criteria
2021-04-22T03:04:59.171Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ABUPrN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:04:59.172Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:04:59.172Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is matching search criteria
2021-04-22T03:04:59.172Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ABUPrN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:04:59.172Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:04:59.173Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is matching search criteria
2021-04-22T03:04:59.173Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ABUPrN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:04:59.173Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:04:59.173Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is not matching search criteria
2021-04-22T03:04:59.173Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-22T03:04:59.174Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-22T03:04:59.174Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=62218e77-c84f-4b97-8ba0-224bea990d34
2021-04-22T03:04:59.174Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:04:59.174Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:04:59.175Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:04:59.175Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:04:59.175Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:04:59.175Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:04:59.175Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:04:59.184Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:04:59.184Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ABUPrN
Description:service
Model UUID:def924b7-e2ed-4853-93c1-6b75e9393b0d
Model Version:NULL
Model InvariantUuid:760b5f76-64c6-4cea-a778-4f5c83669df6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ABUPrN
Model UUID:88bf309a-7b9c-484e-a3c6-3faaa0cfb66e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e0108b39-dc45-40a5-a6aa-ed5d558f7d58
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9f652c7d-347a-46fb-9282-003f9c8db980
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0136e892-e154-4379-b6fb-e4d3f3cd4ac6
ModelName:BasicOnboardAbuprn..base_ubuntu18..module-0
ModelUuid:a6929cd1-79c8-450b-b74b-b04842c7d84a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:62218e77-c84f-4b97-8ba0-224bea990d34
ModelInvariantUuid:981e4b6a-ace3-4546-b3d4-5247eb1690b7
ModelName:basic_onboard_ABUPrN-nodes.ubuntu18Cvfc
ModelUuid:60d56682-a175-4b4e-824d-0e743fcee196
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:85e2e901-ca39-4e0c-9347-746da5ca5b71
ModelInvariantUuid:24ddde59-2658-4520-9f3e-d711b78ee13d
ModelName:BasicOnboardAbuprn.compute.nodes.heat.ubuntu18
ModelUuid:7cf4241b-bf4c-40a1-91b3-3b1de8aedff8
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-22T03:04:59.201Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d6b721ed-70c9-4a67-8925-f5768d611770
2021-04-22T03:04:59.212Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-22T03:04:59.272Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||basic_onboard_ABUPrN 0
2021-04-22T03:04:59.279Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6b721ed-70c9-4a67-8925-f5768d611770
2021-04-22T03:04:59.280Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: ed2a10bf-eab9-4067-a52f-aba7301995e5 from URL: /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json
2021-04-22T03:04:59.280Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:04:59.280Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json
2021-04-22T03:05:00.184Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:05:00.185Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json ed2a10bf-eab9-4067-a52f-aba7301995e5 798
2021-04-22T03:05:00.185Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json ASDC sendASDCNotification
2021-04-22T03:05:00.185Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json
2021-04-22T03:05:00.185Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:05:00.185Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:05:00.187Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:05:00.187Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060700185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:05:00.287Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:05:00.288Z||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-22T03:05:00.288Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:05:00.297Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:05:00.298Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:05:01.189Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAbuprn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0136e892-e154-4379-b6fb-e4d3f3cd4ac6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a6929cd1-79c8-450b-b74b-b04842c7d84a",
    "vfModuleModelCustomizationUUID": "521c0c89-f50c-4851-ae8b-8007899a10de",
    "isBase": true,
    "artifacts": [
      "552f1791-f20c-4b1d-90ce-3dc5c4e43e90",
      "0d3aad81-b7e3-41b0-992b-2c0291cd45b3"
    ],
    "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-22T03:05:01.210Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAbuprn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6929cd1-79c8-450b-b74b-b04842c7d84a
VfModuleModelInvariantUUID:0136e892-e154-4379-b6fb-e4d3f3cd4ac6
VfModuleModelDescription:NULL
Artifacts UUID List:{
552f1791-f20c-4b1d-90ce-3dc5c4e43e90
,
0d3aad81-b7e3-41b0-992b-2c0291cd45b3

}
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-22T03:05:01.214Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAbuprn..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0136e892-e154-4379-b6fb-e4d3f3cd4ac6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a6929cd1-79c8-450b-b74b-b04842c7d84a",
    "vfModuleModelCustomizationUUID": "521c0c89-f50c-4851-ae8b-8007899a10de",
    "isBase": true,
    "artifacts": [
      "552f1791-f20c-4b1d-90ce-3dc5c4e43e90",
      "0d3aad81-b7e3-41b0-992b-2c0291cd45b3"
    ],
    "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-22T03:05:01.214Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAbuprn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6929cd1-79c8-450b-b74b-b04842c7d84a
VfModuleModelInvariantUUID:0136e892-e154-4379-b6fb-e4d3f3cd4ac6
VfModuleModelDescription:NULL
Artifacts UUID List:{
552f1791-f20c-4b1d-90ce-3dc5c4e43e90
,
0d3aad81-b7e3-41b0-992b-2c0291cd45b3

}
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-22T03:05:01.214Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 552f1791-f20c-4b1d-90ce-3dc5c4e43e90 from URL: /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml
2021-04-22T03:05:01.214Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:05:01.214Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml
2021-04-22T03:05:01.672Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:05:01.673Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml 552f1791-f20c-4b1d-90ce-3dc5c4e43e90 5033
2021-04-22T03:05:01.673Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-22T03:05:01.674Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml
2021-04-22T03:05:01.674Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:05:01.674Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:05:01.676Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:05:01.676Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060701673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:05:01.776Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:05:01.777Z||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-22T03:05:01.778Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:05:01.788Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:05:01.788Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:05:02.677Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 0d3aad81-b7e3-41b0-992b-2c0291cd45b3 from URL: /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env
2021-04-22T03:05:02.678Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:05:02.678Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env
2021-04-22T03:05:03.085Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:05:03.085Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env 0d3aad81-b7e3-41b0-992b-2c0291cd45b3 909
2021-04-22T03:05:03.085Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-22T03:05:03.085Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env
2021-04-22T03:05:03.085Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:05:03.086Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:05:03.087Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:05:03.087Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060703085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:05:03.188Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:05:03.188Z||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-22T03:05:03.189Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:05:03.199Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:05:03.200Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:05:04.088Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Preparing to deploy Service: def924b7-e2ed-4853-93c1-6b75e9393b0d
2021-04-22T03:05:04.089Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ABUPrN 0 d6b721ed-70c9-4a67-8925-f5768d611770 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-22T03:05:04.192Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:05:04.192Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:05:04.192Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Processing vnf with UUID: 88bf309a-7b9c-484e-a3c6-3faaa0cfb66e 
2021-04-22T03:05:04.192Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Will get resource from SDC using resource id: 88bf309a-7b9c-484e-a3c6-3faaa0cfb66e
2021-04-22T03:05:04.201Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel to get resource 
2021-04-22T03:05:04.232Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel
2021-04-22T03:05:04.234Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|INFO|500||Invoke
2021-04-22T03:05:04.234Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-22T03:05:04.234Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel
2021-04-22T03:05:04.234Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||Method      : GET
2021-04-22T03:05:04.234Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/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:"824ed175-9aec-4100-82ad-761036ee9b5d", X-RequestID:"824ed175-9aec-4100-82ad-761036ee9b5d", X-TransactionID:"824ed175-9aec-4100-82ad-761036ee9b5d", X-ECOMP-RequestID:"824ed175-9aec-4100-82ad-761036ee9b5d", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"253bf19a-858b-4d3e-87d2-d33c7b0aaaa4"]
2021-04-22T03:05:04.235Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||Request body: 
2021-04-22T03:05:04.235Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||==========================request end================================================
2021-04-22T03:05:04.987Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-22T03:05:04.987Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-22T03:05:04.987Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||Status text  : OK
2021-04-22T03:05:04.988Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||Headers      : [Set-Cookie:"JSESSIONID=node0y3rzxjarfvrq1qx9zmlnydxrn278.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardAbuprn-csar.csar"", Content-MD5:"Y2FlY2YxNmU0ZjdhZjhjMmM5YTMyMWE2MmU2Yjk4YTQ=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"824ed175-9aec-4100-82ad-761036ee9b5d", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-22T03:05:05.094Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||Response body: PK`�R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK`�RTOSCA-Metadata/TOSCA.metaM���0D�|E~�P�l��[�T��\)R� �H����=N��)�=D�I	��횋�S�:��x!TZa8��(1;!+2��p�o�U(ΞB+T�.��%,#�e��}��ź�)��D�.�I���X�}l�+������PK��$��PK`�R4Definitions/resource-BasicOnboardAbuprn-template.yml�Ys��������;9lƐ�;s'is�:I�i_�!f���_	0��`���9�"}������P5�i�Vdyn��Q�?N�(
-Ƿ�����r*��A4`O?0��a`A7Z,��O�r��	
0tqD�� ��lN�����ɲ���@0����t	&���MM���B�2-]�\̓��N�7�(�ˏv.�h��OFh��S�3rQ`��Yk��F�#�<@�:z@��uz��ic�d#br���1��3�=�
a�?~�r�(<��D�cZ6Ɛ<m�eT&��ٸ}�Y6�VuJ�y65@6L��d�����l�2����I6�{���Hn�eS��zQ��<��8�+��Xn���qrF@�S����"�M����ӹCzX��Gl���v;# 3r���M�k�Ŝ<[�zO��p����P��E��A�,/ޢ�
O%��t�o]E��H�?�3ӵ��ޡi*2&�;x����F��V<]f4�����[n���4����K�M��쀪e�OH�7alG�L�ׇK���f�!�r�]�@��p��pB`�'0��9c��xk�@�m����&��Kl�8eLh�)�pe��j�a�s���2[�i-� �W��(���i�����A�5U���"�Ȳ2"*Q�$�a���Mb^�y>�GFyB��L�R�2����l�����Ұ�tڮ�`3v���{Bba�m�8�{Ac-w����%8��O�a�kh�i�ݨT���am�*�IX]����WWaY8�FjR�cn��u����C<�;S����@�"�6��_�6�'��l����Q9Ή����ЦA5�@Bf�g��θ��_��Oo�g���v&��r��~�c^����n������9b'��o�1��Ċ�+͉���b�o���xvsqu�y#
<X�
O�R0�i.�'���W�+��t�n��Az�}q��ӻ���j�� ^Dϓ�3~���i�~+�j|?�y�o^#Q�`�n�/�7_��;ǹ~��s~�h��S߯'��/���j�23O�����I�`Y/�c���������t�?M��_���6�~��+a�ZM���i6�_D>\\|��k���"	k��TBg��,x{󮯌���1�B�����Y���-O��g����Th^m&}ZmӾ�5�oN���zR�O�K���h�M�]1�G�L�������d����[E���n͎��/���v��޾�d0ؠ��i��M��
��˯�����x��l�J&��L�?��_���Ŷ�j��G���87���zk��f��ᎋ��8�Z�L�-9���ֻ��eBoX�0t�p��4I�T-��ؑ8�G�$�\��

!��*�g�&'�#~u��!a`~�G�'1�!
\�NZ8��N������,������c_��(k/��
טj&r�Q�`�G�]�m��Ֆ�^�n{��BG�N�4��-��j�
f
׋�‡��	#+�#��Cy++��6��C�&A��`�cQ�`�`̋�q��j�6�Xc,I2 7Q�y�,����#�)R��a�9�{�Cd�<��h2�,�^�Y�,�yQCPQXCs�|�n������({9TŔHg��D���p����a��:NyF:f��[Y����Y�P�^\�kۑ��Y�}9����mR}�.�����b-�WXnŘ����6
P����D��pZ�T�S͔M�d�6���T�R�L�@o��1�$�?&ɥXV9�&#�f�ijyW1]0`j�չ�i8PW�@D�oX^K�15U�5[�J��T�U%��-��z��'��;֑C˜5=ђl���*�;'F�����,lkK/¸jZv��2yEj}�)3OBBN�.�p��A�.�j1-�?i���~,֡M6�K�QQ��W�D���N+�rv��i�CYU�4ަ�bf��J5��F�[/�8�Tt�ʓ�XV����0�i{8�a�쏤a��j��b~�����qq�����^��]EX�&��/3�6���eoO�����k�IӐ�CiR��y�C~��FĿ\}�(�ڔl�p�T	e�*����J��}}(�\�d#YnTe���c�$�:���JD h��
�eGD��J���J�@$>�^q�CG�Ղ�J�@��b�R(V~ �Q��#=ip?�6���j�@��jY�(��mvt�	�0{^4
���ms���z,u
{-?�-Վi��Y�Y�5�$����j�ж==�����ξh�(�O�F^-qP]�|��PT%��NZE�K5R�
Zf��᪃����`"�?�B'��A�P�BUI�:iT��MC�������B*-�Q�eE�9{������_���lw�=���T�H��{���	M���X�_��)�j�$U";��/�d�(�'!���(6DA��<���*���(]k��_I�mr���A5�I�_�Mj�	\k,>B���Jm�ǡEC�Z�8�q�xWsz���J���CI���.� ��^4���$$�v�Gq\�q�!�J�����<1�}����-_5�:qvqsT�&�a�yH�q�<�X	L8�"�h@�y&&�(#�
SJAL��$Ab�>�0��!�q,��+M�DE,z�!!2XN�yH�Ձ��cn�X�dz"?V���uHH[q�(�t�EN�[�&�fv�}߶�+�%�Q�j{!�Y`���A ����sO�P�Oˤ�/��j�B������l����[�s�Q�鞍���L=�=
�K�\1@��vʰ	��I�4$ILt���S��[-�2X�k��0´��������6���`A��)��u%�7مm��3�g�Ve�p��g�.$^Nn��a�V�GM��E����9�� DIN1�)�uI���/N��D�q�H?�PQ8C/�<EAP3X��h�h��1��)w�R�n"-5��=�L�+��IK���D���8�D���ɤH.d�l�\��y~r9%��Ey5`T%;J��C����
�?��uF/
$��,���jD,'HHVx���Da�M��DC0��.�e%)���5Qt�cV�D��cEY��	66H�h��x��J�h�uŰ
5d�̳���cJ�K�tg!�+�#�u#C���2l��ǎ����*�C��ct��;��K;�6 �	���\|6�f��ӌm�S��^og�׵���3�^a`��x� �����<�c��
�#6�������|q_hC0�Z�Å���!��C6�iAw��.�����07���� ��f@{����+P<ʞ��7=����+@+X��
��WV���=��}�
4F����%*�5i+�֏N��V����A��q�'�@�q!��k��A=��>�#u���@�+��|����+f]~߾��:�9TȠ��#�>�J��uP}\_=�Ur���x�Gd|���v|at�D���P�����5��j�PK�,"Y��VPKa�R>Definitions/resource-BasicOnboardAbuprn-template-interface.yml�]ms���~~��9ӑj훝�3�׽�w�u[�˝;L��TH0[��'���P�{K7g���d=���Zy�(�
dP#G�AⰋ+��[�a�&T<`�JI)���bB��?
�d��	�	�g��(������*���0Y��,�t?+�&mv$o䆟yD�͵H�o��4Ե*�i~���rùB�"#V	$�d$c"�b˖	t�KT(�t�C�!D�]��E�$�j�N�u��<:���h-�MXV�BN�f�ba�e�2�e�B�I����E�-]��"_��Kp%�Z4
=�����J��t+�������
j�Г:��]�$�S� P��t`:�j��a+6v�b �D
��b�#��1��]o�c��B�+XL��B�I`+#�:kS��H\�Q����-��X���A��c'k��=�exj��}�&��H��a��")��	��؊I�|�N�G�UhT���f�0��S�A�oL`F��JkU��$�h�!U�c�L��~`�
��v�v�����o��S	|c�,:��2�A��
�(�Q�9"AP���	�b�w�q�8@��_�ܞ�z�SO��o�ڭ�x�[/k��ȳ��{�^?L�����x'�Z�h?��G��܊F�����y�.^?��c��G�'�����?��~�͇UWZ�7�W�әJ+7��K��ݖ[�k�_׾x�e
4����z��//��^�u��[���+�}�?ֿ��m�7(���p�B�>}� ������R�\)M��/j��JO/˄L`��9����eu�_�=k�&��8�\t����zr6��Ǡ��]��f�ɘ>���
�z^}��Rm��Q�}��FL���}��L�I�=�\T+�Q�mNOO�~�;%�����<3n����3@�n�N�����	x�v�y�\��G���/�v�oU*@��4�~~4�,ݼ�^�W����R>��J5���߀^�Wt��*������G��J�{�֭M��ezY{��f���C��������[-��ӧ�����Rt��^[�#{�T���
��}�l���K
w�X{�� 12�HBIt-f�4	#�2N�1���
���>�ESdV���ͬb�qƯ(��'r��|)��$�i��p$���jS
������z�[���vkOw��q��@3�f�٘����p��&xM������r�t��.|f���(�&��%�qVIv,�?v�6����DL�kQ��~�s�m�4�m� �>z��v�!|c��Y�\8"*�*^1�|1��_B��
�K�xZ����oy�!�$�]
R�����lFsL#~�,Q�5Ù�,d�H����ڢ�v$� k�*סabv�AH�"�1��`PM�e����Z�ۚ��V9~n�n"���YP���Y����A�XU]B`��BhA�k�~��li3`�����R�_(0�p���_TK2�1����v+l��y��d>"���"u
����#����6�1��a)�\D�ur�H���⮪�_Ի�{X����:�%�?ݦ$�RT�u�b԰>Dq����Щ�sWk�	H�e��y���Z���6'ʶr��,܂֯l�&Y|�+���y�+�@�@�9V၁���`&�8��OX�$]d��,G�|X:I6<�,���H�9E�8+�3E�dS㬴��������ux���p>�@8S<�����M���ŢLN�Ñd�LP
�1����ώ��ՠ�t��)ӌ�h9��yn�(ĠP��Cs��`��g�8�gj���L�-Lrv�t3EAh��6&�&ҙ"��;�;M=��gҙ~H�I�zxD9�]�P�������TӮE���|�bn��D왲��=���:iQG��Y�D����ĜMԳM �r��ɞ�٣N��˛��8C�4�%Z�U��G���/!��2ʧ//�.�n0�\�͞o��wإ#���Ÿ���Է�Ũ#S�Jt�s#�r��)��b�`�~���kn���3*'iRň�P��Y?��Z�$JK�v�i�A>�i����'�=̔pI��j����q�$�Wg�#@�Q︤���
恅�75�C���s���B2e}bb�|�J-��U��6����_����8ـ�Ltl��VW�s(�>�C���cهn��%{�qb|U������Q�D�O�*iM���w��V�[��3e6N��3.�����L�j}��''�>ʟ��5���w�!�A����aN��M��s�׈��������|���6���������sC�>��t�)B��5�k�).�e�)HzD�m~��UH���6,�(=({d�_��
P�T��D����2�=ind�a���|���3��[�	���vnGR�#�̒$��?��V��_!גʿ����plY��=z@{-H�)޼���$�B�Se-(v �[�٤�A�,�A�ݪS:s����+ $�z
��,������R���~��
|3E���-�4�>K�D9{�c��s����/w/�E����v:ȗ1fL	���)��
���4��7�����a͉P�.c�Q���F?�y�b�����Ngt)�H�O�d��04�F�*1�g>��8l���N�*6a��X�&�E�v`CH�PKN8��
t�PKa�R(Definitions/resource-Extcp2-template.yml�RMo�@��W̩i �	����U�Ǫ�\�
��`����eq��]����ʗ�{o����ꚑ�c!��B�:?���#�R�(+����2��xV�%�X���:#�����UQa��"(H‚�$JJS�D���_�Uu�yBh�S�:1�$X��4����v>Oi��N�H����6q9�̈ʶ���;Xj��y�Z(���\!)A�#Xn]�'������|�`�d��A�s_P9sX��+�A���OXK,Q���k��/��6y�z	QJۮ�X5�[�_66������tY�CV��$D(]�.l����TuV�.�p�,���ߥ�;�t�R��P�z��������O���L3���]�@4z�7�����z5`'"�;3z�����ޕqӘ���^�y��s�o2\�t����������5� Ϡ ���PK�pt��PKa�R)Definitions/resource-Compute-template.yml�VKs�6��W���@�h[�›i'��;ʥ���R��*����F��uƹT���v�}���TH#��Ƨ;r���F�.�{�U��LS�9<�1&͎;�MX���$��rEB,���BDg�Ӌ��8e1�(_��v��EQ\,O�E��OV�Y�ϣ��E���Iqz���`�5%���
�p�
�{*y2�3�qŬc;�B���b+
�"OQ��{SX�y�����,$�aK�؜ؓT�e�*@�����j��)<�ҍܑ�?+�H7�dkU([��T��u	�����~�Xw��_���
o�|��S�8����n+���y3CwZ|2�����-
�`���ZAY�l�P;��%Ϥ��!Cyu��B��,Gؑ�o��ƨVҩK����˃��pclh�Qq��M��ٝ�	��݌�A��i�NF�{kC��^u�ؑ��`	��s�>�b[�Q_>t�i���##��1��`����[�޼��e;�d����u���2�G�F�JrC��OK�J��m[�I'&{$n����搷�\yz�������<�[���>���:��2GBlE=�)}%�8��HR2k��fBR����;��̚����?6
�#1�$é�%kxV5��K�kG�t�����A���_�jk��6��&p���Wt�^o�O8��;��ߨ��t*�ꅃ_�P�G<�?�k}t����{^c&�3\�P#_�o��S�X�ߓo���3�)�'��W��Z���E�ڎ���2��:�d�?���
�2<1���~?ͮ@���Æ��|�mm��hgPK^�,���
PKa�R&Definitions/resource-Port-template.yml�SMo�0��W��� ����m��0`K���ՠ%:*K%�ȿ���m�=�ȏ��O"���),��A;���C*B�fG(M�̖�(�΄��������M*��E���:�,�D�6Q��It�L��r��1ĜՓ1� �H�r%�$��$��e��x�6EL�Pb*��Q�%�*���"�h� ��k	F�G� ��I
��1� Zq�ʪ(�*�e�ѳ��J��"+�s��Rq}�G��{G�T�@��%c���� sk�l�p�m��$�A���n��^|}l��ۛ����/j���v
Ͷ.sd�/_f�~��"vϏ��B�B�i���4l��^jLh�>.��\n��2�{*��v>�t5�N=yO���:�W�h�����օNw��-��lv�a;���lזy39����Pe�2�p�=�s�K��\�t~wޥ*���	���v	�֚P�
��8��f��6�>⠚;ǃg�'[ev����|
>�I8�ֽs��+1my'��QTwb=�.j��\[�&���5Z��VD�r��m��vۛۛvZ��0[�%��Anpd�>C�t�Ʃ������ϟc�W���&���PK�9�AZePKa�REDefinitions/resource-BasicOnboardAbuprnNodesUbuntu18cvfc-template.yml��r�:���i2s�J����9oR�8*'�a.,�eL�
�~_��A"H��*e�n����P�6l�P�&4�c�L���Ւ�+�^��{��07I��|{�i�?�b?yz��ǭ��-�nn0�Y!}�o���u�^�[b.6����Q9�fn�7����v�tS'h��m4'[}�X�,���Gn5��2�pdw�����ij�L�$]�g�xh�"&�
���� ��5���q��XKcbk8�|'�W�G}��'@���؟����	9���'�ID�85��;3N"l%��8H#��$�D�Y����#q	�����l������>��I�7 � J����*fb�4���!gȫ�B'[��~�ؤ.Ȝi��qq��4�`���)���a�R�E�l+@��I��	�h��3
)j�~B"��_D��#��-Grg�a�?0O�aH(��F՞yIH�D�8
�ܿ$~`��6:���V�����
L�AG���n�BRұ�K��ܛY��R��%�LpR�C.�B�8Cq�1dr�7�/e!��Cp��I&LH�u�Yw�
�XX,N����hl�>N�FٚX,��Q2���G}}bd=s#3�hi�\'ECD��҈�`֣���O�W#����ˑ�X�j�?e��/�81�'`�i�
�COi�}+��Q�S7���� S�w&�`7&jK"�m��������E�a�(�y������1�
�Q���@V�!ZS9� :͂��9��<�|���_���zlLb�zbb�M^��-��J�7r���Ŵ
�Cʫl�Ɖ����v	��
_��Ʃ�X�"��=�q�9�ۢ��B.{�f2x���f8A���mv&j�j�`5�Z�;��M^�3vS�3��3e�ć�	�8��Ǧۚ�j���2��Ɍ9�AqB��Ie����S6q����Z)gH�z�DF�2@#��y��rG�	�	az������`.(�3==���L�ݧJ�=n�y3-2d�մ�x};��w�g����O ݙpm���ۗ������A��G��ۧ��i�U��g��Է����M4@�
����6h�~�}�9��?�9�fH��8�Al״K�U�J��E��JTCd�f��_�rB�%��[�W�B����,��_�+�26�ab;ήb�qx��,�����dI����j�t2��~�o�V��xmᵹ]T�\e�<�?y�pXJ��mՇ ɥ1s��9��Z�lʧ�"��YְT�ܡ��A��9L�^Eu�}�&�}N�����f#��#�q�W�yl&&ъ�j�d��|H(�#�4�Y8�������>���:�@}�����Ɓ���)r&ߏ��Վ߾|1��?��4��Xi�20,O���a�4Y�:d1m���tX|�rw����
P����O9�n��}l��1��[�F��hwT���8#���
V}��[hx6a:1�Q0g�iI�	iNd�EH�^�D"5��v���S���� ��Po�05 �pG�,���h�
�0A2��_�u�D�\=p�e�`���
?��uÑ��J�p����kj+v���3�Ӵ�F$�3v��da�u���������l$���w���X��b�b)�i�*ѴTi��s���l�'i�\�3��b'W9z�y�:ƨ��}�9P�dWc��CpM�����ܤ��DR�w �1(�q��v����jn:vF�d�Q�>'�z���
©$�
B�0����>JZU���������V�R�W5<�)b��Yǡ�R^�
g��y�՛�r�|���ٯ�H'k�9٢�z�٭�d7�������~g/v햎���n#s7���\lm�ƫ�� A�k���f�2]{ �[{����DK�����;�e�a���,�����L�����
����>rd�'�x�OP`-H�I��0:�g�9Q�U��q5	ŌW����]�C7��������|�/	P��6����|%�TO{�����H2
�4�:U��O�Ȋ,Cɶ�Ԋ��Bx��F������1�aV&�*s���[�q�z�[hj1�/�LYze/D%ѡ�k�h�hu�%���m��Jv�i��x*49,�x̵[�b�O�2[/�����l��ͬ�f�P�DBi���	�S��n�
Ś
.Ɗ��4����*�
;��n����mu�ߴ�p���ir���$
�T����\�ԙ
���`0��"����Ҫ�3������6�r
�̧�{�fm�z	�[A�u	��1�v�A�Go��^���
(���]&ҳo�e����wڨr^���ҺѸ�Pp��!���;�/���E����EFAd����;#j�vT��~�xˇ���
��T4+���P�S���0
i���=�%�e�J]�Ni��0'�'��I�p��[_٭_��$�0�$��W�=��-i�L0�U&�X$���Y �V��KX�J)OAV�r��7f�[��H��̞�(L��5=z��n�˥�M*J�_���CWT%o����#�!:z�
:!����QT8./���V-h��y��Dw�F���� �ԩ*H�%l���d�ȇ�1���[�^�x��H|ҷ828_6Pbx�qV~mG꘴��(�[�}G��L5������ق�wM����	(s�u�����WI���(�"��#uT���`6=�+dY�r�^t`��w��-o@�w�o��9�1�x���>e	��t��\�j['��F�C�
��K22�-+$�i C���ԮE�t�M�
���aհA?ƀ��Ug���ݬ#��ق��ѿ��@QR��.j��;H��H��E����s�������>�G�8�'���X��^�#������+�V0�-�IY�X��;d�Ҿ���|I�Nq���MP+T�d�,
^���P#�Y�(^�/=B�lZa�K�5�|�8|ZE0��q���
��T��&���bE�S��E����O�SH�n~�J��(|I�3g9���u���k�ץ��$6�	.��P���Mo�J�c�ے�^^�A�y!E��S�ǥ��٦5Y0�B�r�\N��h*�65r���rJDQ��*QIB�՜��b��	,��YUJNL2�)-1��/���Y�uu�[]vF%[�ͥ(n�J�H���ξ[J�+��pj@8+Ge�9E���qA��Ibjw��L�M���VL��!+�I�\�5RdI�}���1�h��+�8��Jc��5*"��٢���V@W��W˝	�S�{���\�c+-$X�[k�5]P���E����l�v���d&��Ma��$a
�װ�هǦ����B>���|q�ya�%�dz��&����G�ַ|N6E{-h+�`����>��������d��d�6���~��
4��J���5���*M���Ȩ��BX��J�\1G����HP������g�Z�io��7���?;�й�P���UMk�P]!�'�oI�NU��te��>:?>�J��͚�y����
���v30��Ƌ��@,l�d��P�Fer'�
���!N\���f9��)�w�})�Bw�O���C����aŃj��Ǚ�*���%K�N�C��|�&�H&��gB���*��F��;�yʼn4h�'��16�k<�����ռ�H��w>Q���y��L%.׵�����H�+�ƕ��p�x��?P��N�k�{��U��Qi,�/���R��х	"j��}�5xh�U�-�I$�HۅPl���{�>߫;~��)P|������ό����˞C{'���OO!�S0V����[�w��I�ԛdx��n�K�H���A�U��ûO>����&
�e��7S�_�O�vmR0)���������s����V�4�c��4���R@k�DZ=�7�����,��0��}s���tb������߾H��-�\�e$��P'�b\t�0 HY�J�<"a$��
�(9"a��H���B��k�0)�3cqg��Y�v��jx���jg�#X���:�ֲ�`�	�*e��#�i�����bb���zlޙ���l?���9���ݕ5�4������W.�5Tҩ"�avl��g����B~�f�k/�}hO�K�/���\c�GP��_�[�-~s
�w`)���|U���m�|�b��>Q���UpJM�#e���<6s���n2ˮ�xM}ms��r�%��[�*Q2錿g������Y��HKL��V��{Fѐ/���ǎ�2�l`��o�**��=�H��ɩ����*�&�
;}`�x�����{�Gj�ZZS����{�n���0QFdL�c��!��\��v�����5s���<�G�NY���y'�5�!'���lo�rC�ꅡ�U|�-�z3���L<�p�:dzL��"�CLXkL��{����}��n$N��A��?�!d1��=z}*�9tp��ZiZ���Z��� ���oy�����9ͣ#aI�0T"z��>Q�zg����H�c��o�0ѺqB�L�k���f�9N��	A{0�,�i���y�{�&��ch{Kd�3�g�C�۷�s�l������C��4K�ӌ�2=t�|0|��l�K�<+��-�œdcw'�!������������7B�|��=0t�7k�pi�[7��FC�樨�+�V!"�����ަ���}x�f9�j���$N�z{�Ԟ���Hܴ;C/ib!��{ƫ/	(�Rθ����%n��
#��ne.ĈH	ָ;�"5�_��ȡ�!�8�pԤ7����:�&�4xj2o7�q�GϚڂ��fn�Zǽ7���mm��������{[5��W����3���ڙ�?@o��p��W�W��K�#x�_M�=�w��4{z��:���lj*�?PK�^
�)}PKa�R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{���ĩson�Z�[��A'ѶP�t�tN�b��(����~����O�GRN[FS��Z�t
��GB\PY��
�e�O�98ʩ��!B��T��|2NȂ������^
�k����]4��=�zOUƷ�C���hx�Ȣ��5��a�E7Y��z5�>+�CB��M�tF��
9XfD������/��N+��L�HF-�)�P)�v+0�n���XY��/�OHp˨��6���
�H��>%�ٷ\X���1A�������#_Ka0 ���pѸ_�8�a�j�:�q8D&c�K؀�H��ڦ�	�sB�2���5����?W���LP�([����Kc��3��r�d@XT��J
�^�4�<�N*ɧ���ɌԎHpԸ��
�R��Y�BUNH��:�I-[AN��`�ln�@���:�B4C@��L(�iN�J��W���x���Z*�e[�S����:9ǍDK��s���x���3�m�)��G(�%�=��5�;9�{G?��8'����E�K	:A�S)R�:+h�mW,��j�su$��BRV�A�u�΀3�:��Ͼ\��B��4OR�%*$7NTl����G���������Q���N�� �[��3�/8��9�`}P2��mZ���Z;�q���h�S�L�sȈc���X�_��?�:��B�HiY�BFgJ؃�ý:j��p"~8�Ŧ���b�y�H}���u����324"v�g�I��wz�~�ޒ���1�G��(�ƭ�f��N�#��|ϧ�������a*O���r����[LǑ5��=���c�z������X��w�-��^Tȧ����h���&
�Ђv�ՙ.�e�#��PKq�0O�
PKa�RLDefinitions/resource-BasiconboardabuprnComputeNodesHeatUbuntu18-template.yml��Mo�0�����d!J�%�ݰ���@��jP�
�%C��Gt�ע�	/�zI*�����g��.�=�H���1M�Y�/��Z�b�b
	�c�����|��b�Rk��S���?�~�)N�}B��b���TSnK!ٔ�(7 ����b'��#�n�#�Z��-D�����]p\���	��#EH<��R�5�T0]�<����"��a`/?��.%��
�}�T�ai1��)�J��>�/����j?��8��'���߬߅�ɇ}ȭDJ�^���>�X�
6Z��Xc,e�<_ZK�a��0�s\A�X���g4��q^M�`�>��Ԥ���[��+���8�Ӕ����Gp0[�u�Ù��&4̟������,	�3�l[�ښFޣ�����*W����@?f�����PK-��pPKa�R,Definitions/resource-Globalport-template.yml�WKs�6��W���@�娶��j��gbE�ھt:\R���r���-5cG��9�Y�������� ��n�:X���1%�i��)k���(�d`hD
���Ŋ*N�y|������d����+o|5yz�z3�\/�Q�Tk���u��Y����&�Ae�<�������ق||���n�C
Tc�������O:w2�t^d!��NvL_OO<"�H[�	�y�n��_g)�^�z
VX�w���p(U��q`��n�RN�,�Z��:�e�ً���R�BHS��ju�N�4J��2��0��~
��r�E�y��o�Rz���+��Xɬ"��n����"$W��j���
�)���z��5
S�M#�e�#��1�"����%�����Oua���F��jh�������}dZ5(������yu(��{Q��e[9J���K���2�B�r.�Kю��}LS];�({�8i��.4V��B��q�9�~�`8��E���X_o����(Bf"-���M�n^TL\D���&�ń�:P�3I{���+{7�,Br[�ݑ"�{�p����8H�Ďj��Qm����.̝Ɏ|V)o���˛:�����	P��v�^���ݗ�d^Y�/����*��u�Y��D
M�g*��&U�I�
�Ș�	˭x6�m��&��qF�aɸ��ϳb�(����&�V/3��55���rV6ŒGD
�e,�.����~�0��ӡ65yl�
�>��sʾ�Ѿ�{/3�7��.�����
<���ZY3��8wX�Q"XZ�����9i�\�j��s��m��B�>c
��&p�d���#D�{d��~����q~�����(>@A�~T�	��C翛��-�j��[ҌޭX�L)�f6)�/q�X�W���.+i�����Ӟ�A��y��$���
l�#9ޅ}���ɱ?r�䈥z�Co�>�V����ٻt�mޅ������?1y7�k7���m�Q�����H�=P�X���Sc_��M�㾱Ͽ�Jf�PK���3j�PKa�R,Definitions/resource-Novaserver-template.yml�WKs�6��W��� Uv[�͕�FW��uh�����X��t�߻�e˕�zzj<�����>��x" �Zzi�K�`~�WN��d��'�Gx.���#Ƥ�s+������!;���O{�
����~��;gb0��g=��U����}8�������N���	��?M?d(�yC61s~���YY��J�w�3\1c�\Z_�g����@G.�΍-8=f��L��_���e�i#�-�R,V9��a�D�j���x���t*��o��P@2j͔��s.O��C09�bN~�z��kd�B�ZIi�\
���Wʯ����^Ϥc�[��j��2S $���Am�W���#F=,�0v��5��.�/K����~g�����`%��U��l�2_Y�[L��lO��!��\ܲo�\߾����֎�=�Y���2?avԤ*R@m��!A��nx�	�s�L��Q�&t���Kb-��!@��}�K�J�e�)�>�E-��(7����E-<��ڔ�'�ui�̞�l�j���Qo[�u��d塱Ӯ)1I���ۄ�;ϳn�����9��Ҋ��]�d�����J꒩��_��ia2�[�]3�1.
�����IS�h�Ynd�M����Ǽ��������k�o����+��L��e��h8�E�1�����딺d��Y%�ǗDE�5���۠���x̢��c7�Jl(���][+�*��__�6��B���e���:Z�H�����s�m��3��t�T"�s?��LV
S�!P3��52�Q�T	I����:|�-�j�m�b2����%���p]U�k�ᇐq|`,Y���{d���bt�Y]�/���sc�x?��M�E���[�rH9>:��xj�YEM���vha�+:���N7��l�XƝ�1��I�\0=�
�ے�`M�ϐ��@{��`��v�U"�A�7�歆�	O�yS�aH6�a"v�p�.KC���lp��c�>C�pm�x�7U�w��-Gi_����.�͠hQsk��i�r�ډ���o��R��,�o�����S3�Q�%v�P��V���ҋW;��z�~g���!9�N�ˈ:���QIZ�	�����ۛ��������.}�@�OԵ֞�����}(aYl��j�"�7���U6��ރ".�[<�tu�@.<��\��?�c�v%
��y8pE�}��
#��F�q��H�%��D�b���Ȱ]���V�^	�v�!����q�b%~�VV���Μ�
ue����e��D�S9�@�qB��R�g��PK�(L�PKa�R/Definitions/resource-Securityrules-template.yml�T�n�0��+��+N��Ҹ-
�N�Ĺ
5��J�BR��jW\4-P��7��f�U��0�DHa��&<�6t؂�MF�E�a��,�`��e1�l;�Ĵ`��v[�`�1�/�U���&�6�K��\�5��ҭ��\��r��{|9Ћ�9z�%߬"]m�"K����Z������Z���F�DK��+�
�	^�vd�"V���P(m�ONlU��/7t���Q�j_Q��0SF�)k4���P�Jo�v}�]�ޟ��1CfH$���{��3�c�/����Ō����<�d2�����M
�U�����e0!8��sV�Hd��)e��T�Y];��bZ�Q�r�j��\���d��&����1k�D�l�g���W���������u���6)2�K�/J����j%���4�1���q�h����z�Wʶ��0c����Ѕv��s7��j!�=8ѾS�ӫ�B�4�T0m^M>�K*x
d�BR�K�)�&�R���^�3�"����\�"�
/�66�W��!�����0��r���t���7�PZ]�����A���Y�c1W�{�F�9)�Iy�@j��E�����`>:��n���]���[u;Y�kkO�h�
�����şV���r���"� �<��/PKţ"�YPKa�R/Definitions/resource-Globalcompute-template.yml�Ko�8����u{�P?Ժ�e�v�C�E��e�(jlK�Z�r�~�Q�-%�M4(��!29��??
��Ԍ�9�x�
��N��4^l��Y����D�.��M�����
!�.]-��
�KZ���!dFŝ,���栙╱���
�ф���$G�L������́�(/��ъf\`�A�X�9UX͏�wxͨ��T'�JP�a���K�m����`:V,k����T[����O��_�ro_dTc=��~��w�6_e�.2��޼�A��2z{��t#;!;.���
���K�N���.���H��T����F����x�d=�jS��J
ΞU٧u&�,�i�Z
��a����C�����=��{	��ŭ*+m�9z�y�S���uVCE^Q��������5�	}V��w�b��C"�;�B�5��OGͿ�p��9P��*5��7 _m!�֝0;�
ຳ6�Y���ANjm�x�8>�,����]:IHD��LJ߿=>��?���y����+���K�?��J�j(a�g��{#����l_Sxd؊��0v�Y		/�V�Vͦ^D�&ƻ�Х^�!\�z���࿚��Ƞ��6�R��&����c�P4�I���~oE���6:qY����~������q����qc��������,ڕU`a2κz�{�k����Ozm}g`����008�ȾS񤸁��+��N�@�K�t��N���+j���5�	���|Ԛ�p��z�}\礵�"�~�壕�c��B2��,p�lH���;�Զ��
S�+���� #� ����]x�L���kM���O=����C:ǣY��Y=+:�f�5ИŞt8�����`h+�	�Z]�Ћ�;/�XXd^m��}�yĩp(�E�j�χ��ïN#�������nQ����/����E�>_���I��T��$<w��|�|�r�ٗ�Ŋ�Ys.a���а�p���V�+���wՁ�@�J`pzu=����|��G%���PK1h��<KPKa�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��PKa�RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PKa�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��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?��@@PKa�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PKa�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PKa�RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PKa�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���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~(PKa�RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����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���/�tPKa�RJArtifacts/Informational/OTHER/VSP_basic_onboard_ABUPrN_VSP_Information.txt���o�0ǟ���7ie�Ƙ��
�6*�=Lr�����c�HH�4?��������t���bC4����"�}&v@(4ɵJC%8Z���s��m�CQK�̐J��4RZ��Y0B�*ʥq��鐵%��\;st0���|�:�����F�>F�r�8�磱�����c�#���F��3�TE�T�*���0�Ss�N�'I�%�j*�
���Y��1��]wO�-�V�)!��έs.�b�������*�.�w�f	I����sb���Dc��W.bA��M���¸�.�Jµ$1�,��}3�p|]��
���1�C�R�]c?v�
]����/��.
�-���T
��ìΝ�\������B7�����e����)���4v�lR���q�`������T�|��𒬪+Sܹw�rw}e��N/�~�!�m�KuI�o�����!�U��u�|�ƹ�*|_�_��-U�>������T��e��B���$�F����ԋ�d���O�9ge�t�N�o�����_�����m��mY�1IS��o[����͡�^q�sl��Oh������П�C��^�k�"�PKԠ�	H�PKa�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�PKa�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-BasicOnboardAbuprn-template-interface.ymlPKa�R�pt��(�Definitions/resource-Extcp2-template.ymlPKa�R^�,���
)ADefinitions/resource-Compute-template.ymlPKa�R�9�AZe&:#Definitions/resource-Port-template.ymlPKa�R�r!�L�OE�%Definitions/resource-BasicOnboardAbuprnNodesUbuntu18cvfc-template.ymlPKa�R�^
�)}O�2Definitions/resource-BasicOnboardAbuprnNodesUbuntu18cvfc-template-interface.ymlPKa�Rq�0O�
.�;Definitions/resource-Extneutroncp-template.ymlPKa�R-��pL�@Definitions/resource-BasiconboardabuprnComputeNodesHeatUbuntu18-template.ymlPKa�R���3j�,�BDefinitions/resource-Globalport-template.ymlPKa�R�(L�,hGDefinitions/resource-Novaserver-template.ymlPKa�Rţ"�Y/�LDefinitions/resource-Securityrules-template.ymlPKa�R1h��<K/�ODefinitions/resource-Globalcompute-template.ymlPKa�R+�@j5��[TDefinitions/data.ymlPKa�R�'}8�Definitions/groups.ymlPKa�R0?��@@ȐDefinitions/policies.ymlPKa�R���C&N�Definitions/annotations.ymlPKa�R�������Definitions/relationships.ymlPKa�R2ea�
ȦDefinitions/artifacts.ymlPKa�R�H�v~(�Definitions/capabilities.ymlPKa�R8��ӴDefinitions/interfaces.ymlPKa�R5n���/�t̹Definitions/nodes.ymlPKa�RԠ�	H�J�Artifacts/Informational/OTHER/VSP_basic_onboard_ABUPrN_VSP_Information.txtPKa�R��
'V�,��Artifacts/Deployment/HEAT/base_ubuntu18.yamlPKa�Rd�E�}�<u�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKa�R^뱼��4\�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK�	Q�
2021-04-22T03:05:05.111Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-22T03:05:05.116Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/88bf309a-7b9c-484e-a3c6-3faaa0cfb66e/toscaModel|INFO|500||InvokeReturn
2021-04-22T03:05:05.121Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-22T03:05:05.121Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-04-22T03:05:05.121Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||VFCustomizationUUID= 9f652c7d-347a-46fb-9282-003f9c8db980
2021-04-22T03:05:05.121Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9f652c7d-347a-46fb-9282-003f9c8db980 matches Tosca VF Customization UUID: 9f652c7d-347a-46fb-9282-003f9c8db980
2021-04-22T03:05:05.121Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||vfCustomizationUUID: 9f652c7d-347a-46fb-9282-003f9c8db980  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-22T03:05:05.130Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:05:05.131Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:05:05.132Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||resource request for resource customization id 9f652c7d-347a-46fb-9282-003f9c8db980: {\"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-22T03:05:05.133Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b6277a4
2021-04-22T03:05:05.133Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:05:05.133Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-22T03:05:05.133Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 521c0c89-f50c-4851-ae8b-8007899a10de
2021-04-22T03:05:05.134Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 521c0c89-f50c-4851-ae8b-8007899a10de
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-22T03:05:05.146Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:05:05.146Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is matching search criteria
2021-04-22T03:05:05.146Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ABUPrN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:05:05.147Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:05:05.147Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is matching search criteria
2021-04-22T03:05:05.147Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ABUPrN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:05:05.147Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:05:05.148Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is not matching search criteria
2021-04-22T03:05:05.148Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-22T03:05:05.148Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-22T03:05:05.148Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=62218e77-c84f-4b97-8ba0-224bea990d34
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-22T03:05:05.238Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:05:05.239Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is matching search criteria
2021-04-22T03:05:05.239Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ABUPrN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:05:05.239Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:05:05.240Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Node template basic_onboard_ABUPrN 0 is matching search criteria
2021-04-22T03:05:05.240Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ABUPrN 0] matching following query criteria: sdcType=VF, customizationUUID=9f652c7d-347a-46fb-9282-003f9c8db980
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-22T03:05:05.243Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:05:05.243Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:05:05.243Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500|| resourceSeq for service uuid def924b7-e2ed-4853-93c1-6b75e9393b0d: basic_onboard_ABUPrN
2021-04-22T03:05:05.243Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:05:05.244Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:05:05.244Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:05:05.244Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:05:05.244Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:05:05.245Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:05:05.245Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:05:05.245Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:05:05.245Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:05:05.245Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Service basic_onboard_ABUPrN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:05:05.245Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||Saving Service: basic_onboard_ABUPrN 
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-22T03:05:05.487Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ABUPrN d6b721ed-70c9-4a67-8925-f5768d611770 1 ASDC deployResourceStructure
2021-04-22T03:05:05.488Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json ASDC sendASDCNotification
2021-04-22T03:05:05.488Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json
2021-04-22T03:05:05.489Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-22T03:05:05.489Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:05:05.491Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:05:05.491Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060705488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:05:05.591Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:05:05.592Z||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-22T03:05:05.592Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:05:05.602Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:05:05.602Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:05:06.492Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-22T03:05:06.492Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml
2021-04-22T03:05:06.492Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-22T03:05:06.493Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:05:06.494Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:05:06.494Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060706492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-22T03:05:06.595Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:05:06.596Z||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-22T03:05:06.596Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:05:06.606Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:05:06.607Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:05:07.496Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-22T03:05:07.496Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env
2021-04-22T03:05:07.496Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-22T03:05:07.497Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:05:07.499Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:05:07.499Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060707496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-22T03:05:07.600Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-22T03:05:07.600Z||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-22T03:05:07.601Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:05:07.611Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:05:07.611Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:05:08.501Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar ASDC sendASDCNotification
2021-04-22T03:05:08.501Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar
2021-04-22T03:05:08.501Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-22T03:05:08.501Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:05:08.503Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:05:08.503Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060708501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:05:08.603Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:05:08.604Z||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-22T03:05:08.604Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:05:08.613Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:05:08.613Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:05:09.504Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:05:09.586Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
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-22T03:05:09.590Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:05:09.590Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:05:09.591Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:05:09.591Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:05:29.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T03:05:39.591Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:05:39.604Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
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-22T03:05:39.608Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:05:39.608Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:05:39.608Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:05:39.608Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:05:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:05:45.390Z||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-22T03:05:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:05:45.513Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:05:45.514Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:05:45.514Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060685386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:05:45.516Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:06:09.608Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:06:09.618Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
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-22T03:06:09.621Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:06:09.621Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:06:09.621Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:06:09.621Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:06:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T03:06:39.621Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:06:39.631Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
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-22T03:06:39.634Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:06:39.634Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:06:39.634Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:06:39.634Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:06:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:06:45.390Z||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-22T03:06:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:06:45.416Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:06:45.417Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:06:45.417Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060685386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:06:45.419Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:06:45.419Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:06:45.419Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060685386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:06:45.419Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:06:45.419Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:06:45.419Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060685386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:06:45.420Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:06:45.420Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:06:45.420Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060685386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-22T03:06:45.420Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:06:45.420Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:06:45.420Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060685386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:06:45.420Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:06:45.421Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:06:45.421Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060685386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:06:45.421Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:06:45.421Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:06:45.421Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060695813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:06:45.421Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:06:45.421Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:06:45.421Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060700185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:06:45.422Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:06:45.422Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:06:45.422Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060701673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:06:45.422Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:06:45.422Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:06:45.422Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060703085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:06:45.422Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:06:45.423Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:06:45.423Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060705488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/basic_onboard_abuprn0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:06:45.423Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:06:45.423Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:06:45.423Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060706492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-04-22T03:06:45.423Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:06:45.423Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:06:45.423Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060707496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/resourceInstances/basic_onboard_abuprn0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-04-22T03:06:45.424Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:06:45.424Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:06:45.424Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619060708501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbuprn/1.0/artifacts/service-BasicOnboardAbuprn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:06:45.424Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:06:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T03:07:09.635Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:07:09.645Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
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-22T03:07:09.689Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:07:09.690Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:07:09.690Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:07:09.690Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:07:39.690Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:07:39.700Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
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-22T03:07:39.703Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:07:39.703Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:07:39.703Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:07:39.703Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:07:44.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T03:07:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:07:45.390Z||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-22T03:07:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:07:45.932Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:07:45.934Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.934Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060757247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.936Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.936Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.936Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060762402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.936Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.936Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.936Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "cds",
  "timestamp": 1619060759302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.936Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.936Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.937Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "policy-id",
  "timestamp": 1619060757474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.937Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.937Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.937Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060757247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:07:45.937Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.937Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.937Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060762402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:07:45.937Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.937Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.937Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "cds",
  "timestamp": 1619060759302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.937Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.937Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.937Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "policy-id",
  "timestamp": 1619060757474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.937Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060757247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060762402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "cds",
  "timestamp": 1619060759302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "policy-id",
  "timestamp": 1619060757474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060757247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.938Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.939Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060762402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.939Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.939Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.939Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "cds",
  "timestamp": 1619060759302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.939Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.939Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.939Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "policy-id",
  "timestamp": 1619060757474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.939Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.939Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.939Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060757247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-22T03:07:45.939Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.939Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.939Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060762402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-22T03:07:45.984Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.984Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.984Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "cds",
  "timestamp": 1619060759302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.984Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.984Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.984Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "policy-id",
  "timestamp": 1619060757474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.984Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.984Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.985Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619060769549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.985Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.985Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.985Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060757247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.985Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.985Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.985Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060762402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.985Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.985Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.985Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "cds",
  "timestamp": 1619060759302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.985Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.985Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.985Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "policy-id",
  "timestamp": 1619060757474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.986Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.986Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.986Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619060769549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.986Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.986Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.986Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060757247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:07:45.986Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.986Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.986Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060762402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:07:45.986Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.986Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.986Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "cds",
  "timestamp": 1619060759302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:07:45.987Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.987Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.987Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "policy-id",
  "timestamp": 1619060757474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:07:45.987Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.987Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.987Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619060769549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.988Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.988Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.988Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619060769549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.988Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.988Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.988Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619060769549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.988Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.988Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.988Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619060769549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.988Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.988Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.988Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060775364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:07:45.989Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:45.989Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.989Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060775690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:07:45.989Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:45.989Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.989Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060775262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.989Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.989Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.989Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "policy-id",
  "timestamp": 1619060775945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:07:45.989Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:45.989Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.990Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "dcae-sch",
  "timestamp": 1619060769549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:45.990Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.990Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.990Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "cds",
  "timestamp": 1619060776384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:07:45.990Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:45.990Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.990Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060775262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:07:45.990Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:45.990Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.990Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "policy-id",
  "timestamp": 1619060776948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:07:45.990Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:45.991Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:45.991Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "cds",
  "timestamp": 1619060777398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-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-22T03:07:46.005Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f0d4c2f-d822-48e3-bcfe-d181878967b4
2021-04-22T03:07:46.005Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d4c2f-d822-48e3-bcfe-d181878967b4 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-22T03:07:46.013Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.013Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060777742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:07:46.013Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:46.013Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.014Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060777850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:07:46.014Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:46.014Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.014Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060775262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:07:46.014Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:46.014Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.015Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "policy-id",
  "timestamp": 1619060777951,
  "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-22T03:07:46.020Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f0d4c2f-d822-48e3-bcfe-d181878967b4
2021-04-22T03:07:46.020Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d4c2f-d822-48e3-bcfe-d181878967b4 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-22T03:07:46.085Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.085Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "aai-ml",
  "timestamp": 1619060778185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:46.086Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:46.086Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.086Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060775262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:46.086Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:46.086Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.086Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060779228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:07:46.086Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:46.087Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.087Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060779492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:07:46.087Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:46.087Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.087Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "aai-ml",
  "timestamp": 1619060778185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:46.087Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:46.087Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.087Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060775262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-22T03:07:46.088Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:46.088Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.088Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060780237,
  "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-22T03:07:46.094Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f0d4c2f-d822-48e3-bcfe-d181878967b4
2021-04-22T03:07:46.094Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d4c2f-d822-48e3-bcfe-d181878967b4 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-22T03:07:46.100Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.101Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060780593,
  "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-22T03:07:46.105Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f0d4c2f-d822-48e3-bcfe-d181878967b4
2021-04-22T03:07:46.105Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d4c2f-d822-48e3-bcfe-d181878967b4 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-22T03:07:46.111Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.111Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "aai-ml",
  "timestamp": 1619060778185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:46.111Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:46.112Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.112Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060775262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:46.112Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:46.112Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.112Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619060781243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:07:46.112Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:46.112Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.112Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619060781597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:07:46.113Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:46.113Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.113Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "aai-ml",
  "timestamp": 1619060778185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:46.113Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:46.113Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.113Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060775262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:07:46.113Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:46.114Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.114Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "aai-ml",
  "timestamp": 1619060778185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:46.114Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:46.114Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.114Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060783864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:07:46.114Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:46.114Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.114Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "aai-ml",
  "timestamp": 1619060778185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:07:46.115Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:46.115Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.115Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "aai-ml",
  "timestamp": 1619060778185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:07:46.115Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:07:46.115Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.115Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060785562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:07:46.115Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:46.115Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.116Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "aai-ml",
  "timestamp": 1619060786687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:07:46.116Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:46.116Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.116Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060786842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:07:46.116Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:46.116Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.116Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060787845,
  "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-22T03:07:46.121Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f0d4c2f-d822-48e3-bcfe-d181878967b4
2021-04-22T03:07:46.121Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d4c2f-d822-48e3-bcfe-d181878967b4 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-22T03:07:46.126Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.126Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619060788848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:07:46.126Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:46.126Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.126Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "aai-ml",
  "timestamp": 1619060797593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:07:46.127Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:07:46.127Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:07:46.127Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "aai-ml",
  "timestamp": 1619060798599,
  "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-22T03:07:46.131Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f0d4c2f-d822-48e3-bcfe-d181878967b4
2021-04-22T03:07:46.131Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f0d4c2f-d822-48e3-bcfe-d181878967b4 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-22T03:08:09.703Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:08:09.714Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
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-22T03:08:09.716Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:08:09.717Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:08:09.717Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:08:09.717Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:08:29.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T03:08:39.717Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:08:39.729Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
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-22T03:08:39.733Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:08:39.733Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:08:39.733Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:08:39.733Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:08:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:08:45.390Z||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-22T03:08:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:08:54.952Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:09:09.734Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:09:09.743Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
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-22T03:09:09.788Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:09:09.788Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:09:09.788Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:09:09.789Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:09:14.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T03:09:39.789Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:09:39.799Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d
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-22T03:09:39.802Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:09:39.802Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:09:39.802Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:09:39.802Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:09:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:09:45.390Z||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-22T03:09:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:09:54.950Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:09.802Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-04-22T03:10:09.803Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 824ed175-9aec-4100-82ad-761036ee9b5d 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-22T03:10:09.811Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 824ed175-9aec-4100-82ad-761036ee9b5d and serviceModelVersionId: def924b7-e2ed-4853-93c1-6b75e9393b0d
2021-04-22T03:10:09.811Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 760b5f76-64c6-4cea-a778-4f5c83669df6
2021-04-22T03:10:17.027Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/760b5f76-64c6-4cea-a778-4f5c83669df6/model-vers/model-ver/def924b7-e2ed-4853-93c1-6b75e9393b0d?depth=0
2021-04-22T03:10:17.135Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-22T03:10:17.607Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/760b5f76-64c6-4cea-a778-4f5c83669df6/model-vers/model-ver/def924b7-e2ed-4853-93c1-6b75e9393b0d?depth=0|INFO|500||Invoke
2021-04-22T03:10:17.610Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/760b5f76-64c6-4cea-a778-4f5c83669df6/model-vers/model-ver/def924b7-e2ed-4853-93c1-6b75e9393b0d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/760b5f76-64c6-4cea-a778-4f5c83669df6/model-vers/model-ver/def924b7-e2ed-4853-93c1-6b75e9393b0d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[824ed175-9aec-4100-82ad-761036ee9b5d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5d6e6f6c-2da9-4303-a146-7a509f75f889], X-ECOMP-RequestID=[824ed175-9aec-4100-82ad-761036ee9b5d], X-TransactionId=[], X-ONAP-RequestID=[824ed175-9aec-4100-82ad-761036ee9b5d], Content-Type=[application/merge-patch+json]}
2021-04-22T03:10:17.660Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/760b5f76-64c6-4cea-a778-4f5c83669df6/model-vers/model-ver/def924b7-e2ed-4853-93c1-6b75e9393b0d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-22T03:10:17.954Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/760b5f76-64c6-4cea-a778-4f5c83669df6/model-vers/model-ver/def924b7-e2ed-4853-93c1-6b75e9393b0d?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/760b5f76-64c6-4cea-a778-4f5c83669df6/model-vers/model-ver/def924b7-e2ed-4853-93c1-6b75e9393b0d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210422-03:10:17:655-61762], vertex-id=[172216], Content-Length=[0], Date=[Thu, 22 Apr 2021 03:10:17 GMT], Content-Type=[application/json]}
2021-04-22T03:10:17.954Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/760b5f76-64c6-4cea-a778-4f5c83669df6/model-vers/model-ver/def924b7-e2ed-4853-93c1-6b75e9393b0d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-22T03:10:17.955Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/760b5f76-64c6-4cea-a778-4f5c83669df6/model-vers/model-ver/def924b7-e2ed-4853-93c1-6b75e9393b0d?depth=0|INFO|500||InvokeReturn
2021-04-22T03:10:17.957Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-22T03:10:17.957Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-22T03:10:17.961Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-22T03:10:17.962Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 824ed175-9aec-4100-82ad-761036ee9b5d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-04-22T03:10:17.963Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-22T03:10:17.963Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:17.984Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:17.984Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061017962,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-04-22T03:10:18.066Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2021-04-22T03:10:18.067Z||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-22T03:10:18.067Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:18.078Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:18.078Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-22T03:10:19.032Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:10:19.033Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:10:19.033Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:23.340Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:23.341Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-22T03:10:23.341Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f0d4c2f-d822-48e3-bcfe-d181878967b4","serviceName":"vFW 2021-04-22 03-04-05","serviceVersion":"1.0","serviceUUID":"61fa120d-a9b4-45a2-843e-2ee393926065","serviceDescription":"catalog service description","serviceInvariantUUID":"92446bb3-73b4-415b-b499-e37cc4627628","resources":[{"resourceInstanceName":"vFW a15aaa8d-889c 0","resourceName":"vFW a15aaa8d-889c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a063201-13ba-4d6c-b614-6c094e10e1ab","resourceInvariantUUID":"f9b6710c-84f2-4afb-8965-445d9fc7c355","resourceCustomizationUUID":"1ac26405-7821-47ea-a8d8-be8041b4b98c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vf-license-model.xml","artifactChecksum":"MGFhYmFlNWE0YzQyODNmYjdhZTAxNDRmYzgxMDZkOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a185f52c-1f8a-4064-8c8a-f3676040906a","artifactVersion":"1"},{"artifactName":"vfwa15aaa8d889c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json","artifactChecksum":"NjdmZTE2MDNkODY4YmQ1YjljZWMyYmI3ZTMyYzljYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0e47a72e-b362-4cb6-b138-421987be7ce7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"277b442e-1d52-4b04-b074-8ebd68feb678","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vendor-license-model.xml","artifactChecksum":"YzIxNmY3NTAwMDk5OTBkMDFkNWNmZGFjNTRhZDU2MmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"73295964-0a94-41d5-a7be-831f6a1cb89a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"beef40b5-12cc-40af-8c9a-a3c92f15b241","artifactVersion":"2","generatedFromUUID":"277b442e-1d52-4b04-b074-8ebd68feb678"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210422030405-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-template.yml","artifactChecksum":"ZDU4MDYwZmIzNjRkYWRkMmQ5ZDcyYjJmNjFiMmVkZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e093f6b-8dfc-4335-8e05-0957a8645c3d","artifactVersion":"1"},{"artifactName":"service-Vfw20210422030405-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar","artifactChecksum":"ZGNhYTM0YmM1MmQ1MjJlNDYxZGUxMDQwNmExODMwMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3819a67a-b280-403c-8a85-3db25e65f5a0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-22T03:10:23.343Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:10:23.343Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:23.344Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:23.344Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061019032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:10:23.445Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:10:23.445Z||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-22T03:10:23.445Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:23.455Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:23.456Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:10:24.345Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:10:24.345Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:24.347Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:24.348Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061019032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:10:24.447Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-22T03:10:24.448Z||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-22T03:10:24.448Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:24.457Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:24.457Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:10:25.348Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:10:25.349Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:25.350Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:25.350Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061019032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:10:25.451Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:10:25.451Z||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-22T03:10:25.452Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:25.462Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:25.462Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:10:26.351Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:10:26.352Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:26.354Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:26.354Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061019032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:10:26.454Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:10:26.455Z||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-22T03:10:26.455Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:26.465Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:26.466Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:10:27.355Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:10:27.355Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:27.357Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:27.357Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061019032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-22T03:10:27.457Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:10:27.458Z||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-22T03:10:27.459Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:27.468Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:27.468Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:10:28.358Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:10:28.359Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:28.361Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:28.361Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061019032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:10:28.461Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:10:28.462Z||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-22T03:10:28.462Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:28.472Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:28.473Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:10:29.361Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:10:29.362Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:29.364Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:29.364Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061019032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:10:29.464Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:10:29.465Z||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-22T03:10:29.465Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:29.476Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:29.476Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:10:30.365Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "serviceName": "vFW 2021-04-22 03-04-05",
  "serviceVersion": "1.0",
  "serviceUUID": "61fa120d-a9b4-45a2-843e-2ee393926065",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "92446bb3-73b4-415b-b499-e37cc4627628",
  "resources": [
    {
      "resourceInstanceName": "vFW a15aaa8d-889c 0",
      "resourceCustomizationUUID": "1ac26405-7821-47ea-a8d8-be8041b4b98c",
      "resourceName": "vFW a15aaa8d-889c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8a063201-13ba-4d6c-b614-6c094e10e1ab",
      "resourceInvariantUUID": "f9b6710c-84f2-4afb-8965-445d9fc7c355",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa15aaa8d889c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
          "artifactChecksum": "NjdmZTE2MDNkODY4YmQ1YjljZWMyYmI3ZTMyYzljYjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0e47a72e-b362-4cb6-b138-421987be7ce7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "277b442e-1d52-4b04-b074-8ebd68feb678",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "beef40b5-12cc-40af-8c9a-a3c92f15b241",
            "generatedFromUUID": "277b442e-1d52-4b04-b074-8ebd68feb678"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "beef40b5-12cc-40af-8c9a-a3c92f15b241",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210422030405-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
      "artifactChecksum": "ZGNhYTM0YmM1MmQ1MjJlNDYxZGUxMDQwNmExODMwMmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3819a67a-b280-403c-8a85-3db25e65f5a0"
    }
  ],
  "workloadContext": "Production"
}
2021-04-22T03:10:30.366Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-22T03:10:30.366Z|824ed175-9aec-4100-82ad-761036ee9b5d|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 61fa120d-a9b4-45a2-843e-2ee393926065 ASDC
2021-04-22T03:10:30.366Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7f0d4c2f-d822-48e3-bcfe-d181878967b4
ServiceName:vFW 2021-04-22 03-04-05
ServiceVersion:1.0
ServiceUUID:61fa120d-a9b4-45a2-843e-2ee393926065
ServiceInvariantUUID:92446bb3-73b4-415b-b499-e37cc4627628
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210422030405-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar
ArtifactUUID:3819a67a-b280-403c-8a85-3db25e65f5a0
ArtifactChecksum:ZGNhYTM0YmM1MmQ1MjJlNDYxZGUxMDQwNmExODMwMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a15aaa8d-889c 0
ResourceCustomizationUUID:1ac26405-7821-47ea-a8d8-be8041b4b98c
ResourceInvariantUUID:f9b6710c-84f2-4afb-8965-445d9fc7c355
ResourceName:vFW a15aaa8d-889c
ResourceType:VF
ResourceUUID:8a063201-13ba-4d6c-b614-6c094e10e1ab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa15aaa8d889c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json
ArtifactUUID:0e47a72e-b362-4cb6-b138-421987be7ce7
ArtifactChecksum:NjdmZTE2MDNkODY4YmQ1YjljZWMyYmI3ZTMyYzljYjI=
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/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml
ArtifactUUID:277b442e-1d52-4b04-b074-8ebd68feb678
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/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env
ArtifactUUID:beef40b5-12cc-40af-8c9a-a3c92f15b241
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/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env
ArtifactUUID:beef40b5-12cc-40af-8c9a-a3c92f15b241
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-22T03:10:30.366Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61fa120d-a9b4-45a2-843e-2ee393926065 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-22T03:10:30.487Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-22T03:10:30.488Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:10:30.488Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:10:30.488Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 3819a67a-b280-403c-8a85-3db25e65f5a0 from URL: /sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:30.488Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:10:30.489Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:32.289Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:10:32.294Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar 3819a67a-b280-403c-8a85-3db25e65f5a0 105165
2021-04-22T03:10:32.294Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar ASDC sendASDCNotification
2021-04-22T03:10:32.294Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:32.294Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:10:32.295Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:32.296Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:32.296Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061032294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:10:32.397Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:10:32.398Z||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-22T03:10:32.398Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:32.407Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:32.408Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:10:33.297Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-22T03:10:33.298Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:10:33.299Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||Trying to write artifact UUID: 3819a67a-b280-403c-8a85-3db25e65f5a0, URL: /sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar to file: /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:33.299Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210422030405-csar.csar
2021-04-22T03:10:33.299Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:33.300Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:33.790Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15896947813386608466/Definitions/service-Vfw20210422030405-template.yml
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
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-04-22T03:10:36.074Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-22T03:10:36.074Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-22T03:10:36.074Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.075Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-22T03:10:36.075Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.075Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.075Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.075Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.075Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.075Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.076Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.076Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.076Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.076Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.076Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a15aaa8d-889c 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.076Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.076Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a15aaa8d-889c 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-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.076Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:36.077Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-22T03:10:36.077Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.077Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:36.077Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is matching search criteria
2021-04-22T03:10:36.077Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-22T03:10:36.078Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a15aaa8d-889c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-22T03:10:36.078Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.078Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:36.078Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is matching search criteria
2021-04-22T03:10:36.078Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-22T03:10:36.078Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a15aaa8d-889c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-22T03:10:36.079Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.079Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:36.079Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.079Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is not matching search criteria
2021-04-22T03:10:36.079Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-22T03:10:36.080Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-22T03:10:36.080Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-22T03:10:36.080Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:10:36.080Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:36.080Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-22T03:10:36.081Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:10:36.081Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-22T03:10:36.081Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-22T03:10:36.081Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:10:36.081Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:36.081Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-22T03:10:36.082Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:36.082Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-22T03:10:36.082Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:10:36.082Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-22T03:10:36.082Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.082Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-22T03:10:36.083Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.083Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is matching search criteria
2021-04-22T03:10:36.083Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a15aaa8d-889c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:10:36.083Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.083Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is matching search criteria
2021-04-22T03:10:36.084Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a15aaa8d-889c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:10:36.084Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.084Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is matching search criteria
2021-04-22T03:10:36.084Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a15aaa8d-889c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:10:36.084Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.085Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is not matching search criteria
2021-04-22T03:10:36.085Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-22T03:10:36.085Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-22T03:10:36.085Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-22T03:10:36.085Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-22T03:10:36.085Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-22T03:10:36.086Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:10:36.086Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:36.086Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-22T03:10:36.086Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:36.086Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-22T03:10:36.086Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:10:36.086Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eb585de1-4065-46cd-aeb7-3eabfe23c9fe
2021-04-22T03:10:36.087Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.087Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is not matching search criteria
2021-04-22T03:10:36.087Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-22T03:10:36.087Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-22T03:10:36.087Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-22T03:10:36.087Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:10:36.088Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:36.088Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-22T03:10:36.088Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:10:36.088Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-22T03:10:36.088Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-22T03:10:36.088Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:36.089Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-22T03:10:36.089Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:10:36.089Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=24cb0ece-c309-4542-a581-7346a00465a4
2021-04-22T03:10:36.089Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.089Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is not matching search criteria
2021-04-22T03:10:36.089Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-22T03:10:36.090Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-22T03:10:36.090Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-22T03:10:36.090Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:10:36.090Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:36.090Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-22T03:10:36.090Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:10:36.091Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-22T03:10:36.091Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-22T03:10:36.091Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:10:36.091Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:36.091Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-22T03:10:36.091Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a8638e73-36ee-446a-8bbc-fe3083cda6ea
2021-04-22T03:10:36.092Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.092Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:36.092Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.092Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:36.092Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.093Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:36.093Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:36.093Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:36.093Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-22 03-04-05
Description:catalog service description
Model UUID:61fa120d-a9b4-45a2-843e-2ee393926065
Model Version:NULL
Model InvariantUuid:92446bb3-73b4-415b-b499-e37cc4627628
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a15aaa8d-889c
Model UUID:b74e3351-def9-4551-9f50-f5f7ae46293e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f9b6710c-84f2-4afb-8965-445d9fc7c355
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ac26405-7821-47ea-a8d8-be8041b4b98c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6166f781-2c53-48f0-b18c-0c53d88d3e76
ModelName:VfwA15aaa8d889c..base_vfw..module-0
ModelUuid:79ad9721-b033-4f09-a05d-691ccb58a8f8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eb585de1-4065-46cd-aeb7-3eabfe23c9fe
ModelInvariantUuid:febda96c-6af1-4a89-bd63-0bc890724cdf
ModelName:vFW a15aaa8d-889c-nodes.vfwCvfc
ModelUuid:a15caee6-0882-4e13-94e6-b87389c544d6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5dcae757-38ad-489e-9544-cb665f772ec4
ModelInvariantUuid:2b51c315-f882-4a52-a7ec-450cd4a93fdb
ModelName:VfwA15aaa8d889c.compute.nodes.heat.vfw
ModelUuid:8927aba8-3cf3-4eff-b7c7-06fe842fbff6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:24cb0ece-c309-4542-a581-7346a00465a4
ModelInvariantUuid:593395ae-2051-41c1-96db-5d16ab1479fc
ModelName:vFW a15aaa8d-889c-nodes.vsnCvfc
ModelUuid:a01fd1e5-00ca-4950-ac41-32cabfb98063
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:70626419-30b3-4ef8-9eb7-f48479eb00c7
ModelInvariantUuid:a55e0d13-4ff8-48a5-83d3-30fec9e66a27
ModelName:VfwA15aaa8d889c.compute.nodes.heat.vsn
ModelUuid:908e3399-e420-4428-bf31-96bea7f36e43
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a8638e73-36ee-446a-8bbc-fe3083cda6ea
ModelInvariantUuid:096e8ea7-0cda-46c7-b0cb-751f62eea7ac
ModelName:vFW a15aaa8d-889c-nodes.vpgCvfc
ModelUuid:365be990-4316-4658-b6ba-7fb9db8342fd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:01e3664d-938a-449c-8082-45426b7a54b4
ModelInvariantUuid:0f626a58-cc6c-41ee-b343-ebe97ea83b7c
ModelName:VfwA15aaa8d889c.compute.nodes.heat.vpg
ModelUuid:864dcfb7-db3a-4492-bc02-bdf9a9e157a9
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-22T03:10:36.098Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8a063201-13ba-4d6c-b614-6c094e10e1ab
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-22T03:10:36.100Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||vFW a15aaa8d-889c 0
2021-04-22T03:10:36.101Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8a063201-13ba-4d6c-b614-6c094e10e1ab
2021-04-22T03:10:36.101Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 0e47a72e-b362-4cb6-b138-421987be7ce7 from URL: /sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json
2021-04-22T03:10:36.101Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:10:36.101Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json
2021-04-22T03:10:36.985Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:10:36.985Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json 0e47a72e-b362-4cb6-b138-421987be7ce7 785
2021-04-22T03:10:36.985Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json ASDC sendASDCNotification
2021-04-22T03:10:36.985Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json
2021-04-22T03:10:36.985Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:10:36.986Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:36.987Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:36.987Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061036985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:10:37.088Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:10:37.089Z||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-22T03:10:37.089Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:37.098Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:37.098Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:10:37.988Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA15aaa8d889c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6166f781-2c53-48f0-b18c-0c53d88d3e76",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79ad9721-b033-4f09-a05d-691ccb58a8f8",
    "vfModuleModelCustomizationUUID": "e3f9e7cc-cb28-4749-a253-bd17dcaff7da",
    "isBase": true,
    "artifacts": [
      "277b442e-1d52-4b04-b074-8ebd68feb678",
      "beef40b5-12cc-40af-8c9a-a3c92f15b241"
    ],
    "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-22T03:10:37.993Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA15aaa8d889c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79ad9721-b033-4f09-a05d-691ccb58a8f8
VfModuleModelInvariantUUID:6166f781-2c53-48f0-b18c-0c53d88d3e76
VfModuleModelDescription:NULL
Artifacts UUID List:{
277b442e-1d52-4b04-b074-8ebd68feb678
,
beef40b5-12cc-40af-8c9a-a3c92f15b241

}
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-22T03:10:37.996Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA15aaa8d889c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6166f781-2c53-48f0-b18c-0c53d88d3e76",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79ad9721-b033-4f09-a05d-691ccb58a8f8",
    "vfModuleModelCustomizationUUID": "e3f9e7cc-cb28-4749-a253-bd17dcaff7da",
    "isBase": true,
    "artifacts": [
      "277b442e-1d52-4b04-b074-8ebd68feb678",
      "beef40b5-12cc-40af-8c9a-a3c92f15b241"
    ],
    "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-22T03:10:37.996Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA15aaa8d889c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79ad9721-b033-4f09-a05d-691ccb58a8f8
VfModuleModelInvariantUUID:6166f781-2c53-48f0-b18c-0c53d88d3e76
VfModuleModelDescription:NULL
Artifacts UUID List:{
277b442e-1d52-4b04-b074-8ebd68feb678
,
beef40b5-12cc-40af-8c9a-a3c92f15b241

}
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-22T03:10:37.996Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 277b442e-1d52-4b04-b074-8ebd68feb678 from URL: /sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml
2021-04-22T03:10:37.997Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:10:37.997Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml
2021-04-22T03:10:38.788Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:10:38.789Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml 277b442e-1d52-4b04-b074-8ebd68feb678 20368
2021-04-22T03:10:38.789Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-22T03:10:38.789Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml
2021-04-22T03:10:38.789Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:10:38.789Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:38.791Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:38.791Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061038789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:10:38.891Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:10:38.892Z||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-22T03:10:38.892Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:38.900Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:38.901Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:10:39.791Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: beef40b5-12cc-40af-8c9a-a3c92f15b241 from URL: /sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env
2021-04-22T03:10:39.792Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:10:39.792Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env
2021-04-22T03:10:40.019Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:10:40.019Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env beef40b5-12cc-40af-8c9a-a3c92f15b241 2098
2021-04-22T03:10:40.020Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-22T03:10:40.020Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env
2021-04-22T03:10:40.020Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:10:40.020Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:40.022Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:40.022Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061040020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:10:40.122Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:10:40.123Z||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-22T03:10:40.123Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:40.133Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:40.133Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:10:41.022Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Preparing to deploy Service: 61fa120d-a9b4-45a2-843e-2ee393926065
2021-04-22T03:10:41.023Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a15aaa8d-889c 0 8a063201-13ba-4d6c-b614-6c094e10e1ab 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-22T03:10:41.088Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.088Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:41.089Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Processing vnf with UUID: b74e3351-def9-4551-9f50-f5f7ae46293e 
2021-04-22T03:10:41.089Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Will get resource from SDC using resource id: b74e3351-def9-4551-9f50-f5f7ae46293e
2021-04-22T03:10:41.089Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel to get resource 
2021-04-22T03:10:41.090Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel
2021-04-22T03:10:41.091Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel|INFO|500||Invoke
2021-04-22T03:10:41.091Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-22T03:10:41.091Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel
2021-04-22T03:10:41.091Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel|DEBUG|500||Method      : GET
2021-04-22T03:10:41.091Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/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:"7f0d4c2f-d822-48e3-bcfe-d181878967b4", X-RequestID:"7f0d4c2f-d822-48e3-bcfe-d181878967b4", X-TransactionID:"7f0d4c2f-d822-48e3-bcfe-d181878967b4", X-ECOMP-RequestID:"7f0d4c2f-d822-48e3-bcfe-d181878967b4", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"fdecce54-ef28-4e38-ad48-d37d3d58e4ff"]
2021-04-22T03:10:41.091Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel|DEBUG|500||Request body: 
2021-04-22T03:10:41.092Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel|DEBUG|500||==========================request end================================================
2021-04-22T03:10:41.485Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-22T03:10:41.486Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-22T03:10:41.486Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel|DEBUG|500||Status text  : OK
2021-04-22T03:10:41.486Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-VfwA15aaa8d889c-csar.csar"", Content-MD5:"MjUxYTIxNDIyMzdjZmVmYjI3MzhlM2U0NjJiNTFlY2M=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"7f0d4c2f-d822-48e3-bcfe-d181878967b4", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-22T03:10:41.493Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel|DEBUG|500||Response body: PK��R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM�M
�0��s�\ �]5�u��-�v
�dR���Ͳ������h}'A}s���Rv����qx�I6
-�\���|�jDd�+K*�B�c'5��ډ6Q��4ׅ�;tGD엾?�Z(l��6%x�2jΘ�PO��,Ģ��U.�����PK�—���PK��R1Definitions/resource-VfwA15aaa8d889c-template.yml�]Yw���~ϯ�-ݫ����9����qOI��%@��PP
T9ί�P �F���{�z�^1H[��?�4J`���C?��0�v0N�?^i�*�כZ�`X#k�b
S���~a~�����������b4t����S���r5�����]y�™�f�V^�^L�d2���9�������f���|��@T8k��ؽ�b���t��r�7.L��ߤY_w0t��H"/}146q�n�K7���[�O��.�_�`cSI�v���N�d�b�D�؁�����Y.s85G#��j55W�żQ�$�ŗ���e���ȅ��vmCD���hr�8M^�0��J����B�`��K<�x$T��x�
��-!]�|^�a����7TY�EQ�.��t��I�z�Skr��(�0Js�d)�qٯ|���b�~�����[������Y�"�EkZU�����nsw���V�q��͝�ʗ-j��7.f��1��mG�b/&��=f?n�O��cfu��ٌ�5��^�ڃ?Ң[��Vü���R9�v�
�H���^'�k.�wAd��;���p�jk7p��f����A����쀨z���V�=��8@���Eo�tD�%u�<�B�!��>"Q�]0�0/!�	�¹�.w�zz�{h'!�v�H�Z�|	�£�C+��G��z3���f6o����Z�6�I�jf��q!}�=Z���]�*��u�چ�&J��B�������5�Kas�� }m�V��h�����pX�ͭ(d��]Y���.r��م\�&1�{�~b�$��B�"{=���8�a��` EFz�&h�
}l�~z�|���A�`�٢'.24A��|tIhy�E��Y���\�\��O�ۏ�ۿ�n?]�GO������o��`
]�FV��L����8�k�ވ<4�I
B����Ɔ�6���ۛ���$I0�w����y��ٱq~z������$��dM���W��`���F��f�aǽ�=+�q+3����t~ta\��\�]3�]~����o^:��O�w�)AwB���3��{�؄��?]�a�=����>G�0��klĩ��Fj�p5zr����~�*+;�B�D�b�.�(5n.�2<��P��17��h�=f/>�/�n$A�q�������nܔ�A�߫�\u����\�g�NF�؞sEˉD�?�<�=
�4�E�,�l���i"��h9Q��@�on�l0Ӂ*C(������(��L�t�l��v{�6o❎��hֻQ�iϭu��Bڭ(n��R}C�hmP9\aP�ԃ�D�H�"	����+?q���[H��AA���DUxߴE���(���/.�n��OKuT*R�mEi�B%�Mb���fG��J�@����,��3�*�vT/o��Lf�(��
�J������(	T�����C�
-���O׊�>ړ5~���HA<����Q4�H�z��`�BO$����7�z����"��>�MCl��Z�ԫ�Z����q������ӫ�Fٸ��ʻ���kf�Ƚ<��u^�|a�|ɗlD��W����"?�x��4�o�ܜ_���pZ�V���p����:��U��"&���L�Ǭa���	Kd/0:� ;��6�,1X�J*F^ձ�]�Ơ�#!��]��1�h}G���״X�����H䇞����}mh�JD��ۆN��KQW�U��]����'����yrt}���*�!��~�X�F�7�O'[�)�Ԝ٧��ɥ0��J�"�CȈ`�m�!h��]�H��O��J����r������2.�6K��gvA���1�8Z�R�ܸS��1󈶱�[�8W�$�-���6A��A�PBq��`��j<��=��Y�IޔY��/'��h�R�o����پ;:R0�GH�S���5B�sq��u�&Ѥf(�n!�~�'���HY�Wq�m��I��S�)�TѰ)'�82�ٞ|x�Bf���s��n�ܛq�#�{39�	�G����yr���
~|�����o~��O^}�����틛:����x������Ż!<[�~�;>}������������㇇?F�o�6G3�z�_������r�Ko>|<;~�����޸���]���g���޻�����������~9��U<�'���?O�o��}���j~��t�}7��8�y����o��˯��ǧ����ɏ�8��;��nt1�<�9y����ɛ�������g�������7ٛo��o�����]����������n|2W�fkg���z�����v������瓓�o��|G�h{����3�|=��L��_�����݌'o>tO<������s-O=���.|X��8�q�t$V�L�Qh� I?��l��H��
�
�W�a��(2q���j��9�W�<�I���ֵ`�k�G��_(v�SB��Ώ�p�ķ��
�S����'�р��DĶ���8^���p�-C������]@�؋��148�iA��0��q��p��9�5��li��dd��sw>�m8w�eݢ
���|h�!?:�ks:Col��ɤ��l��u?��E�9������cNWK�\MƎ	'.��	�ڋUY��h�Q��/KV���#�4c��\2'FD�N�$����=l�t
*�R&K��_�(x��G�.,�q�5aM41�����5����)T�/GYB��N8%�H̼�
�+e6y����w��+�q܃ڦȘiS�h��S��#�`����P����Ȼ�C"���`�<��߂�:�M��,ڔ�������;x��J$8'�4ۓ���U�=��f4��Ԝ�4mT�t�ڳ�b1�M�ݪ�n����

D�U"�d��s5��
����@��4����j�&f�$��m�WDuG{�v�j�s���)X�Lmesh;��p1�:�W��`4s�ss�\�
Gs5E����`6��sю��l9C�Ĝ�y�9��^���O���v��������U�-Oi/gA	�����o�����j߾=����i���~�U�q�UH}+�e}�=�c��(֜ZI3���
9ǚ�v0��uz��6w�F����d��AJ��<�¬C��XNk���u5M�I�?�/j��S@ۨ���U��6!���8�U:��L,�O�����n�
V�_m��Rj���?P�>�N�ΦF4�ξ��)l.
ffZ{��,;�w�X���Z)�=4A
c�å�@����&�|��W�����9�X;lQ�!�"�"���l�N������5�c�C�qjƜW���c��q,�J�����1{_��'c%��V�*"}ڒ�T���qW�:H�����q�F���na�Q}MUĀ4�͐�9��Z�>S]�g��4��&ý�9�����ty}zb]�^}��<>�֏�,^)���HZ��U#/RC�
)�~�YM$zS���b��2��`������F�������lս>MP�rn��!=�e�Q�H�{W��C��a8˛���j�Ei[����B�dK%m�FA���
F����w� ���?t0��{�wN/&1۸Rp����Co�	����ɯ�O�-�+�����p$�{����`���6'd��Wx8�]��x8�{$���g��d5�g#s:rF�j����́=�.V�G�;�3s8t�9]͆&p�#s2v��٫�p.<0�:�:�t&C|��tl��rd.&�9������������>x�~�'���sE�ҷ�6�z``������Z5	�Z���Ds�[��h�gRE�J�Lq�"I��k&Z^��g����_+g]N��?{��X`���fI�Q=�!����0����p*/���*��
�� �$�>W� g��N2�ipd;�!jJ�>��4d#�Ȅh�Ye������4��'z�?(:s�|>׷֞h�o͋!v��>T���uCgp�'p[,ס:#H��Ymc�e��>��V����C���L�I�2i��2գ��\]�i�9W����
�lu��p�H�3+���R,_�Ӳ
yZ�ix����&��AUk�
��4�V��*����{�-�K���d���6n	�A���mk�Ǻ>��u��xM-�ц1T��I������(�[��6P��0��V�d�x�n�u`³��Q��nV�;�bfS��~)(S�"�ILh�;*�^���
e���,x�Y��-3KD�����|�'<�%V=�	W6ʬ�^i��
z�i�TЋz/�jn�1�
�FW渊Orj��i�%����-�
CV���gSfL�E�l�;��B�Ws��`a���=tls1y�1Do@�3��l�Z
��d4GU��s��^��r2{U‚����d	s2�X���K�vLN�ˉ�/Э��v��������9G��睑���5k����i��P�3�_�*��=T�A�J������e�I��f�{8K�6_\�!�ڐ��M��N���8c����^��h&%��QD���F�:CxAg]~���	o�~«��aw��o��Oׁ�瀝D��Wy���F�nCI�v��z���G�XAJ�I�&B{Q�*:�F���v��ҫ�m����ę!����9���p4]�f�
ϵk2�^�г/�8<�O�����[�2yU�0
"B���Z{�I�Ys�&�c�֏��d`�1�(�>��������DZ����Y�b��Ud���5TsuM�RjF$p����8\%��h,	|ˤ�=��
�Q�c,�|@�b��b\Z�0ED-V]���ކ$��<�W���E��F
�IoŖr~$���K`%KХ	;��IW�H�"k����sX��&��ú4X�7d֌�~�X�Nc�#&P� �X+��Y$A�L��u�4�R�w5�]��̜;g$TYV/���b���
�HQ^Ѡ�X
�u�
GS�EY�r]+%�/&N}��%©K1�?��KÚ�m��*�-$�2kp��ִ�?��*Ӛ���徊̶e�U0i���d�TD�H���������Z�,_X��_Tl/�-��t���+���e�9�Ȣ,f(����!%�jlĆ�^�+��8���1�n����f-��W�Y��J�D������Kc��kk�N��Laqn�W�[���]��!m��N
�[�i�QC&dt|�Z�Fc����*�h[󪃤�J�5��8ӭNH��������R�����̨Q	e跭@����l��$�W�:{�.:ը�:X��ug(p�}wH��H���jg�S���uo�h�[�X��B;�f���:��A27:�e��qHHA���L�NV��^λiy�2�ӝ74��f/��I�e_���pH�Ag��ú|+�*�yu8^*FȢJ"����:An��eQ̃(�m�7JQ&��KJ�C�gJ�Y�"�B���,ַ'��I�]Hl�W`��\�D�˘��a*3��)��}�)Y�o�([ �ή��	�eFZ�ޔ�=�PU:�~H�ীt�T����fPtpk��Y̦%r
���V��(p��~FA�J@���H�~zJY�
��tA�`��ݢ��aML�c'�G����R�!��-�Bz�$3ܽ;zĸ��&�,�C�����Y��$'R�uc���ˊ��M
C�š�����t���.��,�΅���ߘ�)-]%�YQ�/s��EUew�������Ѥ&���
�3h���,_YN���=���dn�4?,�7T��"��}̪��֧�40�}ddZ6��[��wQ��}/ߚ�	�Fƺ0�3*������~�Eѡ��[�MD��ު���l�M͌,v��kS���������E�H��,-ù�
ޱ�)�Y&Ц�Цv)�)�f�Z�ӯ��5oefQ9��S��#T�Sj�h��a�S-���bT�VV�L�v�^j����9JN
S��`��G���[�N'DzO巠��(w���jD���~~��FV�D[��TQB�+�Z8RZ�!���heC��h�Ǿ	X��.����bio�r,v&l�^.��$��O����C�s�C�9'��c&[;���ڛH�5ku��n9��K��[�Y�B��(J�.R�9+��S����&k�to��8'��z
��$'�BSǫ1���gP��UI5���m�S[*��NIRe�"e����vGD:u��{M��iʽv�y����Z7����Y��W���o��,C���� �k/�(����T������|[���V�����:��o��Q�$��ϝTܔ?��
�G�65��Y�b.��w�<���y��̠���MDt���X�ls�������DA��M�O�M��Zc�g�D������2T�{r1�n�Dhxh���H�8!%�|B=��CA�IJ�F1C�7!=��~����V�Jh�r��r�VD�2G��"m�rP��6��A��G�gB��Cw���/D��hK�^�^"�Ee�XH2R�~@�"�o�=◫v:ڧ�J��[���¶��ME��:��ڪ{�D[ׂ᎐K�G/�PK��� �PK��R;Definitions/resource-VfwA15aaa8d889c-template-interface.yml�]Ys�ʶ~?�Bo'�������
��8���>uK�H
�ZH���g�&$�BF�6˻j�r�{��k�5���Y�}��\�4yLm~9�\�+GY:��d��M��/��i���v$�T)�"�O_��i�Ac:��K��ĝZ�؇��
�HO���G�����T'�܆��z6�E���6��S�'�ז�kJ��g�#�0L77�T�c�A�X9^�i�E
��#�aS��l�6���c�jBNԓ�OJ0�JmmLU�o��Ӽ?&=ǵ��6�>^�j��=#�$�������K�`|�RY���9��>�t�Tj~�o4�Oͽ���^�=[ΩoՌA���,��m0�ty+U��:�;$��9qm`P��Qi|K��~�u��5m�9,p��†�h�0x�B���z�J����3�T�ݡ�:C��dlڲAF���ۇ{��˹�x%]|o=��I׭�s���ݹ�a�l���y#����>VX�=s���գ��P�`����ueM]0�ۇ��m�������t��WPe��I�i�;D
�өSH`'�{������`�Ud�$-���u�Vꞷ�.�w7�UgA��ܩ����`bF�?���_����ć���Q��f������k�A�
�
��sd�G^��er�4t]`n����
� V�G��ݙ�+=�}���@����H{���!��_\�15�h2N�`�l1�a�V4��q�����n����Y�/;wEc&'���p^���&S3��l��=����9`��4��:KSBe��u�pG�wH�e6��8�����v�\�_T��%N�50�?]Z�
����<}��Qt.F�>M�6��2�r����h=��)1�2���������c��<��_�@�d`(�����N��U,c�yS��:<=-�03$���b��ܧ��rTC�ɬ�RV� *�$�03���Ǎ��.l^���}"�����O�%�؍���R�*_y�Ο�46�EwD~ˑ"�d��8�"^�B�yj,SK���
�n���ǒE4[b/(��#��>O�
{�SC��`Ru��c�W�7�Q;�p���
&*^O�v�H�d��F����W���I�������Aj���W�+.ً6���1���FF+��f������*"��v���E�>��S>k��r�����љ�+�<�TXIo�ϳ�ܽ�A�vÝs5߹b��k���ř5G)'�Ar�=Cq�=�01�f��-��q�ֽٹ;����[K�c�p�ċ����<8�շ&u��~�^��j���r�+�+}���J�7���i�3���F�
h�]�
�Y��`3�Xs̿��f���~�%Ë$�0�@�siPR�g�Z��@I��8[�D���ۮY��n!^��bf��ҕٱB�3�v�8�����a�?���*vR����<�Q�}�9�?�x}~�vo�������TW�Ϸ��Q{O�������=zyr��}��Y�?��'���ڞL�j��ϺV�(�g����4���5��÷��e{װ�{����zpr�Y���ã/�������|߽��'�z��d������������Ԥ��qus�}>����G��������}�}~��v<<�=޷�L>7o>t&/
;g?���ߺ'WG�'�W��_�.G����ܾ?k{�\޹�F���m:=�w���|4R>}ݻ?r?u�?��z����ӏN�������3i�M�����5�l�:��������j����R;�ޗ��S��ue?��6=����iH+�^�I\�Vr�_bT���簰�;����'�('��.Q���2q5��������4���-j�Sm�ik�� ���B��Dߴ'�V��"��E4����;�8٤Љ�Ӱ��,�����:̻���n��z���99w�Mirv���mN�������C�67��/��x+����	����zoA�,ܒ7,W�@���,�-���
�t�rƇ��N�=�3�����l��X�~C*�l6K��~�Q�Rt$�a��h@���5D���l� �wTኌ�J!I ���(C:"鱒D�ZTI|�BZy��G0N6�|��<[�-�_��y����FCF����[�]>���3q��<�����:�g� �2����5:(���e���{�B�Д����������&}
��P�vj=0A�Q8�T~�)�R�!�o4L���U�J�"7ݼ�ī�zy�Pw��ٝ�<�NP�;�8�2���ˠ`X�J�*�X�h�.H[|u��&T���J����Z�́@�8�f��-��r4�]�Β�����c�\8%ʇ���l�T�����g��h�	^�n��ѻ�֝+3���Lf=�J�Q	����{�����rHD�
e��8�>[ḿ��q1�l۴��"^�βp�h̢ݫ�Zk�+:�;���ԇ���t!��g�j���	9����d_�WR�8Y�b�Z���ێWx�ؙA*
�F�pFg��DV�)x!�_�S8g�%�n�.0���Y	��2�çW5�ӟlX���[8WŎ�:8�JT���b_`��W]���ɕ4х9��`�*)s�␡W�M�	͢��[u��
Bl`��,D�2��WK�d�*H7�	2u8�:l.qJ0�'�U���(��hy���6B�H�SA�@�"f%K0F5�-u�E�P�xa���z�K*_�jQ��7����LpY�A�{�c���%�$۰~/|Jf!�օ!����N+�d�b��+�m�x�a���S���PF�O�8�֏9�I�?ݾ]o�޾.s�$�!,0!m�XA��Ze�[7�J�A����5B�$
P�a/e��(��#$�P��pr�B�`\VF+������v��zam���KE�S�?r�7)Q�4���W�0�.R
f��Ћ�ͥ�
c�,q�r�tI;'�C@�hK�sCƽ���냊��3��Y�.:�0S7?=	���M�L&���c��q�o�N��6k���,G���4�x�������vr�	�*9���Ƽ6svm�Y��
(���t��,��z
h+ę�z2���X�H1+�YB&l�'H��J�j�-n"/���.����Ri�1��E�^��(Ln���[F}�"H��:Q����Nԫ~Km���A���n��uD9��Y�'�~��u�[�;mNE.v?��RB���o��:-UkL�]���q���dm&�$NzCm��0�r�F!N�\$
\�*�a6���$p?�r���Vs��ў~C�qK6k��K4#���(�
u;;!6m�13�$}r0�dB�:G"�aOf���!(�l�x�����c����7A��?Xrp�V9���V�;Q�/!��X��m{ Vt����c!"�P�����6����O�8V����H��K���)�b�y�<�0c�Q�#8�%K�E(h`Il�&����*�Wd�^D��Q]��y]��®	��	6u4���T"@V!QX`�q��;osd~q'E�Q�h�R8�m)��#\j�K�	.l�4�^?�kxq
⠪L�K��\���1�.$��]��K��w�R/%������1��WN>:�g0Z-o���Gl���b�a�C؎xB�i�Z5�q����u��z��u�$bo*9�/1�������������Kay��Tސ떟%C!+�d���H3���Y���h�u�R��j�͊�L?9ݖ�㤭G,�閪D�F̻4�X�:��+��0���2��TDH�0
�'�,m�E�6��.��
(׈7/�H�]q��s��GvqiQ^"d;؅�`J�-G(aA�r@J���Cw�SO�U�a�U#��*� *��K�CZ�7D����r[N!2���K�D�S��x3��08��uDG��G߈ ��F��m4���E{g�I�B ��+�s{�W䧃`L)�P9i��eQuV���5�z.��d%�W�~�h�E`Κ��9��V�� "���wPD����(��TJ��e����<>؄J<6U�R��w	k}պ���M
5[ު0�f=�΃���q�Db����z^Ȏb��
0W�4Y��E�j�3р���kTtl����|lݟ��*�,#b�B��:����鈤�J�kQ%�����wT��b?���q�+J���G=wk뎃Y��+_u��MF��
�fZYT�r�h+
�Ro�z]�e���#;���!=��f�S���ST�V@掹
�P�Ո_��15��;�Fn���{q�@�ڝ�5c�β�J��k\?���q~�����ME����ѥͼ�鍴Xe�N4�R)����N����L��"�]7���tO���1�X�	C���v�|G�E�l+zm�7 ���Y��hVgk�amU���)���E���dD$��
y�2�g[^�S0����S��iΜ76���4�P��ǒ�9��?s��(^V�����򅺧x�]�<[��k\T	�}�2��K7��{W˪��>���90������r�x\��r��y�[��X�K�כPs;�/0��νY�̵���6X��e��q�]�{�)p�`m��k\ۻ<����
�e�5m��Z����2/�`R/�`JV�M�Naz�u[cZ(�mz�u�5kZ��PK���Z8F�PK��R-Definitions/resource-Neutronport-template.yml�WKs�6��W���@F�W�M���fEMl_:,%L@�@)�L�{�Ô�F��1>Z,v?�~�;mM9�B	'�����EB\ز�(%�{Z��2��(�QNM.jK���=<,�	��ݰ���X4��i��&�����M>M�F7O��W�2��:�	�D��+�hFG��d2}3�]���- !K���j��Cˌ(]@�	J����ׂQI�p{�6�j�f�:�$�P�Ve�P�Ѵ�i�(m
���ۗ`c��	�]����6���

����U�$n��I(<�GX�2Aqm�q9[���}T~��	$P��.��������A.�"����fb���cP|JɅD3A���>]�R}/l�-i&$��P�/oT
Hh����F��6�:Ԫ%�v��`G.[Y�B�Ү���ꉃ��l��P�u�KL�4�mcV�uP6@]��|�70+�Ԫ]pL�x�]$'��vj��$�4�<%
%"��*�RP4���͖ϙ�H5�I��t��O곯�����0�
�i��2���J���`��g8�3B�_�1��bNt���
Nx��m�������f�����\�p�#A��l�W�y��R�r�r��GXT{�J
�^�4�<4c$ˇ���Ŋ4�H0Ԛ��Jd"úZoBV��4�Բ
�	V��]�8,�Y�h���PÜl�`������b S+���m�PϹߖ�
R[��G��K���}��Z~����4��t�|��;9�=��n%�uה��^��b=�~y��a��BTJs�d���fg)����_`��Ҭ�)dl��t_�Z�'���8۝�z��n�V�,��6@���c�Ȝ�����mr۲L�6m~(a��y_��0�C��7�S���$��%YT�6�Gc���׮hSr�jq�Z�n8M���z�`�|8�N�}�	ެ<�
/W���R���EM�Ӕ\ft����s��%T�=��틸��{&>8e6�9��D���	�"��>�j%j���`w�|��)<�Ω�/8X����Z���2��5nb���/����!0��p�5�1	����p^�'p��&N�8����W�NK(iH(���u\�����(e
�����@4��YOi��N�H����6q9�̈ʶ���;Xj��y�Z(���\!)A�#Xn]�'������|�`�d��A�s_P9sX��+�A���OXK,Q���k��/��6y�z	QJۮ�X5�[�_66������tY�CV��$D(]�.l����TuV�.�p�,���ߥ�;�t�R��P�z��������O���L3���]�@4z�7�����z5`'"�;3z�����ޕqӘ���^�y��s�o2\�t����������5� Ϡ ���PK�pt��PK��R/Definitions/resource-Globalnetwork-template.yml�TMo�0��W��
��$N�$�)�[ZtM/�`�2��%O�]�ߏ�Hj7)ЭrQȧG��Y�8�qJk���F��$��0_���rE�3��� #�)z��.�J�~��^�?F�dt���_���I���D8�N�c�8�[
8ӋQ%'�`2��`6�͂�x���l�`�ƌ��Y�Ւ���?9��V���rK��w�д@���@7���-� x�~��i��zsL���ɅL�w9|��G��6��>i�����S�2qޢ��La=�N��������W�?Jߑ"t\f����#�W��ZYB�vv6์�n>@s�U���b�:�2��j7�=@l��y���
Ԓ��[����D�XS�QM�M�FI��>�BPk��.���հ�aBc7��y=�dy��0,U؈Ү?l����̒�xmM���4�E�7�䖻�O�(U\����w$;�AK�
i)�������}~����Fj����7˕Nk�i�(�%-��vΫ姛�rq�8�JT2���+��,����X�:�_�3�^T�e[~o�Q}"~&�P���+p��ڼ���֯d�_m�ݝ�m�|k���OH{(t{w�py�/Tq�d�0%Ee\ow�[ʰ���[N��tĆ}i��
Ob�����V�9��_��7PKQJ���PK��R)Definitions/resource-Compute-template.yml�VKs�6��W���@�h[�›i'��;ʥ���R��*����F��uƹT���v�}���TH#��Ƨ;r���F�.�{�U��LS�9<�1&͎;�MX���$��rEB,���BDg�Ӌ��8e1�(_��v��EQ\,O�E��OV�Y�ϣ��E���Iqz���`�5%���
�p�
�{*y2�3�qŬc;�B���b+
�"OQ��{SX�y�����,$�aK�؜ؓT�e�*@�����j��)<�ҍܑ�?+�H7�dkU([��T��u	�����~�Xw��_���
o�|��S�8����n+���y3CwZ|2�����-
�`���ZAY�l�P;��%Ϥ��!Cyu��B��,Gؑ�o��ƨVҩK����˃��pclh�Qq��M��ٝ�	��݌�A��i�NF�{kC��^u�ؑ��`	��s�>�b[�Q_>t�i���##��1��`����[�޼��e;�d����u���2�G�F�JrC��OK�J��m[�I'&{$n����搷�\yz�������<�[���>���:��2GBlE=�)}%�8��HR2k��fBR����;��̚����?6
�#1�$é�%kxV5��K�kG�t�����A���_�jk��6��&p���Wt�^o�O8��;��ߨ��t*�ꅃ_�P�G<�?�k}t����{^c&�3\�P#_�o��S�X�ߓo���3�)�'��W��Z���E�ڎ���2��:�d�?���
�2<1���~?ͮ@���Æ��|�mm��hgPK^�,���
PK��R&Definitions/resource-Port-template.yml�SMo�0��W��� ����m��0`K���ՠ%:*K%�ȿ���m�=�ȏ��O"���),��A;���C*B�fG(M�̖�(�΄��������M*��E���:�,�D�6Q��It�L��r��1ĜՓ1� �H�r%�$��$��e��x�6EL�Pb*��Q�%�*���"�h� ��k	F�G� ��I
��1� Zq�ʪ(�*�e�ѳ��J��"+�s��Rq}�G��{G�T�@��%c���� sk�l�p�m��$�A���n��^|}l��ۛ����/j���v
Ͷ.sd�/_f�~��"vϏ��B�B�i���4l��^jLh�>.��\n��2�{*��v>�t5�N=yO���:�W�h�����օNw��-��lv�a;���lזy39����Pe�2�p�=�s�K��\�t~wޥ*���	���v	�֚P�
��8��f��6�>⠚;ǃg�'[ev����|
>�I8�ֽs��+1my'��QTwb=�.j��\[�&���5Z��VD�r��m��vۛۛvZ��0[�%��Anpd�>C�t�Ʃ������ϟc�W���&���PK�9�AZePK��R=Definitions/resource-VfwA15aaa8d889cNodesVfwcvfc-template.yml�]��8�}~O7w��A跹ޙ��f{[�uҽ cL��r@����0��|��Wڬ��W�\.ׇ�l�(!���ADa�i��?n�4{���:���w��́���)�ycAx�q���۷���>u=lo�`�Ll���6+4w�eϷK�x>@��bM0�4��%2�b�l�t��ʲ��4�
4����fc�C�Fa��dv�o�>�v���c�Q~1����H����Ab��81B����]�?
��~�p��]?��Ґ��#9���wn�Ƙ��<�It�	�NC/�o�5���
5�bA)2m�D�j�i��L�'����l����7�~w:�p�}�&"����
���0?���χ=�d����5`����a��&��EӘ�q&��k˽(���ķʟ���> �./ϊ&8�4�[oU{\ҕ3
u
”�>&�'����?�+���g�A�df�B��=# u���r
(N��q
�6��������f�w��1�R!f�:�^K1���\�/�"�[��Qa�퀽��4��{h�0��L�;�!E��Vb��ޫ��SZ�w{/�~���yr�b�F��K<9.y�4��힝��\�����ꀼ9 ��)<�QJ	�8�gh�d
�N�r�qH��(�Q@_��>H��AL�w
b�!�O�xH�4~v�@�y����,:��d�3+�Ь�i�9�����]���~Q��M�JNq�>;u%3��M�0{TH{FAft&��D�ړ$��&N�KƞB����O+��!�N��$�|ґT�
��
�k�~��s���C�0����f}8;fIs�˛�9�&�.(��l=�j#����|p�=>G�`jk�#�R.��	�L)�2d��+3������1���BK���Ӌ�LIz��9��	����3qb���x�{��CC��a2��K�=��P��J� =�i�}���!#\2���F�R�h����wt�Y/��G��x7�R	��>z�����0$���IY���}�C���r
�D�W�s���f;��aI�8��5(?�q(T�׷�ߡ�?�' 8IqHh��(��~�O��t0�,"1"��[���B��&��'q���#��-�D_�ګ��80�m����҂u�q^Y�_�rץ��L�.�����e]O����Q�ҙ�V8��Nq�WK^[ݻ`~('����J��1��8�N��f����ӟ�g_��)����wH��7����؅��/�P��oh���rC|��q�g�D*���|���<���6�&P`��� �崲pm|�#B��|�j/
�SyĜ���`g���ٽ��d�����O!���Y�h���v�?2$F��y��C��}��.�q�e2bX}���LSPX��?����e�hG4�V&��r|�\��h�������nh�p�]�W��֕Y�$b��l��f��.3	�]�œ³��ޜ�c=E~��e7��^,M��
N�KlbY͗� ӳ,���
Znݵ?����MJ�dE�rI7���D����x�6�i���|�V	BNI�?�>��Pb[+�D6Y�����6AK�v���_���/Ki.�/�i����7�1�L��3&q6��. xϦ�ȼ�'ID6C�\�44����C�(D&����9/�If�I����+(z�\����=gYڅ0�߽�7�����CҨ�����|%i�,��ۀ$i\��Ķ���(ۣ��H�x���A�1V2�8�#WwC��DVI+�ex䵇����A֜���@��Lœ�N�]}��{��U4��J��Q�h&4�v2Cd�
�������=�c��`��V��-�2����̣ă&�ji{,���=�n�#<����P���A=��	Ũ%����E��Pgx/�c2\&*�L����(�׵���`�"�o�9�q�F�|@0s���:}|�Y�}f�ŝ�h�N�.�6
|'r>1�Aӫs�覃3f�C��:�rMz�}���	��XA/�!Ō����r���!�n�t^��U������[l��^��I��9ݢ���X�9���f|dۖ��.����̹�!ך�q[��ʢU|D]�3x�[�\�V�r=Y>�m�]�e|$p#@��@�w_���%8�i��=�?�2 y.|k#Jhq@�,����Wt��0�B,����(�K^<���R�"�Ш��4��*^(�mRT���?y0ѱ)?<����
t�f�E�$��	x7Ga��o:�F�OK��9�KW�n�4I����垖=O�z�h!b'{*f�}k�,\s:K1�y�8b)����ҡuؘS���L�Qƺ�QGQ���DcG�r�ɬy@Gf%'%u����^��b����0^/޲��zN<�+�sQ�e/���Z���#wK�h��eB���UT������,�!Ӳ)�צ���٬��vI�����;wQ
Fc8�N���r}>�O4C��Q����YԾu�Y�H?�i����y��
�NW1?&q>��c�D�SEr���~����<������>~���G[��5�X�W��#�iQ�����	S7���>9_�����s���(�V�޹�/��0���O��u5���O�b���w����׏��������\:��^����W�g5��~jkā�!ԣ�+�g
�&�P3�9;�e��ңL��T`o�|v��|��4Kq	�d�V�W���Q)|r<�dx��ȍa}���s4��'H�f�~��9�2�Hi�BѷTt&�@�#���!����9B��텪Q�Y.j0ȁG�Yɭ��@�GI�R�r
5b�xBy݇O��CX��t��$�c�/�B��J
<�Q�W�u:T�X��	���`�"7R7���N��A;��X�/�Sĵ�uj��>����^9��S?T�S5P:�b1t\_���x?TW��;�ԋ�ϦW:nyw�+�#�ĉ�)�X���ePu4�����xr0��e������p\k��O]$l��|�u}4_�K�����oMD6�[jo��<��H����{�:��pҲ�zU4�p����R�����TS<�xW��}'C���j��)1
.�չ�st�+��qH��6e����*R���&�@���8�Ub�.���@�ss���n?��^��uJb�)d�&{t
G�OLG��̔fkG��UdgX��
��I��Вzcpg��"������"g7Wi����f������:�Y6VVɌ.MA���
*�"�`���@�lU�țG���Iޒ�]Sg�d��\��c�����C�'��a�V>����܍(��ch�Ud�A�����J+�%8M1y8��kIb���Z9?�V��nQ�(QU(�y)���f�U��W"j�
b&k"��UU���+���:!c���K�Rc>�>Vq��f�{2��XT��s��B�]A��|��D+z���Uv�TjuD���n��=��r�sW�,5)�vI�Lr����,Qt)/��B�r���xi��TW E�}w�N�z����t����;
"�lo2����l)<9f���N�ԛ)����o�!�
�����U�:���RA������IR�9
�y�ۭ"7��[�\�7���>�$7oM�"����q�LW�t$����f���m獇��U��,��}�Rz�QyF\RC7�ڙ��"Q홈��_���'��+9Ъ��y�M����A5�����l��,Y���MK�z2��Q^��;��;u�I0�^#��tGV/�Ӄ�:k_Tۮm~>�{�'-��%RV'��I%����X\��G|�L{�5ʽ`d����`=@�&�u������s�h�Q��+�ʂu�E�����{}�5�9�n/ePA�.�J�kF�|�N����-=@i5��wA�V�T����qD�|�4�£����mH�a6]Fhz��Ohh�Z+z�z��BZW��v���ut�[%_;C�:��tX׭��O�!�i�P��2�q"�W”7<�wc$͐K���XJ=n�6i�^�3�Jb�E�Se�n%��nOc�����ӓ1ͭ��CC�V,����T��R�h�}�����PK�#Ӱ��PK��RGDefinitions/resource-VfwA15aaa8d889cNodesVfwcvfc-template-interface.yml�]Ko�8�ϯ�mv-tX�7�tz0�ntfr,Z�lN$RKRN��~��ÒM=�H2�Ü�*��SU�HQ���	%�0*�-�~\{R_$��P�W��O�/�R\��Σ,��Ã��$��h�wi#$��e������H���4�ˮ'H�!Y�o�B�y�Y��U���3���`Ȫ��(e�����h���A-!�k�e�␥�ϱ`9���C�1~���B�C��ÿ�P�����r����6~.ƌ0'[1g�u���?��{3}�^��&�v@�r
$%��`$q�;��B��b���S}��)A���Y7q�ߜpRx��fL%�"����(�%�A�#���Kn� k�Mq(
�(;�_�0�D�&
�d�/�h٨�ah�E)�~00.�k�	;
��0(��J��G�l��:�,z5{���G����D��������k�ơ�#H�˴+Xà��jqK[�����[����Lj��G���:ئA��-�F�L�!p/�c�‘90ܥ�
F�Ip.9��b������*�	̷$��!$(^�1J�{�Eh�_�-Jr�}�޵���ύF8	�-���#�b)����${k�DΒ�\��h��Y�	�fW��ۯ~I�σ���
8��,��M���$��QA�A�_��#�)x�,�����x�A���!����A2�I4��ю��T�q"E/��������C=���/腤y��<]a�؃�Ȼ�h
x����ά��̠�qV/IX��,��P!�0!�
��x9�0�������������o�I���O�3&d�bI��&4&����6���0���K�����t�9��!	�����I+<�e���
/��1�(�������T��v ՝�8�`�Wջet�	�S��h�H�X�C�~x�D.�+C#�K����"�T�6q{�}��
e�-�í��ǃ��U	�2\��^r�0qN�v3`�&_ͺ��;E�ӤTV/7Dx�jVU�󪺜���%)�U9�k3�x�;{�ٓ�L���I.[���}N�ig�rb�7M�d�8�֗/ o:�K�H�/�X"�?^��XX���r͠���I,4�CF>�m��R?藓п�$a�+��MEz.7HB���������ة8LB`H��%\��
{)�D2P���ۇ��~=2!��]�{�]5~�q�����~�T�A�&QP�З��?:�O��x�^��}�i����Ƨ�H�{-{�����=�*���?~ߔ�{�@�+T��}sU2Fb*L�
���
75�`w��8F;X������\���zo���D�h��b0a��ޞֶ��L�@�a'`24�����]s9N�]��7Q�Wy{�Jb��>���HB���~��&�J=Nt=Ҽ��w��!���t���@g΁ld
��My��4�wl9
�r�ikN�`��H��������C�����5jO'���2�jw�z�Z�a�e|	��'?ªZ��W`�B�sor����MT[���pT�����$EÝC�<�T��(8���MW1�,=V�;HJnT	�USCntSS\�TeI�C�b8d�Q��4l1���z��q���ϼ��)$�a�x�8p.e�
ΚHw~���iY�2����Y:�bƟ���8�*���ɦ]?�Ϻ�7���N(�8/zf�X�C)�u�CKW@6�}�qⷌJD���ѿ�X�{`��؁o�b���@�if��6�p�{ے��O� �3�7Q�����>#igA�W�h��[wI<�����:�!,^�tu�Y���صiN�9��^Ӭ�)��AaP���(׽	��ւy�([�jV��72����2S�.�w��Ѳ��A駥��L�Aa�d�v4�����Y(���
9��\������e��?H4/�ȏ���@09�^-���s�B����=�.�X����u۸ξ%�v L���b�	�T1���c�������D��ɵw��u��~�a�J��ϸ�?�F掣��o���U���6�},����o�ғ��Y��A��s��i'�����y���8�%t��Vk5���38����l��=����|���t}Z����Z�oJ�O{����7�OX��N�]Bqt���Lg"Zl��M5�),���|è���4ĝV�7aL���s�>*[���eW�p��^(���o*����pެ��|��]$���-��i�;]`n�\`�z|V��`r�#r��q�?I���|L�E���֓�)~|��En)o�
�����Inbm���b5��U�|ĉr��L���-��%�����T��;�p`��6�u�V���[~Z����%.7>��L�:��bl�����/�|=@Ryi.I��ɩV���/��F�L�
0xt+�CB��M�tF��
9XfD������/��N+��L�HF-�)�P)�v+0�n���XY��/�OHp˨��6���
�H��>%�ٷ\X���1A�������#_Ka0 ���pѸ_�8�a�j�:�q8D&c�K؀�H��ڦ�	�sB�2���5����?W���LP�([����Kc��3��r�d@XT��J
�^�4�<�N*ɧ���ɌԎHpԸ��
�R��Y�BUNH��:�I-[AN��`�ln�@���:�B4C@��L(�iN�J��W���x���Z*�e[�S����:9ǍDK��s���x���3�m�)��G(�%�=��5�;9�{G?��8'����E�K	:A�S)R�:+h�mW,��j�su$��BRV�A�u�΀3�:��Ͼ\��B��4OR�%*$7NTl����G���������Q���N�� �[��3�/8��9�`}P2��mZ���Z;�q���h�S�L�sȈc���X�_��?�:��B�HiY�BFgJ؃�ý:j��p"~8�Ŧ���b�y�H}���u����324"v�g�I��wz�~�ޒ���1�G��(�ƭ�f��N�#��|ϧ�������a*O���r����[LǑ5��=���c�z������X��w�-��^Tȧ����h���&
�Ђv�ՙ.�e�#��PKq�0O�
PK��R=Definitions/resource-VfwA15aaa8d889cNodesVsncvfc-template.yml�Ms�:�_�i�{�3Ì߼~��T%~.'�V� �l`�����o�O	$㤶֩J�B��V���j)�R[.�����(L�IR��Z��O��b��C`-��ɰ�3|�N�����ٷo��6��z�����Kg�v[�Fw���Ҹ�y@�����%� ]w02va�X�����g�L}���!>�k�t�O
/7c�E��sP�$]�����#���ď���ۈ����NZ���8��T;���p��$����jOw����Ow����3����k�w�ħ4ң�4��i�`'�����1q�	�(98��Ֆh�$��3�n}���|$�)�|�\��;�?����`����;��(���w(XJg@�9���0v�Q
˶����'Ľ�<�EO:�L�ɬ8�2�)����e�uleH����5G̦�;jNj�Q��6�v��@�j�̀�?5�vt�#�X�����RK4���(�/��>��EmO0�Q�}�;�ǒ��٫�Ί��O39^M�ɫ�:�䀛���N�bCϱ`qK����=�i,�wC&���F���`E���:]�����ێD ����|�+wJ�)u����F��q
p(\f�s2����tgm�q]���`V���f�~�!�}��*g�F!P7?tɋu����usns�G��n/:�	��DE
UR�]JeM��G��i�gG��_�?�r�%���={5�?�=��—S6�z1l�m@x�u("�0T��'�P���}���?[�����*�6\�ҫ��ڝ���6s�l��1���.%n��ԣ���}/B�q�s���u^�J~qG�������۷@9�0��׼(�
g�!�;5��C��#{mA��ʶ��L
��G�Dˑh�=��
�,�VYp-S�H=F7D4��vȚ����g�v��I��UMNڷF9E��_���yj�����-�G��lg�)��%�^���]XG0'���Lpv�&�L�c��Q0���y,(ߗ�o��߇c��_�}�Ч35��:ރ�S�'�]�>~�����ya�erf�5�1�<�؍�{����9�5��ցu�uzW��U6tq�E;[�˳IڸD۞��y�l��.���<&� s��Z���#�-^]հ�N7�z��!b�td+�ޚ�s�_y�-1�5�sL������^�+}���а�.�;b_!�0�+�Mם�d}W�?ő�Z��V�}��$S����Ư�^�|�-�Ӱ�Gv&Vi��ɘ��|Lԩ}JV�{��9�?mW���	͗���F$���LDS��A1�V��H�^��4��:�n�6��?~�����~k<ӎ�+
�jy����t��YSj(���?>}��|x|��h���7*��~`U��j��_Z��ɜ/�q����t��������13Bw�Կ|�WE�{l����,��1��G��4`������D�fA�t輎C)@�#{�'p�pB>�݅�
{�tV��9�9�����Q�͐��9x�����9�yB�]�/���H�ǂF���5&��4����wb�%��K\0;�5�Ⱥ�x��88��h<�
T�`S'_:�8"�8���VP���HH�atp4�呌� B�(>C�e͢([���S���m�X���.�'S�m
,����M]s-<��{�pS�������<��L,gmł=8o'1D�$��T��0q`�z���:F��"sXz���>gX�����
Y0�Z�1�h`�ךC
o�3�u_5��W�Sy%i��d&��=.���U��m�<'����	�[i�4��T�91���UR��0��F>�,"��sL� }Ed���l�آՕ��t�X�&+R�����Z�-"�c c�&�XG[�07���u
��U7Yd�t��5�W��]�׷��;C'�R�l�M1%����G��h�\�Z�}�i�LDQ;��4r|���l�"!�V�)j8t�2׮�y�퟊��tQS+���񪥔*����Z����A��WZ��7I�:��?\}-驞Te����_0��`j�ys>C";]�D����>��#gѸ�bR�IH`'��:r����`ħ��F���L���l!��
Ct$5i�,�O�@����G:_W��4 X���e^�e��d�FV��.�����hv��s��'Qg�4�[V]2�B�P����U�"�qq煓P�J"� ͦ���D�CQ~f�R�Zk�Cĩ��;���|�}�VvH�O���C�Í�GC�����d�GHk@>o"�A���@�|\R<�|���i
H�M4�g�qty]i�����j�rZ-؛f��u†-���d����B��nkntb�z;^��Lwi.md�<��"�����W.��I�L� ^Y���`�Dd��BƊ@���r���1��ݬl�xE0�V����h7_���f��������E7-ʞIq@'4,������Z�D���J��9!HO�ʛG
%�s
��f�3�*��/z��RT�rq�`b��wz�T�>9tP�1Hov��@!��$�Eo���CI�����<���/���oh]#a�?��O�Y�>�O������lL�/+�Q�������8l�����CU�rkA�w�`�c�S"*�{GV��W6�J��������ϗAJMugk!�tC�MEݪ�s�6�1Y/;xgǤ��;��*1���a3$SΝI�Q�?��G���1�ї��%2�/�9��M�N�t��`�_w��=n}�w��{��Ϊ4�2�<�B�y68디����q����J�|%U�cx�J�}v5)�x��g���'��W7/������—ך
V�I�uV�@����ԫ�4M��S�&���Z5a�a��Q\�5��Թۋx��Ɣ��Q�֜KC�G�J���a�:/J~`��������ԠMTx�I�z���� �zV~�A��[�f)?�)� vqTi��11�wN�����tM��� j���v�(&��g��xxrZ����l�Q����J�������P�89�m�ʣf���Ϣ<�UV�
&���mM��yݕ�O�8_��+]�M����Շ���w�^�Ej������:�K��(ȩ�5�:�W�$9�ᆰ����c>���@�.;3ݚ���	���*��Җ�L��K]VK1��,�uh��� +�2JJ��p�~i��e��T${U�ܩ�}��rŕϖ��IDR�*PqI�ZA���T��CQ�ӽ��'�Z�F�c��:��G,{�Wä(�z�P����f��&������qz�3���e���m�D��l
.��{D����d�()��P3�
15Q(k��C5�>+8ꖚ�lQ��$|��J�s���X����a��`ʚ$q�FT�������PK�kW��jPK��RGDefinitions/resource-VfwA15aaa8d889cNodesVsncvfc-template-interface.yml�]K��8�ϯ�mv�,��[�3Lw��L.��@S��i�Ԓ����~��Ò-[r[���dST�����Z(�Èƌ3�W�J_n���K����&�Mx��R�۟�!."
_|b��ۢ ؤ	<���z��+���9�^�mWi��U%M��mŲV�փ��R��]�()g"ad�ɪ���9��۬�(���a-���@d�S"�,�T�\�c��_�n��1�}��OBL^(-1��/��֊mFT�5��X������|���f�ʭbR�,3�tȸҘkf	��1[����*��c�'  sZ�Yo�B��b^�J���Iݢ'��m0�0О�M�i2
k���C�/8�Pd��N; �ˎf<խ��]�)&a�VJ�V�����D��l�P�)BL�݂V�-T�?�^�|0��`��%�dz6��e$aJ��p 7�"+�⦜�?����cr��!�j�
.Az@��|�>���h_i4��d��%��x��9�����.#U�9�i'x-�i���
�w�q3��u���.:O}�����/��_	%x�P��[l��\3�Sf
ml4�G��xD_�5Nrh�}��`��盟�0�'�FH9^${�3���^�ܜ���:��4ӹ��S��g+��ݬ����}��xI'�"�ALJa�EƔ@L���Z`E#�+��|
�3�7&��r�5f	�)���ӔKz5�2��f]�.�l�d�\M�X/d��E3 $]����dc�
�aSG�����*�g�ė���6Ԁ@,���-p«ȼ�b!Q�:,b0��9'���ǯ4	4}�~����t-1�RȒB"Fz�jz�j�@�X�$�{��Z��Q&�����n�q(���-�R�_��t{�>
����Z���s:f-�
�wOe�y|�!�s�,qӡ�ݹg[+�$��d�ȭ���t*�
�"�K��O����i�C��LtE�C��P���Q8I)���0u�0u�a���0z�ˁ!F����|�ƞ���[{�����T:�`������~y�����ua�1Y���SP��,�jB�'����ߟE%�ˣbyG��� fQ����4�]�^�Q :S���kf�-ѧ��4�'�;�w��0�I�0S}���j��Xuȭ�N�h !,Ɋ�Yy.��B)�R�2z!��/M�����B�]ƒ`t��t���-z[���a�
�;�v#CVt���{D�{O3��k�QһWΧŦFεn�+���M�P\?����9����^�u�Yf�g��jf9H�b�}w�;ֺu�6]���2�cv�K�)��`��n[�;��0S��udXN��V��	$*%�������\�D+��7�̀�����|���L1ǵ ����_ۺ����aY���޻L�]*����Ԝ�/]GCg��q1c�z%�7|̄����cm�Xy ��W��޸3�.s�&��촾˨�a�9f!�?e2e�R��H�1��T��ч�sz�gmg9��z�mH����4י�v��G�\蹶K|;�;%�q�¹�ݡgL-'�S�Q���$-�$+�)���`��%fɏ_���=>�/l����I�@u��,y�rV�j��TN���,Y�kYI��O�1����a.:�5K<�8YcU��{���5��!�P�+:�G�kY=�� �=�?�����XkC���u+�B���!�t�Q�/aM7�:�v�;=>sv���;T������I/�w�d����3{�|LT�Q;A��,X�"��-�yl���� {f�M�����^l޼����?�O�N7�bYU�Y��OV"���pX�vQ�Y������
~.Z�N� �W��K�ˡo|��I��7��@S�߱��������S��	����PK��F�	f�PK��RDDefinitions/resource-Vfwa15aaa8d889cComputeNodesHeatVpg-template.yml��Ko� ���+��
4�=~�V��h�2[낯'H,�������v�(����~\8�.(hZ��Q;�	}�A��R
�67�M�4ɡ�-D��i;��`����5;u�C�+�+�%�\�Y�QbU ��,�Z�2�Z�ɂ�2�e���D������\@E��kv�~=&g(۲��P�ƈº�xA�b��ӯ�z���'��1�4H{�����'��m��.c���j�����(�ʏ2D*��1��+��m���Y�E�cƓ�kVU��"G�@�h�c"N�w����<��D�y<�ĝ��>p�����N�:����s��0�[]�R�u��������v쮰�W��=�*[ypF�7K�jֺ��������6:n��������S����-�.ʺfKiO�6�w}���w���@�DO�d�����PK0g���cPK��R,Definitions/resource-Globalport-template.yml�WKs�6��W���@�娶��j��gbE�ھt:\R���r���-5cG��9�Y�������� ��n�:X���1%�i��)k���(�d`hD
���Ŋ*N�y|������d����+o|5yz�z3�\/�Q�Tk���u��Y����&�Ae�<�������ق||���n�C
Tc�������O:w2�t^d!��NvL_OO<"�H[�	�y�n��_g)�^�z
VX�w���p(U��q`��n�RN�,�Z��:�e�ً���R�BHS��ju�N�4J��2��0��~
��r�E�y��o�Rz���+��Xɬ"��n����"$W��j���
�)���z��5
S�M#�e�#��1�"����%�����Oua���F��jh�������}dZ5(������yu(��{Q��e[9J���K���2�B�r.�Kю��}LS];�({�8i��.4V��B��q�9�~�`8��E���X_o����(Bf"-���M�n^TL\D���&�ń�:P�3I{���+{7�,Br[�ݑ"�{�p����8H�Ďj��Qm����.̝Ɏ|V)o���˛:�����	P��v�^���ݗ�d^Y�/����*��u�Y��D
M�g*��&U�I�
�Ș�	˭x6�m��&��qF�aɸ��ϳb�(����&�V/3��55���rV6ŒGD
�e,�.����~�0��ӡ65yl�
�>��sʾ�Ѿ�{/3�7��.�����
<���ZY3��8wX�Q"XZ�����9i�\�j��s��m��B�>c
��&p�d���#D�{d��~����q~�����(>@A�~T�	��C翛��-�j��[ҌޭX�L)�f6)�/q�X�W���.+i�����Ӟ�A��y��$���
l�#9ޅ}���ɱ?r�䈥z�Co�>�V����ٻt�mޅ������?1y7�k7���m�Q�����H�=P�X���Sc_��M�㾱Ͽ�Jf�PK���3j�PK��RDDefinitions/resource-Vfwa15aaa8d889cComputeNodesHeatVfw-template.yml���n�0E��
v[QX�V�Έ� E\$��	H�@R2��3z8Y�H�Qwgxy�`���E����L�<-j�����as��k�&>�����1m&pLxy��X�D�L㜫�Lxy¡@ɳ�$��T��v�pY%(y*U�3T��B�tVXf�J�	6�c�.��!��l˲����0��m�G�!����)��b���p� :��t���p��ZB��u��}E"�$͏�� |p �����ֺ��,�3f<�yVU�����������8:?�����y�R���@7n]������|Ռ)�Q����8�0[����% tG��{}Cv������+l���qO��Vl�凑�چ�16�}�;yg��o��]#;PHs���R�2��>`��/e��R���r�����n��D?��O����{�PKI��cPK��RDDefinitions/resource-Vfwa15aaa8d889cComputeNodesHeatVsn-template.yml��Oo�0���)|ۓ-X�s�Z%�9��^�`��%c#�P����vI��f��<��g���{eTP��fF�iQ����F����M|0@�c��������k� �0�℧}_򴄌�I��$�QV��p*h�
�����8������m�ļ�[��OrL�
X�s��!���ʲ�B�a�
c;��!����S:5����
����Hg5����Q�:.M׵���5{B"�$�O�_������;�vr�h:�j�ɲ(�<�yZU)��"�@�@��i�1��C�;�����"�<t��_8[
.W�X�4u�9���K����[]��Ҕ���7ԡ�5�W5��]a�/�N{�l��j%ߍ|�6��������Wp1��qh�EؑBZ�oW(�^�����>y(���=c�������m6v��$[�����PK�
��cPK��R,Definitions/resource-Novaserver-template.yml�WKs�6��W��� Uv[�͕�FW��uh�����X��t�߻�e˕�zzj<�����>��x" �Zzi�K�`~�WN��d��'�Gx.���#Ƥ�s+������!;���O{�
����~��;gb0��g=��U����}8�������N���	��?M?d(�yC61s~���YY��J�w�3\1c�\Z_�g����@G.�΍-8=f��L��_���e�i#�-�R,V9��a�D�j���x���t*��o��P@2j͔��s.O��C09�bN~�z��kd�B�ZIi�\
���Wʯ����^Ϥc�[��j��2S $���Am�W���#F=,�0v��5��.�/K����~g�����`%��U��l�2_Y�[L��lO��!��\ܲo�\߾����֎�=�Y���2?avԤ*R@m��!A��nx�	�s�L��Q�&t���Kb-��!@��}�K�J�e�)�>�E-��(7����E-<��ڔ�'�ui�̞�l�j���Qo[�u��d塱Ӯ)1I���ۄ�;ϳn�����9��Ҋ��]�d�����J꒩��_��ia2�[�]3�1.
�����IS�h�Ynd�M����Ǽ��������k�o����+��L��e��h8�E�1�����딺d��Y%�ǗDE�5���۠���x̢��c7�Jl(���][+�*��__�6��B���e���:Z�H�����s�m��3��t�T"�s?��LV
S�!P3��52�Q�T	I����:|�-�j�m�b2����%���p]U�k�ᇐq|`,Y���{d���bt�Y]�/���sc�x?��M�E���[�rH9>:��xj�YEM���vha�+:���N7��l�XƝ�1��I�\0=�
�ے�`M�ϐ��@{��`��v�U"�A�7�歆�	O�yS�aH6�a"v�p�.KC���lp��c�>C�pm�x�7U�w��-Gi_����.�͠hQsk��i�r�ډ���o��R��,�o�����S3�Q�%v�P��V���ҋW;��z�~g���!9�N�ˈ:���QIZ�	�����ۛ��������.}�@�OԵ֞�����}(aYl��j�"�7���U6��ރ".�[<�tu�@.<��\��?�c�v%
��y8pE�}��
#��F�q��H�%��D�b���Ȱ]���V�^	�v�!����q�b%~�VV���Μ�
ue����e��D�S9�@�qB��R�g��PK�(L�PK��R=Definitions/resource-VfwA15aaa8d889cNodesVpgcvfc-template.yml�]��8�=����݃\��6���lf/U�dj��U�%@x�`�vf��_�O	$����U��j+���K�Fy�y��I�a&q�H��?n��x���CD�W����3�'9�q�o�F�p�8����o7��]��
2=#k�m�kz.ڬ��zA�
���\�\�ݚ�Z��0xe#w�b�	ܭ��Kk�08�{rc���i��
cl�ȶ���d��aw{
(R��K�C^p~�P�_:��_�g�af3�83b����]Ow����Ow����s�K���w�4�4���>~�fy����$K��G�H�'鍱���fM,4�����B��f��H"�3��v>3��^����%����7�I�g7oP1����aaJq��#xIW�΅@V�=|�n�r�C���ДD�Њ�����^T�wir�G�O�ׇ$
���Y5�q��x�Q�ㆯRPhD1P�$
�Gx�+��ǻ
���SЧ�Σ�9��nQtiw�gh�1'���g�sʆ�0f@oKȂ�?xh�w��''���`�B��uV��b�=J\U4�H��|�x�0܎�ޓc�&�(�x�{��#�(_b��>A���b��A��%���A��>,d��a�C�	�J�{uꧥ�!W�B'ꀾ9I��!
O0�)��NL�I��I��Z��݁�]�(%�9�)����GR<̾��-�r'��\}X��%q�i�W��>F9^�q����G��{s��!Mr⁏�Nة��$�'_���,���0"}u2��q
Y�&�n���S��5NtV�n�������Bq9^�U�ρ 	vW��)f��hÔ�jx�d"�/�L�Oi��[�Ҟ�N�S�:E4��?U'�_{�5u�;�*��Lᨰʵ����XR���˲p�N��/i"F3��0uج���;KJ7C�`��a:�e�VGzV�>yqN8:�y�%�8�)�����(�Cb�F�c�cO�#*X�,@z��a~��5���qW0.�@v�Q���,1��9���U\����l_��>sr��������tO�/� l>�P
��h��|�a*f�J��PEv�p�'y�' ���"�-u(�$��WY�A鐗ۇ�Tψ|����}'��3T�4wĔ��/��� �����|
�t��f�Y�GƳ:Uq]?ҳ��O]�op�=v�3�Y���ܢ�W29T|�ʭ���(�I`��af�9C��u�c����{�,��{����:k4��'��{#.N�(WOw��h�gjt
�У��2�yU��%?���?rس�#V��`��_-��ܜ�4D
�ǞP"��L
�!Ѽ�9"R��'����?�4��$Q�_'�^����z@��d���)��u�&��r���ٟW3��$:x3 ���t�f�Ō=�����A�|`�^��5Zo�+d����I6h�ڮ�Il���d����=w��\d���\���ڝo|��K�����>��82-��K3�,�En`��#;�n�l�޸K�Ma�.���B&�pG
�>��׿|�TZ�1<$�������(2������A���ɾ��:Y��eU�j��8����>߿{0�����&Ԕ�@���\JFv+h�P�I��W�l���ߎЃo�.oԽc�_��X+�&C���!���*��d"�����\�|�bY���G��߾~n� >�ԙkE�l���)wЍN]��t���7��o�lD���m��@�=z��UZY�ԙqG��4�AH���C�HUpġC�o��,[�A�C"�6���G���w�`,�`��.]}^�M[�u��yKC�

�o:�9�Z�>�|$ ����䙣��O��E�a�߱f�4��<�I�	cHZ�ˈ��(#��AN�}��Rh	4���0M���K�k�*�*aο�NJ�wVĨtN��X@!�+�~�{d����#����wԬ��ٴ�o�m'�U����HuWc���l�ykY�#�]ZKD\��l/�MwWc�-��
��%F��] �3�~��[2_m�vhWc��r
8�vi��ak�k�v7xe��ڮF��J�߹Orrnj�hA(�91��>v=�'�[����������E��72���I�GQ�f4U,9$����j$-9�Aڊ4y�_e��x|��o>���=�W�j
6�'A����ur`��z����ǏΗ��O��ۻ�V��F��S7��74���Ӳ:��<���iz�}����=o{z�h�N��������G?̾���~;�}t�GJϐ�8�e�db���%Ɍ&�$crY���-,?@��4����^Y�rC6��i�r����]0�L�@f��a`#Jv!��y���DgYⅴ�pA���F�)��c�)c�Ŏ�V��֎�����Zm>�^�T�ټ�j�~�\�+���t���%�^K���NY]�3��4�®گ9:���5;�l�����кr��n�P�T���
6�¼ʇ��?�F/-	��)�w���P�����*xC��.G�|��z5fT
�?i�Fd�Vg@_��M�&�A}�v�\��n3��
D��^W8�N`�9���-�7�hn)0���@=	1~IjG��#h�����eyof��v��*W����ϏmO���,���<���:p�PL���n����GA���4�^�rCH ʡʅ\��*E@p~Lu=��|J2�ߗs�ڌ��fa}D W�"��`���`�C��2ʮJVɸPnw���B�@I�Yt�U*���ER�)���)��� �ԓq*b���@Zh�F��2RE�k_1�(��)��\r�����e�����o����R�e�k����9��zv"i8�,�O�Etv׺�d���~nt6Ya�o�r�퍒b�
�.(�50Ię���woӻ�'�Þ�%rR�ѷj��Jr�2�+��!S�ΖHo/$�u�׫��6�{'����/��|;���U���e۲dMY<�����^q`����y	���sLc�I�j)�O��>J�߽��D�Si��h8~U/D�2<`=�z�k��G��>:SC��ӷ7�PK�+����kPK��RGDefinitions/resource-VfwA15aaa8d889cNodesVpgcvfc-template-interface.yml�]_o�8�O���{��,p@/oi�
lҢ���� �4ms#�:�r���7�$��)[v$��e��g~3��Iq�Q2'ʨ���dM����2�$��$���Mr��˅��?�����߂��,�7Y
�H!�ɛta���h
�6���UUARdx[ѼQ�񠪼�h�*K��9O)nuY�UUc\�t�ZV����lG��2�9a�,��������?�n���0����24�J �v?J٭�e���&�d!xv�E�����i��+v��PY��P��@)����	#�/��0̪A��F@���P��T�9�C�*�/hr�ʤBLQ#�s���B��v�k�HU�D�݌�9�[�T��h(SI�`��`�j
تd�)�[J�:<�(�vb�H�"ڵ�)4ղE|\I4����?�����\7t�8a(��}
Y-��%�	�VM\:�ʣibu"����F&��s���Y�Hњ��Yh�+~.��@�$�g.c3.K���@����b�NJ�dN����ܦ\,K�A�&���!Y�S��eI"�ü@`��<�ܡl9l��9yM�(-��{��?����V!��)�0���8��Ts���݁�ti������53���d�zJ/�s���)?6׮�r��5�)�
����m�N�.��S�.�y���ﱁP��'�e��"CjdP�y��v���M�gl��}!�)L�w����IW���WH7��撆w���n��Fe�I�(����
1v��Bi��P��*գ�����	æ�P�׉<�U�t��;�!��n��x[Ϋ�U7�J�0gJ �>�?�v��T̾0�Yw"O$���պ2/�>$��q��.U=��U�]GB�Ɉ@i,�C;��nJ�cLX0^��;�׃���?��6�\�TsH�'�ו�[,����@�z��VY8�;z�����>B56`���^��<�`3l�
�1+���~����)D���U��\�z��;�(rf_���K�%8/�C��W�4�|�M9#':�v��o}E�]�Oǻi�{��2�9Fw[�'�dC�{�`W�#�/��:u�'�V�5��Pr\���p<��_��,�o�cy�ՠ;��[;���&�����D.OLwa�
�P謠P4
p�UF�k�6.6�Z�H���1
��΋vé��SM�ס�2F����w��+�a��r(�cuƢa����*�R�	�qE9! 9U(a�������o�_
0����h0۷���ܥ�����$��/�4tp��i��_���TWO��\�#
��7i#W����%��U��V�Tư��p�j�$���Hp�� �b�7Hx��r�#�a�-%�5�x2.�t�1x���8o'r�w�q��`�k�?MBx�HE��&dž�~(8xD�ϊ�'��$�&BvЩ�$�^Q�Z�>�v"W�or�]�I>}��^Iu�CI������!����}6��	���rŻ�ᥜ��*���SX��/������QqV�����(���Jۗ�s�󾂤�-mrE�]&�O�s��9GrR��1؃���F�R��"k�0��f<>&�����F6�ֆ�(M$���#�c��ⶏ�����S��	,i=��PKϸ��	��PK��R)Definitions/resource-Network-template.yml�TMo�0��W��
�'M�ķ
�]:M/�`���%��S�ߏ��7�ir��{|)��y)R���:hg}�G�H 4��Ei0=�¤�t2*0%�HF��ia�fs�J`!�˥����l���<�Qgq�ej1�[��)G���,_��$�Kuͦ1��i���x>��,�[Q`k/���B/I��9�#��m� �=(|�Z
�
����%�=��R��[G�~�EҒ1_eG���$|�J���Y��U$��r�����/��TW�������&��/*�>��t
ͺ*2d���'�(�d�e��%ȵa�
�d]�:���;^�Rd��}%�x'%4����.�щ�䪡�E:�tF�7[�b�DX�B�{�:�a�l�g���-@w��!Z�׷G���d t.t���
@I�D:������Ԟ���MƝ��	�U�P%����N�)Z�fz-�FQ���P�ol3縱�;���ה4�ꢳuy]��~��'6{�-�:���
�B�����K�VtQ��Gʋ8|��M�%.]-��
�KZ���!dFŝ,���栙╱���
�ф���$G�L������́�(/��ъf\`�A�X�9UX͏�wxͨ��T'�JP�a���K�m����`:V,k����T[����O��_�ro_dTc=��~��w�6_e�.2��޼�A��2z{��t#;!;.���
���K�N���.���H��T����F����x�d=�jS��J
ΞU٧u&�,�i�Z
��a����C�����=��{	��ŭ*+m�9z�y�S���uVCE^Q��������5�	}V��w�b��C"�;�B�5��OGͿ�p��9P��*5��7 _m!�֝0;�
ຳ6�Y���ANjm�x�8>�,����]:IHD��LJ߿=>��?���y����+���K�?��J�j(a�g��{#����l_Sxd؊��0v�Y		/�V�Vͦ^D�&ƻ�Х^�!\�z���࿚��Ƞ��6�R��&����c�P4�I���~oE���6:qY����~������q����qc��������,ڕU`a2κz�{�k����Ozm}g`����008�ȾS񤸁��+��N�@�K�t��N���+j���5�	���|Ԛ�p��z�}\礵�"�~�壕�c��B2��,p�lH���;�Զ��
S�+���� #� ����]x�L���kM���O=����C:ǣY��Y=+:�f�5ИŞt8�����`h+�	�Z]�Ћ�;/�XXd^m��}�yĩp(�E�j�χ��ïN#�������nQ����/����E�>_���I��T��$<w��|�|�r�ٗ�Ŋ�Ys.a���а�p���V�+���wՁ�@�J`pzu=����|��G%���PK1h��<KPK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����E-�̍}q�\.��.��v������[�e[��>M?̀�G*�J巊$���Vaa��.�r��3)؟�p�F�������}�~M�"���1Y҂N��~�Y��_��w��tF0d ?�qdЦ��eS�Ô��e��4��	����ɗ(��IF�!� w��[e����6I
�$͒4�ޅ�<�3�?�0�g#�oa��{�g@+2
p�U�c�V�%��cK�����"�h�	�p٘�������A�0��ɊF��3�i���bX�;-
�7A\�����l\�>bTb=��0-�ܯrs7=%3hF�a\B��$�:��_4�?�b���/�,\l�
dNv=��b�in��,/`�:Z�P����f�^|�~Qv1'����A�b_�T��w����-tͧ��l��3@~�}��f�h�Q�����������VY�����f���(GA�D�*��~Ld�a�A
q�{i�F�@�$JC8��/IV��R�"z!����{��q��a;�E{���A���<�pD�0/��HVI�ڈQ���u9	�փ�	��d|q8��B����ͰeJi�?%�=�C�fǿ*h����:��S4M����Oͣt�����(��Kq�L7�!_5v��J($���4�]�QV�j���N�!�˒�(Roþv��V�a^o��c�	�<�{��6�jhx���YX���-�q��4tZ��-L���A��x�"z=8?��q�Q�	`�V�2X�m��R��U����ݪ̐I;jo��^bx�aS#P�`aI��A�tws|{~q|vz:2� �}zv��;�M����  ��Dպ�D��qAY�O����'SW�S+�Z�	����7A��|L�N�g��n�O-���yxCN��\��E�p�V:Z*yz�Z�;mG�H��'H�ކ>{���o?'�����Q���ۉ�
�΃4z0���6�C�>l~�h��4��;���v�����dr%�iO4���_C�y�A=
�o���&����K�1L	 K��|$�GB��"�|	-��b��D�"���|��-XZ���/��Ͼ4����_�5�.�klӰ���U�t*)[0���b���+�L;�>tC��(��Y���
�D�V�
��tX3�m$|�-\��D����������"a&L�g�[�Fv'�q�1���A�0��C�6e�Nf��KbA� Үڅ�WZ⫝j��ܐKz|Z��آ����8���N����O3�m�n?�K�2�լ��V�ջ�d�0m����vYev�h�kʁ6�����6�qf3�i��/�9�ţ�@-H*^�g[2DC�eS9�g��[�w�+s��ɇaB���J��\���
~K9[�2��爄�`B�a�'����Ǐ�6PY�i�`�:��tw�c�l��H��zq�悌|���B��_A@��AO:�<�@y�uc���!�d	l?h�q�� �?=�E�Ӏ8��\�+��߸�X��������ʭ�5��
HDAǀ�����Nȿ29S(V��'0@�L1Q�3ف
�����.�~yv&�OR��	�Ţ���p�_����s��oW7_N�l��I�iV���D�B�a)��6M~����!��Q��˳�����eϧu�e���b��_��0^P���L\0 �Ë?��!���S;�Cd`Gb/J4�Ac��rY칟(C���(��q%���p���G���t+ʳm���K�4�Y��d�N�-)w�]��Y�M�,X�-PI��AX�R63�ġ;s��]t�|�
��{�U��&��#!�V�Be���Za��1v�ц��{0�a#��b:��^�
l�&�	�Hw[�Nɥ@[R�}���q�Zr'�_�`��o�L�Ov(9Z�擋��,(�(��J-9s�N�Z�<�"�A�d�E/
�y���z��+����)V׵���pu:�S�c萻��Q�L�ר�]Dt�d��:�h�i��n�c�϶��%�h;��8�e�2��i�(>f�£uw6%S�}��v�>X�<�D�*�~:o�з�d(�V̘.�p�
/z$��ܗQ�>"�
V���R��y�����`�8!A�>�`2�ym�����-�'����
�ڸ��44sK}�,EY�v�u�=�C�����O�IlRTL�wjS�\y��J�U��\��Mf����iy�)��td�4��!��om0�A�@[�.L_km�i����&[��\S_�	���1&/�@�4I���&Z3h)�v��
�SrԮR�.��R��-�h��p`�
�)�,9�
`�� �A. &A�R���[i�N��*��7�a�N��B�wl�",��!�Is����� �ͤt&�O��
!0��.a_��]�m�!G��fUns�Ρ
�=�L���;�^�)OX�W��*������}��s#Ѝb�x��.ܸ�,q�JQe��Y g84WL�p�Dc=c��λŔ��-�����P\����`�'PW������&P�HǴx���B$��P�GW;�+i�
�@�^i�@�Lv�58��m
��C�U,r�i0�)��1d]���m��^'O�4��Uռ$�7��d�UHz����<�]�����?+��Lq'dz������,���n��D�RZ-�^������VL�y툾�8r/ő������f�Du����);h��,�)Jb��:cUq��kˊ�����^�8!�NA��rrG��2-�1hŦ��p����2<��|k҅Q�9�j��Ԑ�-.�f|���*�Lp����1h����k@�UD
��Ρ`�����˜�G�����	۳�m�J�/�������	��2U0b��,��
��]yT��e��S4�
�U|�J�o���{r�Q4mt,3��ۋs���I�t�l�K��V�vδrYm+���ue&B�˼�$�:KDŽL��
o�!K�5��!
�@��B3��;J������c�^>�J�h9@x�˄����C���J��A����8���Ib�L�a#vl������H���x���'QH�'��܎� ����+�.�y>�=�,d;���������抺�9����Ր��[�l����`pm�֠���pETqo���6 ������tl�M����7F�0֧�<�
��]�:��֩!���vC���
'��%��z	���^���+^lb�o�i�w\?���_�a��(Y��@D�siԟ�YR����w�o��t"YF���O{��6)k��F+��C��{'���r*�Y>�[�ľ�J�|L0l\M=\3��%%j��k#�pv9��4d�R��dna!-c��=�O#&���U#�J�Q^��`������� ��B|39ǵ��a�o|K4������f��.�*p�م���bL�<�l%�RԬ�`�c����=�����앴�P^#cD���2�a�/�,
^5�|X�xD>��#2�L�H�a���^����g�r�ܓ÷\WA�4�4U�
L�h��#�����)A6�6�q��#ΎBӒ��8r��� 2�S��W�!���;�9Qa����8�����Xu�c�ۂ�3�^k��&��+a��c	��|�$+�d┘�P@�ˣ��A�ի@/�/-�aJ7L}���������
8J�R����X#Q�����+@�v�
���wo��/����k/�}��j5eث��:0�G�B8~�~����n�
�fFY�p�*��
�b���P��?W�'�Ub������6nP9�"qH�df(;�b�����*U�ugR8o��9��W8�_��y8�X��U�����AZ8Q�ѿ�>3���*�E!�y����ZW+󍴀x	Z~���ϒ��CF.Ϥ��W\
��`v���h��g��W�P�<�,SB�`+)���U����ˆq��kn���
,���
����œ�0z��û�d�Y���hi��@˦Y͈�Ѡ�V51��:�����R=�e�;��B���Ia_*�,_�g��ud�0�3�D���$9��`a��ڄ3I�6\�d��z���$T�+�3<��}��<�>l��;*�)�淩&��)������鏕����v̨�Y�Dj/��6�x:����\@�F���8��UϢs�X�g��)�@Q�*�o �@~�	qۘg'^�PǗO#�c�	�9<���߾H�0�K/��}��Ι�8�;���>�؇P���4Yz��^��j�uuD������f΂�
��
�u�Ɂ�v	Bq�u<�e�v"ۓo��X�3�S�@��BL&��A��7	�@XM�Y�8���B�DS��(0—n,h�2����"�eE$��o˜v�26s�EY���UEQ��K��,S�j| ��)B�X"g���L����B˴��c�WV�Z�u�9���oÉK#����1��s��,J]I���b�֝�>�T�l�A�-��o	9e��v@�#�@&'��=�bt�#:m��=ږ͞�7pu�M�bA,�s>���0�.�H
�EfJ�����`C���	�E����$�O��@I�.���Ǜ��*&�/�6�Xk#
��v��(2t���0o�����m(�V(O�ڛ�Nc��d���H�!RqY,�2+<̫�^�E}	%Zq����c!��%�8�,�a��5�k�v�}�>9�i�)��RA�=	)�6`S6�
��(-��'��s� ���K펩��E����ןu�C{'t��`�1���x��ާ���yƇ�b�xlDb�¨�
��*���ܷ[�r��jXV��vet�;��a*�SߕU��J'��4��N})�6��	[,���|ǭB����h��w���,&$���q�|v�����^f]&��P%�����n�,����dihТ�j�\�������d��Ӓ���;Ww�v��mpWe����]9��D/�����G8)���p*a5���+���K�lYU���|u���*Ձ�q?�UkI�д]���<���a��*��i�"��)�<^b�i$�=�=�oY	=�}S��z��{���O"�a��
�{�b�7�q�!Z)>��ŕg�j�- ԁ���5*Cǥ2��T�Đn3��t�R�o�,��>���{|E���!
�՛|���#[|�]^EV����H�<ε�>K�$)kˣa��Uh'q7�P�q퍣j"��"�5�`L�q��l�0�t�n*��&�z��ϲ"�:�Xe�zb]7�/1T���Yi�g��e�i:L�+�+�3=���
J��G���q��7�� �N��ή��\�(�R���t�/TՓ%�&W���
����t�g���ڧd�=�}
�ݿ5?�{]�˃�29~
K�H�4�Y�0�.7�?�)_Ȍ�๐\��Ӫv�\�`_x�U2��8�Cf�$�����26�E�r%U��Q����D��yu�P�m�
�U�9;a2�͢.���8M���G4�f�*��nD���y��y��SaB�������x2��_H�,B��f,�R�\����(;���
�ح�O�O�l�X�<30b�`��=ÒO��"��,V����ˏl�k�M�)�!"ʣ�8�d�K3���G�>��Eؿ��K� TO����E�BOY�v��MT��{�Ǻ��8�����⠌`8��?��џ>�G���f0Ǯ��/��ƾ;Yw�n�n�H�u�Z�Z��@n�C�.���@DP�89�h�q�w'A���^�j�-k����\9�g���6P�KR`����aҫ��μ�hڹ(۠�<|�6kȋVx�f�lx����V{�o��vQ��֏fTD�'Z������5�h�o���Ο�~�����2S%��Oс+�u�������������5�i��X��^*mwJ��?�Qź,R�����^�Y�9�]N�,0�@$/�V�D���!�QC����e.�s�t&q�1�Qx3@u�
�AT��(�K��U���+3�Uև�r�5�
��X��V^=D���bzg]�|4�]�zu9�&�f<2ٵ:c���@	΄,k�Rļ=F�q����e�#z��XF[� }8L���I����]�2���ֽd����k,��&<�e5T:�R�eYr�M���Lr��!Ȃ���t.-�Bo��ŶpEV��d��v�KV�Řxu���
Òk�+МE:�R���vh��2�h�,Z��o`+�Gx0�d��Մ=7%���XK�1��s�Q�g��R�B~"�Ml�ѵf���a��7�����	�6��n�w ?%���AB��f�����o��^��8�8������H����B�pə��:��֍z��d����/c&���sA��S�,�úW>��G��ɐò$���2������$�xO�
~������/�|���t�o#c�\+�A`gA�^;���~!�^��X��#�hC�a	���jo3>a0iغ��“2�1��U䀭Ut�'�haR����$�Βs-�J#|�áp��tX�R�ΰ+���������wz/����k)����V
�B�R���wR��|���mOX�ir���Ft�K�a$�@H"���m�7P�,_�,1�;�,���m�~m�sl蹐��-�2l�a>�C�
_�A/�;P����Te�$u�$����t
cZm��x�k�+P���co"���ߛ���(�7����%�B�,nӅ-���[ꃀU�,+��;��������r�}���_h.�.�_~�k�W����[<�uz���$N6�6?��9�$�n�|�͍l�I=���|��xɋ�"�}��%�U��1�nLY�a&���
2t�	���H�ź�ٗ4�N��@e�l�k�ƣN���ZYX�����ߏϦ����S��!#+CNg5��C��`#���Ւ�
gMT'~np�	�G��8~V}v׃�u9/*t_&��EQ�(���~Mj)��b��TX%UY�\����[K��I�q�ϣ�_�7�E�Pܨ'��A�Lv�.G�A��s�]����1�H��gb¯Q�.�
����\�&����0R��1���U�b%1�r���Z�5��,�T�ѩ�<������K3���Qt���x��̾p�Ȃ'�:
�Ce)�"a�Zi�2E�=��/$T�#�u>�Z!��Q�
Fg�c�4z �RB�XV��ꈓ���:Pꪞ�&�W�IN��n��7|���`7��[�IN��Mr�7�ɏx�������G�I~:+IG\�,^��X5��0�khh����0L�ذ����S����:5e�Yi`��fق�D��D��&����l�uJ�n�*����ӝx���+�)��]��l���\h-+,?�l�R��Q[eIH}/��M2���D�36k~���PK�j��-�YPK��RCArtifacts/Informational/OTHER/VSP_vFW-a15aaa8d-889c_Information.txt�W]o�0}�~�7i0!_R5�T��C������8��t��ϱC		H{��?�{�}�=�D8V��Z.�5HL��e��o!@��	ak�1�����D#B��A8�$e)* �G���s@gQN�FS�P�
���p�1@c⹮vϲz���=�:	9�֌��A�����>�_C
�z���R���E��3AҦ�����5�B*+qB���|ێ���`l��0�����C�9B"�)`�+�n8˳:�rY��e[C+Z^���B%�ȶ#���WoYk�-]o�e�z�!M�ܙ�6:����K��0y���YE4�����z�r�!��'�¼�;�� ��X�N@4E7WJ�$�kp(�kEb��@Jv�
����,���6LS�T?װ�~}��D�7��*&�2٘����菓��>�q�U�h��s¶Y.��j�&�1��Ϫ"�����c�N�q�G�
�=���hT��V�Y��m:�⹑4�ow��
%\e�sd�l_W�3|�9UlEc�����&WSEߗ�V�uʡ��ڲr�3r<0���b���m���K��)�Y�\�e��t��,sR�7�L��z1����;��g�]���C�������z�rS^)��1%jGL���:�1~[��~�+H�ZP��ԠǷ��������������\!����ķ�[��PK�����PK��R'Artifacts/Deployment/HEAT/base_vfw.yaml�[�o��=�4T��^�JFi�&�a�eB贱�ν��{{v�(��;�{>ߗ�/N���1���������̞=:�����>o{g���k�'��$?\�9Rpp��a/.%<�>�Ϟ�:��蹒;�ʐ90�υ�4��8��<�b�gM��֞r7�3� /9t|6�����E`{.�h>�'Dp
?}�/�%ۀ�I�vs�����ܗ`�0���c3w�am�K�L�l��»�����m��&�2�\J�[��z�d�ۦ'-GS�H�
�X	��ux@��;��z��#CSv�l:l
��ǤG��-mwq�7�k&8���@
�"�)mm�C���/��qg��1��3�O�co�z�~;�Q�?�u�0�٠ޛ�}��
:�O��??���e��/�d�&=���1�)�f(��Ԟ�S��]�l�a᭸pQ@kX��f���ű��dR=�	�,��n����j˅���ݐ��@
6�K&�� ��UA=��/�f:�s]r&-�Q�Lrk���M>�K���/~9:��`*l_���H[zT~�q��6�^�}�:J摑�m�;ã�;c�}vF�w�Iw4��h�g�	��ym��k�^�V[.>�'r��6�A���a�iC���Ȟz�j,%��@?����3%y06�F ɏ�U�[y�Ʋ�a~�	��voqቆ|�`����CB\��$��!!�z_���\��Ҳg�+
) ���pP&i�T�#w)�S�_z(��s]�!t�!C��%t}�cS�Ֆ/��~����A4��Z�g�ƍ!�^q�+w�`!�)GRލ���q��L�m�
1<��{�FA������<g
���sP�p�4�;�b0/n�#Nk��g�~^��sj�����w>2x/�J#�|+,F(��j��-�We<�L�����s�bWZ���}�Y9S;��"���f3��I��Y�ۢ��6�� ��S����]��-��(�����L$�����N%�w9�hF¥��2�;�,lJ7o�x�J��\ހ�ߊ9!�f�N�J,ߐ�u����>w�m����x48��	ID(����,�꛹��n�sX$�Ê�͞�����-8�4���Z�rމ1ב�`ӔA�4 ���s0RK��Fl�m�#ϝ�]�T� DYT��J�y��*�Ϳ~��j,c8q�j��4Tc��Q��+�T��y�Dg�8F{����g���Z���#�~�]�x-Zbn-�Y��J)v��'��#|�%,X|6eܚz���5nՙv~��BL��w����h�ғ��ɵ��4���t-y�75��
��	i�.�[[���Pco�Z<��섫�q�B��)�e�TD4�Ɖ�t�}=G�7AO�h"����R�[Ek�m�ӰQ����h��Ҟ3���q�ْǼ����j`tQ���&=����L4�?-�p�u��Y��^g��F�'���m�a����F�ۨ�wl�]�Eo"���™��U��gD�I���KQ��	<��E�<��O@���}�)���Z/,���:��|
[n�W���֦ڱ�m�ޏκ�Vm�S{t��Ŕ�>��*�[6��$[�q�M=�v{���;6}���t�3�.�e�z��rD��,^�[�v�|��P�8Ad�,�A�B��n�����"IT�$�]�b�)�����R����ꫝPV�gN�I���ߝ|��X���n�ԗIQM>
�
�P.\樨e.8�T+�m<�h��y�]��S4e�I���:o��?�*�P��K�-��X
�3ڈ�'W8A,�j��3?"�C��35�H	�*x�>�B]�ƙ�N����u�">��t����Gܳ®
��j(���6��S���8j�A>=��y\NO�o'p��v��g]���߾}�1Qr�s�X�F0NZ��}W�uȭR}8D��dQ6��^Gu��DŽ�n�S{X�-m�;YB�;d0~�1�T7�`n1o�	�����E]�
����wZE�=%
S)�X��K��,'���)Jݠh��1�)_�{k1U������A�M�5���N]�'r���_��sf�sk�7�s�\��l����O�Rҧ�^٭�
%gl[qu
V��"�,�9��F��ٱʴ֔�ZV�]fYvr��5���Y���tr8�VJ�H�C3��rhf��M2��p�s�r�煈7�{a�3�LY����H���{��j| h��a����x$7��b��6Фpv�R��Ժ���.��p&8�/:��E(t�O��)���C|��eK��F��҃cc8�$��r$My-��hPGDŀa!�i�+�-�YX3]!l>Pd�u��WB=����E!Ty��–Q.��7�/Yd#Y!h"vd����� ��1)�Ld8��.�T3������Bp�����q
B���Pc��ﶟ"����s�3������p�z09�/_^҅���pp���KO/�;�w88>�۩�0�w�q���*kEoʜ�v��������V�)N������xq�E�v�Iᣉ�W=�1;ſ��c~��?^������f%�5��YM*�B�}A�1SS`eͣFЖ���FJ�2��S��u��͖�&ۏ��䰻[7�������T�b�m�X�ܟ��7��te��O�v���O�⠴�n��*��\�8�ˢ�'_�}��#;D���U!k�/����~���2��#�~s���"����}9�p�lը}��<�eI�S�8������yl���Pԅ2U���Y2?Դ��CM�մ�W�ް���OU��([֪w�ͥ,&<��e��/�+�[VeJ�?a	k�e�!�u�6���6����6���W�Vzqm��V���b}�;�djD��*u\+�֗׊����UU��ތ=$�`�1�������"Khf޼�A\��Ƣ�T`:@u��Z=ו�<]�k7�ֺi��j�v��3��V�]&��)7>#k�b��4��"�#��4x`\�*���MS��t�޽,�U�Rz��K�I�$�u�s�S�)9q��"�3���;<�N1�	ݦۈ�1;���Xxz:n�'�+خlL�G34=b�
+�8CE�?I�9x��NٲuC�4�լ�j�!�$�K�OSe���(��cJ�3QK�R�ނE
�` ��9،����Q�],t����*�ޗ�M�o`��<���CLQ�O@|�ڵ���r�ܛo�כ�Ck�B�j�f�,���I됖2P��Q�#6��%� �-�����4���/��#�w�uS���
/�l������8(��D3��"E!U��P<Ǎ��W#�������i�4>BZ�p���A�

!����7���4�7vjs@<h,�f�9����s����:�j�M�rȿC�
�	4�z��/B|5u�������~B�.�&����#��L[d*��vڔ�+፱~0a@��3�("1��������@�KW�׿j��Yr���D������ڷ��7��c�*����2'
��2�f��?�yu�E�����<_y�����$*�dEf���46��g��O-6����O�%�SB�DJ�@�P�l�e�e��#�e�7��������I`7U��-,1��i�F����JU�	A�Z�x�H�|f��w�PN-�l\	RD��]<~	�@h�1�"y�/�/���PK�f�i�jPK��R�R�B4E	csar.metaPK��R�—���kTOSCA-Metadata/TOSCA.metaPK��R��� �1CDefinitions/resource-VfwA15aaa8d889c-template.ymlPK��R���Z8F�;^"Definitions/resource-VfwA15aaa8d889c-template-interface.ymlPK��R�v[-�9Definitions/resource-Neutronport-template.ymlPK��R���j�	,�>Definitions/resource-Neutronnet-template.ymlPK��R�pt��(yBDefinitions/resource-Extcp2-template.ymlPK��RQJ���/�DDefinitions/resource-Globalnetwork-template.ymlPK��R^�,���
)�GDefinitions/resource-Compute-template.ymlPK��R�9�AZe&�KDefinitions/resource-Port-template.ymlPK��R�#Ӱ��=NDefinitions/resource-VfwA15aaa8d889cNodesVfwcvfc-template.ymlPK��R��g�
�G�_Definitions/resource-VfwA15aaa8d889cNodesVfwcvfc-template-interface.ymlPK��Rq�0O�
.�jDefinitions/resource-Extneutroncp-template.ymlPK��R�kW��j=FoDefinitions/resource-VfwA15aaa8d889cNodesVsncvfc-template.ymlPK��R��F�	f�Gy~Definitions/resource-VfwA15aaa8d889cNodesVsncvfc-template-interface.ymlPK��R0g���cD��Definitions/resource-Vfwa15aaa8d889cComputeNodesHeatVpg-template.ymlPK��R���3j�,ΊDefinitions/resource-Globalport-template.ymlPK��RI��cD��Definitions/resource-Vfwa15aaa8d889cComputeNodesHeatVfw-template.ymlPK��R�
��cD��Definitions/resource-Vfwa15aaa8d889cComputeNodesHeatVsn-template.ymlPK��R�(L�,ɓDefinitions/resource-Novaserver-template.ymlPK��R�+����k=B�Definitions/resource-VfwA15aaa8d889cNodesVpgcvfc-template.ymlPK��Rϸ��	��G��Definitions/resource-VfwA15aaa8d889cNodesVpgcvfc-template-interface.ymlPK��RӋ=�T�)��Definitions/resource-Network-template.ymlPK��R1h��<K/j�Definitions/resource-Globalcompute-template.ymlPK��R+�@j5���Definitions/data.ymlPK��R�'}8��Definitions/groups.ymlPK��R0?��@@p�Definitions/policies.ymlPK��R���C&�Definitions/annotations.ymlPK��R�����eDefinitions/relationships.ymlPK��R2ea�
pDefinitions/artifacts.ymlPK��R�H�v~(�Definitions/capabilities.ymlPK��R8��{Definitions/interfaces.ymlPK��R�j��-�YtDefinitions/nodes.ymlPK��R�����C�LArtifacts/Informational/OTHER/VSP_vFW-a15aaa8d-889c_Information.txtPK��R��ȕ�O'�OArtifacts/Deployment/HEAT/base_vfw.yamlPK��RWh�!7<�[Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��R�f�i�j4R^Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK%%!
@a
2021-04-22T03:10:41.507Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-22T03:10:41.508Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/b74e3351-def9-4551-9f50-f5f7ae46293e/toscaModel|INFO|500||InvokeReturn
2021-04-22T03:10:41.586Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-22T03:10:41.587Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-04-22T03:10:41.587Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||VFCustomizationUUID= 1ac26405-7821-47ea-a8d8-be8041b4b98c
2021-04-22T03:10:41.587Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1ac26405-7821-47ea-a8d8-be8041b4b98c matches Tosca VF Customization UUID: 1ac26405-7821-47ea-a8d8-be8041b4b98c
2021-04-22T03:10:41.587Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||vfCustomizationUUID: 1ac26405-7821-47ea-a8d8-be8041b4b98c  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-22T03:10:41.590Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.590Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:41.592Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||resource request for resource customization id 1ac26405-7821-47ea-a8d8-be8041b4b98c: {\"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-22T03:10:41.592Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54867a66
2021-04-22T03:10:41.592Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.592Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-22T03:10:41.592Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3f9e7cc-cb28-4749-a253-bd17dcaff7da
2021-04-22T03:10:41.592Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3f9e7cc-cb28-4749-a253-bd17dcaff7da
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-22T03:10:41.594Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.595Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is matching search criteria
2021-04-22T03:10:41.595Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a15aaa8d-889c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:10:41.595Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.595Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is matching search criteria
2021-04-22T03:10:41.595Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a15aaa8d-889c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:10:41.595Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.596Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is not matching search criteria
2021-04-22T03:10:41.596Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-22T03:10:41.596Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-22T03:10:41.596Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-22T03:10:41.596Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-22T03:10:41.596Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-22T03:10:41.597Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:10:41.597Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:41.597Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-22T03:10:41.597Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:41.597Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-22T03:10:41.597Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:10:41.597Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eb585de1-4065-46cd-aeb7-3eabfe23c9fe
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-22T03:10:41.599Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.599Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is matching search criteria
2021-04-22T03:10:41.599Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a15aaa8d-889c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:10:41.599Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.600Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is not matching search criteria
2021-04-22T03:10:41.600Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-22T03:10:41.600Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-22T03:10:41.600Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-22T03:10:41.600Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:10:41.600Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:41.600Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-22T03:10:41.601Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:10:41.601Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-22T03:10:41.601Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-22T03:10:41.601Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:41.601Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-22T03:10:41.601Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:10:41.601Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=24cb0ece-c309-4542-a581-7346a00465a4
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-22T03:10:41.603Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.603Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is matching search criteria
2021-04-22T03:10:41.603Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a15aaa8d-889c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:10:41.606Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.606Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is not matching search criteria
2021-04-22T03:10:41.606Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-22T03:10:41.606Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-22T03:10:41.606Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-22T03:10:41.606Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:10:41.606Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:41.607Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-22T03:10:41.607Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:10:41.607Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-22T03:10:41.607Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-22T03:10:41.607Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:10:41.607Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-22T03:10:41.607Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-22T03:10:41.608Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a8638e73-36ee-446a-8bbc-fe3083cda6ea
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-22T03:10:41.609Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.610Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is matching search criteria
2021-04-22T03:10:41.610Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a15aaa8d-889c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:10:41.610Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.610Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Node template vFW a15aaa8d-889c 0 is matching search criteria
2021-04-22T03:10:41.610Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW a15aaa8d-889c 0] matching following query criteria: sdcType=VF, customizationUUID=1ac26405-7821-47ea-a8d8-be8041b4b98c
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-22T03:10:41.612Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.612Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:41.613Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500|| resourceSeq for service uuid 61fa120d-a9b4-45a2-843e-2ee393926065: vFW a15aaa8d-889c
2021-04-22T03:10:41.613Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.613Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:41.613Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.614Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:41.614Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.614Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:41.614Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.615Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:41.615Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:10:41.615Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-04-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:10:41.615Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||Saving Service: vFW 2021-04-22 03-04-05 
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-22T03:10:41.788Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a15aaa8d-889c 8a063201-13ba-4d6c-b614-6c094e10e1ab 1 ASDC deployResourceStructure
2021-04-22T03:10:41.789Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json ASDC sendASDCNotification
2021-04-22T03:10:41.789Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json
2021-04-22T03:10:41.789Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-22T03:10:41.789Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:41.791Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:41.791Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061041789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:10:41.891Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:10:41.892Z||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-22T03:10:41.893Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:41.902Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:41.902Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:10:42.792Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-22T03:10:42.792Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml
2021-04-22T03:10:42.792Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-22T03:10:42.793Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:42.794Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:42.794Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061042792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-22T03:10:42.895Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:10:42.896Z||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-22T03:10:42.896Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:42.905Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:42.906Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:10:43.796Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-22T03:10:43.797Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env
2021-04-22T03:10:43.797Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-22T03:10:43.797Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:43.799Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:43.799Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061043796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-22T03:10:43.899Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:10:43.900Z||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-22T03:10:43.900Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:43.910Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:43.910Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:10:44.643Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T03:10:44.800Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar ASDC sendASDCNotification
2021-04-22T03:10:44.800Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar
2021-04-22T03:10:44.800Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-22T03:10:44.801Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:10:44.802Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:10:44.803Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061044800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:10:44.903Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:10:44.903Z||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-22T03:10:44.904Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:44.913Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:44.913Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:10:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:10:45.390Z||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-22T03:10:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:10:45.804Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:10:45.813Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
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-22T03:10:45.818Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:10:45.818Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:10:45.818Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:10:45.818Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:10:46.037Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:10:46.038Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.038Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "824ed175-9aec-4100-82ad-761036ee9b5d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061017962,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-04-22T03:10:46.038Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:10:46.038Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.039Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061019032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:10:46.039Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:10:46.039Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.039Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061019032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:10:46.039Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:10:46.039Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.039Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061019032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:10:46.039Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:10:46.039Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.039Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061019032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:10:46.039Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:10:46.039Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.039Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061019032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-22T03:10:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:10:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061019032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:10:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:10:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061019032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:10:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:10:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061032294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:10:46.041Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:10:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061036985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:10:46.041Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:10:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061038789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:10:46.042Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:10:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061040020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:10:46.042Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:10:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061041789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/vfwa15aaa8d889c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:10:46.042Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:10:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061042792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-22T03:10:46.043Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:10:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061043796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/resourceInstances/vfwa15aaa8d889c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-22T03:10:46.043Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:10:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:10:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061044800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422030405/1.0/artifacts/service-Vfw20210422030405-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:10:46.044Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:11:15.884Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:11:15.894Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
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-22T03:11:15.896Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:11:15.984Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:11:15.985Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:11:15.985Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:11:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:11:45.390Z||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-22T03:11:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:11:45.985Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:11:45.991Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
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-22T03:11:45.992Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:11:46.084Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:11:46.084Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:11:46.084Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:11:54.952Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:12:16.084Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:12:16.092Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
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-22T03:12:16.095Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:12:16.095Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:12:16.095Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:12:16.095Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:12:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:12:45.390Z||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-22T03:12:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:12:46.095Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:12:46.104Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
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-22T03:12:46.109Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:12:46.109Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:12:46.109Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:12:46.109Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:12:54.951Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:13:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T03:13:16.109Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:13:16.119Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
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-22T03:13:16.122Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:13:16.122Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:13:16.122Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:13:16.122Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:13:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:13:45.390Z||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-22T03:13:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:13:46.123Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:13:46.132Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
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-22T03:13:46.134Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:13:46.134Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:13:46.134Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:13:46.134Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:13:54.951Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:14:16.135Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:14:16.144Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
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-22T03:14:16.146Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:14:16.146Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:14:16.146Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:14:16.146Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:14:44.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T03:14:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:14:45.390Z||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-22T03:14:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:14:46.039Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:14:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "dcae-sch",
  "timestamp": 1619061249549,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:14:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:14:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "dcae-sch",
  "timestamp": 1619061249549,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "cds",
  "timestamp": 1619061254302,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061255262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "cds",
  "timestamp": 1619061254302,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061255262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061257247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "policy-id",
  "timestamp": 1619061257474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061257247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "aai-ml",
  "timestamp": 1619061258185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "policy-id",
  "timestamp": 1619061257474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "cds",
  "timestamp": 1619061259178,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:14:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "aai-ml",
  "timestamp": 1619061258185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:14:46.043Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:14:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "cds",
  "timestamp": 1619061260183,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-22T03:14:46.060Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ecc87868-cdff-4d73-9743-0fed88ab841f
2021-04-22T03:14:46.060Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecc87868-cdff-4d73-9743-0fed88ab841f 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-22T03:14:46.085Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.085Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "policy-id",
  "timestamp": 1619061260912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:14:46.085Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:14:46.085Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.086Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "aai-ml",
  "timestamp": 1619061261509,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:14:46.086Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:14:46.086Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.086Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "policy-id",
  "timestamp": 1619061261917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:14:46.086Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:14:46.086Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.086Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "policy-id",
  "timestamp": 1619061262920,
  "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-22T03:14:46.090Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecc87868-cdff-4d73-9743-0fed88ab841f
2021-04-22T03:14:46.091Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecc87868-cdff-4d73-9743-0fed88ab841f 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-22T03:14:46.099Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061262402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:14:46.099Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:14:46.099Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061262402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:14:46.099Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:14:46.099Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "aai-ml",
  "timestamp": 1619061265565,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:14:46.099Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:14:46.099Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:14:46.099Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "aai-ml",
  "timestamp": 1619061266570,
  "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-22T03:14:46.103Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ecc87868-cdff-4d73-9743-0fed88ab841f
2021-04-22T03:14:46.103Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecc87868-cdff-4d73-9743-0fed88ab841f 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-22T03:14:46.146Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:14:46.155Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
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-22T03:14:46.158Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:14:46.158Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:14:46.158Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:14:46.158Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:15:16.158Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:15:16.186Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4
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-22T03:15:16.190Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:15:16.190Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:15:16.190Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:15:16.190Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:15:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:15:45.390Z||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-22T03:15:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:15:46.190Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-04-22T03:15:46.191Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4 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-22T03:15:46.194Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f0d4c2f-d822-48e3-bcfe-d181878967b4 and serviceModelVersionId: 61fa120d-a9b4-45a2-843e-2ee393926065
2021-04-22T03:15:46.194Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92446bb3-73b4-415b-b499-e37cc4627628
2021-04-22T03:15:46.195Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92446bb3-73b4-415b-b499-e37cc4627628/model-vers/model-ver/61fa120d-a9b4-45a2-843e-2ee393926065?depth=0
2021-04-22T03:15:46.199Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-22T03:15:46.234Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/92446bb3-73b4-415b-b499-e37cc4627628/model-vers/model-ver/61fa120d-a9b4-45a2-843e-2ee393926065?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-22T03:15:46.235Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/92446bb3-73b4-415b-b499-e37cc4627628/model-vers/model-ver/61fa120d-a9b4-45a2-843e-2ee393926065?depth=0|INFO|500||Invoke
2021-04-22T03:15:46.252Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/92446bb3-73b4-415b-b499-e37cc4627628/model-vers/model-ver/61fa120d-a9b4-45a2-843e-2ee393926065?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-22T03:15:46.440Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/92446bb3-73b4-415b-b499-e37cc4627628/model-vers/model-ver/61fa120d-a9b4-45a2-843e-2ee393926065?depth=0|INFO|500||InvokeReturn
2021-04-22T03:15:46.441Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/92446bb3-73b4-415b-b499-e37cc4627628/model-vers/model-ver/61fa120d-a9b4-45a2-843e-2ee393926065?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210422-03:15:46:245-97236], vertex-id=[143488], Content-Length=[0], Date=[Thu, 22 Apr 2021 03:15:46 GMT], Content-Type=[application/json]}
2021-04-22T03:15:46.441Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-04-22T03:15:46.441Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-22T03:15:46.441Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-22T03:15:46.445Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-22T03:15:46.445Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f0d4c2f-d822-48e3-bcfe-d181878967b4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-04-22T03:15:46.445Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-22T03:15:46.446Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:15:46.447Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:15:46.447Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061346445,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-04-22T03:15:46.548Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-22T03:15:46.549Z||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-22T03:15:46.549Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:15:46.558Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:15:46.558Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:15:46.946Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:15:46.947Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:15:46.947Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f0d4c2f-d822-48e3-bcfe-d181878967b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061346445,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-04-22T03:15:46.947Z||pool-3-thread-1|||||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-22T03:15:47.460Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:15:47.460Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:15:47.460Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:15:51.732Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:15:51.733Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-22T03:15:51.733Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ecc87868-cdff-4d73-9743-0fed88ab841f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"35d8269e-6c96-4c79-ac1c-540fff8f05fb","serviceDescription":"service","serviceInvariantUUID":"059ee002-cd34-49cd-9055-2ff9e3d2f4af","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5cc2a194-fe5d-481b-9a0c-9ecf91ac2fa9","resourceInvariantUUID":"6f41d3f7-34e3-4f66-8aa9-81c2fd7c7096","resourceCustomizationUUID":"4c688d2c-1ba2-4da1-854c-babeaa92ff30","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":"ZDM2Y2QzZjEwY2QxMzNjZjY1ZDMwZGFkZjBiZDg2MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d54d77e-77c7-40aa-87ba-e68440582044","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzlmYTZkZDJlYmZkNDJhNmUwNDU1MzVjNmFkMjJhM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b42c8fc1-2fed-4df1-af92-a3b81570ae66","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-22T03:15:51.735Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:15:51.736Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:15:51.738Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:15:51.738Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:15:51.838Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:15:51.839Z||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-22T03:15:51.839Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:15:51.849Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:15:51.849Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:15:52.739Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:15:52.739Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:15:52.741Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:15:52.741Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:15:52.841Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:15:52.842Z||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-22T03:15:52.843Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:15:52.853Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:15:52.854Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:15:53.742Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "35d8269e-6c96-4c79-ac1c-540fff8f05fb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "059ee002-cd34-49cd-9055-2ff9e3d2f4af",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4c688d2c-1ba2-4da1-854c-babeaa92ff30",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "5cc2a194-fe5d-481b-9a0c-9ecf91ac2fa9",
      "resourceInvariantUUID": "6f41d3f7-34e3-4f66-8aa9-81c2fd7c7096",
      "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": "YzlmYTZkZDJlYmZkNDJhNmUwNDU1MzVjNmFkMjJhM2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b42c8fc1-2fed-4df1-af92-a3b81570ae66"
    }
  ],
  "workloadContext": "Production"
}
2021-04-22T03:15:53.743Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-22T03:15:53.743Z|7f0d4c2f-d822-48e3-bcfe-d181878967b4|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 35d8269e-6c96-4c79-ac1c-540fff8f05fb ASDC
2021-04-22T03:15:53.743Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ecc87868-cdff-4d73-9743-0fed88ab841f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:35d8269e-6c96-4c79-ac1c-540fff8f05fb
ServiceInvariantUUID:059ee002-cd34-49cd-9055-2ff9e3d2f4af
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:b42c8fc1-2fed-4df1-af92-a3b81570ae66
ArtifactChecksum:YzlmYTZkZDJlYmZkNDJhNmUwNDU1MzVjNmFkMjJhM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c688d2c-1ba2-4da1-854c-babeaa92ff30
ResourceInvariantUUID:6f41d3f7-34e3-4f66-8aa9-81c2fd7c7096
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5cc2a194-fe5d-481b-9a0c-9ecf91ac2fa9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-04-22T03:15:53.743Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35d8269e-6c96-4c79-ac1c-540fff8f05fb 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-22T03:15:53.773Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-22T03:15:53.774Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:15:53.774Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:15:53.774Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: b42c8fc1-2fed-4df1-af92-a3b81570ae66 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-22T03:15:53.775Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:15:53.775Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-22T03:15:56.298Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:15:56.300Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b42c8fc1-2fed-4df1-af92-a3b81570ae66 47928
2021-04-22T03:15:56.300Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||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-22T03:15:56.300Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||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-22T03:15:56.301Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:15:56.301Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:15:56.302Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:15:56.303Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061356300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:15:56.403Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:15:56.404Z||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-22T03:15:56.404Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:15:56.412Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:15:56.413Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:15:57.303Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-22T03:15:57.304Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:15:57.305Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||Trying to write artifact UUID: b42c8fc1-2fed-4df1-af92-a3b81570ae66, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-22T03:15:57.305Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-22T03:15:57.305Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-22T03:15:57.305Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-22T03:15:57.427Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16909618162271757990/Definitions/service-BasicNetwork-template.yml
2021-04-22T03:15:57.792Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-22T03:15:57.792Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-22T03:15:57.792Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-22T03:15:57.792Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-22T03:15:57.793Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||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-22T03:15:57.793Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||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-22T03:15:57.793Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||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-22T03:15:57.793Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-22T03:15:57.793Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||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-22T03:15:57.793Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||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-22T03:15:57.793Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||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-22T03:15:57.793Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||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-22T03:15:57.793Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-22T03:15:57.793Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:15:57.793Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:15:57.793Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-22T03:15:57.794Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-22T03:15:57.794Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-22T03:15:57.794Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:15:57.794Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:15:57.794Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-22T03:15:57.794Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-22T03:15:57.794Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-22T03:15:57.794Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:15:57.794Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:15:57.795Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:15:57.795Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:15:57.795Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:15:57.795Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:15:57.795Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:15:57.795Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:15:57.795Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:15:57.795Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:15:57.795Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:35d8269e-6c96-4c79-ac1c-540fff8f05fb
Model Version:NULL
Model InvariantUuid:059ee002-cd34-49cd-9055-2ff9e3d2f4af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6f41d3f7-34e3-4f66-8aa9-81c2fd7c7096
Model UUID:6bf28329-0c47-493b-96e0-1a35083a241c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4c688d2c-1ba2-4da1-854c-babeaa92ff30
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-22T03:15:57.800Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 5cc2a194-fe5d-481b-9a0c-9ecf91ac2fa9
2021-04-22T03:15:57.800Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||No resources found for Service: 35d8269e-6c96-4c79-ac1c-540fff8f05fb
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-22T03:15:57.803Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||
2021-04-22T03:15:57.804Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-04-22T03:15:57.804Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||No resources found for Service: 35d8269e-6c96-4c79-ac1c-540fff8f05fb
2021-04-22T03:15:57.804Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Preparing to deploy Service: 35d8269e-6c96-4c79-ac1c-540fff8f05fb
2021-04-22T03:15:57.805Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-04-22T03:15:57.805Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||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-22T03:15:57.810Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:15:57.810Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:15:57.811Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:15:57.811Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:15:57.811Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500|| resourceSeq for service uuid 35d8269e-6c96-4c79-ac1c-540fff8f05fb: Generic NeutronNet
2021-04-22T03:15:57.811Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:15:57.811Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:15:57.811Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:15:57.811Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||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-22T03:15:57.838Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:15:57.838Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:15:57.838Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:15:57.838Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:15:57.839Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:15:57.839Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:15:57.839Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||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-22T03:15:57.894Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-04-22T03:15:57.895Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||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-22T03:15:57.895Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||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-22T03:15:57.895Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-22T03:15:57.895Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:15:57.897Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:15:57.897Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061357895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:15:57.999Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-22T03:15:58.000Z||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-22T03:15:58.000Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:15:58.009Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:15:58.010Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:15:58.898Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:15:58.907Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
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-22T03:15:58.911Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:15:58.911Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:15:58.911Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:15:58.911Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:16:28.911Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:16:28.921Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
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-22T03:16:28.924Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:16:28.924Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:16:28.924Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:16:28.924Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:16:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:16:45.390Z||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-22T03:16:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:16:45.408Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:16:45.408Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:16:45.408Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "cds",
  "timestamp": 1619061344302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:16:45.409Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:16:58.925Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:16:58.933Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
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-22T03:16:58.936Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:16:58.937Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:16:58.937Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:16:58.937Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:16:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T03:17:28.937Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:17:28.946Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
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-22T03:17:28.948Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:17:28.948Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:17:28.948Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:17:28.948Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:17:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:17:45.390Z||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-22T03:17:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:17:45.409Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:17:45.409Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:17:45.409Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061342402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:17:45.410Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:17:58.948Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:17:58.968Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
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-22T03:17:58.971Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:17:58.971Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:17:58.971Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:17:58.972Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:18:28.972Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:18:28.981Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
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-22T03:18:28.983Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:18:28.983Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:18:28.983Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:18:28.983Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:18:29.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T03:18:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:18:45.390Z||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-22T03:18:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:18:45.405Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:18:45.415Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.415Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "policy-id",
  "timestamp": 1619061337474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.417Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.417Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.417Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061337247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.417Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.417Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.417Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "cds",
  "timestamp": 1619061344302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.417Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.418Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.418Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061342402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.418Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.418Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.418Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061337247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.418Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.418Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.418Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "policy-id",
  "timestamp": 1619061337474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.418Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.418Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.418Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "cds",
  "timestamp": 1619061344302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.419Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.419Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.419Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061342402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.419Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.419Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.419Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "policy-id",
  "timestamp": 1619061337474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.419Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.419Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.419Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061337247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.419Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.419Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.419Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "aai-ml",
  "timestamp": 1619061348185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.419Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.484Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.484Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "cds",
  "timestamp": 1619061344302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.484Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061342402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.485Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "policy-id",
  "timestamp": 1619061337474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.485Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "aai-ml",
  "timestamp": 1619061348185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.485Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.485Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.485Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061337247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.485Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.486Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.486Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "dcae-sch",
  "timestamp": 1619061349549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.486Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.486Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.486Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "cds",
  "timestamp": 1619061344302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.486Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.486Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.486Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061342402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.486Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.486Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.486Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "policy-id",
  "timestamp": 1619061337474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.487Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.487Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.487Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061337247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.487Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.487Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.487Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "aai-ml",
  "timestamp": 1619061348185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.487Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.487Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.487Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "dcae-sch",
  "timestamp": 1619061349549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.488Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.488Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.488Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.488Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.489Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.489Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "cds",
  "timestamp": 1619061344302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.489Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.489Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.489Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061342402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.489Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.489Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.489Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "policy-id",
  "timestamp": 1619061337474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.489Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.489Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.489Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "aai-ml",
  "timestamp": 1619061348185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.489Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.490Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.490Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061337247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.490Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.490Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.490Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "dcae-sch",
  "timestamp": 1619061349549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.490Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.490Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.490Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.490Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.490Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.490Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "cds",
  "timestamp": 1619061344302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.491Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.491Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.491Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061342402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.491Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.491Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.491Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "policy-id",
  "timestamp": 1619061337474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.491Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.491Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.491Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "aai-ml",
  "timestamp": 1619061348185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.491Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.491Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.491Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061337247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.491Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.492Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.492Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "dcae-sch",
  "timestamp": 1619061349549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.493Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.493Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "cds",
  "timestamp": 1619061344302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.493Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.493Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061342402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.493Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.493Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.493Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "policy-id",
  "timestamp": 1619061337474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.493Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.494Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.494Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "aai-ml",
  "timestamp": 1619061348185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.494Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.494Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.494Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061337247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.494Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.494Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.494Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "dcae-sch",
  "timestamp": 1619061349549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.494Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.494Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.494Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "aai-ml",
  "timestamp": 1619061348185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.494Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.494Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.495Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "dcae-sch",
  "timestamp": 1619061349549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.495Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.495Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.495Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061355262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.495Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.495Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.495Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "aai-ml",
  "timestamp": 1619061348185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.495Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.495Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.495Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "dcae-sch",
  "timestamp": 1619061349549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.495Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.496Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.496Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061356300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:18:45.496Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:18:45.496Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.496Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "cds",
  "timestamp": 1619061356640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:18:45.496Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:18:45.496Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.496Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061355262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.496Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.496Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.496Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "policy-id",
  "timestamp": 1619061357007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:18:45.496Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:18:45.496Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.497Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "dcae-sch",
  "timestamp": 1619061349549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.497Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.497Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.497Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "cds",
  "timestamp": 1619061357645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-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-22T03:18:45.539Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
2021-04-22T03:18:45.539Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21 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-22T03:18:45.587Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.587Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061357895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:18:45.587Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:18:45.587Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.587Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061355262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.588Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.588Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.588Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "policy-id",
  "timestamp": 1619061358011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:18:45.588Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:18:45.588Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.588Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "aai-ml",
  "timestamp": 1619061358289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:18:45.588Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:18:45.588Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.588Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061355262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.588Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.588Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.588Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "policy-id",
  "timestamp": 1619061359014,
  "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-22T03:18:45.593Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
2021-04-22T03:18:45.593Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21 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-22T03:18:45.600Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.601Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061355262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.601Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.601Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.601Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061355262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.601Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.601Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.601Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061355262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.602Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.602Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.602Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061355262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.602Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.602Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.602Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "aai-ml",
  "timestamp": 1619061363067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:18:45.602Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:18:45.602Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.602Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "aai-ml",
  "timestamp": 1619061364073,
  "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-22T03:18:45.605Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
2021-04-22T03:18:45.606Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21 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-22T03:18:45.612Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.612Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "dcae-sch",
  "timestamp": 1619061389549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.612Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.612Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.612Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "cds",
  "timestamp": 1619061389302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.612Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.612Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.613Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061382402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.613Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.613Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.613Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "dcae-sch",
  "timestamp": 1619061389549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.613Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.613Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.613Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "cds",
  "timestamp": 1619061389302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.613Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.613Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.613Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061382402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.613Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.613Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.614Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "dcae-sch",
  "timestamp": 1619061389549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.614Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.614Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.614Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "cds",
  "timestamp": 1619061389302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.614Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.614Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.614Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061382402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.614Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.614Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.614Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "dcae-sch",
  "timestamp": 1619061389549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.614Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.614Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "cds",
  "timestamp": 1619061389302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061382402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "dcae-sch",
  "timestamp": 1619061389549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "cds",
  "timestamp": 1619061389302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061382402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.615Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.616Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061395262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.616Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.616Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.616Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "dcae-sch",
  "timestamp": 1619061389549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.616Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.616Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.616Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "cds",
  "timestamp": 1619061389302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.616Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.616Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.616Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061382402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.616Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.616Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.616Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061395262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.617Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.617Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.617Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "dcae-sch",
  "timestamp": 1619061389549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.617Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.617Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.617Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "cds",
  "timestamp": 1619061389302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.617Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.617Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.617Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061382402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.617Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.617Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.617Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061397247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.617Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.618Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.618Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061395262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.618Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.618Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.618Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "policy-id",
  "timestamp": 1619061397474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.618Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.618Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.618Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061397247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.618Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.618Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.618Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061395262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.618Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.619Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.619Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061399081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:18:45.619Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:18:45.619Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.619Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "cds",
  "timestamp": 1619061399087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:18:45.619Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:18:45.619Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.619Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "policy-id",
  "timestamp": 1619061397474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.619Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.619Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.619Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061397247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.619Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.620Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.620Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061395262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.620Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.620Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.620Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "cds",
  "timestamp": 1619061400092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-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-22T03:18:45.630Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2114e27-e4db-44f5-a18d-061ed98a1bf1
2021-04-22T03:18:45.630Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2114e27-e4db-44f5-a18d-061ed98a1bf1 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-22T03:18:45.637Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.637Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "policy-id",
  "timestamp": 1619061397474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.637Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.637Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.637Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061400732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:18:45.638Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:18:45.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061397247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061395262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "policy-id",
  "timestamp": 1619061397474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.638Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.638Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061397247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.638Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.639Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.639Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061395262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.639Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.639Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.639Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061402090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:18:45.639Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:18:45.639Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.639Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "policy-id",
  "timestamp": 1619061397474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.639Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.639Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.639Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061397247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.639Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.639Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.640Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061403097,
  "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-22T03:18:45.643Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2114e27-e4db-44f5-a18d-061ed98a1bf1
2021-04-22T03:18:45.643Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2114e27-e4db-44f5-a18d-061ed98a1bf1 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-22T03:18:45.649Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.649Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "policy-id",
  "timestamp": 1619061397474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:18:45.649Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.649Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.650Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061403758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:18:45.650Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:18:45.650Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.650Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061397247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.650Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:45.650Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.650Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061404105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:18:45.650Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:18:45.650Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:18:45.650Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "policy-id",
  "timestamp": 1619061397474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:18:45.650Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:18:58.984Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:18:58.992Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
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-22T03:18:58.994Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:18:58.994Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:18:58.994Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:18:58.994Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:19:14.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T03:19:28.995Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:19:29.002Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
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-22T03:19:29.004Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:19:29.004Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:19:29.004Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:19:29.004Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:19:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:19:45.390Z||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-22T03:19:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:19:45.405Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:19:45.422Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.423Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061405519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.423Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.423Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.423Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061405700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.424Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.424Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.424Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "policy-id",
  "timestamp": 1619061405842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.424Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.424Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.424Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "policy-id",
  "timestamp": 1619061406846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.424Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.425Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.425Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061407258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.425Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.425Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.425Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061407522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.425Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.425Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.425Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "policy-id",
  "timestamp": 1619061407850,
  "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-22T03:19:45.488Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2114e27-e4db-44f5-a18d-061ed98a1bf1
2021-04-22T03:19:45.489Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2114e27-e4db-44f5-a18d-061ed98a1bf1 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-22T03:19:45.496Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.496Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061408261,
  "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-22T03:19:45.501Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2114e27-e4db-44f5-a18d-061ed98a1bf1
2021-04-22T03:19:45.501Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2114e27-e4db-44f5-a18d-061ed98a1bf1 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-22T03:19:45.509Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.509Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "aai-ml",
  "timestamp": 1619061408185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.509Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.509Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.509Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061408917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.509Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.509Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.509Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061409265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.509Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.509Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.510Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "aai-ml",
  "timestamp": 1619061408185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.510Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.510Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.510Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061410002,
  "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-22T03:19:45.514Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2114e27-e4db-44f5-a18d-061ed98a1bf1
2021-04-22T03:19:45.514Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2114e27-e4db-44f5-a18d-061ed98a1bf1 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-22T03:19:45.519Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.519Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "aai-ml",
  "timestamp": 1619061408185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.520Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.520Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.520Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061411005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.520Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.520Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.520Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "aai-ml",
  "timestamp": 1619061408185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.520Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.520Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.520Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "aai-ml",
  "timestamp": 1619061408185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.520Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.520Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.520Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "aai-ml",
  "timestamp": 1619061408185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.520Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "aai-ml",
  "timestamp": 1619061408185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "aai-ml",
  "timestamp": 1619061417282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "dcae-sch",
  "timestamp": 1619061409549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061415262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061417247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.521Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "policy-id",
  "timestamp": 1619061417474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "dcae-sch",
  "timestamp": 1619061409549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061415262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061417247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "policy-id",
  "timestamp": 1619061417474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.522Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "dcae-sch",
  "timestamp": 1619061409549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.523Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.523Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.523Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "cds",
  "timestamp": 1619061419302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.523Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.523Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.523Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061415262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.523Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.523Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.523Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061417247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.523Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.523Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.523Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "policy-id",
  "timestamp": 1619061417474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "dcae-sch",
  "timestamp": 1619061409549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "cds",
  "timestamp": 1619061419302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061415262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061417247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.524Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "policy-id",
  "timestamp": 1619061417474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.525Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "dcae-sch",
  "timestamp": 1619061409549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.525Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "cds",
  "timestamp": 1619061419302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.525Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061415262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.525Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.525Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.525Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061417247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "policy-id",
  "timestamp": 1619061417474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "dcae-sch",
  "timestamp": 1619061409549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "cds",
  "timestamp": 1619061419302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.526Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.526Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061415262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.526Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061417247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.527Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.527Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.527Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.527Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "policy-id",
  "timestamp": 1619061417474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.527Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.528Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.528Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "dcae-sch",
  "timestamp": 1619061409549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.528Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.528Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.528Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "cds",
  "timestamp": 1619061419302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.528Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.528Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.528Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061415262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.528Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.529Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.529Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061417247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.529Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.529Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.529Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.529Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.529Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.529Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "policy-id",
  "timestamp": 1619061417474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.529Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.530Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.530Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "cds",
  "timestamp": 1619061419302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.530Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.530Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.530Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.530Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.530Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.530Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061425656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.530Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.530Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.530Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "cds",
  "timestamp": 1619061419302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.531Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.531Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.531Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061425980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.531Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.531Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.531Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.531Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.531Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.531Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "policy-id",
  "timestamp": 1619061426097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.531Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.532Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.532Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.532Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.532Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.532Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "policy-id",
  "timestamp": 1619061427101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.532Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.532Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.532Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "aai-ml",
  "timestamp": 1619061427168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.533Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.533Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.533Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061427195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.533Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.533Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.533Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "cds",
  "timestamp": 1619061427210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.533Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.533Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.533Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061427606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.534Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.534Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.534Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.534Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.534Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.534Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "policy-id",
  "timestamp": 1619061428104,
  "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-22T03:19:45.546Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c67482ec-4243-4a8f-9be2-4a08591222ac
2021-04-22T03:19:45.546Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c67482ec-4243-4a8f-9be2-4a08591222ac 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-22T03:19:45.584Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.584Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "aai-ml",
  "timestamp": 1619061428184,
  "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-22T03:19:45.588Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2114e27-e4db-44f5-a18d-061ed98a1bf1
2021-04-22T03:19:45.588Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2114e27-e4db-44f5-a18d-061ed98a1bf1 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-22T03:19:45.595Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.595Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "cds",
  "timestamp": 1619061428217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-22T03:19:45.598Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c67482ec-4243-4a8f-9be2-4a08591222ac
2021-04-22T03:19:45.598Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c67482ec-4243-4a8f-9be2-4a08591222ac 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-22T03:19:45.605Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.605Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061428897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.605Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.605Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.605Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.605Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.605Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.605Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061429201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.605Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.605Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.605Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061429900,
  "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-22T03:19:45.608Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c67482ec-4243-4a8f-9be2-4a08591222ac
2021-04-22T03:19:45.609Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c67482ec-4243-4a8f-9be2-4a08591222ac 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-22T03:19:45.613Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.613Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.613Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.613Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.613Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061430287,
  "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-22T03:19:45.616Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c67482ec-4243-4a8f-9be2-4a08591222ac
2021-04-22T03:19:45.616Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c67482ec-4243-4a8f-9be2-4a08591222ac 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-22T03:19:45.621Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.621Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061430903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.621Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.621Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.621Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.622Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.622Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.622Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061431290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.622Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.622Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.622Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061431480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.622Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.622Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.622Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.623Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.623Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.623Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.623Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.623Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.623Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.623Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.623Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.623Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "cds",
  "timestamp": 1619061434302,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.624Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.624Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.624Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.624Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.624Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.624Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "cds",
  "timestamp": 1619061434302,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.624Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.624Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.625Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061435735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.625Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.625Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.625Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.625Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.625Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.625Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.625Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.625Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.626Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "cds",
  "timestamp": 1619061434302,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.626Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.626Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.626Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.626Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.626Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.626Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.626Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.626Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.626Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "cds",
  "timestamp": 1619061434302,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.627Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.627Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.627Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.627Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.627Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.627Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.627Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.627Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.628Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.628Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.628Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.628Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "cds",
  "timestamp": 1619061434302,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.628Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.628Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.628Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061438441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.628Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.628Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.629Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.629Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.629Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.629Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.629Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.629Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.629Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.629Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.629Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.629Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.630Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.630Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.630Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "cds",
  "timestamp": 1619061434302,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.630Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.630Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.630Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061439448,
  "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-22T03:19:45.634Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c67482ec-4243-4a8f-9be2-4a08591222ac
2021-04-22T03:19:45.634Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c67482ec-4243-4a8f-9be2-4a08591222ac 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-22T03:19:45.640Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.640Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1619061440298,
  "artifactURL": "/sdc/v1/catalog/services/bead1281-71f3-4b8e-ac8a-1815148c7079/resourceInstances/basicclamp0/artifacts/2a260e58-8c89-43a8-82df-028da5a7f1ad",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.641Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "cds",
  "timestamp": 1619061434302,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061440453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.642Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.643Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.643Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "cds",
  "timestamp": 1619061434302,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.643Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.643Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.643Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.643Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.643Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.643Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1619061441575,
  "artifactURL": "/sdc/v1/catalog/services/bead1281-71f3-4b8e-ac8a-1815148c7079/resourceInstances/basicclamp0/artifacts/2a260e58-8c89-43a8-82df-028da5a7f1ad",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.643Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.643Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.643Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.643Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.643Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.643Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.644Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.644Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.644Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.644Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.644Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.644Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.644Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.644Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.644Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.644Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.644Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.645Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "dcae-sch",
  "timestamp": 1619061442583,
  "artifactURL": "/sdc/v1/catalog/services/bead1281-71f3-4b8e-ac8a-1815148c7079/resourceInstances/basicclamp0/artifacts/2a260e58-8c89-43a8-82df-028da5a7f1ad",
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:19:45.654Z||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 38f0625d-7900-413c-b778-cb879ce39c4d
2021-04-22T03:19:45.654Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38f0625d-7900-413c-b778-cb879ce39c4d 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-22T03:19:45.661Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.661Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "cds",
  "timestamp": 1619061442694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.662Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.663Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.663Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.663Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.663Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.663Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.663Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "cds",
  "timestamp": 1619061443700,
  "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-22T03:19:45.666Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 38f0625d-7900-413c-b778-cb879ce39c4d
2021-04-22T03:19:45.666Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38f0625d-7900-413c-b778-cb879ce39c4d 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-22T03:19:45.673Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.673Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.673Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061444494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.674Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061446084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.675Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061446788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "aai-ml",
  "timestamp": 1619061446878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "policy-id",
  "timestamp": 1619061446997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.676Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061447671,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "policy-id",
  "timestamp": 1619061448002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061448386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.677Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.678Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.678Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.678Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.678Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061448674,
  "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-22T03:19:45.681Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38f0625d-7900-413c-b778-cb879ce39c4d
2021-04-22T03:19:45.681Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38f0625d-7900-413c-b778-cb879ce39c4d 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-22T03:19:45.689Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.689Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "policy-id",
  "timestamp": 1619061449004,
  "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-22T03:19:45.693Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38f0625d-7900-413c-b778-cb879ce39c4d
2021-04-22T03:19:45.693Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38f0625d-7900-413c-b778-cb879ce39c4d 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-22T03:19:45.698Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.698Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "cds",
  "timestamp": 1619061449302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.698Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.698Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.698Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.698Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.698Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.699Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061449677,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.699Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.699Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.699Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061449767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.699Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.699Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.699Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061449853,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.699Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.699Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.699Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.699Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.699Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.699Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "cds",
  "timestamp": 1619061449302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.700Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.700Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.700Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.700Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.700Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.700Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.700Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.700Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.700Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061450849,
  "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-22T03:19:45.703Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38f0625d-7900-413c-b778-cb879ce39c4d
2021-04-22T03:19:45.703Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38f0625d-7900-413c-b778-cb879ce39c4d 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-22T03:19:45.708Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.708Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.708Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.708Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.708Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "cds",
  "timestamp": 1619061449302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.708Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.709Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.709Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "dcae-sch",
  "timestamp": 1619061429549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.709Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.709Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.709Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.709Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.709Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.709Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061451852,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.709Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.709Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.709Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.709Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.710Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.710Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "cds",
  "timestamp": 1619061449302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.710Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.710Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.710Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.710Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.710Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.710Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.710Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.710Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.710Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.710Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.710Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "dcae-sch",
  "timestamp": 1619061452617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "cds",
  "timestamp": 1619061449302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061453662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.711Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.712Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.712Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.712Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.712Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "dcae-sch",
  "timestamp": 1619061452617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.712Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.712Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.712Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "cds",
  "timestamp": 1619061449302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.712Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.712Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.712Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.712Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.712Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.712Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.713Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.713Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.713Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.713Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.713Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.713Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "dcae-sch",
  "timestamp": 1619061452617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.713Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.713Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.713Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "cds",
  "timestamp": 1619061449302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.713Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.713Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.713Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.714Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.714Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.714Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.714Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.714Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.714Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.714Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.714Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.714Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "dcae-sch",
  "timestamp": 1619061452617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.714Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.714Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.714Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "cds",
  "timestamp": 1619061449302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.714Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.715Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.715Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.715Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.715Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.715Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061456779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.715Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.715Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.715Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.715Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.715Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.715Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.715Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.715Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.715Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "dcae-sch",
  "timestamp": 1619061452617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.716Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.716Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.716Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "cds",
  "timestamp": 1619061449302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.716Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.716Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.716Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.716Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.716Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.716Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061457785,
  "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-22T03:19:45.720Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38f0625d-7900-413c-b778-cb879ce39c4d
2021-04-22T03:19:45.720Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38f0625d-7900-413c-b778-cb879ce39c4d 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-22T03:19:45.725Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.725Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.725Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.725Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.725Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "aai-ml",
  "timestamp": 1619061457983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.725Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.725Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.726Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "policy-id",
  "timestamp": 1619061437474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.726Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.726Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.726Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "dcae-sch",
  "timestamp": 1619061452617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.726Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.726Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.726Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061435262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.726Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.726Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.726Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061458788,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.726Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.726Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.726Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.727Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.727Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.727Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c67482ec-4243-4a8f-9be2-4a08591222ac",
  "consumerID": "aai-ml",
  "timestamp": 1619061458987,
  "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-22T03:19:45.730Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c67482ec-4243-4a8f-9be2-4a08591222ac
2021-04-22T03:19:45.730Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c67482ec-4243-4a8f-9be2-4a08591222ac 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-22T03:19:45.736Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.737Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "cds",
  "timestamp": 1619061459112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.737Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.737Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.737Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "dcae-sch",
  "timestamp": 1619061452617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.737Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.737Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.737Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "policy-id",
  "timestamp": 1619061459508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.737Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.737Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.737Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.737Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.737Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.737Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.737Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.738Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.738Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.738Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.738Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.738Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "cds",
  "timestamp": 1619061460116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-22T03:19:45.746Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0441ce15-b865-4c73-aa67-c7b79c07f75b
2021-04-22T03:19:45.747Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0441ce15-b865-4c73-aa67-c7b79c07f75b 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-22T03:19:45.753Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.753Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061460195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.753Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.754Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.754Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "dcae-sch",
  "timestamp": 1619061452617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.754Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.754Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.754Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "policy-id",
  "timestamp": 1619061460585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:19:45.754Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.754Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.754Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.754Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.755Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.755Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061437247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.755Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.755Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.755Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.755Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.755Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.755Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061461486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.755Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.755Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.755Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "policy-id",
  "timestamp": 1619061461588,
  "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-22T03:19:45.759Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0441ce15-b865-4c73-aa67-c7b79c07f75b
2021-04-22T03:19:45.759Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0441ce15-b865-4c73-aa67-c7b79c07f75b 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-22T03:19:45.769Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.769Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.769Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.769Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.769Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.769Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.769Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.769Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061462150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.769Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.769Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.769Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.769Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.769Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.769Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061463069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "policy-id",
  "timestamp": 1619061462590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061463688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.770Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "policy-id",
  "timestamp": 1619061462590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "cds",
  "timestamp": 1619061464302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061464898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.771Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061465198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:19:45.772Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:19:45.772Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:19:45.772Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "policy-id",
  "timestamp": 1619061462590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:19:45.772Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:19:59.005Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:19:59.012Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
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-22T03:19:59.015Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:19:59.015Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:19:59.015Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:19:59.015Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:20:29.015Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:20:29.024Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f
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-22T03:20:29.026Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:20:29.026Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:20:29.026Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:20:29.026Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:20:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:20:45.390Z||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-22T03:20:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:20:45.933Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:20:45.934Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:45.935Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-04-22T03:20:45.935Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:45.935Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:45.935Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "cds",
  "timestamp": 1619061464302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:45.936Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:45.936Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:45.936Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061465902,
  "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-22T03:20:45.942Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0441ce15-b865-4c73-aa67-c7b79c07f75b
2021-04-22T03:20:45.942Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0441ce15-b865-4c73-aa67-c7b79c07f75b 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-22T03:20:45.988Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:45.988Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:45.988Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:45.988Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:45.988Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "policy-id",
  "timestamp": 1619061462590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:45.988Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:45.989Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:45.989Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061466513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:45.989Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:45.989Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:45.989Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:45.989Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:45.989Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:45.990Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "cds",
  "timestamp": 1619061464302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:45.990Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:45.990Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:45.990Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061466904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:20:45.990Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:45.990Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:45.990Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:20:45.991Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:45.991Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:45.991Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "policy-id",
  "timestamp": 1619061462590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:45.991Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:45.991Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:45.991Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061467636,
  "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-22T03:20:45.995Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0441ce15-b865-4c73-aa67-c7b79c07f75b
2021-04-22T03:20:45.995Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0441ce15-b865-4c73-aa67-c7b79c07f75b 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-22T03:20:46.000Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.000Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061422402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.001Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.001Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.001Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "cds",
  "timestamp": 1619061464302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.001Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.001Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.001Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "policy-id",
  "timestamp": 1619061462590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.001Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.002Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.002Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "aai-ml",
  "timestamp": 1619061468316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.002Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.002Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.002Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061467907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.002Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.002Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.003Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061468639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:20:46.003Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.003Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.003Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "cds",
  "timestamp": 1619061464302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.003Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.003Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.003Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061469043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.004Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.004Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.004Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "policy-id",
  "timestamp": 1619061462590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.004Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.004Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.004Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061467907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.004Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.005Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.005Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "cds",
  "timestamp": 1619061464302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.005Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.005Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.005Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "policy-id",
  "timestamp": 1619061462590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.005Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.005Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.005Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061469641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.006Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.006Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.006Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061467907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.006Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.006Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.006Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "cds",
  "timestamp": 1619061464302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.006Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.006Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.007Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061471093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.007Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.007Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.007Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061469641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.007Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.007Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.007Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061467907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.007Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.008Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.008Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "cds",
  "timestamp": 1619061464302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.008Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.008Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.008Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061469641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.008Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.009Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.009Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061467907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.009Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.009Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.009Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "policy-id",
  "timestamp": 1619061473242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.009Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.010Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.010Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061469641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.010Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.010Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.010Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061467907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.010Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.010Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.010Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061474130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.011Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.011Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.011Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061469641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.011Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.011Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.011Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "policy-id",
  "timestamp": 1619061474245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:20:46.011Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.011Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.012Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061467907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.012Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.012Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.012Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "cds",
  "timestamp": 1619061474966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.012Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.012Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.012Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "policy-id",
  "timestamp": 1619061475248,
  "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-22T03:20:46.085Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ccf1520a-89b0-44e7-add7-95d8cbb486d0
2021-04-22T03:20:46.085Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccf1520a-89b0-44e7-add7-95d8cbb486d0 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-22T03:20:46.094Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.094Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061469641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.094Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.095Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.095Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061467907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.095Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.095Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.095Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061469641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.095Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.096Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.096Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061476879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.096Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.096Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.096Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061469641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.097Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.097Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.097Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "cds",
  "timestamp": 1619061477347,
  "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-22T03:20:46.101Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ccf1520a-89b0-44e7-add7-95d8cbb486d0
2021-04-22T03:20:46.101Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccf1520a-89b0-44e7-add7-95d8cbb486d0 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-22T03:20:46.108Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.109Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061477390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.109Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.109Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.109Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "aai-ml",
  "timestamp": 1619061477710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:20:46.109Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.109Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.110Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061477885,
  "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-22T03:20:46.114Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0441ce15-b865-4c73-aa67-c7b79c07f75b
2021-04-22T03:20:46.114Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0441ce15-b865-4c73-aa67-c7b79c07f75b 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-22T03:20:46.122Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.122Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38f0625d-7900-413c-b778-cb879ce39c4d",
  "consumerID": "aai-ml",
  "timestamp": 1619061478715,
  "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-22T03:20:46.126Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 38f0625d-7900-413c-b778-cb879ce39c4d
2021-04-22T03:20:46.126Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38f0625d-7900-413c-b778-cb879ce39c4d 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-22T03:20:46.133Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.134Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061478805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.134Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.134Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.134Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061478888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:20:46.134Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.134Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.135Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061479075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.135Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.135Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.135Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.135Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.136Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.136Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061480129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.136Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.136Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.136Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061480250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.136Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.137Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.137Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061479895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.137Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.137Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.137Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.137Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.138Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.138Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061481254,
  "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-22T03:20:46.142Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ccf1520a-89b0-44e7-add7-95d8cbb486d0
2021-04-22T03:20:46.142Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccf1520a-89b0-44e7-add7-95d8cbb486d0 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-22T03:20:46.148Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.148Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061481325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.149Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.149Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.149Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061479895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.149Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.149Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.150Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.150Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.150Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.150Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061482256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:20:46.150Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.150Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.150Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061482397,
  "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-22T03:20:46.157Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ccf1520a-89b0-44e7-add7-95d8cbb486d0
2021-04-22T03:20:46.157Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccf1520a-89b0-44e7-add7-95d8cbb486d0 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-22T03:20:46.163Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.163Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061479895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.163Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.163Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.163Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.163Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.164Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.164Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061483401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:20:46.164Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.164Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.164Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061479895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.164Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.165Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.165Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.165Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.165Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.165Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061479895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.165Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.165Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.166Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.166Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.166Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.166Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061479895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.166Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.166Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.166Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.167Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.167Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.167Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061479895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.167Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.167Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.167Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.167Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.167Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.168Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061479895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.168Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.168Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.168Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "aai-ml",
  "timestamp": 1619061438185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.168Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.168Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.168Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061488722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.169Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.169Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.169Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "aai-ml",
  "timestamp": 1619061489008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.169Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.169Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.169Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061490347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.170Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.170Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.170Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061493179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.170Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.170Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.171Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061494186,
  "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-22T03:20:46.175Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ccf1520a-89b0-44e7-add7-95d8cbb486d0
2021-04-22T03:20:46.175Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccf1520a-89b0-44e7-add7-95d8cbb486d0 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-22T03:20:46.180Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.180Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061495188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:20:46.180Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.180Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.180Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "aai-ml",
  "timestamp": 1619061497902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:20:46.180Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.181Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.181Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0441ce15-b865-4c73-aa67-c7b79c07f75b",
  "consumerID": "aai-ml",
  "timestamp": 1619061498907,
  "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-22T03:20:46.184Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0441ce15-b865-4c73-aa67-c7b79c07f75b
2021-04-22T03:20:46.184Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0441ce15-b865-4c73-aa67-c7b79c07f75b 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-22T03:20:46.192Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.192Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "aai-ml",
  "timestamp": 1619061499911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.192Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.192Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.192Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "aai-ml",
  "timestamp": 1619061499911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.192Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.193Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.193Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "aai-ml",
  "timestamp": 1619061499911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.193Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.193Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.193Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "aai-ml",
  "timestamp": 1619061499911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.193Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.193Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.194Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "aai-ml",
  "timestamp": 1619061499911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.194Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.194Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.194Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "aai-ml",
  "timestamp": 1619061499911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.194Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.195Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.195Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "aai-ml",
  "timestamp": 1619061499911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:20:46.195Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.195Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.195Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "aai-ml",
  "timestamp": 1619061499911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:20:46.196Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:20:46.196Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.196Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "aai-ml",
  "timestamp": 1619061508907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:20:46.196Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.196Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.196Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "aai-ml",
  "timestamp": 1619061517883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:20:46.197Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:20:46.197Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:20:46.197Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccf1520a-89b0-44e7-add7-95d8cbb486d0",
  "consumerID": "aai-ml",
  "timestamp": 1619061518888,
  "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-22T03:20:46.202Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ccf1520a-89b0-44e7-add7-95d8cbb486d0
2021-04-22T03:20:46.202Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccf1520a-89b0-44e7-add7-95d8cbb486d0 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-22T03:20:59.027Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-04-22T03:20:59.027Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ecc87868-cdff-4d73-9743-0fed88ab841f 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-22T03:20:59.031Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ecc87868-cdff-4d73-9743-0fed88ab841f and serviceModelVersionId: 35d8269e-6c96-4c79-ac1c-540fff8f05fb
2021-04-22T03:20:59.031Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 059ee002-cd34-49cd-9055-2ff9e3d2f4af
2021-04-22T03:20:59.032Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/059ee002-cd34-49cd-9055-2ff9e3d2f4af/model-vers/model-ver/35d8269e-6c96-4c79-ac1c-540fff8f05fb?depth=0
2021-04-22T03:20:59.038Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-22T03:20:59.100Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/059ee002-cd34-49cd-9055-2ff9e3d2f4af/model-vers/model-ver/35d8269e-6c96-4c79-ac1c-540fff8f05fb?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-22T03:20:59.101Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/059ee002-cd34-49cd-9055-2ff9e3d2f4af/model-vers/model-ver/35d8269e-6c96-4c79-ac1c-540fff8f05fb?depth=0|INFO|500||Invoke
2021-04-22T03:20:59.122Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/059ee002-cd34-49cd-9055-2ff9e3d2f4af/model-vers/model-ver/35d8269e-6c96-4c79-ac1c-540fff8f05fb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-22T03:20:59.239Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/059ee002-cd34-49cd-9055-2ff9e3d2f4af/model-vers/model-ver/35d8269e-6c96-4c79-ac1c-540fff8f05fb?depth=0|INFO|500||InvokeReturn
2021-04-22T03:20:59.240Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/059ee002-cd34-49cd-9055-2ff9e3d2f4af/model-vers/model-ver/35d8269e-6c96-4c79-ac1c-540fff8f05fb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210422-03:20:59:117-89208], vertex-id=[184552], Content-Length=[0], Date=[Thu, 22 Apr 2021 03:20:59 GMT], Content-Type=[application/json]}
2021-04-22T03:20:59.240Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-04-22T03:20:59.240Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-22T03:20:59.240Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-22T03:20:59.244Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-22T03:20:59.244Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ecc87868-cdff-4d73-9743-0fed88ab841f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-04-22T03:20:59.244Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-22T03:20:59.245Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:20:59.247Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:20:59.248Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061659244,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-04-22T03:20:59.348Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:20:59.349Z||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-22T03:20:59.349Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:20:59.423Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:20:59.423Z||pool-40-thread-1|||||INFO|500||cambria reply ok (75 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-22T03:21:00.336Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-22T03:21:00.336Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21","serviceName":"Demo_pNF_ZDQ5eAihhpHmBvWG8ChK","serviceVersion":"1.0","serviceUUID":"2fe369ea-cea6-45ce-a184-dfaf0f649983","serviceDescription":"catalog service description","serviceInvariantUUID":"58089360-8f50-4558-b29e-bed367ff46f4","resources":[{"resourceInstanceName":"pNF 3e9b7dba-7dc9 0","resourceName":"pNF 3e9b7dba-7dc9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a4d86dc6-48f9-47d7-a599-5f8305b5c770","resourceInvariantUUID":"45e94c28-38e9-421e-974d-b3f199482297","resourceCustomizationUUID":"7f249e82-b8e8-4aee-8ba0-3e125f9ada47","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vf-license-model.xml","artifactChecksum":"YzdjN2FkNWI0MWNjYzEwNzZjYTg1YjAxNGQxZDk5MjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b35bf048-59b0-4a78-846f-6cd307630139","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/pNF.csar","artifactChecksum":"M2UxYmJkODFjZDU3YTcyZWEyNjBkZmM2N2ZkZDFmM2Q\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df6a4f0a-9774-41cd-a7ed-0e70384cbd9a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26dacdeb-e775-4a42-9ea4-9d0d57a1ac2d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vendor-license-model.xml","artifactChecksum":"YWY4MWE3NTFmNGM2MmNhNDMxMDlhYjVmNjkwNzA1ZDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4f83c154-4759-42f2-94fc-025e4fed97ee","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e3cc2ca-a72c-4c49-a02d-ac8b343e5ee4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07e97a71-dae6-4ba6-8521-a593e8565782","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZdq5eaihhphmbvwg8chk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-template.yml","artifactChecksum":"NmMwMzk2YTRkOTgyMDA5ODQyOTk5MDY4ZTQyZmZmNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a023937-a886-4aff-8ac0-72f094455fc8","artifactVersion":"1"},{"artifactName":"service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar","artifactChecksum":"MTY0NDM4YmFkMDk5MmJmMGQ5NjQwM2IzMmE0NzAyOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"732dec4b-e6b4-40e7-ad36-e7566191d095","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-22T03:21:00.337Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:21:00.337Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:21:00.339Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:21:00.339Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:21:00.439Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:21:00.440Z||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-22T03:21:00.441Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:21:00.449Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:21:00.450Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:21:01.340Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:21:01.340Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:21:01.342Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:21:01.342Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:21:01.442Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:21:01.443Z||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-22T03:21:01.443Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:21:01.453Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:21:01.454Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:21:02.343Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:21:02.344Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:21:02.345Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:21:02.345Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:21:02.446Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-22T03:21:02.446Z||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-22T03:21:02.447Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:21:02.455Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:21:02.455Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:21:03.346Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:21:03.347Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:21:03.350Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:21:03.350Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:21:03.450Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:21:03.451Z||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-22T03:21:03.451Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:21:03.461Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:21:03.461Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:21:04.351Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:21:04.351Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:21:04.353Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:21:04.353Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:21:04.454Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-22T03:21:04.454Z||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-22T03:21:04.454Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:21:04.464Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:21:04.465Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:21:05.354Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:21:05.355Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:21:05.357Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:21:05.357Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:21:05.457Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:21:05.458Z||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-22T03:21:05.458Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:21:05.467Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:21:05.467Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:21:06.357Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:21:06.358Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:21:06.360Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:21:06.360Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:21:06.460Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:21:06.461Z||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-22T03:21:06.461Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:21:06.470Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:21:06.471Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:21:07.360Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:21:07.361Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:21:07.363Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:21:07.363Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:21:07.463Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:21:07.464Z||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-22T03:21:07.464Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:21:07.474Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:21:07.474Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:21:08.364Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "serviceName": "Demo_pNF_ZDQ5eAihhpHmBvWG8ChK",
  "serviceVersion": "1.0",
  "serviceUUID": "2fe369ea-cea6-45ce-a184-dfaf0f649983",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "58089360-8f50-4558-b29e-bed367ff46f4",
  "resources": [
    {
      "resourceInstanceName": "pNF 3e9b7dba-7dc9 0",
      "resourceCustomizationUUID": "7f249e82-b8e8-4aee-8ba0-3e125f9ada47",
      "resourceName": "pNF 3e9b7dba-7dc9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a4d86dc6-48f9-47d7-a599-5f8305b5c770",
      "resourceInvariantUUID": "45e94c28-38e9-421e-974d-b3f199482297",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
      "artifactChecksum": "MTY0NDM4YmFkMDk5MmJmMGQ5NjQwM2IzMmE0NzAyOTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "732dec4b-e6b4-40e7-ad36-e7566191d095"
    }
  ],
  "workloadContext": "Production"
}
2021-04-22T03:21:08.364Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-22T03:21:08.364Z|ecc87868-cdff-4d73-9743-0fed88ab841f|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fe369ea-cea6-45ce-a184-dfaf0f649983 ASDC
2021-04-22T03:21:08.365Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
ServiceName:Demo_pNF_ZDQ5eAihhpHmBvWG8ChK
ServiceVersion:1.0
ServiceUUID:2fe369ea-cea6-45ce-a184-dfaf0f649983
ServiceInvariantUUID:58089360-8f50-4558-b29e-bed367ff46f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
ArtifactUUID:732dec4b-e6b4-40e7-ad36-e7566191d095
ArtifactChecksum:MTY0NDM4YmFkMDk5MmJmMGQ5NjQwM2IzMmE0NzAyOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3e9b7dba-7dc9 0
ResourceCustomizationUUID:7f249e82-b8e8-4aee-8ba0-3e125f9ada47
ResourceInvariantUUID:45e94c28-38e9-421e-974d-b3f199482297
ResourceName:pNF 3e9b7dba-7dc9
ResourceType:PNF
ResourceUUID:a4d86dc6-48f9-47d7-a599-5f8305b5c770
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-04-22T03:21:08.365Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fe369ea-cea6-45ce-a184-dfaf0f649983 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-22T03:21:08.438Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-22T03:21:08.439Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:21:08.439Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:21:08.439Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 732dec4b-e6b4-40e7-ad36-e7566191d095 from URL: /sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:08.439Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:21:08.440Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:08.662Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:21:08.665Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar 732dec4b-e6b4-40e7-ad36-e7566191d095 78803
2021-04-22T03:21:08.666Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar ASDC sendASDCNotification
2021-04-22T03:21:08.666Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:08.666Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:21:08.666Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:21:08.668Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:21:08.668Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061668666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:21:08.768Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:21:08.769Z||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-22T03:21:08.769Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:21:08.778Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:21:08.779Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:21:09.668Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-22T03:21:09.670Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:21:09.670Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||Trying to write artifact UUID: 732dec4b-e6b4-40e7-ad36-e7566191d095, URL: /sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar to file: /app/ASDC/1/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:09.670Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:09.670Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:09.671Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:09.780Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6484361345783578441/Definitions/service-DemoPnfZdq5eaihhphmbvwg8chk-template.yml
2021-04-22T03:21:10.460Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-22T03:21:10.460Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-22T03:21:10.460Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:10.460Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-22T03:21:10.460Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:10.461Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3e9b7dba-7dc9 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-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:10.461Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||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-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:10.461Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3e9b7dba-7dc9 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:10.461Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:10.461Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:10.461Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||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-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:10.461Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:10.461Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-22T03:21:10.461Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:21:10.462Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Service Demo_pNF_ZDQ5eAihhpHmBvWG8ChK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:21:10.462Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Node template pNF 3e9b7dba-7dc9 0 is matching search criteria
2021-04-22T03:21:10.462Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-22T03:21:10.462Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found topology templates [pNF 3e9b7dba-7dc9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-22T03:21:10.462Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:21:10.463Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Service Demo_pNF_ZDQ5eAihhpHmBvWG8ChK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:21:10.463Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Node template pNF 3e9b7dba-7dc9 0 is matching search criteria
2021-04-22T03:21:10.463Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-22T03:21:10.463Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found topology templates [pNF 3e9b7dba-7dc9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-22T03:21:10.463Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:21:10.463Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Service Demo_pNF_ZDQ5eAihhpHmBvWG8ChK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:21:10.464Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:21:10.464Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Service Demo_pNF_ZDQ5eAihhpHmBvWG8ChK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:21:10.464Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:21:10.464Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Service Demo_pNF_ZDQ5eAihhpHmBvWG8ChK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:21:10.464Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:21:10.464Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Service Demo_pNF_ZDQ5eAihhpHmBvWG8ChK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:21:10.465Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:21:10.465Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Service Demo_pNF_ZDQ5eAihhpHmBvWG8ChK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:21:10.465Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ZDQ5eAihhpHmBvWG8ChK
Description:catalog service description
Model UUID:2fe369ea-cea6-45ce-a184-dfaf0f649983
Model Version:NULL
Model InvariantUuid:58089360-8f50-4558-b29e-bed367ff46f4
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-22T03:21:10.470Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: a4d86dc6-48f9-47d7-a599-5f8305b5c770
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-22T03:21:10.472Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||pNF 3e9b7dba-7dc9 0
2021-04-22T03:21:10.472Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a4d86dc6-48f9-47d7-a599-5f8305b5c770
2021-04-22T03:21:10.472Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||No resources found for Service: 2fe369ea-cea6-45ce-a184-dfaf0f649983
2021-04-22T03:21:10.472Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Preparing to deploy Service: 2fe369ea-cea6-45ce-a184-dfaf0f649983
2021-04-22T03:21:10.472Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3e9b7dba-7dc9 0 a4d86dc6-48f9-47d7-a599-5f8305b5c770 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-22T03:21:10.475Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:21:10.476Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Service Demo_pNF_ZDQ5eAihhpHmBvWG8ChK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:21:10.476Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2fe369ea-cea6-45ce-a184-dfaf0f649983: pNF 3e9b7dba-7dc9
2021-04-22T03:21:10.476Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||Processing PNF resource: a4d86dc6-48f9-47d7-a599-5f8305b5c770
2021-04-22T03:21:10.476Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:21:10.476Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Service Demo_pNF_ZDQ5eAihhpHmBvWG8ChK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:21:10.476Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||Resource customization UUID: 7f249e82-b8e8-4aee-8ba0-3e125f9ada47 is the same as notified resource customizationUUID: 7f249e82-b8e8-4aee-8ba0-3e125f9ada47
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-22T03:21:10.588Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3e9b7dba-7dc9 a4d86dc6-48f9-47d7-a599-5f8305b5c770 0 ASDC deployResourceStructure
2021-04-22T03:21:10.588Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar ASDC sendASDCNotification
2021-04-22T03:21:10.588Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar
2021-04-22T03:21:10.588Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-22T03:21:10.588Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:21:10.590Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:21:10.590Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061670588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:21:10.690Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:21:10.691Z||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-22T03:21:10.691Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:21:10.701Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:21:10.701Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:21:11.591Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:21:11.599Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
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-22T03:21:11.601Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:21:11.601Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:21:11.602Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:21:11.602Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:21:29.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T03:21:41.602Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:21:41.610Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
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-22T03:21:41.613Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:21:41.613Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:21:41.613Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:21:41.613Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:21:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:21:45.390Z||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-22T03:21:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:21:46.029Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:21:46.030Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:21:46.030Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecc87868-cdff-4d73-9743-0fed88ab841f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061659244,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-04-22T03:21:46.031Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:21:46.031Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:21:46.031Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:21:46.031Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:21:46.031Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:21:46.031Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:21:46.031Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:21:46.031Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:21:46.031Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:21:46.032Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:21:46.032Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:21:46.032Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:21:46.084Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:21:46.084Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:21:46.084Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:21:46.084Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:21:46.084Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:21:46.085Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/resourceInstances/pnf3e9b7dba7dc90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:21:46.085Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:21:46.085Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:21:46.085Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:21:46.085Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:21:46.085Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:21:46.085Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061347460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:21:46.085Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:21:46.085Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:21:46.085Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061668666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:21:46.086Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:21:46.086Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:21:46.086Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061670588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZdq5eaihhphmbvwg8chk/1.0/artifacts/service-DemoPnfZdq5eaihhphmbvwg8chk-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:21:46.086Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:22:11.613Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:22:11.623Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
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-22T03:22:11.626Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:22:11.626Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:22:11.626Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:22:11.626Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:22:14.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T03:22:41.627Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:22:41.635Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
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-22T03:22:41.638Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:22:41.638Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:22:41.638Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:22:41.638Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:22:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:22:45.390Z||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-22T03:22:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:22:54.938Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:22:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.73.181
2021-04-22T03:23:11.638Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:23:11.648Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
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-22T03:23:11.650Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:23:11.651Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:23:11.651Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:23:11.651Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:23:41.651Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:23:41.660Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
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-22T03:23:41.663Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:23:41.664Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:23:41.664Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:23:41.664Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:23:44.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.71.134
2021-04-22T03:23:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:23:45.390Z||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-22T03:23:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:23:54.947Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:24:11.664Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:24:11.674Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
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-22T03:24:11.677Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:24:11.677Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:24:11.678Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:24:11.678Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:24:41.678Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:24:41.687Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
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-22T03:24:41.689Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:24:41.689Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:24:41.689Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:24:41.689Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:24:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:24:45.390Z||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-22T03:24:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:24:46.036Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:24:46.038Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.038Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061862402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.038Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.038Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.038Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061855262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.039Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.039Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.039Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "cds",
  "timestamp": 1619061854302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.039Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.039Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.039Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061857247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.039Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.039Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.039Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "aai-ml",
  "timestamp": 1619061858185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.039Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.039Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.039Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "policy-id",
  "timestamp": 1619061857474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061862402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061855262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061857247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "cds",
  "timestamp": 1619061854302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "aai-ml",
  "timestamp": 1619061858185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "policy-id",
  "timestamp": 1619061857474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061862402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061855262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061857247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "cds",
  "timestamp": 1619061854302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "aai-ml",
  "timestamp": 1619061858185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "policy-id",
  "timestamp": 1619061857474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061855262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061857247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061862402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "cds",
  "timestamp": 1619061854302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "aai-ml",
  "timestamp": 1619061858185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "policy-id",
  "timestamp": 1619061857474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061862402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061855262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061857247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "cds",
  "timestamp": 1619061854302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "aai-ml",
  "timestamp": 1619061858185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "policy-id",
  "timestamp": 1619061857474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061862402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061857247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061855262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "cds",
  "timestamp": 1619061854302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "aai-ml",
  "timestamp": 1619061858185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "policy-id",
  "timestamp": 1619061857474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.084Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.084Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.084Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061862402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.084Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.084Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.084Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061857247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.084Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "aai-ml",
  "timestamp": 1619061858185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "cds",
  "timestamp": 1619061854302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061855262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "policy-id",
  "timestamp": 1619061857474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "dcae-sch",
  "timestamp": 1619061869549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.085Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061862402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:24:46.086Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.086Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.086Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061857247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:24:46.086Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.086Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.086Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061855262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:24:46.086Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.086Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.086Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "aai-ml",
  "timestamp": 1619061858185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:24:46.086Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.086Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.086Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "cds",
  "timestamp": 1619061854302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:24:46.086Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "policy-id",
  "timestamp": 1619061857474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "dcae-sch",
  "timestamp": 1619061869549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "dcae-sch",
  "timestamp": 1619061869549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "dcae-sch",
  "timestamp": 1619061869549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "cds",
  "timestamp": 1619061873986,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "dcae-sch",
  "timestamp": 1619061869549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.087Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "policy-id",
  "timestamp": 1619061874345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:24:46.088Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:24:46.088Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.088Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "aai-ml",
  "timestamp": 1619061874593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:24:46.088Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:24:46.088Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.088Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "cds",
  "timestamp": 1619061874991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-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-22T03:24:46.100Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b7b34d56-ee57-44d2-b0bb-b3ea91c05289
2021-04-22T03:24:46.100Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7b34d56-ee57-44d2-b0bb-b3ea91c05289 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-22T03:24:46.187Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.187Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "dcae-sch",
  "timestamp": 1619061869549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/resourceInstances/pnff79b79d137e90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.188Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.188Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.188Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "policy-id",
  "timestamp": 1619061875349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:24:46.188Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:24:46.188Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.188Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "dcae-sch",
  "timestamp": 1619061869549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.188Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.188Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.188Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "policy-id",
  "timestamp": 1619061876351,
  "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-22T03:24:46.192Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7b34d56-ee57-44d2-b0bb-b3ea91c05289
2021-04-22T03:24:46.193Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7b34d56-ee57-44d2-b0bb-b3ea91c05289 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-22T03:24:46.201Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.201Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "dcae-sch",
  "timestamp": 1619061869549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:24:46.201Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:24:46.201Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.201Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "aai-ml",
  "timestamp": 1619061879501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZksqaroxspsuwnh9ua4w/1.0/artifacts/service-DemoPnfZksqaroxspsuwnh9ua4w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:24:46.201Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:24:46.201Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:24:46.201Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b7b34d56-ee57-44d2-b0bb-b3ea91c05289",
  "consumerID": "aai-ml",
  "timestamp": 1619061880507,
  "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-22T03:24:46.205Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b7b34d56-ee57-44d2-b0bb-b3ea91c05289
2021-04-22T03:24:46.205Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7b34d56-ee57-44d2-b0bb-b3ea91c05289 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-22T03:25:11.689Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:25:11.698Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
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-22T03:25:11.787Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:25:11.788Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:25:11.788Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:25:11.788Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:25:41.789Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:25:41.797Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21
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-22T03:25:41.802Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:25:41.802Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:25:41.802Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:25:41.802Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:25:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:25:45.389Z||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-22T03:25:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:25:54.958Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:11.802Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-04-22T03:26:11.803Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21 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-22T03:26:11.807Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21 and serviceModelVersionId: 2fe369ea-cea6-45ce-a184-dfaf0f649983
2021-04-22T03:26:11.807Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 58089360-8f50-4558-b29e-bed367ff46f4
2021-04-22T03:26:11.808Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/58089360-8f50-4558-b29e-bed367ff46f4/model-vers/model-ver/2fe369ea-cea6-45ce-a184-dfaf0f649983?depth=0
2021-04-22T03:26:11.812Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-04-22T03:26:11.906Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/58089360-8f50-4558-b29e-bed367ff46f4/model-vers/model-ver/2fe369ea-cea6-45ce-a184-dfaf0f649983?depth=0|INFO|500||Invoke
2021-04-22T03:26:11.906Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/58089360-8f50-4558-b29e-bed367ff46f4/model-vers/model-ver/2fe369ea-cea6-45ce-a184-dfaf0f649983?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/58089360-8f50-4558-b29e-bed367ff46f4/model-vers/model-ver/2fe369ea-cea6-45ce-a184-dfaf0f649983?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[116f2a1b-b5c6-4571-b241-9302b0afe0b3], X-ECOMP-RequestID=[ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21], X-TransactionId=[], X-ONAP-RequestID=[ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21], Content-Type=[application/merge-patch+json]}
2021-04-22T03:26:11.926Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/58089360-8f50-4558-b29e-bed367ff46f4/model-vers/model-ver/2fe369ea-cea6-45ce-a184-dfaf0f649983?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-04-22T03:26:12.938Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/58089360-8f50-4558-b29e-bed367ff46f4/model-vers/model-ver/2fe369ea-cea6-45ce-a184-dfaf0f649983?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/58089360-8f50-4558-b29e-bed367ff46f4/model-vers/model-ver/2fe369ea-cea6-45ce-a184-dfaf0f649983?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210422-03:26:11:920-48590], vertex-id=[413792], Content-Length=[0], Date=[Thu, 22 Apr 2021 03:26:11 GMT], Content-Type=[application/json]}
2021-04-22T03:26:12.938Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/58089360-8f50-4558-b29e-bed367ff46f4/model-vers/model-ver/2fe369ea-cea6-45ce-a184-dfaf0f649983?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-22T03:26:12.939Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/58089360-8f50-4558-b29e-bed367ff46f4/model-vers/model-ver/2fe369ea-cea6-45ce-a184-dfaf0f649983?depth=0|INFO|500||InvokeReturn
2021-04-22T03:26:12.939Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-22T03:26:12.939Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-22T03:26:12.986Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-22T03:26:12.987Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-04-22T03:26:12.987Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-04-22T03:26:12.987Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:12.989Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:12.990Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061972987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-04-22T03:26:13.090Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:26:13.090Z||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-22T03:26:13.090Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:13.099Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:13.100Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 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-22T03:26:14.000Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:26:14.000Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-22T03:26:14.000Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:18.333Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:18.335Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||received message from topic
2021-04-22T03:26:18.335Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2114e27-e4db-44f5-a18d-061ed98a1bf1","serviceName":"vFW 2021-04-22 03-13-27","serviceVersion":"1.0","serviceUUID":"11ed7ecb-ada1-4361-ab74-a4e46b352594","serviceDescription":"catalog service description","serviceInvariantUUID":"8a0b61e1-6c51-466c-ab01-1e36c32013ef","resources":[{"resourceInstanceName":"vFW 060a418f-0ae6 0","resourceName":"vFW 060a418f-0ae6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7298311e-78f8-486e-92d9-b31482aad4bb","resourceInvariantUUID":"4710965d-ee83-461d-a9ad-336db091f5c0","resourceCustomizationUUID":"843779bf-13d5-4ac6-a9ea-39f3501d97f2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vf-license-model.xml","artifactChecksum":"ZmRjMmEyNTEwMzUwNzAzYjkzZjFjOWJjM2YwZTQ3Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"504166fa-a366-4536-b423-3f7d641b3b01","artifactVersion":"1"},{"artifactName":"vfw060a418f0ae60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json","artifactChecksum":"Mjc5NDRmMDJiNDliYTczMzYyYjE1ZmU2MTNkZmQ4Y2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2229dfa-4308-495a-9668-a73641f898db","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b6b65273-4756-4c50-a3d8-7b7bb394e0ba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vendor-license-model.xml","artifactChecksum":"MzQ2MGVlNGY1YThlOTQ0ZWY4Njk2MWIyNTdiOTRlMWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9c9948aa-8bea-4752-b85f-a0c887847f07","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"92d4cdfb-d71f-4c6a-a8e2-78f532699850","artifactVersion":"2","generatedFromUUID":"b6b65273-4756-4c50-a3d8-7b7bb394e0ba"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210422031327-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-template.yml","artifactChecksum":"Yjk0YjMzNjgxMGZlM2U5YjQ2ZmI0NTg4OGM5ZmQyY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"feebfa7f-22c5-4c6f-822d-c528f237b70a","artifactVersion":"1"},{"artifactName":"service-Vfw20210422031327-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar","artifactChecksum":"OWRmYTM2MGIxMmM3ODU1M2U1ZGQ4YTY0NWIwNzI5MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d2d5b0d7-4b70-4145-9b98-e3f78be1a32a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-22T03:26:18.336Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:26:18.337Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:18.338Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:18.339Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061974000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:18.439Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:26:18.440Z||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-22T03:26:18.440Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:18.452Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:18.452Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:26:19.339Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:26:19.340Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:19.341Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:19.342Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061974000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:26:19.442Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:26:19.443Z||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-22T03:26:19.443Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:19.450Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:19.451Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:26:20.342Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:26:20.343Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:20.345Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:20.345Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061974000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:26:20.447Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-22T03:26:20.448Z||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-22T03:26:20.448Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:20.457Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:20.458Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:26:21.345Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:26:21.346Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:21.349Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:21.349Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061974000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:21.449Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:26:21.450Z||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-22T03:26:21.450Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:21.460Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:21.460Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:26:22.349Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:26:22.350Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:22.352Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:22.352Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061974000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-22T03:26:22.452Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:26:22.453Z||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-22T03:26:22.453Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:22.462Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:22.463Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:26:23.353Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:26:23.353Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:23.355Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:23.355Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061974000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:23.455Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:26:23.456Z||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-22T03:26:23.456Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:23.465Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:23.465Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:26:24.356Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-22T03:26:24.356Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:24.358Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:24.358Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061974000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:26:24.459Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:26:24.460Z||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-22T03:26:24.460Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:24.469Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:24.470Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:26:25.360Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "serviceName": "vFW 2021-04-22 03-13-27",
  "serviceVersion": "1.0",
  "serviceUUID": "11ed7ecb-ada1-4361-ab74-a4e46b352594",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8a0b61e1-6c51-466c-ab01-1e36c32013ef",
  "resources": [
    {
      "resourceInstanceName": "vFW 060a418f-0ae6 0",
      "resourceCustomizationUUID": "843779bf-13d5-4ac6-a9ea-39f3501d97f2",
      "resourceName": "vFW 060a418f-0ae6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7298311e-78f8-486e-92d9-b31482aad4bb",
      "resourceInvariantUUID": "4710965d-ee83-461d-a9ad-336db091f5c0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw060a418f0ae60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
          "artifactChecksum": "Mjc5NDRmMDJiNDliYTczMzYyYjE1ZmU2MTNkZmQ4Y2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d2229dfa-4308-495a-9668-a73641f898db",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b6b65273-4756-4c50-a3d8-7b7bb394e0ba",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "92d4cdfb-d71f-4c6a-a8e2-78f532699850",
            "generatedFromUUID": "b6b65273-4756-4c50-a3d8-7b7bb394e0ba"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "92d4cdfb-d71f-4c6a-a8e2-78f532699850",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210422031327-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
      "artifactChecksum": "OWRmYTM2MGIxMmM3ODU1M2U1ZGQ4YTY0NWIwNzI5MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d2d5b0d7-4b70-4145-9b98-e3f78be1a32a"
    }
  ],
  "workloadContext": "Production"
}
2021-04-22T03:26:25.360Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-22T03:26:25.360Z|ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 11ed7ecb-ada1-4361-ab74-a4e46b352594 ASDC
2021-04-22T03:26:25.360Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c2114e27-e4db-44f5-a18d-061ed98a1bf1
ServiceName:vFW 2021-04-22 03-13-27
ServiceVersion:1.0
ServiceUUID:11ed7ecb-ada1-4361-ab74-a4e46b352594
ServiceInvariantUUID:8a0b61e1-6c51-466c-ab01-1e36c32013ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210422031327-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar
ArtifactUUID:d2d5b0d7-4b70-4145-9b98-e3f78be1a32a
ArtifactChecksum:OWRmYTM2MGIxMmM3ODU1M2U1ZGQ4YTY0NWIwNzI5MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 060a418f-0ae6 0
ResourceCustomizationUUID:843779bf-13d5-4ac6-a9ea-39f3501d97f2
ResourceInvariantUUID:4710965d-ee83-461d-a9ad-336db091f5c0
ResourceName:vFW 060a418f-0ae6
ResourceType:VF
ResourceUUID:7298311e-78f8-486e-92d9-b31482aad4bb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw060a418f0ae60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json
ArtifactUUID:d2229dfa-4308-495a-9668-a73641f898db
ArtifactChecksum:Mjc5NDRmMDJiNDliYTczMzYyYjE1ZmU2MTNkZmQ4Y2I=
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/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml
ArtifactUUID:b6b65273-4756-4c50-a3d8-7b7bb394e0ba
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/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env
ArtifactUUID:92d4cdfb-d71f-4c6a-a8e2-78f532699850
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/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env
ArtifactUUID:92d4cdfb-d71f-4c6a-a8e2-78f532699850
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-04-22T03:26:25.361Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11ed7ecb-ada1-4361-ab74-a4e46b352594 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-22T03:26:25.443Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-22T03:26:25.444Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:26:25.444Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:26:25.444Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: d2d5b0d7-4b70-4145-9b98-e3f78be1a32a from URL: /sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:25.444Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:26:25.445Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:26.130Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:26:26.133Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar d2d5b0d7-4b70-4145-9b98-e3f78be1a32a 105153
2021-04-22T03:26:26.134Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar ASDC sendASDCNotification
2021-04-22T03:26:26.134Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:26.134Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:26:26.134Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:26.136Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:26.136Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061986134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:26.236Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:26:26.237Z||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-22T03:26:26.237Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:26.246Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:26.246Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:26:27.136Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-22T03:26:27.137Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||MSO config path is: /app
2021-04-22T03:26:27.138Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||Trying to write artifact UUID: d2d5b0d7-4b70-4145-9b98-e3f78be1a32a, URL: /sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar to file: /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:27.138Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210422031327-csar.csar
2021-04-22T03:26:27.138Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:27.139Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:27.328Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3085770383375929935/Definitions/service-Vfw20210422031327-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-04-22T03:26:28.967Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 060a418f-0ae6 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 060a418f-0ae6 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-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:28.968Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||WARN|500||####################################################################################################
2021-04-22T03:26:28.969Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.969Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:28.969Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is matching search criteria
2021-04-22T03:26:28.969Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-22T03:26:28.969Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW 060a418f-0ae6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-22T03:26:28.969Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.969Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:28.970Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is matching search criteria
2021-04-22T03:26:28.970Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Search for entities recursively
2021-04-22T03:26:28.970Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW 060a418f-0ae6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-22T03:26:28.970Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.970Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:28.970Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.970Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is not matching search criteria
2021-04-22T03:26:28.970Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-22T03:26:28.970Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-22T03:26:28.971Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:26:28.971Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:28.971Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:26:28.971Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-22T03:26:28.971Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-22T03:26:28.971Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-22T03:26:28.971Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-22T03:26:28.971Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:26:28.971Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:28.971Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-22T03:26:28.971Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:28.971Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-22T03:26:28.972Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:26:28.972Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-22T03:26:28.972Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.972Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-22T03:26:28.972Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.972Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is matching search criteria
2021-04-22T03:26:28.972Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW 060a418f-0ae6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:26:28.972Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.972Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is matching search criteria
2021-04-22T03:26:28.973Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW 060a418f-0ae6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:26:28.973Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.973Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is matching search criteria
2021-04-22T03:26:28.973Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW 060a418f-0ae6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:26:28.973Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.973Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is not matching search criteria
2021-04-22T03:26:28.973Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-22T03:26:28.973Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-22T03:26:28.973Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-22T03:26:28.973Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-22T03:26:28.973Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-22T03:26:28.974Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:26:28.974Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:28.974Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-22T03:26:28.974Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:28.974Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-22T03:26:28.974Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:26:28.974Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=43a79f0c-a0fb-49c8-94e3-cf4bf7b22b39
2021-04-22T03:26:28.974Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.974Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is not matching search criteria
2021-04-22T03:26:28.974Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-22T03:26:28.974Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-22T03:26:28.974Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:26:28.975Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:28.975Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:26:28.975Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-22T03:26:28.975Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-22T03:26:28.975Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-22T03:26:28.975Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-22T03:26:28.975Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:28.975Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-22T03:26:28.975Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:26:28.975Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d5e15ca2-cde3-4fc4-acac-34d5943a04eb
2021-04-22T03:26:28.975Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.975Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is not matching search criteria
2021-04-22T03:26:28.984Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-22T03:26:28.984Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-22T03:26:28.984Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:26:28.984Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:28.984Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:26:28.984Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-22T03:26:28.984Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-22T03:26:28.984Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-22T03:26:28.985Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-22T03:26:28.985Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:26:28.985Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:28.985Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-22T03:26:28.985Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=07eb051e-f492-4f94-b184-2fedc9ba4b64
2021-04-22T03:26:28.985Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.985Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:28.985Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.986Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:28.986Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.986Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:28.986Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:28.986Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:28.986Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-04-22 03-13-27
Description:catalog service description
Model UUID:11ed7ecb-ada1-4361-ab74-a4e46b352594
Model Version:NULL
Model InvariantUuid:8a0b61e1-6c51-466c-ab01-1e36c32013ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 060a418f-0ae6
Model UUID:52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4710965d-ee83-461d-a9ad-336db091f5c0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:843779bf-13d5-4ac6-a9ea-39f3501d97f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f3b16070-b9c5-4624-9eba-70a3e38f42a5
ModelName:Vfw060a418f0ae6..base_vfw..module-0
ModelUuid:c0ccf427-9968-4301-ad6d-2c42fd184cf3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:43a79f0c-a0fb-49c8-94e3-cf4bf7b22b39
ModelInvariantUuid:69e40dd1-e471-4278-8cd3-c1b12ff9843c
ModelName:vFW 060a418f-0ae6-nodes.vfwCvfc
ModelUuid:0f87733e-4410-44f6-a2ae-9f961727944a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d29a214d-986b-482e-b119-5e079f4076d0
ModelInvariantUuid:06f6f86b-c792-44dd-81fb-9123ccae9251
ModelName:Vfw060a418f0ae6.compute.nodes.heat.vfw
ModelUuid:217d11a0-9b75-4589-b540-ed7f8d2505b0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d5e15ca2-cde3-4fc4-acac-34d5943a04eb
ModelInvariantUuid:6e7e9819-0d98-4822-b518-6d110ef0d86c
ModelName:vFW 060a418f-0ae6-nodes.vsnCvfc
ModelUuid:8a96829c-e289-419c-940d-7c0a31389ca6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:be0f83a6-7d17-44e3-92ad-78ade8ccec24
ModelInvariantUuid:043893e5-9cab-41e6-bfad-8e242f3172a1
ModelName:Vfw060a418f0ae6.compute.nodes.heat.vsn
ModelUuid:05830862-6e2e-4011-ad74-dc2b520fc9c2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:07eb051e-f492-4f94-b184-2fedc9ba4b64
ModelInvariantUuid:19d0a139-78fc-4bbe-b2a6-c0d4be9d8f0c
ModelName:vFW 060a418f-0ae6-nodes.vpgCvfc
ModelUuid:eaa9084d-5e96-40c2-aef7-ac7f8e04de6f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:593a7f14-c1f0-4bb9-865f-5f8a370f276d
ModelInvariantUuid:bd8113dd-4dd9-4480-8c49-b4acd6638694
ModelName:Vfw060a418f0ae6.compute.nodes.heat.vpg
ModelUuid:1e2385e7-127d-48b6-ba43-60ece67559f6
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-22T03:26:28.991Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7298311e-78f8-486e-92d9-b31482aad4bb
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-22T03:26:28.993Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||vFW 060a418f-0ae6 0
2021-04-22T03:26:28.994Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7298311e-78f8-486e-92d9-b31482aad4bb
2021-04-22T03:26:28.994Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: d2229dfa-4308-495a-9668-a73641f898db from URL: /sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json
2021-04-22T03:26:28.994Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:26:28.994Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json
2021-04-22T03:26:29.437Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:26:29.437Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json d2229dfa-4308-495a-9668-a73641f898db 785
2021-04-22T03:26:29.437Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json ASDC sendASDCNotification
2021-04-22T03:26:29.438Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json
2021-04-22T03:26:29.438Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:26:29.438Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:29.440Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:29.440Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061989437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:29.540Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:26:29.541Z||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-22T03:26:29.541Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:29.550Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:29.550Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:26:30.441Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw060a418f0ae6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f3b16070-b9c5-4624-9eba-70a3e38f42a5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0ccf427-9968-4301-ad6d-2c42fd184cf3",
    "vfModuleModelCustomizationUUID": "9d22013f-5eab-46b8-a503-47df2f1b4171",
    "isBase": true,
    "artifacts": [
      "b6b65273-4756-4c50-a3d8-7b7bb394e0ba",
      "92d4cdfb-d71f-4c6a-a8e2-78f532699850"
    ],
    "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-22T03:26:30.447Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw060a418f0ae6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0ccf427-9968-4301-ad6d-2c42fd184cf3
VfModuleModelInvariantUUID:f3b16070-b9c5-4624-9eba-70a3e38f42a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6b65273-4756-4c50-a3d8-7b7bb394e0ba
,
92d4cdfb-d71f-4c6a-a8e2-78f532699850

}
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-22T03:26:30.451Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw060a418f0ae6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f3b16070-b9c5-4624-9eba-70a3e38f42a5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0ccf427-9968-4301-ad6d-2c42fd184cf3",
    "vfModuleModelCustomizationUUID": "9d22013f-5eab-46b8-a503-47df2f1b4171",
    "isBase": true,
    "artifacts": [
      "b6b65273-4756-4c50-a3d8-7b7bb394e0ba",
      "92d4cdfb-d71f-4c6a-a8e2-78f532699850"
    ],
    "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-22T03:26:30.451Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw060a418f0ae6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0ccf427-9968-4301-ad6d-2c42fd184cf3
VfModuleModelInvariantUUID:f3b16070-b9c5-4624-9eba-70a3e38f42a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6b65273-4756-4c50-a3d8-7b7bb394e0ba
,
92d4cdfb-d71f-4c6a-a8e2-78f532699850

}
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-22T03:26:30.452Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: b6b65273-4756-4c50-a3d8-7b7bb394e0ba from URL: /sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml
2021-04-22T03:26:30.452Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:26:30.452Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml
2021-04-22T03:26:31.584Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:26:31.585Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml b6b65273-4756-4c50-a3d8-7b7bb394e0ba 20368
2021-04-22T03:26:31.586Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-22T03:26:31.586Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml
2021-04-22T03:26:31.586Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:26:31.586Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:31.588Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:31.588Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061991586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:31.689Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-22T03:26:31.690Z||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-22T03:26:31.690Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:31.700Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:31.700Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-22T03:26:32.588Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||Trying to download the artifact UUID: 92d4cdfb-d71f-4c6a-a8e2-78f532699850 from URL: /sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env
2021-04-22T03:26:32.589Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - download
2021-04-22T03:26:32.589Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env
2021-04-22T03:26:34.835Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||GET Response Status 200
2021-04-22T03:26:34.835Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env 92d4cdfb-d71f-4c6a-a8e2-78f532699850 2098
2021-04-22T03:26:34.836Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-22T03:26:34.836Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env
2021-04-22T03:26:34.836Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-22T03:26:34.836Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:34.838Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:34.838Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061994836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:34.938Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:26:34.939Z||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-22T03:26:34.939Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:34.948Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:34.948Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:26:35.839Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Preparing to deploy Service: 11ed7ecb-ada1-4361-ab74-a4e46b352594
2021-04-22T03:26:35.839Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 060a418f-0ae6 0 7298311e-78f8-486e-92d9-b31482aad4bb 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-22T03:26:35.853Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:35.853Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:35.853Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Processing vnf with UUID: 52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f 
2021-04-22T03:26:35.853Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Will get resource from SDC using resource id: 52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f
2021-04-22T03:26:35.854Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel to get resource 
2021-04-22T03:26:35.855Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel
2021-04-22T03:26:35.855Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel|INFO|500||Invoke
2021-04-22T03:26:35.855Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-22T03:26:35.856Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel|DEBUG|500||URI         : https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel
2021-04-22T03:26:35.856Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel|DEBUG|500||Method      : GET
2021-04-22T03:26:35.856Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/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:"c2114e27-e4db-44f5-a18d-061ed98a1bf1", X-RequestID:"c2114e27-e4db-44f5-a18d-061ed98a1bf1", X-TransactionID:"c2114e27-e4db-44f5-a18d-061ed98a1bf1", X-ECOMP-RequestID:"c2114e27-e4db-44f5-a18d-061ed98a1bf1", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"e4162ab8-1467-45d0-bda2-c8495a7ef8b2"]
2021-04-22T03:26:35.856Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel|DEBUG|500||Request body: 
2021-04-22T03:26:35.856Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel|DEBUG|500||==========================request end================================================
2021-04-22T03:26:37.084Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-22T03:26:37.085Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel|DEBUG|500||Status code  : 200 OK
2021-04-22T03:26:37.085Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel|DEBUG|500||Status text  : OK
2021-04-22T03:26:37.085Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel|DEBUG|500||Headers      : [Content-Disposition:"attachment; filename="resource-Vfw060a418f0ae6-csar.csar"", Content-MD5:"ZmUyNDVjYmI3MDE4ZDQ4YjM2YjNmNzZlNTY1Y2JmNTM=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"c2114e27-e4db-44f5-a18d-061ed98a1bf1", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-22T03:26:37.093Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel|DEBUG|500||Response body: PK��R	csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM�M
�0��9E.�4)�]��S��C�B ��dDs{���}���1�QݐA]}@��\|"+{m������eƷ:U+䐊��ą8Wu�Փ�(V�D���O^���5��C\
��Z��1q��V.���p���\���5�'�PK�hJ��PK��R1Definitions/resource-Vfw060a418f0ae6-template.yml�]]s�8���_���־L`��ʝc;�7��W6�
�1愁Y`�q~�����9>��U[1H�V��ju?i�8�v��~�Gab�a������U�o����&�M��eS����E��pb������k͚��r6uuݚ�����'���2��7uT+/<C�YxP�g�����
��Ԛ�\o�K����o�h�����t�z��ĉ�m�񺇡�Zy�#����#w礨X��E�ߢ: ��(~z���!�}=Kv����*Ic�U�a�b�g�_k�L�@�1MC����K0k���	j�Wsd��z�1rap�۬ ��믿 �Fq���E�B�*�R�4�����i��X�'��a��[��4��"��h��􃿭���(
��hW/�?)^o��wM�E@FiN�,E<.����[���p`�ݢ���x(��N!�X4�U5q�������sdZ���3�/[TlG�_��}���4��+�^T��{�~L�Ͽ��Wcju��َ�5���h�ݡby� H�d�}���z��C���2;{��%���8�b�5�8[&�wA����5Wڗ����_����I�Z�C!1�h0��(�
����\�![9���c��"�Kp8aS��e��$T�I��B��t���Bf�&a�9���=ޮ�$�]w�l�N�6Z�'��d��z�������><��2T�XnQC6b�ޅ�'J��B�������m䥰;�]�����xd�#��
�x�{Q�;��uY��r��ŕ\�&���j~��$��!t�?��Am�o0�\0�"�
=G��B{bڣ�>���1|AP4�v��Z�@���wIh{�G��y���\��j��ϵ���ۿN�?]k�'ϵ�����os����� /p��	����E��C�NR:P�-��wܛ�v	t9low+�$�Ȃپ�d����_�����O�����o�ɚ�
#���*�	bi�TI�a�\�_��p�@��\?&��.O����ӻ�ۯڻ�OwW*��ա����I{���zvF�M��-�c�&���z�����$��DİȪk��ĩ��Fj�p�8yHS�q�z��E!؎�x-��u����_��'��S�pC��&�S��#@�%��F2�p��/��W�w��0F��̙�B��^�]�W'�h젹��D���ݞa�LY��d�2��K@�0M8rm'
$	d���d�:c�d���B!�ӓs�lB \�\ٮ�ns�!7�LGl �M6�?5
b���Z݊�Z�`�74�F���F�zt�U�2BY$�n���C��oP;����5��-&�‡�WQ@�Ll�B�i�������y���⴪�H��4'�B7�U*��Wu5�yDAT�L�Q�t�eB2�!��$n�Tk	��H
�En@I�
��l�h62�4@7�?�Jv��@V��@�-�h��w�h$s������C�g7�}p��z���<��
>�]C���J�ԫ�X����q���������A`�;F��X�Y<�`���5/o�pp����<����`k%��/>��;'�7w��w�iVIZ�#��M�w����M�)�vW2�gODv�P�D�������H3�M�$��U�}���m�ѽ�"�WOw�9�
I��i1>��ō��=����Z��V�Vo:��,E��1v�b`�����'����~vr{��eɗ8��z�Ea�2�O45��t:٭��O@��C�
�]
S���{A�t94��K4�W4�����	y�7)Z��|�y��xptB�%B�3� �E�h^m�R�\[K��Xyx���=�Ҝ�j��>ȾK�9�s�����7��������W�������O�~qSg���LO
���߯��bq��������ξD�7g�>>�a���ٞL���
���������O�>|{�8}�_WK�޹���]�m�#��������f����m���'�2��&���?��o�~�A�f~��t�{g]_]���������߷����W�����8��<�3�������?���}��u��f�q�jq�����{�b��k��zz��d�����u��f}3�?<=-��3�|�n����4]ތ��������/���>\�
����D��<��o�3��}:=9�8��^��og�v���1}^��'S%������H	/cy�+�B^?�dI�}lC����b����S3 ̨Q,h֩�	c����ͺ��w����������t}{~f_��|��>=�7O�,)��fXZ���#�[�$�^vر+9�x�IMk���S��Ц��7d'�P�d�%ec���Y���houu*j�ң�Q�h��^7�7��V
e����T��4��5�~}˚��A�YPb�/��*9բ�?X뢶�1�C�sɨ@������R�E&�'�M��v�:¥VO)L�E%�J��ʖ�
�G�{�D�JL��)�R]���W]���|�ofF1�O��I�z�$�V)J��U(Vo�-t�:t��I���
�F��?,�+���R';T��9���1aZ���C��*2#gH�gѤْ��)�ZCJ3rXCě��2�4
u��w�N�U7U�:�G���-,E�H�B�j��h��l��ʋ�Q&0E;p��d���������!�K�Or\�Gv
s.R����Ӫ^'ܕ���LzY��>��D�Q���ҳ:���ϼN�C��
��R���P� j��ju�3�tEV��u�x'��Щ:�CU���9���s�ڴ�M�Z"[4ʂ{4ʊʪPt���Er��te�`���ck܆��
B�Ɔh�,C7C��=�Jj�.YWv�eA���?:�a�{���ʲT&������u}��Bڠ$b�j`��G���3��x�#���3l��kh�0cx�xA�CC��(����u;�٣La����4(���P���;B�H������]ޱ�Le�w��:�c�u�����3�S����~X��I~8��{dXS�]�ʚ���^	2i���oq�ӕ���ܰ��5Y�%T��jj-������o��� �R���[W�}=�Q�Gk(`y�`y��EIwF����ID.�nŝ�$��ԃ-"�_(4�a@~�	���s���|r�� �I:����"~�
�3�IqEy|��lPt�e-&z��җ
�e�ҡ#>
���
FM�ԇ����*2:X���tT{=1u���+�u\�
3��-N��=���y��Tr=��b�9��᮰�c1����@
e� (���!�/�#��c8[j���u���05!ʹz?��V�X��
�|u@�x�X5j*Qy���6n�cbI�,�[��L�Y�C�Pl��⛺��, ����9gq�-&S�$�@Aw�bݕ$��*X�fb�+�������e��jH1C ��%j�� ��F�3����<���JbY�n����
*��_	u�VB;�RjS��~!~Z�"?];Cԕ�إ	T��0�g�~�����[��f���������$?�����Юs�e�*����R���\�]��'�+�].r��U|���OYB5�W�)�C���*�B��B�lˌɰ�myG�Ps���,���stk���jf�c��
.]�U�X�էp9�-��zs8so
˅3�f�c��ʘ�P���X�����̅��=�:��V3IL��������9��◝�w�Ǎ�G���?������9�7?U�]�TQ�.�m;佋�˒BlԦ�{C�5_��!��a�S�KyQ����1��D!6D����NJ##ۉ.dF��W�#=I�����8�[b�6��ȍ�ϻ
��Z�Nd�)Cj'��DG)w���d�����0Ӥ@�c����ϻ����<굾�=�ݽ����(^�)���S�]5��tU�I�b�d���RԊ��z���'U!ŽQ��?ϵ�T鱵V�J�!��k�W�*w@s*�
��Ͻ���L�����.p`*������Ar4��
j���������q�e��g�{���U7�JV��g�Zw:��;�n�H[�-_��#�K
��h�Iv!�h�g��R�4 ONjt�}�
�RJw�ϳ�ݱ����<,�ϔE�5n�VcI8b{&-�9cHP���c��:	�r�����Z��ܤ�h�I��yh��b)�����B烙b}$D>�}͂!�ӄH�_4���zE���g��M�u�v�7Wo�
4����%����F��0��P�U�,N#	R��GZ.V�8���G�{Sx�!ˋ�1Uڔj"O���]�lOI�75D�`�^�J�9��x�P��$ۺT�G�,L#G���A�,*��W�Q���"&�N�=j���I��
<#y�]w@���T��b|f��L��8FӅ�ʾ�[�>�~"TbF5j���B(�li-x�;�$�C�(Y5Nu�`J�8
w	W�@,Խnt�/����m�Uoۓ�#��Þ�{٘� !1��:
`�V����F�
��C�dQ�НA�,'2v�j9K�)�ȧ 2�o�K�	����8��P�Kc2�YC"�zA:ʮV�A���c6�����Y�����eM���-~��
)�ѐ[���sO%7�L����(9´z�F�d��.Y�f��'R�8*Q<���d��H]~���.ť��P�Ry�L��5x#��b+��DX����pSx��%%�5�J;I�{����JI�`���0���sU����>~�����C�=�ͮ��	�eF:�ޤ�=$P�:&H�觀T֩>7Mu͠���TC7��Ms����)�nbX������A*�N$�fĎ��q����hU	"��yM0���p0����Py��u�	o�rP#&�pvԈ1��O rhP�.YY�q�������aEr�e��q~Y��[C����kM�<�"G�5Ԉu�,��9[ύ�Q�SJk�`+M�r0�*YT�vh�{����"5�/��U��@#��%c��r�{��ӊ�@�.J���lG�*�Պ����o���iY0^�C���w^��}/�Y�	�zF�0��+���ֽ����B[E�MDt�މ�ᦈ��F�d�������H}q���~�Vp����R
���I��T�͐�M�
R�S��ĵ�xV�z�_�Ej��	��o���N�H�i�1�n�i��dz�C��;0��,�y��-Q�A��^�QlgO���_Ϸ�U�;؃�}�*\{\+Ք3��n\���>4�#��}�c��V�/�1��m���x�:�Nh<�`}B6�WDk-!��*A������2T<��Է���Mhf�����g���.�p�=g
�F���;F
�V�]树n�T#ZW���Ð�MT�@����P5n���׾�Wɛ|\<��,���o����L�ߕ;V�J���������o�R4LC������ V]%ty����Z~��%kTO���jm�¼���s�Nz�zg�)^黷�:�a�UMc<�c�)]�m�9�-�0���'����V��S�'��
�uMS�I'�UOj�|H�`����jʐ�MXO��VA���WaZh��*R�N}!b���:^)�G�
G�����?�?�d��Bhc���\؅�Mi�kB!�CTQy 6��5�? u���m��媙��i}I��S���ܶ���ꖯ���zq0OA�sm�	�tx���PK�0��� �PK��R;Definitions/resource-Vfw060a418f0ae6-template-interface.yml�]Ys�ʶ~?�Bo'�����q��'N�!��>uK%�t-$E����Z�h!	#�������^���z
�a˒������j�8!�
�\�����M��3i��
��/��a9�ſ�P�"��@�ȅ�Am6��KEr$gf&��˒)�U
^�|$�y�E4ɛ�H5�&�Z��|��$��44UN�2�,xD�u��Ǎ?��{�.V�VhXÚa���جY�6\K&�ɠ�4�����I�|P�ș?�B,uBq`㋬?���cI�S���t���i��֜l�01���;���w�؄�%���)����k��9B��Q�qv^k�kG�z�=]΅oU�a�l�RM�Ž?�p}/H�S�g$9�j�m�C�(���{I~%�gX�%9�E?��]]��S��^��J���"�\�L��f�p��.4ibX�.�	cY��=���#<�WߛOw�m�#|�\�(90�> Mԉ#�ʒ��?^~�n	������7���.y/�ES�z�w��R_#6Lm ���o�q:��۫���D���d�w��{��i=>\�^��w��eg�Ad�R���0gb��;��_����ԃ��Q��`�����X�-I�R�:��ڢ{G^��i0�4r`n����5C��0�S{0Gx|�.聄��ґ�:[�C:󾸑&D��ص���yD��[V��u�5���Y���l]�B�FLN^����:}���w.��>U�6$�R�2���p}�Ј��eKE������f�	�H��p 20zv�x�r�x�ʗ���)�I���I�9�������<�SThي.�eVR)+AT�h����a��Z�����r�+A�f8����%�o������G!x����f��D��<�;�~��"h���8�<^�JfYj,UK���
�a���ǂ)��@_Pdǀem��%�У�������ç`�tw�'V���Bi�O"P�����<��[S��oW\�4?w�f����m�Qh��O�������1�S�(kra#C���Q��
GJ�R�Q�TF;
Y�Ԣɀ����.r�b��|�7���@��s��
��?��w�^� u;��9��\��ԡky�b̚��� ��.;��p��cQ��%��1�ֽ;x�\����J�/\�,���.�(��i��I���o^k���[s���@3m�Ұ
�U}Ep���:0��pZr�e�~��"���/҇��𽧟�t��"�:�|+��\��)��3��Bb¢8�Vb�~��kT�[ʀW0���õt�v,�~ǔ{�0�"�}\?i���ePEO�*�����5
@D=GG'%��:t�DR5�&h&�a'R�K6\��ݴ2ZP��TJ�=���R/�Z��)ߌ�t���eLܶG�-	M��<��#�3��C��n�h^ҏ�?�?~�|}yQ�������^�G�Ϸ���UW�~{�}��N��;��X�//����=�n�kk:���K���SI>��N��O��_�Cc�<~{�]�u����@���������5�~QNg��#���5:?Ӛ�'��>���ϧ�ӟW3�4�G�M����|�p;�g������g�������O��2����'?N��׿F�˟���ѷ�����y�f���S�zl~�/��e���K����5v��o����ݐ�/�c���z����=�<�����?��o�W��_/R�h��ס��uv��u�l˯?�GO�3�<:��q���/�������~���oz`���Eӈ���Ty`*�9*H��ӪT���Z�:3S�_�6��.eP��R\���o��hD	�%Z`ٲf��H�	c������O�	��x`,MT��� ��6��=�o����`��9����Vt�.�l��bDP8@z�
kF�ҽ�үI^�$�=�� �ZD��=&���\/��.t�ɚ�x���Ou_+�C��K:eMcC�7��}צ���x~�iȲkY$�V;��������m�ӎ>�H���~G!"�7�V�/�}1���$�'���1�qS�*��>%�;��R>P]��tN�0C�w��7欽�ȹKlJ���no3M���`��7�2����|���[�=���������q�tKvX�d�$\��3X�S�ut�{t�rƃ��Ne�=�S���el�#�o~C"�l>Mk�A�Q�RtR"�81Q��o�k�i��2~F�:��c�,8� �p�f�-��XJ�'r�$r�K���Z��;�q����g�Z�hJ��M�\4���h4Ta4��	����S;�	�	~�+l�
p�\)�;��/[���_\*!��,MIÄ���K҂8�HIR���j���G�f+��(�����R!�;&^�c��w)
n�3��`�|��;A��Npx'���`X�h�eP0�r-a�Y,�Y4`��-�9�r�ih�'}�h�o����zskk�l�
g����8`08e�zN�Ć�!�;�͐(�6����M���\�n���ѻ��](3���LR͞@�����vD���
)�f�a@Oɠ�2i��^s�l<\�U�2�x�����4��&3o���֚��N�N�w2��<�>Y>�Қ��:~�C���(��D+N�󄁘��	�������ʀBf�Q6����2?ᅕ0
^��b�Ym	x��y��&-t��`�L��UN��[:���*�q�TGQ����������K�4��&�0���Y%�_2��÷�8�y�1bzS�A�
,V��Ȳ^f���`�6���R��2~����[��%Nqf���*V��-a��FHT	~*hHPĬ`	ư�Y���U=o��/�^[o|IŋW-K��zS���Gܦ"�R
�'�Øc�T/�&ٖ�{.�S0�1�)�u=�v"�XY&Հ3��H�}�Ż$����r��Rz"��~�q�����u�z���u��d?	a�YH��
z7*[vݘ+P�yʆj�p�0@E������T���\A��9�9ra�qmX�h*}���vaY��`bՔ�2{��*^c$���P;��xA�<�nQ�X���ϫp�kϫpMh�l���q�ѕ���rQ�-��
�{�n*���M��智��L�� l�NmC�7�0̋V��wđxCwf;d�]�ϛe1/������G��6!��1N�U��$K��k�`ז�UB��b
�Ns$�%UX�>m�8�>Oba�<�)�:Ȅ���UiZO��m������X`W(l7����ԫ0�	�
��}����[$w��Nԅn�����RY'js$���t^�xv�1Ɖl;\ggV��CۇGql�����PF�ǿ��[*��L�E��b�De"sܺ7�'Y�
 ���P��0��ܷ�F��
����}���y4q\���x+��\�m���Ȱ��
�Z��H��t}����
�����Ji�13�8}20�EB�6G"��O����!(�l������cһ��7A��=Xpp��9���V�;Q�/ �c�X���{ Vx����c!$-P� E�>�>���6,w"[Lj���	DX��r�p�����	�)��C�yG`��,�K���%�U_��cXS�R��&��*/o����Ꚁ;vM`tM���*�ݦ�����\#�D�y�#��;)�"Fc�QfK�(,�R�^�Hp.`�$�!��a\�n�5���"M.��jS8�2�,����wՊ/�*ޥK�`#;R�&ߧ�чo�|x�/a�J2�b�'���s5��RG�фdC�����Q��{����u����)9�����Z0���op��4�y/��
�SyC�[~�������#�q��fu�׼$��
�F�\7�W2�p�t{���28@,�Ȧ[�ю�wIV��u���k�a���������`v��y8ں��m-2-Y�/P�o^J�v��X�a^#�6�"6\Gq�
ׅB�y�.H0��O=A��ާ�0�(���(��W`AT�s��4��xu��,d{���lP���7`�^�x��kǃGW^@P�%�UC�w����2"G����E�QX1LaL�r�22�0A
튃)Y-oT�Zh�ccղ�d�����܄cnƛ��]���)�E��谷.�v�24��N��6�4]�q�2�㣤_0�E�AJq�XO��@L�Ċ�H��mE+��l�!����s�&��=�j�/�Z,�~��=�vK<��AZB��u%�T�f�x�2���k���
$M3`S���6A%�9��#�
+�a�����`�ʭ_�p�β��h��Z";�;<���e�<sD�Ē4��$�%U�5�T�at/o܅��l`-o"�y�{�e��Bdl��`	o���/�f
[a0��&��*����B$���h�+9����3��@Ғ�	���	. d�(xQ��P�I#�E(��ˢ��ޭ��sq�+1����`L4�G�p����$�RPA/5B��jN�=�z{%^Ȑ�\�"�§�P����rX���.�cm�Z7�!�����[��lf�Y��"�VH̠T1dC�
ّ�7��ʚ&-��&����WU�fLԧ�[�[rD������:�b��2�̂CX'�L��Kɱ�D�D�}�4Dk�ec��ki�)9�5%�c	ꎣ���u�A��ŕ����6#�=�Q5L�,�H%����9�7x����"H�葎ҫ��V��)����)�g+ s�\�B�bj�o��ٚ��_���@n���{~�@�ڝ�5c�΢����k\=�᧽qv����e��MhI���f���#-V��N�PJ����.��,�%!S���W
#�/�c.�t6Vk����wC���Ё��`E�M�Q�\$UR#0�����tM4�����9Q�H�����M	�ߐ��/f%���n�kM�?��1?�ܿc�k\c�T3|,��]k{��������e��}�^�s���!����Ƥ@�mi\���e���}�~�'tY���vF���Ը�������y��-����	�7�CX��j��B�|����q�pm <��m]]��"����׶-Y����c&jȒ&ڎa-4U�FHˢ,��I�v�)�X�?6�:�ɅVm{mi��ɅV��nh��PK��C2F�PK��R-Definitions/resource-Neutronport-template.yml�WKs�6��W���@F�W�M���fEMl_:,%L@�@)�L�{�Ô�F��1>Z,v?�~�;mM9�B	'�����EB\ز�(%�{Z��2��(�QNM.jK���=<,�	��ݰ���X4��i��&�����M>M�F7O��W�2��:�	�D��+�hFG��d2}3�]���- !K���j��Cˌ(]@�	J����ׂQI�p{�6�j�f�:�$�P�Ve�P�Ѵ�i�(m
���ۗ`c��	�]����6���

����U�$n��I(<�GX�2Aqm�q9[���}T~��	$P��.��������A.�"����fb���cP|JɅD3A���>]�R}/l�-i&$��P�/oT
Hh����F��6�:Ԫ%�v��`G.[Y�B�Ү���ꉃ��l��P�u�KL�4�mcV�uP6@]��|�70+�Ԫ]pL�x�]$'��vj��$�4�<%
%"��*�RP4���͖ϙ�H5�I��t��O곯�����0�
�i��2���J���`��g8�3B�_�1��bNt���
Nx��m�������f�����\�p�#A��l�W�y��R�r�r��GXT{�J
�^�4�<4c$ˇ���Ŋ4�H0Ԛ��Jd"úZoBV��4�Բ
�	V��]�8,�Y�h���PÜl�`������b S+���m�PϹߖ�
R[��G��K���}��Z~����4��t�|��;9�=��n%�uה��^��b=�~y��a��BTJs�d���fg)����_`��Ҭ�)dl��t_�Z�'���8۝�z��n�V�,��6@���c�Ȝ�����mr۲L�6m~(a��y_��0�C��7�S���$��%YT�6�Gc���׮hSr�jq�Z�n8M���z�`�|8�N�}�	ެ<�
/W���R���EM�Ӕ\ft����s��%T�=��틸��{&>8e6�9��D���	�"��>�j%j���`w�|��)<�Ω�/8X����Z���2��5nb���/����!0��p�5�1	����p^�'p��&N�8����W�NK(iH(���u\�����(e
�����@4��YOi��N�H����6q9�̈ʶ���;Xj��y�Z(���\!)A�#Xn]�'������|�`�d��A�s_P9sX��+�A���OXK,Q���k��/��6y�z	QJۮ�X5�[�_66������tY�CV��$D(]�.l����TuV�.�p�,���ߥ�;�t�R��P�z��������O���L3���]�@4z�7�����z5`'"�;3z�����ޕqӘ���^�y��s�o2\�t����������5� Ϡ ���PK�pt��PK��R=Definitions/resource-Vfw060a418f0ae6NodesVpgcvfc-template.yml�ے�8�=_��f�A.lc7�lO2���ӕKoվP��
/`�{�~��J �v&[����4�\ttn�9(O2;>	�8��$Μ3I3�ǭ����p�����t��$�>���+��3NC�߾����X�|/�;tc�\� w���3}�%;�L����i[>ڐ�Y��B�7{7�ML�'���@n����������ʼnO�����;)���1/8�K(��d�/G��΍03N�
�1�r�W�.���w���������d��/���$&iHid'�}����{9b7�`��!��jhJ"\h�Sx��r/���49��'��c�^�d����8�K��(�q�W)(4�(�s��#<��c�������(dN@�`�[]��Zw�ɢ�������B���,������~��}r�_H
V*�L_g�k)�ߣ��QES��Q�G�g��,y���)O���A���s����{X���jD`O��&� �}��&-���)�	�J�qꧥ�!W�BA�7'���9��9�SӉI�#I�;iU�U�;pba����?�0%>���D�����%Y�q���Ct�$��)-��QB��(g�k2n�qܣ�(#<�`o�)>�IN<��ݩ;�����k2Q���@�/N�=��!k�$�/�#8{���Ɖ.*�-�?3t�x�P\�Wf���s HŸ�Uh`�9{�0��_%���=i�S1�V���D���N͵�OU�I���FM���
�E&SD8*�r�~��}.)�W��dY��J'������Ni��8l�p	F��%���Q0�H�0p�y�#=+	c�<;g���<��S���u�����!1v�k�q�1����
�H ���0?Q�Z|a�xW0.�@v�Q���,1<�=�c���*�JC
�}�/DC�99���w}�r��b���~6����P�{
�O>�03P%څS	��;G8��<�#���
v�a��:�	���,��t�����
�3"�/�,�~����U9�1��e3�6�����O0��7�܌2���xV�*��GzV������
N���x5���[t�J&��OZ�uzO�#	��)�6g�3��x�R��@�E�����zXg�X������`��)����0Z�����(���f^�I�_����r�Y{���E0��Rhn��
���'�H/>Ӂ�F�iH4��{d�ȄT��{=���<
 <&I�׉�ק�?���>Y?n|�NZÄtV���7��j���Do�\��.���Z���T73蕯l�+�E��z�,��6�
�lv[{c�,�W���li/]d�Y��#�6=�u�7>��M�
�w����Q�VE����z�\��!+X��_#�ڸdi�����o
su����2��;j���o���+ݠ�Њ��!��-v��^G���O�%w
҇�0M̐���W-�RV�m�)}�v���̓�ׯ���7ɠ�lb��~��Z2�[A+ǀI�V�*f{�����|Cvy��[�ʜ�ZY7a�-��.�V!��'�)m�8&�e�������.�+�yG�H�>��{z��F��U9."���l� sE�S�()=�N~�*@%<>�Hju!�Y?�V6���z2NE,X�H-���UF�r��+%�1e�K.�9��}�V�A�<�
���\J�샡}M1�3��l�g'����"���]D��ֵ'#�?�s��d�Y��}�
s�7J�M�6H�����$3��'z��<�w�OT%6�=�K䤂�o����etWv�C�(�!͖Ho/$�u�׫��6�{'����/��|;���U���e۲dMY<����f/�8�M�hg^8�?��t�ýZ���C���E�w/�4��Tj+�_�Q�X������l�υ���4���֩Ӧ�֤��Q�ʘ+Q�?վ�{�%�1�m¯��I���q��I��;ML3�)��H��ڮ�����?7l)�~��u�0R��~ڭ���}qׄf�X�,�Cҿ�1�j.�m�?�ҪJ����F��3�l�n�A�qUP��b�Y$�§�g��{_���;�u���T����h���Ɋ؇��Rr�*�]��rרҧv�s�v���@��2t��ොZt�
���38�aZjwxL��ӟ�/#k9҈���Kn�D���w1�:�De"�@���Ƀ�
��5�	/�D�c���5j޼�*�!:�����ɢ�؝1�̨����|��Ӑ�M����ksDƒ���@/���
���ʆ>LM��[TA��Z_��+"�����o��PK^0���kPK��RGDefinitions/resource-Vfw060a418f0ae6NodesVpgcvfc-template-interface.yml�]_o��O��kVHš�[6{,p�.6wy)
��)��D�$���;�$��)[v,�n�'�"�Ù�g�GR\b��IJU�3������.R摤y��d��,�Mn��P���s?"�KiFx�g�p�R�]A��1*Ќf�i��]^W$C��%-Zu[����v���~\���N�MY]1�UE׮e��z��f�\,b^F0ϋX�K�I�Jq�����������
"�b]�fR	���G%�U����AWd����w}�;�_>?�����b+X(�%@;�I��"�)�IQ?�xM�a�
�H��.��-6��������$u�|�@�K�P&b�)%���.Ja����2S-Mw3< ��/E�$��P����p�
���U�	S�;��J�dQ��:�xIr�m�Ph�e����h���n�$�5��s��)Kq�P��Z�&*�x���t�'�'���DbA��L"b��nկ�$�Њ��Ih*~.��@� b`.c3.K���@����f�^J�`N����ܦ\,K�KA�:���s��/��%�XQ��YS�s��q�-���-Y��Z7��K~��۟�B��3yB�e;�FQ����Qƹ$HŲ����R�d�l�����z�QUw�@��i���F�g>�qj�Щ��5�3w"ӥ�B�k;��T�fH�yꩼl���
z���\���e�V�f70�c:�:��������y��B	���I�E��Ƞ�+1����2S���]�ض��J�S���`}�3x�*� Vن��n��%-�M#�&S����aQ�PNy�@͉BZ��v�E�����(��h�=���M�d7�n��&RO#��2���&.���,Zќl���%M�=�e��Ѽ�#V�3"4w���5��̉)}��1��7Nd�TBD�F�Y3���!�:`q^�����8G.Y�grr(G�GB�AW6)T���z
�G&n�*�G��:e\ીh�yF�c��S�s�z�����O��);��?�����B<���X4�gkEd�Y��zk��Aq�@h��w�p��~A���%R J��P�#ѣ!��n���aز���!�f$�9��è�R��o:�7=s�� m�~�n��>}���ӧ�>m� ���Zl����X������k'-u$ܪ��܎���*�W��}F�7B������K�r��d���~�ϩ\�c���Ǝ��7h���<���Q��9͎E����
k�f�&��-���p�nx2���D@��>�ג��f���?mQԣ}�	��,���	�`W���Ǯ���1�nq[������9��VnR�>
t���v#�r��e0��H�cc0f;'zY���c��0��tK�c� �^�c7��x��
�i��r�酛�������
6�~�H0٩L�+n�m6%HA�p>�}L�f�P�u����y�7�@����(�c0�Ky�}Fr�Z��뿔��N�(0�����0~xtMx����#c'�)~%J�x���ӆ����o�*���9�*�b$\���1&�)u�n.��.�	<���^"{�ц��c��c�Xk�^-������y�"G�"�z�O;����h7���|%�hGya�s�D�%q��2,>
1v�Bi��P�*5������	æ�P�׉<�U�t��{�C �ܪ�� \��	�o�UaΔ@4{�%~���鹜}a �Yw"�$��eզ2/�>$��q��>U�{j��c�4��K���X���v$wݖ�ǘ�`��aQ�w����{��}X�ĩ��O��+��X�ݧ�����3�p�w�����C.�jl�\�m����} #�f*ش�1b��]��օ8S��bi�~�o����S�;y(rf_���K�'�(�C��Wô�~�M5#':�v��o}E�C	�M��i�{�	U^���8�xN�s�{�`W�#�/��:v�'�V�5��Pr\��p<��߼�,�og��ΫA����v���M��_�)@s�,\�����\��YA�h�0�+��h=�>�m\�õ�`��ct8��SM=��z�C�e�>U�߁v���e��cȡ�a���M�����@JH
'@�儀�L��1��J��{~)�`�#b��l�B>7p����~���(��|����[�Џۦ��ؙ{�I��t,ɕ>�L��&m���d��p�j���s�Z��$4�	ΗTL�	�R�|4�����A�ŗ�=O�{��DN��5��,}-���A�k�H~���p9{��C�Y������VD�:������K�]��ގ��Mΰk2ɧO}�+�t"霸�}q�#3��=���p�cl�\��|x)稳��o��g�q|6@��]T�&n�{8Jf������o�� �yK�\Ң�f�����\~eΑv��#��^�`3�^/�����\���n*���\Rk��(K$���#�c��ⶋ�����s���h=��PK^�ܽ	��PK��R/Definitions/resource-Globalnetwork-template.yml�TMo�0��W��
��$N�$�)�[ZtM/�`�2��%O�]�ߏ�Hj7)ЭrQȧG��Y�8�qJk���F��$��0_���rE�3��� #�)z��.�J�~��^�?F�dt���_���I���D8�N�c�8�[
8ӋQ%'�`2��`6�͂�x���l�`�ƌ��Y�Ւ���?9��V���rK��w�д@���@7���-� x�~��i��zsL���ɅL�w9|��G��6��>i�����S�2qޢ��La=�N��������W�?Jߑ"t\f����#�W��ZYB�vv6์�n>@s�U���b�:�2��j7�=@l��y���
Ԓ��[����D�XS�QM�M�FI��>�BPk��.���հ�aBc7��y=�dy��0,U؈Ү?l����̒�xmM���4�E�7�䖻�O�(U\����w$;�AK�
i)�������}~����Fj����7˕Nk�i�(�%-��vΫ姛�rq�8�JT2���+��,����X�:�_�3�^T�e[~o�Q}"~&�P���+p��ڼ���֯d�_m�ݝ�m�|k���OH{(t{w�py�/Tq�d�0%Ee\ow�[ʰ���[N��tĆ}i��
Ob�����V�9��_��7PKQJ���PK��R)Definitions/resource-Compute-template.yml�VKs�6��W���@�h[�›i'��;ʥ���R��*����F��uƹT���v�}���TH#��Ƨ;r���F�.�{�U��LS�9<�1&͎;�MX���$��rEB,���BDg�Ӌ��8e1�(_��v��EQ\,O�E��OV�Y�ϣ��E���Iqz���`�5%���
�p�
�{*y2�3�qŬc;�B���b+
�"OQ��{SX�y�����,$�aK�؜ؓT�e�*@�����j��)<�ҍܑ�?+�H7�dkU([��T��u	�����~�Xw��_���
o�|��S�8����n+���y3CwZ|2�����-
�`���ZAY�l�P;��%Ϥ��!Cyu��B��,Gؑ�o��ƨVҩK����˃��pclh�Qq��M��ٝ�	��݌�A��i�NF�{kC��^u�ؑ��`	��s�>�b[�Q_>t�i���##��1��`����[�޼��e;�d����u���2�G�F�JrC��OK�J��m[�I'&{$n����搷�\yz�������<�[���>���:��2GBlE=�)}%�8��HR2k��fBR����;��̚����?6
�#1�$é�%kxV5��K�kG�t�����A���_�jk��6��&p���Wt�^o�O8��;��ߨ��t*�ꅃ_�P�G<�?�k}t����{^c&�3\�P#_�o��S�X�ߓo���3�)�'��W��Z���E�ڎ���2��:�d�?���
�2<1���~?ͮ@���Æ��|�mm��hgPK^�,���
PK��RDDefinitions/resource-Vfw060a418f0ae6ComputeNodesHeatVfw-template.yml��1o�0�w�
n�(��$Kڊ	:4C�x���! �I9��IVZ;AӍz�񎏏J>jh
v��d���C�E��R�v{l/0��l�f�4Ƭ;C������o
eWvU��>�;����Jv��r�����v]�<)A�Z
�U�U����UfW�B	�ذc�*J��:Xf��0s�`�^Rv�^	�O�O>��S�#��a`LJ�D��87]��|�4�����8���S�H�4����B
��R
������@��!�ȭ���C��蟦A!��n7t�>��l8[�W�Xg{�pu|z*�1�V�Y\�FP��\�[}E����b�;���§�{ꪬ���V����8�ӵ�-u#/�l���ЇS�G
iN?{�B
^g������\gJ�����Ϻ�lv��/���=���~PK�£+�cPK��R&Definitions/resource-Port-template.yml�SMo�0��W��� ����m��0`K���ՠ%:*K%�ȿ���m�=�ȏ��O"���),��A;���C*B�fG(M�̖�(�΄��������M*��E���:�,�D�6Q��It�L��r��1ĜՓ1� �H�r%�$��$��e��x�6EL�Pb*��Q�%�*���"�h� ��k	F�G� ��I
��1� Zq�ʪ(�*�e�ѳ��J��"+�s��Rq}�G��{G�T�@��%c���� sk�l�p�m��$�A���n��^|}l��ۛ����/j���v
Ͷ.sd�/_f�~��"vϏ��B�B�i���4l��^jLh�>.��\n��2�{*��v>�t5�N=yO���:�W�h�����օNw��-��lv�a;���lזy39����Pe�2�p�=�s�K��\�t~wޥ*���	���v	�֚P�
��8��f��6�>⠚;ǃg�'[ev����|
>�I8�ֽs��+1my'��QTwb=�.j��\[�&���5Z��VD�r��m��vۛۛvZ��0[�%��Anpd�>C�t�Ʃ������ϟc�W���&���PK�9�AZePK��R=Definitions/resource-Vfw060a418f0ae6NodesVsncvfc-template.yml�Ms�:�_�i�{���1�[�/y�����$ު�PĘ
,0���m�)��a���:U)[�?�j��[-�q�b�#~yG�}"i��hy�)IH�|m�6�H�=��7�D'�8ʿ}��ۍ�%�dg;�{;��z��+�B[�0t�략u��l���Z�\D�����3u]�:�k��-t����h������M���E�G��)�nO>E
�i���1��Y����%���p��v̈��L�H��oŷ �?
��>~��?\��}���h������������)vshOIS�<�ȋ�M��݀�l`��Ď��]1��		΀�[c���}�܇wǃC�۷o`"�4�nޠb`�M�0��x9���ׁ6V�]�`'a��.l{�5%!.��)H��܇��>��|������a�vH�mUEq^�e{1�
_��Јb� �I�c���WЏ�����Q��,r)dN@�`�[]��Zw�ɪ�������B���,������~��]|�_H
�T��~Ί�R����Ê�I٣�����;r��8����N~dR��AR��!(�W�����?�Q��M�X����Z�&k2�a����n-�/�Z*�� ��8�� �r��A�bl7��`L��ʮ�Z���`��#��J���1��jK��AJ���aV���A��Nn'i�L)���-����`+#�'�-�n8
`6�h�#�p���#�t��kW0�coT��i���ņD�
�٢��,��~'`��X5�t#���W����01s,q�i��ج�Y�,���4���ؙ�D�Y	��,.'0�]6P�TN��=��0�ƪ{_1d2�+��.VT�د�<�޿�HB?l?ħ8��d�R/��k��G�ev>'cK�H�֖�
;f�x?m������6��d�Dy�O8<r�i.l���6M�E�@�&v����@
�K����o6˃�H���LJ�qɢd;je�A�xO.��Ք-�^[�� �i�E�J�7@���
���d!���8?�@|L��A��Ʃ׮����Cz?���A���yp�W�䊒_}��?&Yg{W�Z����F�k~�j����R�������eme����c�#E�H�؇��y��\�-���)���"��_m;d��w��M��N�$�ٮ''Z��"|����xТ"5Bu���-�G��lg�)��%�A���]XG0'6���Lp~�&�L�c��Q2���y()�U��eY�����>�"��7fjR�u�5~�O`
�f}���9�ε�´���k�c�e������[�s�k�o�J#�ԸX��d��仫n�Wg/��{��;E��*��X�
�B;;�4�9>��E�����kl4�ȕ�ѭ�mɚ S7��ky�ڹZ뾻s�
�{����Y�^Kx�辵�[t���4���@����\��k��oN����<S;}h���u�0Inj�#@(��k�;l��4�����՚�z2&��;uꞒ�}��%$mO��O�U�?{B�� 8�	=l��4�erP���S����{�|V[��9�9�����,P�͐d�9x��4��9�yB�]�/�d�H�NJF��㐵&��4����wb5���%.��=�Zhd}\3_�p���!�Tj���|�޾�+;$�g�����&����}�a�N��#�5"�WͨT^I r>.)��|>^AC��F��*;����$���t�p���D]5~9�W�#�x�Ǻ���-��6W�$E�@����nk]����n���Y�a�־�L���c�.�:Ƶ����"m�[�l}p�-�#ǀ�tb"L�MD���� Zr�xg0^��|}"ڻ��Jk�AhE�=�Ћ�����O$���S��i|�Pr�^"s�XD���d�|��#���%��e��cB��e�?)�P���x01R�;?�P*s�:�ԏM��7;~F�P�?iӢ7[a�/�$^��l`v�b�ʗ�|�w	t��0�u�g��,_��'�`N�s6�ă��$�~YTdpe����R
Џ!�*x�� �ػV��%	������x�+m%o�K�~G�Yd���d�1[�_8�\:)�N5�UL�9k
Ř�\T|��c: Ϫ;�Ub��V�-�L9wRXvD�b�p���O���PVf�,�|�D�l�L�6�:��m���~ݙ����%����]3W8��8ϱ�t�
��!��lRRҒ.~~��[��*�J�T��k	L��դ�㭚��3��x*mI���*��e�#��"Y�V���"�K!��4S�-WݗV�X��HE�'PeϝJ��/Q\�li��D$ea����D)��[@%y=u?0ݻ�"��j<�)��z�r��i5L�‘�W���o�m��1i)��QzgP:�ʭ^�ZۦHd�Φ�̹G4ȫ�Nvd����A�5S�S�°��>T���n��A�6�M·߬�;��U�C/>
��I�mB��
�4
o�PK��i��jPK��RGDefinitions/resource-Vfw060a418f0ae6NodesVsncvfc-template-interface.yml�]Ko�8�ϯ�mv-$��`�[:=
40I7:3�MS6'�%)'�_�E�aʖm9�z�>�U���b�����xNƙf��xE��/7H�G�eyJ�5���:��~
���s
_|�қ� Zg)<�c��:oW0��s�s��U1�T�@��o���_t4��Դ"8η�g���[�Z�� d*Q�MC�S������m[����c��a��%�dz�H�0�2�SG8��X�%Ͱ+gI�O%j���g`��ڳB���f�^��>==�W�F�,��D�ao??u�����H�i�U')^	i�gu�ÝmB���h�b����ӱn�,t��~�WDb	1�x��)*W����YCM�A`2>���
�4r�<���x��S�x
lĔ�Y��>��8�E��I�^R�#��J3]�n=:?>[!�vh�**��#,�:r�:<[,�0��b�^0���+:G����;�W�:���%[,c��, �#8���w�4e�R�^�ƻL6�F�YB��u6_�C��k�r�����.����d�
�ac�����*�g�ė���&Ԁ@l~����	�"�J�De�Kh���������#~�%��������Zb|1��%�D���)�z�z�@�X�$�{��F��Q&��]g�L��8w�ˠ��׸6ݎ�B�����/��-0�U�	����'������9d�����bp��Su�.m�t��T��;��{��C���Rl�O�X\� ]�8�1�Ӓ�QL?��ց?�2�p�3>�(ҙ�:3�纘�jlL0M����ӷ��k�M��z�
ef�M�yC��Z�y��d$��,�}�n�@9o�K��$-�
�����0�6�4# ��jkx�ь�Lp��
e&��i8jZ�R�v������?|���ç_>5en�y\�ӫl>�ñ���Yu�i�����Qn�y��v4��,*u]*�4��������J7*�h�T�?[�;Z;|0�0�J�c�L��L�c�x̛�����@ 5��j:�@�c�$P�s����m<�m�i�j�[�=�&��H�i4[J�(9�(��i�1���h������1kqf���{��O���`Ϝ�e���o�=�Zi'�&Cn�"���SI��^�=W�A��e���G��,�/�;L�q�E��83�j>�+NJ���k���P�k�L��4��81���?F��ؓ8�C��=Cs�w�"{ �8�\G��U�bD���!c��/�[��Xи�����K���!��S@�8�hk�wLH��a�Әx�h�c,��%���M���n���5��o��Ҷ�鳢����݃ ڳ8x�I�^����{�BZll�\��
�����������/؜��m|����0�l��]M,�@L�q莃w�F�wC�e��-S8f�7����F����s	%�|G��^k
�qA�V��h/�HL���wL�2Za��د��J���Ls\R�U��>?c`�������;��9<�����OF�}�;:ç��	c�AH��c"t\�E+s�*ap X�zlw���3�2x��4��d��]F����1��)�1����=F����\:\�>[�gB�v�CJ��W������As���~���L��K�ķ㞹SB.�s�=cj9���N�vW���������Ǯ�!"����O?EO��><�/l�`���$W?����Ov�c9	����q��az�,�,G��O�1����a.:+4K�8YcU���\rk��}С|n���y�/U��vA����IfP��\����Ǭ�fB����ӎa	k�������0OޢZ����zٽ�'��7��˦��`�€�bmo�Z�m%�`l=�=��&�m�z��^`�^��]��S��M-Y^Ws�T��r���NIN�	Q�c/O”�g�X��;���D��7�%��6^Ap+�M;1��w,0�"�#0��X�t��%mjd�?PK�)���	f�PK��R.Definitions/resource-Extneutroncp-template.yml�V�o7~�_��u{���ĩson�Z�[��A'ѶP�t�tN�b��(����~����O�GRN[FS��Z�t
��GB\PY��
�e�O�98ʩ��!B��T��|2NȂ������^
�k����]4��=�zOUƷ�C���hx�Ȣ��5��a�E7Y��z5�>+�CB��M�tF��
9XfD������/��N+��L�HF-�)�P)�v+0�n���XY��/�OHp˨��6���
�H��>%�ٷ\X���1A�������#_Ka0 ���pѸ_�8�a�j�:�q8D&c�K؀�H��ڦ�	�sB�2���5����?W���LP�([����Kc��3��r�d@XT��J
�^�4�<�N*ɧ���ɌԎHpԸ��
�R��Y�BUNH��:�I-[AN��`�ln�@���:�B4C@��L(�iN�J��W���x���Z*�e[�S����:9ǍDK��s���x���3�m�)��G(�%�=��5�;9�{G?��8'����E�K	:A�S)R�:+h�mW,��j�su$��BRV�A�u�΀3�:��Ͼ\��B��4OR�%*$7NTl����G���������Q���N�� �[��3�/8��9�`}P2��mZ���Z;�q���h�S�L�sȈc���X�_��?�:��B�HiY�BFgJ؃�ý:j��p"~8�Ŧ���b�y�H}���u����324"v�g�I��wz�~�ޒ���1�G��(�ƭ�f��N�#��|ϧ�������a*O���r����[LǑ5��=���c�z������X��w�-��^Tȧ����h���&
�Ђv�ՙ.�e�#��PKq�0O�
PK��R,Definitions/resource-Globalport-template.yml�WKs�6��W���@�娶��j��gbE�ھt:\R���r���-5cG��9�Y�������� ��n�:X���1%�i��)k���(�d`hD
���Ŋ*N�y|������d����+o|5yz�z3�\/�Q�Tk���u��Y����&�Ae�<�������ق||���n�C
Tc�������O:w2�t^d!��NvL_OO<"�H[�	�y�n��_g)�^�z
VX�w���p(U��q`��n�RN�,�Z��:�e�ً���R�BHS��ju�N�4J��2��0��~
��r�E�y��o�Rz���+��Xɬ"��n����"$W��j���
�)���z��5
S�M#�e�#��1�"����%�����Oua���F��jh�������}dZ5(������yu(��{Q��e[9J���K���2�B�r.�Kю��}LS];�({�8i��.4V��B��q�9�~�`8��E���X_o����(Bf"-���M�n^TL\D���&�ń�:P�3I{���+{7�,Br[�ݑ"�{�p����8H�Ďj��Qm����.̝Ɏ|V)o���˛:�����	P��v�^���ݗ�d^Y�/����*��u�Y��D
M�g*��&U�I�
�Ș�	˭x6�m��&��qF�aɸ��ϳb�(����&�V/3��55���rV6ŒGD
�e,�.����~�0��ӡ65yl�
�>��sʾ�Ѿ�{/3�7��.�����
<���ZY3��8wX�Q"XZ�����9i�\�j��s��m��B�>c
��&p�d���#D�{d��~����q~�����(>@A�~T�	��C翛��-�j��[ҌޭX�L)�f6)�/q�X�W���.+i�����Ӟ�A��y��$���
l�#9ޅ}���ɱ?r�䈥z�Co�>�V����ٻt�mޅ������?1y7�k7���m�Q�����H�=P�X���Sc_��M�㾱Ͽ�Jf�PK���3j�PK��R,Definitions/resource-Novaserver-template.yml�WKs�6��W��� Uv[�͕�FW��uh�����X��t�߻�e˕�zzj<�����>��x" �Zzi�K�`~�WN��d��'�Gx.���#Ƥ�s+������!;���O{�
����~��;gb0��g=��U����}8�������N���	��?M?d(�yC61s~���YY��J�w�3\1c�\Z_�g����@G.�΍-8=f��L��_���e�i#�-�R,V9��a�D�j���x���t*��o��P@2j͔��s.O��C09�bN~�z��kd�B�ZIi�\
���Wʯ����^Ϥc�[��j��2S $���Am�W���#F=,�0v��5��.�/K����~g�����`%��U��l�2_Y�[L��lO��!��\ܲo�\߾����֎�=�Y���2?avԤ*R@m��!A��nx�	�s�L��Q�&t���Kb-��!@��}�K�J�e�)�>�E-��(7����E-<��ڔ�'�ui�̞�l�j���Qo[�u��d塱Ӯ)1I���ۄ�;ϳn�����9��Ҋ��]�d�����J꒩��_��ia2�[�]3�1.
�����IS�h�Ynd�M����Ǽ��������k�o����+��L��e��h8�E�1�����딺d��Y%�ǗDE�5���۠���x̢��c7�Jl(���][+�*��__�6��B���e���:Z�H�����s�m��3��t�T"�s?��LV
S�!P3��52�Q�T	I����:|�-�j�m�b2����%���p]U�k�ᇐq|`,Y���{d���bt�Y]�/���sc�x?��M�E���[�rH9>:��xj�YEM���vha�+:���N7��l�XƝ�1��I�\0=�
�ے�`M�ϐ��@{��`��v�U"�A�7�歆�	O�yS�aH6�a"v�p�.KC���lp��c�>C�pm�x�7U�w��-Gi_����.�͠hQsk��i�r�ډ���o��R��,�o�����S3�Q�%v�P��V���ҋW;��z�~g���!9�N�ˈ:���QIZ�	�����ۛ��������.}�@�OԵ֞�����}(aYl��j�"�7���U6��ރ".�[<�tu�@.<��\��?�c�v%
��y8pE�}��
#��F�q��H�%��D�b���Ȱ]���V�^	�v�!����q�b%~�VV���Μ�
ue����e��D�S9�@�qB��R�g��PK�(L�PK��RDDefinitions/resource-Vfw060a418f0ae6ComputeNodesHeatVsn-template.yml��A��0�����d�B��U���V�+̐�dld����m�]���7�g��L�QC�ao�Iƻ��"-j��R4�h���`ը݀	:HP�3n�`���篟j&��:�x�'
-/����fE��ꘁ�]|�rY�/1C^H�8tǂw:k���Ig;�f���,%��%`)��)�p��(^���#�>u0cZ
<��NZ�tV���?$*]ǥ�֐��õf_��I�S�G���@'�F?�gt����T��R��J^��|G~G�i�^	�W�F.��4�H=��ݸ)�;�V��U3�Kn������b�Xĭ�a��X����74��5�3>��
�?=R7e+���f䫶!��O���ԝ�����C.Ғ�x�B1�Z�}�e���r��Q�3vM�P����f�g?0�O����{�PKJ��ݨcPK��RDDefinitions/resource-Vfw060a418f0ae6ComputeNodesHeatVpg-template.yml��Oo�0���)|�,ܪF�zh��W4���%��m���w��vI��f��<��g�
���&gC3���Y\J��C��
���8�AC�����x6��|}��ԥ��I�u��y�&�ʫD�tQdeQ�k�>d�	ωx8ӎR��
W��Sy3�������@vHg�����3Q�6�M����W�o5��DEZ���у��{n�
/h��5Kϐ�"�I&D�� �p��;v�FO����E�<����x�w>������|Ռ�����[�Qq�a��fq�+@��r�#���z�`���;vW��w�Z��<�Ψw#ߴ
k]\��Sw��f����r7PHs���
��*��}���_�:SS��������n�u���'�z����PK��2�cPK��R)Definitions/resource-Network-template.yml�TMo�0��W��
�'M�ķ
�]:M/�`���%��S�ߏ��7�ir��{|)��y)R���:hg}�G�H 4��Ei0=�¤�t2*0%�HF��ia�fs�J`!�˥����l���<�Qgq�ej1�[��)G���,_��$�Kuͦ1��i���x>��,�[Q`k/���B/I��9�#��m� �=(|�Z
�
����%�=��R��[G�~�EҒ1_eG���$|�J���Y��U$��r�����/��TW�������&��/*�>��t
ͺ*2d���'�(�d�e��%ȵa�
�d]�:���;^�Rd��}%�x'%4����.�щ�䪡�E:�tF�7[�b�DX�B�{�:�a�l�g���-@w��!Z�׷G���d t.t���
@I�D:������Ԟ���MƝ��	�U�P%����N�)Z�fz-�FQ���P�ol3縱�;���ה4�ꢳuy]��~��'6{�-�:���
�B�����K�VtQ��Gʋ8|��M�%.]-��
�KZ���!dFŝ,���栙╱���
�ф���$G�L������́�(/��ъf\`�A�X�9UX͏�wxͨ��T'�JP�a���K�m����`:V,k����T[����O��_�ro_dTc=��~��w�6_e�.2��޼�A��2z{��t#;!;.���
���K�N���.���H��T����F����x�d=�jS��J
ΞU٧u&�,�i�Z
��a����C�����=��{	��ŭ*+m�9z�y�S���uVCE^Q��������5�	}V��w�b��C"�;�B�5��OGͿ�p��9P��*5��7 _m!�֝0;�
ຳ6�Y���ANjm�x�8>�,����]:IHD��LJ߿=>��?���y����+���K�?��J�j(a�g��{#����l_Sxd؊��0v�Y		/�V�Vͦ^D�&ƻ�Х^�!\�z���࿚��Ƞ��6�R��&����c�P4�I���~oE���6:qY����~������q����qc��������,ڕU`a2κz�{�k����Ozm}g`����008�ȾS񤸁��+��N�@�K�t��N���+j���5�	���|Ԛ�p��z�}\礵�"�~�壕�c��B2��,p�lH���;�Զ��
S�+���� #� ����]x�L���kM���O=����C:ǣY��Y=+:�f�5ИŞt8�����`h+�	�Z]�Ћ�;/�XXd^m��}�yĩp(�E�j�χ��ïN#�������nQ����/����E�>_���I��T��$<w��|�|�r�ٗ�Ŋ�Ys.a���а�p���V�+���wՁ�@�J`pzu=����|��G%���PK1h��<KPK��R=Definitions/resource-Vfw060a418f0ae6NodesVfwcvfc-template.yml�]ݓ��߿��l� �����M�jonj�R�J���왹�>-��@�kv.u���P�Z�V�jI�Q�b�#~i��}!q�����UOb?���6l�͑���)�y�iAx�q���۷���h�1u�31�2�[Y��B��K��Y������[��jE�i:��� �������.�;��P8�Gr�]>�K�7:6
�G:&FI����S���4��6�2?i���>��8ՂD;'��p��$I�_ٻ Ծ������pqJ�Q�|����$h�٩�s�4�n
�c�D��%�I�E14m�W��{heЦaGG�oZ%?��	���X�o[��w�C��۷o�#�8Mnޠ�a	�M�p���|<�K�;�-L��x��v�t7[���(�ά�!81e�E�}��R����):n��볢�(���K��r�B���0%��]�
_P��Ĕ����3�R�lz�bѬ����8
�S�܋���JnM�8D>Y䯥���2�F�.��3˵�@pJU���ۜ2��?�^k��.��������u���:%*+�#�#�p�AK�Ңko��?�a^�=	�@������=-Y�4�����������P�FbC��`��9<�QJ\�q�).P��
�v6r�qH��(�QP_��!H��AL�{b��D�I�i�l'�9�+�6����ޒ*Qz�EQ��s^�]Q�$	��8&l���R'�=�A�lם�B�'���Qa1�٤3Y0O��I�.:b�.j��se�4>Ҋ?-�Fg�U
U��H�ǚ�	a���]�b�sMq�Cߥ�6
���t&͍//^נ\����d_���Wka�-�͗���%�9][�n�v�OМ`J�� sʅ_Y��h�Oy�P���� �!�:ZN��G��>��N�|���Hޖ� 
<��lb��h��d�B"��̚�T��v��K�������bEC�G�'S�z1D�8��8�����N�#<ƞCb�p����.�]^�=T�O)s($��ʜs�44��@�3X"� ���r�!ס�?�~��[^���@�$šK�F���+~
��f�D�|@M���+��U
M��O���SKGj=[0����ܣ��Lp0ŷ��:��3X���f�چ��ܯ��U%&O��/zr4���u�����4Ȗ* 0�`���Z�ڪށ��p��+�J2dʮ�3�6�	ۏ�#N��}�&��^?�ﰖ�?����-�/X(|��LW����F���̻<�_pp��C��&�����2^�+s��c���TkQ`�,"f��4Z^�yF����JR������9t�!���*Y��9��㏔��1��q�$Z}��ʤ]W��F_p$��$�g���g��N�����?���u>]��<^�5�=����5̵
�j�ں3�o��F8�9}������LB�t*EW���*��7f����@����^[N���\�"H_��e!G77h�u־��+}疴9��5��l1]��A��:ژ��^��gZ%�{N����A��/]�X[���D��%��
mk��|�\-�%}����#��{Zj��7�d���@g��4��}���>"��,8I"7�=�9�EBB��]k8���t�3)v.�V�d��������M/����re����,�0�ݽ������#���P�4�=z�JP��&/�x"q����5�ߞ�5��̀�@�G��T
�ce�]r� @�D�q�Mf���^�e^{���]e-x�����Y�������}��RV���ʔ��m�|;����5�Ψ��Z�ݾ�cg�`��;���^.���5uQD=HMf���h���=��nN <���j���A5��qͨ��6%ʬ�� �A�3lèi5�'����(�׵�4䠻E�4J3S�5	B�Y���y������oV��g3?����9�Gs��V"��	�?H:�&�j:t��0�E��ԩ�9���%��Hĭ�c���$=2����Y
�8N/]����SU|�c�Zz�mv�52��EX'[�^�6�Z'��7��ngy���Z�2u�C���h�[���"�m6dc�U�U�;���muk��\�u*|%�G�7��������4�J�(�A�i��s![kQ�@b�9@S����Ot��0���d0�@�zɋ#�%�)�¾�IqF�&�q�B���'�
�����DǢ�p���T���C�$��
l�#���o��F�O+�(8������&���C�i%P���D���쩔ю�Ŷ0gwp�b���qDS(c�uˀ֦mNٷ�i:�����
�(JX�M���������l=䭡6s�n19+�{+��Lg�u���� P��3���g6�#����c�~GC��K�vQO��zl��Tw��$<�s���J�x�p�����`��s�N?쥲��U�0��nw�B/���R�irs�G%70�0���)�EGg��f��{�!u�F#՜Гg��f�Gp�9{ҏe����#Ԑ`��ނ��$�M�=e��VI�������UU<*���=���22m C/�8ߍP7'x㗙��
І^���4[� 
T,4��,���.W��Q^P�����b�8�Vj�������Wb�
��0�i�jDg���0�.�����(JI�� _i�
1+58��G9_���t�P��p�&�N#,�R+��H�,k����U��-3���d.N���K3�����D%-�*�=���V����6�����Z��@�$Ƈ���e 1ߑS=/�lF��wG�2A=N���S�R}�,������z����DS�����Ɯ����t
�}A���^Do�֌��wg�y�j�3H�gYX�Kf��$�5ݒA��,�s��[@<�%��ѵ�E�B\�MlLu�a���k�֎i��m�Op
�d:��7�Q�n�~�2<��rh`��T�N�#w)-�i�݇c��Īvx�w�6@ؔ����I<�8�g�F�~+u�#�8c�K��A9P5��������F_V�c��8�}��
�c�������n�=�BC���9�s���Z��TmY������E�����"�q/��gjU��U�����ꮘ<]M���a�(���vߋ��e�����"�qώ��yU:Ucpf\��sB^�����^�Cj�{��;Jtۃ*�̏+��W����1���m=@:9*Ĺ=�TU�ܩ*�����������?,��>ۆDfSU�b����ŸCiDϪ_H�9��HZ^�����Q�3�|�"�ȇuݺ��db�9(�0�}%Lzܹ#4C.���Ka(��YTyJ���]x%V>���a*-��dկ��9���~�8�٘��P߅�!rK�H���d�̒�WA������PK������PK��RGDefinitions/resource-Vfw060a418f0ae6NodesVfwcvfc-template-interface.yml�]Ko�8�ϯ�mv-$��`�[:=
�N7:3�-Q67�%)'�_�E�aɦN$��eNE���TU,R%�D��DŽI�s?n<�/	�f	v(M����'��q)n~��Qa���_L|S4��4���H�v�X^Q�V$�I�]��eW��iې�շu���,o�*Z��KHx0e�VvA�2Y����h��A�!�k�e�␥�ϱ`9���C�)~���
�����¿��
���(�����K1g�9��(�9Ko�F?����7�З�-����AN��ġ��3�I�W�(4S,_���<�荗!�&����#@
�q݌��@������mNj����������[!Ț�0�8d�Q��/p�s"wAS��o�h٨�ajEE)�~2P.�k�
;��0(��B�
�8�ٜEuY���5�z�^��XR�~o�/
�J��q/�z�`
����-m�����oiL"BN2��<�m_7�`�q�����R]ýH��+0G��p�X6�%�������"�>�'0ߒ���h�(1�U�~
�(�a��
������p�[�)Z%Gl)�R����I�֌��%��R�����f�ͮ^ѷ_���5��pNY���&�5%(I�4�(�#��<Cr[��
H8UH�	��	�bx��� 2n|@,0�1�N����&�v���|��`�)z҅D4�GTʹ��~A�$�S���
s���F�}5րe,���r��R��r+b�e�V*�&�Wn��/ǀVp��^s1��0�v�z��Љ�"���VO��O�x\�WXow���8�a;��a��f�띁����C��^n��٬*/�Uy9�ÓKR\�r��f|�w�d�'Mv��#E_�dCa�������Xo�$��y��/_@ �4�)�H
q��b�p�xW|a).��5���j'��d)��ֶFZ[� _NB�����.gx��� 	>.Lr��a�d��N�aA��-�"�V�K%����\��>�'��Y!%�������χ�_�|��ۧ�
5��b��<��Ր�������Z�-�[�̚h�5>�GR�K�+�^TM�IV�����Ǧl݋�\!����7�Q%��$�܄���K�+wS#�v�Y�cԃ��Iq���υ�O���8XL��x-F&���im��T�>�,���~5��5��ڵly�}��סo�:�g��4r ��
Q?��cq�'���ʊ}�����e�kv�m�b�3�@�;��dž<�x�;���Yyشu>'d��@$y������1_�S�P������2b���N�>����0��~�U��G�����4:8g(�e(:em�������(n��5bUJ��;��yB)^�Qp�V7ě.c27Xz�`1v��(ܨ���&���qU�)	IT��=Gҧ���h>Z����Z<�/$�<����������+ 8k"�ٝ3ç���P��r�gA�\�ˊA��Ի����T6��I�z�ퟸ�m�wBR�Y�3��b�R!o�Z:�Q�Ӎ��cT"Bg���ż��#�%�|��M�t*O�0�ō(�g�ۚ4�x����A��?�_�9&P�zW����q�#Oq:%�:y�J2��+�./6���^��6M�'�{�u8�@1=(���7a�;Z0��%b�Ѡ]�*1�CD�Xv_fi�%���-\�~ZH�Q_f�Yʡ�f:uȱ�]fҝG<������Ǹ��h�n��d�☱7�2��y�Km�g�K�.�q{�=��Y�����C��
N1G�N�:(����m�D��k/�*�ʉ^�Z7�r���&�B-[�����y�}�%�=�z%�1=0��J
��'�0*�ڎ��
sP�=��
�cs'q� .�@��Ԁ�1��p9Q����@�y%?��|��� �r�X�G&�E���K�3��PbIx�G�+��q��H��@:,L��r1�B����F���ot�Vv�o#@���;	���:]x?�0o���g�ԟ� sG���~,xUo���$�{������"�E��lG�6)�qrZ���|��Tc�׽��
u
]�<��Z���=�N����=�,e��>��_1�`H�>-Ӓ�]��7��=�F�GÛ��&,�~��&�(��`0SMD�5|���O0]�mU��-C\���5cҝ��s�Q	�b$�O-���K.�Bɔ\~W�ϥ�>��n	��[8��"���c]u��s���q�����L%r���8ܟ$���J>��"�����$k�sW�v�
��1���8����Q�e��l�{�����r���r��}s	�g�w0Uuv��
vX�s�PW�z����jգVR.�p먓*�8c�T���1�c�ξ����Iť�$��*s�Z��j�lRo�<}2@�Q�d=)���^�����7�������Q'���ؐ���l�'͜�J���8��`�V{w/�Ä�g+��ʩ��(
�ԼU���8��Z�ӳ�B�\�QQ�9�7��z�L}���N`�+��PK��OQ�
�PK��RDefinitions/data.yml�}ks�F��w�
FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$	 $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X�
���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W	��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gVX'�u
,VDT��U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����>z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z!	MKs�C��/֖%�}�:�ƶ_�Ǥ��Nb�ĉ�t���+���>(�#�e�����*��?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G	�`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:���
�wm�o�O��ܭ�[FdZ)���Ғh���Iq	����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[
X4�,x���ZE�퐞�q
��$$����(I�#�B���O`�,�ܷ�j� ���r��e��ӚR_H�`	��z�:����Y�N
ZCns7��a��S��-��=E�2��T_��FA�Eևxޭ�ަΆ�&�2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}��	����q��DF:^��M����VY�Od�����ב݇	=T�	��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���Ilcж1�-�V��jT,�P7L�
O�#���c&�@I&��tr��X
`Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z)O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U��v���X��[�wۢ�%��O��(���{�^	b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h���{�je����c	�%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#���	��Z�g�i,�<�)������ᅴ��
�Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0�>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6
Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o
�����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[�
��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So�
X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ��
���c�~2y��!]V�{���60#t�R�����l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�&	�Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r	���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ�
�]��s��.ꤥS�7���sx�
�5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D"Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q�
8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#��Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O�
D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯}�X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/�������'��	�6'C�Ֆ玱������U����p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj���O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5}
������kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0�(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp
����{�J=�.���.�?�	����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД
�RY�_#	Cz��%aT��'�(���U�����Q�X˛e��h��X?/�ϋ��b�6���0���jq���V�5Ѡ�@�WJ	��ċ����`��Tr3�Z�a�\1s�	^V�x�%���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��|	UJ���mj�c\�#���:}i����i�~�zh�
�G�����e��O���U�
ZM�m���Δ��x^��75�EFtf���$&Jd	���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID�%��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me!4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>��
&�y��ޤXg�Z����]��
����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i��)���_��/ڸ��2i�w���q��g�P8�)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7��
Dm/�;�}R(qܥƕA��~ ��%9\��
r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw�z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x
��+$�w���ñ˟Ke�jn?�S�V� ��y�ap����=ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq���%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F�x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2��o�De��\��B�\������2-�����Prh
�τ��R�j�����X1m�
��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{
"&z/��r����\���i>��'�)[*Y�-
�/c#���
o5��7>�L3f���-T��6284����=���3=
���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`����
J�W�
,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7���a-�W9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ���	���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J�����	�1�
LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#'
�B�����q~	����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{
x���U�E{�խ��4�@�
�}�%.�L��i�%�Bӛ��s�b"�~�H]	��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A��ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I	�y�
�G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ������LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D�
�X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_}$N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y�������`�W��8"�f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�]�
�\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG����z���$�(
F$��2Q+��33S<���
,�z�]�h 	�	���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����*����%Vi��J+'r��X�V���w{�T%ZU�c
ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X����	>5�Pm���m.��)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b
\�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I�
��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�!��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*�
�p��NJ��u���zg|�����p��s
��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[�D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG
��Q9�[қL�@��ٗ���j�+C����Ί
��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ���Ome�Q�F۽v2��L��x���HKWi9^c��8"�ld�c�	�Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n�	m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x�
Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5
�^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F	����UU��ط�����].�ՄS�rȆ<�>U���iG��^u�`�.���q�I�
��u�6����_eFA�J^�9O�q�
\/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�:	�[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB����%����7oa�ף�HvҜй�I�7Y�2`��mO�	<�_�?�s��Lő�H��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+�F����Z��V���M
�O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù�
hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ
�yW����@I�_�-��6ZȘ���!~���AV6�oC7aZ:Lᜬ`��ߐE	bL%����hF�
�L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM
˫k(8�TӨ��B�p��v��p,����k(ܻ�Al�j��V����C���z>�6E�
���}����������E��e{��-d�f%��<�
�V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;�
DE�&�������$~��Թ	�*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.�
�E!�����-	J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5�[�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_	k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ
����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7�_A�/)_��-+
��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x��
預
o3������:�>��r
_WW����t�Wp|9:^/G���o��ptrH�"3x[Y�O %�s�q@a" Wa&��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!�b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*��
i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�%�V�¤=GLjf��P#3��`��'���nZ_M�2��m���
�q�EVHlu���s�́H��)%F!����.�坻,�r!���Y�g��
�F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^����	��A4�#�}n+ySc
�pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX���
npŷO���ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�)	Bˆ�
!-��H��Q7���@���[	���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{�O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y]
�(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|��
%ɛ�+�	����sU��ΉT���aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u
�1�eέ%�-����j��!���)Q�Б���
<5�	9:!VenJ
.��Έa�m5�����/*�q��n��O����	��mp����w���O����-���\|���
>^ïw��;�up}yB8�
��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ
n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S�.s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�]
��]�/����$�}�]��y�ծ�"Z���n��'Z�ۗ��ѩ�&4/��
Hk����������'?'�M�h���4�i�D%˂�q��$���v�������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r�	�V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��ln���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1��^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6�L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6�
�vp�g���
ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU���
>A.
�5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v����	�� ��U��}Z�W嚚�Y��
�J�����`�����T3H�������m���;��=��;�=e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+,
A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|��
nk�^61�c~���LLo��ѿl�2=C�[�
g�*��|Ab"���"SR���æVx��ګ�!��RV�i�_������JK�K
b@OU�Shb�J�e�@�j���+E�V��\/
r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY�	Pv�@ȍ�`�	J
-���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3���
�iȶ(g���A8h�M�"��&"b�S�'�W��	�rN���7�T&�7j�*q:4hc��
)2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�#
;:�C�H�B
!6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E
�a�0�!O�th�US�R&2y:�PASW��"�Obh���'��	��P�.��څF�vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d=
���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat�	�a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9�	���7~F�&�m��Ȭ�
�3W�z�E�?$W�&�;C���|�# 靈fX�Wb�N��˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n���
�7m�8o�oY���@}mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@@PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQmr.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6�'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L�^%.��#Ǜ���4	_bQQ�����iڇL!���k���<��q�W�TȘ�]����Y
-I��&5�4��H�>�M�J
��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[����	ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج�
ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?�������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{!J�0s��
���1o��*���Z8��;i	^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��]WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv���^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^�+�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@
�3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U��
��(�p����8��G���Q��>
7"d���@{��o�^�Ui;X��x;��"i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X
{j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,���11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������	�LP�Q��>v<ס{�Q�[
�;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�.��SvDI�m�'��:�%O��ӛ�Цթ���
�zv,�_�y��w�Fk�{�j��{[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/����/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o
l�2@_��ʺOȖ�䓲�������y
�)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:���
��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s��������W���ہ���

頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t�
n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*��	�d1c��r�
S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L���e*�F2OŚsK�"�0g&��8��6,
�B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u(
xԦ���Fޥ�G{��)��}&�+���ᵟ���>�)uH]<��VR��;�|���a�?�^˧�[�J�E]����
l/2��B]T Q
pC��R�7#�yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��&�u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E�������_���P���vD�ͮ:��(��
��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л,
��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č��O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw�m��_��"77O���n��h�M=e����%R??�M3	�sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?���
/�B�G��e���9����\�ƅ�,1l���f�t�{v��\-����PK2ea�
PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX	IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L
���>�ﲮwC	�@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a
�:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�����<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#�P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$-Oh�bMd1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�#
�Jc�P�Js}0z�� A���_p��wJ�c��\�E��?4�e&��e
yX5��t�	;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? ��
�0:��,���WS
�	7����1ź�)���ܬ�er��&�	�)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=>[N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r	�3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^
�M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R��
���o��r���fq����{�ўRP2q�L`��H���c�rwiqh"��8�����Ω�"8*;���Za!�Z�TkuA��.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��,YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u����M�2y�<g��	�|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3���
_�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ�~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W�K$J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G�
��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufhh�w#4պ�+�gK���-(
l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n	�[��<���o����l>F0��|�)\��}z���;��>��V��
��I�t�ĉ!���"d
�"�꒫
[!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�,vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�����i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f�
<��R�㺪���ȑ�����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T�
�:���|O�u5E���/{	Ԃ����E-�̍}q�\.��.��v������[�e[��>M?̀�G*�J巊$���Vaa��.�r��3)؟�p�F�������}�~M�"���1Y҂N��~�Y��_��w��tF0d ?�qdЦ��eS�Ô��e��4��	����ɗ(��IF�!� w��[e����6I
�$͒4�ޅ�<�3�?�0�g#�oa��{�g@+2
p�U�c�V�%��cK�����"�h�	�p٘�������A�0��ɊF��3�i���bX�;-
�7A\�����l\�>bTb=��0-�ܯrs7=%3hF�a\B��$�:��_4�?�b���/�,\l�
dNv=��b�in��,/`�:Z�P����f�^|�~Qv1'����A�b_�T��w����-tͧ��l��3@~�}��f�h�Q�����������VY�����f���(GA�D�*��~Ld�a�A
q�{i�F�@�$JC8��/IV��R�"z!����{��q��a;�E{���A���<�pD�0/��HVI�ڈQ���u9	�փ�	��d|q8��B����ͰeJi�?%�=�C�fǿ*h����:��S4M����Oͣt�����(��Kq�L7�!_5v��J($���4�]�QV�j���N�!�˒�(Roþv��V�a^o��c�	�<�{��6�jhx���YX���-�q��4tZ��-L���A��x�"z=8?��q�Q�	`�V�2X�m��R��U����ݪ̐I;jo��^bx�aS#P�`aI��A�tws|{~q|vz:2� �}zv��;�M����  ��Dպ�D��qAY�O����'SW�S+�Z�	����7A��|L�N�g��n�O-���yxCN��\��E�p�V:Z*yz�Z�;mG�H��'H�ކ>{���o?'�����Q���ۉ�
�΃4z0���6�C�>l~�h��4��;���v�����dr%�iO4���_C�y�A=
�o���&����K�1L	 K��|$�GB��"�|	-��b��D�"���|��-XZ���/��Ͼ4����_�5�.�klӰ���U�t*)[0���b���+�L;�>tC��(��Y���
�D�V�
��tX3�m$|�-\��D����������"a&L�g�[�Fv'�q�1���A�0��C�6e�Nf��KbA� Үڅ�WZ⫝j��ܐKz|Z��آ����8���N����O3�m�n?�K�2�լ��V�ջ�d�0m����vYev�h�kʁ6�����6�qf3�i��/�9�ţ�@-H*^�g[2DC�eS9�g��[�w�+s��ɇaB���J��\���
~K9[�2��爄�`B�a�'����Ǐ�6PY�i�`�:��tw�c�l��H��zq�悌|���B��_A@��AO:�<�@y�uc���!�d	l?h�q�� �?=�E�Ӏ8��\�+��߸�X��������ʭ�5��
HDAǀ�����Nȿ29S(V��'0@�L1Q�3ف
�����.�~yv&�OR��	�Ţ���p�_����s��oW7_N�l��I�iV���D�B�a)��6M~����!��Q��˳�����eϧu�e���b��_��0^P���L\0 �Ë?��!���S;�Cd`Gb/J4�Ac��rY칟(C���(��q%���p���G���t+ʳm���K�4�Y��d�N�-)w�]��Y�M�,X�-PI��AX�R63�ġ;s��]t�|�
��{�U��&��#!�V�Be���Za��1v�ц��{0�a#��b:��^�
l�&�	�Hw[�Nɥ@[R�}���q�Zr'�_�`��o�L�Ov(9Z�擋��,(�(��J-9s�N�Z�<�"�A�d�E/
�y���z��+����)V׵���pu:�S�c萻��Q�L�ר�]Dt�d��:�h�i��n�c�϶��%�h;��8�e�2��i�(>f�£uw6%S�}��v�>X�<�D�*�~:o�з�d(�V̘.�p�
/z$��ܗQ�>"�
V���R��y�����`�8!A�>�`2�ym�����-�'����
�ڸ��44sK}�,EY�v�u�=�C�����O�IlRTL�wjS�\y��J�U��\��Mf����iy�)��td�4��!��om0�A�@[�.L_km�i����&[��\S_�	���1&/�@�4I���&Z3h)�v��
�SrԮR�.��R��-�h��p`�
�)�,9�
`�� �A. &A�R���[i�N��*��7�a�N��B�wl�",��!�Is����� �ͤt&�O��
!0��.a_��]�m�!G��fUns�Ρ
�=�L���;�^�)OX�W��*������}��s#Ѝb�x��.ܸ�,q�JQe��Y g84WL�p�Dc=c��λŔ��-�����P\����`�'PW������&P�HǴx���B$��P�GW;�+i�
�@�^i�@�Lv�58��m
��C�U,r�i0�)��1d]���m��^'O�4��Uռ$�7��d�UHz����<�]�����?+��Lq'dz������,���n��D�RZ-�^������VL�y툾�8r/ő������f�Du����);h��,�)Jb��:cUq��kˊ�����^�8!�NA��rrG��2-�1hŦ��p����2<��|k҅Q�9�j��Ԑ�-.�f|���*�Lp����1h����k@�UD
��Ρ`�����˜�G�����	۳�m�J�/�������	��2U0b��,��
��]yT��e��S4�
�U|�J�o���{r�Q4mt,3��ۋs���I�t�l�K��V�vδrYm+���ue&B�˼�$�:KDŽL��
o�!K�5��!
�@��B3��;J������c�^>�J�h9@x�˄����C���J��A����8���Ib�L�a#vl������H���x���'QH�'��܎� ����+�.�y>�=�,d;���������抺�9����Ր��[�l����`pm�֠���pETqo���6 ������tl�M����7F�0֧�<�
��]�:��֩!���vC���
'��%��z	���^���+^lb�o�i�w\?���_�a��(Y��@D�siԟ�YR����w�o��t"YF���O{��6)k��F+��C��{'���r*�Y>�[�ľ�J�|L0l\M=\3��%%j��k#�pv9��4d�R��dna!-c��=�O#&���U#�J�Q^��`������� ��B|39ǵ��a�o|K4������f��.�*p�م���bL�<�l%�RԬ�`�c����=�����앴�P^#cD���2�a�/�,
^5�|X�xD>��#2�L�H�a���^����g�r�ܓ÷\WA�4�4U�
L�h��#�����)A6�6�q��#ΎBӒ��8r��� 2�S��W�!���;�9Qa����8�����Xu�c�ۂ�3�^k��&��+a��c	��|�$+�d┘�P@�ˣ��A�ի@/�/-�aJ7L}���������
8J�R����X#Q�����+@�v�
���wo��/����k/�}��j5eث��:0�G�B8~�~����n�
�fFY�p�*��
�b���P��?W�'�Ub������6nP9�"qH�df(;�b�����*U�ugR8o��9��W8�_��y8�X��U�����AZ8Q�ѿ�>3���*�E!�y����ZW+󍴀x	Z~���ϒ��CF.Ϥ��W\
��`v���h��g��W�P�<�,SB�`+)���U����ˆq��kn���
,���
����œ�0z��û�d�Y���hi��@˦Y͈�Ѡ�V51��:�����R=�e�;��B���Ia_*�,_�g��ud�0�3�D���$9��`a��ڄ3I�6\�d��z���$T�+�3<��}��<�>l��;*�)�淩&��)������鏕����v̨�Y�Dj/��6�x:����\@�F���8��UϢs�X�g��)�@Q�*�o �@~�	qۘg'^�PǗO#�c�	�9<���߾H�0�K/��}��Ι�8�;���>�؇P���4Yz��^��j�uuD������f΂�
��
�u�Ɂ�v	Bq�u<�e�v"ۓo��X�3�S�@��BL&��A��7	�@XM�Y�8���B�DS��(0—n,h�2����"�eE$��o˜v�26s�EY���UEQ��K��,S�j| ��)B�X"g���L����B˴��c�WV�Z�u�9���oÉK#����1��s��,J]I���b�֝�>�T�l�A�-��o	9e��v@�#�@&'��=�bt�#:m��=ږ͞�7pu�M�bA,�s>���0�.�H
�EfJ�����`C���	�E����$�O��@I�.���Ǜ��*&�/�6�Xk#
��v��(2t���0o�����m(�V(O�ڛ�Nc��d���H�!RqY,�2+<̫�^�E}	%Zq����c!��%�8�,�a��5�k�v�}�>9�i�)��RA�=	)�6`S6�
��(-��'��s� ���K펩��E����ןu�C{'t��`�1���x��ާ���yƇ�b�xlDb�¨�
��*���ܷ[�r��jXV��vet�;��a*�SߕU��J'��4��N})�6��	[,���|ǭB����h��w���,&$���q�|v�����^f]&��P%�����n�,����dihТ�j�\�������d��Ӓ���;Ww�v��mpWe����]9��D/�����G8)���p*a5���+���K�lYU���|u���*Ձ�q?�UkI�д]���<���a��*��i�"��)�<^b�i$�=�=�oY	=�}S��z��{���O"�a��
�{�b�7�q�!Z)>��ŕg�j�- ԁ���5*Cǥ2��T�Đn3��t�R�o�,��>���{|E���!
�՛|���#[|�]^EV����H�<ε�>K�$)kˣa��Uh'q7�P�q퍣j"��"�5�`L�q��l�0�t�n*��&�z��ϲ"�:�Xe�zb]7�/1T���Yi�g��e�i:L�+�+�3=���
J��G���q��7�� �N��ή��\�(�R���t�/TՓ%�&W���
����t�g���ڧd�=�}
�ݿ5?�{]�˃�29~
K�H�4�Y�0�.7�?�)_Ȍ�๐\��Ӫv�\�`_x�U2��8�Cf�$�����26�E�r%U��Q����D��yu�P�m�
�U�9;a2�͢.���8M���G4�f�*��nD���y��y��SaB�������x2��_H�,B��f,�R�\����(;���
�ح�O�O�l�X�<30b�`��=ÒO��"��,V����ˏl�k�M�)�!"ʣ�8�d�K3���G�>��Eؿ��K� TO����E�BOY�v��MT��{�Ǻ��8�����⠌`8��?��џ>�G���f0Ǯ��/��ƾ;Yw�n�n�H�u�Z�Z��@n�C�.���@DP�89�h�q�w'A���^�j�-k����\9�g���6P�KR`����aҫ��μ�hڹ(۠�<|�6kȋVx�f�lx����V{�o��vQ��֏fTD�'Z������5�h�o���Ο�~�����2S%��Oс+�u�������������5�i��X��^*mwJ��?�Qź,R�����^�Y�9�]N�,0�@$/�V�D���!�QC����e.�s�t&q�1�Qx3@u�
�AT��(�K��U���+3�Uև�r�5�
��X��V^=D���bzg]�|4�]�zu9�&�f<2ٵ:c���@	΄,k�Rļ=F�q����e�#z��XF[� }8L���I����]�2���ֽd����k,��&<�e5T:�R�eYr�M���Lr��!Ȃ���t.-�Bo��ŶpEV��d��v�KV�Řxu���
Òk�+МE:�R���vh��2�h�,Z��o`+�Gx0�d��Մ=7%���XK�1��s�Q�g��R�B~"�Ml�ѵf���a��7�����	�6��n�w ?%���AB��f�����o��^��8�8������H����B�pə��:��֍z��d����/c&���sA��S�,�úW>��G��ɐò$���2������$�xO�
~������/�|���t�o#c�\+�A`gA�^;���~!�^��X��#�hC�a	���jo3>a0iغ��“2�1��U䀭Ut�'�haR����$�Βs-�J#|�áp��tX�R�ΰ+���������wz/����k)����V
�B�R���wR��|���mOX�ir���Ft�K�a$�@H"���m�7P�,_�,1�;�,���m�~m�sl蹐��-�2l�a>�C�
_�A/�;P����Te�$u�$����t
cZm��x�k�+P���co"���ߛ���(�7����%�B�,nӅ-���[ꃀU�,+��;��������r�}���_h.�.�_~�k�W����[<�uz���$N6�6?��9�$�n�|�͍l�I=���|��xɋ�"�}��%�U��1�nLY�a&���
2t�	���H�ź�ٗ4�N��@e�l�k�ƣN���ZYX�����ߏϦ����S��!#+CNg5��C��`#���Ւ�
gMT'~np�	�G��8~V}v׃�u9/*t_&��EQ�(���~Mj)��b��TX%UY�\����[K��I�q�ϣ�_�7�E�Pܨ'��A�Lv�.G�A��s�]����1�H��gb¯Q�.�
����\�&����0R��1���U�b%1�r���Z�5��,�T�ѩ�<������K3���Qt���x��̾p�Ȃ'�:
�Ce)�"a�Zi�2E�=��/$T�#�u>�Z!��Q�
Fg�c�4z �RB�XV��ꈓ���:Pꪞ�&�W�IN��n��7|���`7��[�IN��Mr�7�ɏx�������G�I~:+IG\�,^��X5��0�khh����0L�ذ����S����:5e�Yi`��fق�D��D��&����l�uJ�n�*����ӝx���+�)��]��l���\h-+,?�l�R��Q[eIH}/��M2���D�36k~���PK�j��-�YPK��RCArtifacts/Informational/OTHER/VSP_vFW-060a418f-0ae6_Information.txt�WAo�0>o���M�	!@�jj�h�
�JK���VC��N:����PB�=M�)����{��"���Z.��a���2BL|F6�b򄰏���&�Dh� �`�b�|��
>/�h�&�P������~�H1�?ͤk��?"^���<~��O?~~B�_OL��+���A�8fT�Y���osTx�w�)�C:x������������}���s{�[�-PPKT\���PK��R'Artifacts/Deployment/HEAT/base_vfw.yaml�[�o��=�4T��^�JFi�&�a�eB贱�ν��{{v�(��;�{>ߗ�/N���1���������̞=:�����>o{g���k�'��$?\�9Rpp��a/.%<�>�Ϟ�:��蹒;�ʐ90�υ�4��8��<�b�gM��֞r7�3� /9t|6�����E`{.�h>�'Dp
?}�/�%ۀ�I�vs�����ܗ`�0���c3w�am�K�L�l��»�����m��&�2�\J�[��z�d�ۦ'-GS�H�
�X	��ux@��;��z��#CSv�l:l
��ǤG��-mwq�7�k&8���@
�"�)mm�C���/��qg��1��3�O�co�z�~;�Q�?�u�0�٠ޛ�}��
:�O��??���e��/�d�&=���1�)�f(��Ԟ�S��]�l�a᭸pQ@kX��f���ű��dR=�	�,��n����j˅���ݐ��@
6�K&�� ��UA=��/�f:�s]r&-�Q�Lrk���M>�K���/~9:��`*l_���H[zT~�q��6�^�}�:J摑�m�;ã�;c�}vF�w�Iw4��h�g�	��ym��k�^�V[.>�'r��6�A���a�iC���Ȟz�j,%��@?����3%y06�F ɏ�U�[y�Ʋ�a~�	��voqቆ|�`����CB\��$��!!�z_���\��Ҳg�+
) ���pP&i�T�#w)�S�_z(��s]�!t�!C��%t}�cS�Ֆ/��~����A4��Z�g�ƍ!�^q�+w�`!�)GRލ���q��L�m�
1<��{�FA������<g
���sP�p�4�;�b0/n�#Nk��g�~^��sj�����w>2x/�J#�|+,F(��j��-�We<�L�����s�bWZ���}�Y9S;��"���f3��I��Y�ۢ��6�� ��S����]��-��(�����L$�����N%�w9�hF¥��2�;�,lJ7o�x�J��\ހ�ߊ9!�f�N�J,ߐ�u����>w�m����x48��	ID(����,�꛹��n�sX$�Ê�͞�����-8�4���Z�rމ1ב�`ӔA�4 ���s0RK��Fl�m�#ϝ�]�T� DYT��J�y��*�Ϳ~��j,c8q�j��4Tc��Q��+�T��y�Dg�8F{����g���Z���#�~�]�x-Zbn-�Y��J)v��'��#|�%,X|6eܚz���5nՙv~��BL��w����h�ғ��ɵ��4���t-y�75��
��	i�.�[[���Pco�Z<��섫�q�B��)�e�TD4�Ɖ�t�}=G�7AO�h"����R�[Ek�m�ӰQ����h��Ҟ3���q�ْǼ����j`tQ���&=����L4�?-�p�u��Y��^g��F�'���m�a����F�ۨ�wl�]�Eo"���™��U��gD�I���KQ��	<��E�<��O@���}�)���Z/,���:��|
[n�W���֦ڱ�m�ޏκ�Vm�S{t��Ŕ�>��*�[6��$[�q�M=�v{���;6}���t�3�.�e�z��rD��,^�[�v�|��P�8Ad�,�A�B��n�����"IT�$�]�b�)�����R����ꫝPV�gN�I���ߝ|��X���n�ԗIQM>
�
�P.\樨e.8�T+�m<�h��y�]��S4e�I���:o��?�*�P��K�-��X
�3ڈ�'W8A,�j��3?"�C��35�H	�*x�>�B]�ƙ�N����u�">��t����Gܳ®
��j(���6��S���8j�A>=��y\NO�o'p��v��g]���߾}�1Qr�s�X�F0NZ��}W�uȭR}8D��dQ6��^Gu��DŽ�n�S{X�-m�;YB�;d0~�1�T7�`n1o�	�����E]�
����wZE�=%
S)�X��K��,'���)Jݠh��1�)_�{k1U������A�M�5���N]�'r���_��sf�sk�7�s�\��l����O�Rҧ�^٭�
%gl[qu
V��"�,�9��F��ٱʴ֔�ZV�]fYvr��5���Y���tr8�VJ�H�C3��rhf��M2��p�s�r�煈7�{a�3�LY����H���{��j| h��a����x$7��b��6Фpv�R��Ժ���.��p&8�/:��E(t�O��)���C|��eK��F��҃cc8�$��r$My-��hPGDŀa!�i�+�-�YX3]!l>Pd�u��WB=����E!Ty��–Q.��7�/Yd#Y!h"vd����� ��1)�Ld8��.�T3������Bp�����q
B���Pc��ﶟ"����s�3������p�z09�/_^҅���pp���KO/�;�w88>�۩�0�w�q���*kEoʜ�v��������V�)N������xq�E�v�Iᣉ�W=�1;ſ��c~��?^������f%�5��YM*�B�}A�1SS`eͣFЖ���FJ�2��S��u��͖�&ۏ��䰻[7�������T�b�m�X�ܟ��7��te��O�v���O�⠴�n��*��\�8�ˢ�'_�}��#;D���U!k�/����~���2��#�~s���"����}9�p�lը}��<�eI�S�8������yl���Pԅ2U���Y2?Դ��CM�մ�W�ް���OU��([֪w�ͥ,&<��e��/�+�[VeJ�?a	k�e�!�u�6���6����6���W�Vzqm��V���b}�;�djD��*u\+�֗׊����9�BNR�	%%�$́ ���%H�uh��_�w]�2���
�v'�k�q�˼�@R!�2RH�2K����$S��Q�3�k�9��%ٞ�,�=Q_wž༘TH�W�����\G35�zn�@�2 %�
	�)����0X_�a*X�����L_�tx�!���I���9ֵ�~.p�[����0z��C����>����(<]S��i�(1�:���G/s��^V)�:_���t��a����#���7o��L��M��Uq	��
���J g�QDb�'!�����@�c_��4;��&Y|#�q}�+��k���xBGߍ�{��A���I&(e�� ���q��D����o���|��.���o!+���]"QY�8%ifErHU���pV�xi�s>�XY��";���Drq��K���gE��B�Q/����W̸2�Ÿx���PK�p��7PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xml�Mo�0���*w���D.R6�=��^z3����%����|$��$�w���������SA��b�#�[�������0twQ4G�m�
ڶ�n[�����ݦ���M�Oظ֓�ԘAb8Pp�S
D��J��ѹH��K��$)w.�����&�I`,	�Ӱi���0z$���Pw?\�2��P��tm[���t��rʠ��"*"PRb�U.�9�/��l�l�{wf���tt.��K�ٯ�<��MX�c]6��[�h�²9_��c��"�!�2����bA���*S�P�g�G�i�pT����R�<���?���S��7���4ca��fO<豱H����gt���c��<�Om���Tch�ؔC�}�h0���9��U
�����Sw�v�&��@�u97y��-{3��T���4��+,Ek�`�@�0c�(A�	p7_�ut&��ܕ��M�V5�wq��>W\wy#�R������w�_�W��YNO�d��B�(>�yu������<_y���U�0N!I���D�*.�3�qg��?��8d��
�r������=K�=�c�Z�-�/3��/#��F�x7(\��vSU�ca�䁡0���?L%K,	�$"F�Dį��v��XؘR����ʭ�!7)ń@��66]$/��&���j�PKG�[�jPK��R�R�B4E	csar.metaPK��R�hJ��kTOSCA-Metadata/TOSCA.metaPK��R�0��� �1CDefinitions/resource-Vfw060a418f0ae6-template.ymlPK��R��C2F�;J"Definitions/resource-Vfw060a418f0ae6-template-interface.ymlPK��R�v[-�9Definitions/resource-Neutronport-template.ymlPK��R���j�	,�>Definitions/resource-Neutronnet-template.ymlPK��R�pt��(_BDefinitions/resource-Extcp2-template.ymlPK��R^0���k=�DDefinitions/resource-Vfw060a418f0ae6NodesVpgcvfc-template.ymlPK��R^�ܽ	��GTDefinitions/resource-Vfw060a418f0ae6NodesVpgcvfc-template-interface.ymlPK��RQJ���/K^Definitions/resource-Globalnetwork-template.ymlPK��R^�,���
)9aDefinitions/resource-Compute-template.ymlPK��R�£+�cD2eDefinitions/resource-Vfw060a418f0ae6ComputeNodesHeatVfw-template.ymlPK��R�9�AZe&OgDefinitions/resource-Port-template.ymlPK��R��i��j=�iDefinitions/resource-Vfw060a418f0ae6NodesVsncvfc-template.ymlPK��R�)���	f�G0yDefinitions/resource-Vfw060a418f0ae6NodesVsncvfc-template-interface.ymlPK��Rq�0O�
.f�Definitions/resource-Extneutroncp-template.ymlPK��R���3j�,�Definitions/resource-Globalport-template.ymlPK��R�(L�,ՌDefinitions/resource-Novaserver-template.ymlPK��RJ��ݨcDN�Definitions/resource-Vfw060a418f0ae6ComputeNodesHeatVsn-template.ymlPK��R��2�cDh�Definitions/resource-Vfw060a418f0ae6ComputeNodesHeatVpg-template.ymlPK��RӋ=�T�)��Definitions/resource-Network-template.ymlPK��R1h��<K//�Definitions/resource-Globalcompute-template.ymlPK��R������=ȝDefinitions/resource-Vfw060a418f0ae6NodesVfwcvfc-template.ymlPK��R��OQ�
�GĮDefinitions/resource-Vfw060a418f0ae6NodesVfwcvfc-template-interface.ymlPK��R+�@j5����Definitions/data.ymlPK��R�'}8l�Definitions/groups.ymlPK��R0?��@@-�Definitions/policies.ymlPK��R���C&�Definitions/annotations.ymlPK��R�����"Definitions/relationships.ymlPK��R2ea�
-Definitions/artifacts.ymlPK��R�H�v~(xDefinitions/capabilities.ymlPK��R8��8Definitions/interfaces.ymlPK��R�j��-�Y1Definitions/nodes.ymlPK��RT\���CxLArtifacts/Informational/OTHER/VSP_vFW-060a418f-0ae6_Information.txtPK��R��ȕ�O'�OArtifacts/Deployment/HEAT/base_vfw.yamlPK��R�p��7<�[Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��RG�[�j4^Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK%%!
�`
2021-04-22T03:26:37.095Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel|DEBUG|500||=======================response end=================================================
2021-04-22T03:26:37.184Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/52ecc8fe-a0f4-49d2-b6ba-4547bdf2a79f/toscaModel|INFO|500||InvokeReturn
2021-04-22T03:26:37.188Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package
2021-04-22T03:26:37.188Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-04-22T03:26:37.189Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||VFCustomizationUUID= 843779bf-13d5-4ac6-a9ea-39f3501d97f2
2021-04-22T03:26:37.189Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 843779bf-13d5-4ac6-a9ea-39f3501d97f2 matches Tosca VF Customization UUID: 843779bf-13d5-4ac6-a9ea-39f3501d97f2
2021-04-22T03:26:37.189Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||vfCustomizationUUID: 843779bf-13d5-4ac6-a9ea-39f3501d97f2  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-22T03:26:37.192Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.192Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:37.193Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||resource request for resource customization id 843779bf-13d5-4ac6-a9ea-39f3501d97f2: {\"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-22T03:26:37.193Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24c0a7bc
2021-04-22T03:26:37.193Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.194Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-22T03:26:37.194Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d22013f-5eab-46b8-a503-47df2f1b4171
2021-04-22T03:26:37.194Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d22013f-5eab-46b8-a503-47df2f1b4171
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-22T03:26:37.196Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.196Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is matching search criteria
2021-04-22T03:26:37.196Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW 060a418f-0ae6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:26:37.197Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.197Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is matching search criteria
2021-04-22T03:26:37.197Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW 060a418f-0ae6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:26:37.197Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.197Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is not matching search criteria
2021-04-22T03:26:37.198Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-22T03:26:37.198Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-22T03:26:37.198Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-22T03:26:37.198Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-22T03:26:37.198Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-22T03:26:37.199Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:26:37.199Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:37.199Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-22T03:26:37.199Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:37.199Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-22T03:26:37.199Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:26:37.199Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=43a79f0c-a0fb-49c8-94e3-cf4bf7b22b39
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-22T03:26:37.201Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.202Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is matching search criteria
2021-04-22T03:26:37.202Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW 060a418f-0ae6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:26:37.202Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.202Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is not matching search criteria
2021-04-22T03:26:37.202Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-22T03:26:37.203Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-22T03:26:37.203Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:26:37.203Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:37.203Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:26:37.203Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-22T03:26:37.204Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-22T03:26:37.204Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-22T03:26:37.204Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-22T03:26:37.204Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:37.204Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-22T03:26:37.204Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:26:37.205Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d5e15ca2-cde3-4fc4-acac-34d5943a04eb
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-22T03:26:37.206Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.207Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is matching search criteria
2021-04-22T03:26:37.207Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW 060a418f-0ae6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:26:37.207Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.207Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is not matching search criteria
2021-04-22T03:26:37.208Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-22T03:26:37.208Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-22T03:26:37.208Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:26:37.208Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:37.208Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-22T03:26:37.208Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-22T03:26:37.208Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-22T03:26:37.208Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-22T03:26:37.209Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-22T03:26:37.209Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-22T03:26:37.209Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-22T03:26:37.209Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-22T03:26:37.209Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=07eb051e-f492-4f94-b184-2fedc9ba4b64
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-22T03:26:37.211Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.211Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is matching search criteria
2021-04-22T03:26:37.211Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW 060a418f-0ae6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-22T03:26:37.211Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.211Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Node template vFW 060a418f-0ae6 0 is matching search criteria
2021-04-22T03:26:37.211Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found topology templates [vFW 060a418f-0ae6 0] matching following query criteria: sdcType=VF, customizationUUID=843779bf-13d5-4ac6-a9ea-39f3501d97f2
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-22T03:26:37.213Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.213Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:37.214Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500|| resourceSeq for service uuid 11ed7ecb-ada1-4361-ab74-a4e46b352594: vFW 060a418f-0ae6
2021-04-22T03:26:37.214Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.214Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:37.214Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.214Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:37.214Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.214Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:37.215Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.215Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:37.215Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-04-22T03:26:37.215Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Service vFW 2021-04-22 03-13-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-22T03:26:37.215Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||Saving Service: vFW 2021-04-22 03-13-27 
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-22T03:26:37.348Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 060a418f-0ae6 7298311e-78f8-486e-92d9-b31482aad4bb 1 ASDC deployResourceStructure
2021-04-22T03:26:37.348Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json ASDC sendASDCNotification
2021-04-22T03:26:37.349Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json
2021-04-22T03:26:37.349Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-22T03:26:37.349Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:37.350Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:37.351Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061997348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:26:37.451Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:26:37.451Z||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-22T03:26:37.452Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:37.460Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:37.460Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:26:38.351Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-22T03:26:38.352Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml
2021-04-22T03:26:38.352Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-22T03:26:38.352Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:38.353Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:38.353Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061998351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-22T03:26:38.454Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-22T03:26:38.455Z||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-22T03:26:38.455Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:38.463Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:38.463Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:26:39.354Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-22T03:26:39.354Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env
2021-04-22T03:26:39.355Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-22T03:26:39.355Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:39.356Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:39.356Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061999354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-22T03:26:39.457Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:26:39.457Z||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-22T03:26:39.457Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:39.466Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:39.467Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:26:40.357Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar ASDC sendASDCNotification
2021-04-22T03:26:40.358Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar
2021-04-22T03:26:40.358Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-22T03:26:40.358Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-04-22T03:26:40.360Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-22T03:26:40.360Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619062000357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:26:40.460Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-22T03:26:40.461Z||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-22T03:26:40.461Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:40.470Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:40.471Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-22T03:26:41.360Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:26:41.368Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
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-22T03:26:41.369Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:26:41.369Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:26:41.369Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:26:41.369Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:26:44.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T03:26:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:26:45.390Z||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-22T03:26:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:26:46.037Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:26:46.039Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.039Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "cds",
  "timestamp": 1619061959302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.039Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.039Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.039Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061955263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061957247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "policy-id",
  "timestamp": 1619061957474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061962402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "cds",
  "timestamp": 1619061959302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vfw26fdafb6dabb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061957247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vfw26fdafb6dabb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061955263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vfw26fdafb6dabb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "policy-id",
  "timestamp": 1619061957474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vfw26fdafb6dabb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061962402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vfw26fdafb6dabb0_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.040Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "cds",
  "timestamp": 1619061959302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061957247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061955263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "policy-id",
  "timestamp": 1619061957474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061962402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "cds",
  "timestamp": 1619061959302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061957247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061955263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "policy-id",
  "timestamp": 1619061957474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061962402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.041Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061957247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "cds",
  "timestamp": 1619061959302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061955263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "policy-id",
  "timestamp": 1619061957474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061962402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "cds",
  "timestamp": 1619061959302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061957247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061955263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "policy-id",
  "timestamp": 1619061957474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061962402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061957247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.042Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "cds",
  "timestamp": 1619061959302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061955263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "policy-id",
  "timestamp": 1619061957474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061962402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619061969549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "cds",
  "timestamp": 1619061970574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061970636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vfw26fdafb6dabb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061970627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vfw26fdafb6dabb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "policy-id",
  "timestamp": 1619061970639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061970931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vfw26fdafb6dabb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619061969549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vfw26fdafb6dabb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.043Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "cds",
  "timestamp": 1619061971581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-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-22T03:26:46.095Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea057672-5e77-4f81-bd54-b7b15639edeb
2021-04-22T03:26:46.095Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea057672-5e77-4f81-bd54-b7b15639edeb 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-22T03:26:46.183Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.184Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "policy-id",
  "timestamp": 1619061971642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:26:46.184Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.184Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.184Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619061969549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.184Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.184Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.184Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "policy-id",
  "timestamp": 1619061972645,
  "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-22T03:26:46.188Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea057672-5e77-4f81-bd54-b7b15639edeb
2021-04-22T03:26:46.188Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea057672-5e77-4f81-bd54-b7b15639edeb 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-22T03:26:46.194Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.194Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ecf8c8dc-fcc9-4abf-b9dd-ade983b8ed21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061972987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-04-22T03:26:46.194Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.194Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.194Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619061969549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.194Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.194Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.194Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619061969549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061975187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619061969549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061975429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061975879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "dcae-sch",
  "timestamp": 1619061969549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061977637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.195Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.196Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.196Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061977924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.196Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.196Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.196Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061978125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.196Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.196Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.196Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061974000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.196Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.196Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.196Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061978744,
  "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-22T03:26:46.199Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea057672-5e77-4f81-bd54-b7b15639edeb
2021-04-22T03:26:46.199Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea057672-5e77-4f81-bd54-b7b15639edeb 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-22T03:26:46.204Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.204Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "aai-ml",
  "timestamp": 1619061978188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.204Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.204Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.204Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061978927,
  "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-22T03:26:46.208Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea057672-5e77-4f81-bd54-b7b15639edeb
2021-04-22T03:26:46.208Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea057672-5e77-4f81-bd54-b7b15639edeb 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-22T03:26:46.213Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.213Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061979131,
  "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-22T03:26:46.217Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea057672-5e77-4f81-bd54-b7b15639edeb
2021-04-22T03:26:46.217Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea057672-5e77-4f81-bd54-b7b15639edeb 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-22T03:26:46.222Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.222Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061974000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.222Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.222Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.222Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1619061979747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vfw26fdafb6dabb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:26:46.222Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.222Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.222Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "aai-ml",
  "timestamp": 1619061978188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vfw26fdafb6dabb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.223Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.223Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.223Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-starlingx-id",
  "timestamp": 1619061979930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vfw26fdafb6dabb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:26:46.223Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.223Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.223Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "multicloud-windriver-id",
  "timestamp": 1619061980134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vfw26fdafb6dabb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:26:46.223Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.223Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.223Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061974000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.223Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.224Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.224Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "aai-ml",
  "timestamp": 1619061978188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.224Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.224Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.224Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061974000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.224Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.224Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.224Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "aai-ml",
  "timestamp": 1619061978188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.224Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.224Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.224Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061974000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.224Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.225Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.225Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "aai-ml",
  "timestamp": 1619061978188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/resourceInstances/vfw26fdafb6dabb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.225Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.225Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.225Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061974000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.225Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.225Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.225Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "aai-ml",
  "timestamp": 1619061978188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-04-22T03:26:46.225Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.225Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.225Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061974000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.225Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.225Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.226Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "aai-ml",
  "timestamp": 1619061978188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-csar.csar",
  "status": "NOTIFIED"
}
2021-04-22T03:26:46.226Z||pool-3-thread-1|||||INFO|500||Missing status on Status Object. 
2021-04-22T03:26:46.226Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.226Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061986134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.226Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.226Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.226Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "aai-ml",
  "timestamp": 1619061986255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.226Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.226Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.226Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061989437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.226Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.226Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061991586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061994836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061997348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/vfw060a418f0ae60_modules.json",
  "status": "DEPLOY_OK"
}
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "aai-ml",
  "timestamp": 1619061998084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422032409/1.0/artifacts/service-Vfw20210422032409-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061998351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.227Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea057672-5e77-4f81-bd54-b7b15639edeb",
  "consumerID": "aai-ml",
  "timestamp": 1619061999089,
  "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-22T03:26:46.231Z||pool-3-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea057672-5e77-4f81-bd54-b7b15639edeb
2021-04-22T03:26:46.231Z||pool-3-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea057672-5e77-4f81-bd54-b7b15639edeb 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-22T03:26:46.238Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.239Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619061999354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/resourceInstances/vfw060a418f0ae60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-04-22T03:26:46.239Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:26:46.239Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-22T03:26:46.239Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2114e27-e4db-44f5-a18d-061ed98a1bf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1619062000357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210422031327/1.0/artifacts/service-Vfw20210422031327-csar.csar",
  "status": "DEPLOY_OK"
}
2021-04-22T03:26:46.239Z||pool-3-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-22T03:27:11.370Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:27:11.377Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
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-22T03:27:11.379Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:27:11.379Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:27:11.380Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:27:11.380Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:27:29.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.73.181
2021-04-22T03:27:41.380Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:27:41.388Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
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-22T03:27:41.390Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:27:41.390Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:27:41.390Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:27:41.390Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:27:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:27:45.390Z||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-22T03:27:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:27:54.947Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:28:11.391Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:28:11.398Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
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-22T03:28:11.406Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:28:11.406Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:28:11.406Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:28:11.406Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:28:41.407Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:28:41.425Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
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-22T03:28:41.427Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:28:41.427Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:28:41.427Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:28:41.427Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:28:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:28:45.390Z||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-22T03:28:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:28:54.948Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:28:59.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.181 to 10.233.67.53
2021-04-22T03:29:11.484Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:29:11.492Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
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-22T03:29:11.494Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:29:11.494Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:29:11.494Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:29:11.494Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:29:41.494Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:29:41.506Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
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-22T03:29:41.508Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:29:41.508Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:29:41.508Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:29:41.509Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:29:44.646Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.53 to 10.233.71.134
2021-04-22T03:29:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:29:45.389Z||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-22T03:29:45.390Z||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 v5xz8KxJURhGM7vY) ...
2021-04-22T03:29:54.954Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-04-22T03:30:11.509Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:30:11.518Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
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-22T03:30:11.592Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:30:11.592Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:30:11.592Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:30:11.592Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:30:29.645Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.134 to 10.233.67.53
2021-04-22T03:30:41.592Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.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-22T03:30:41.601Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2114e27-e4db-44f5-a18d-061ed98a1bf1
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-22T03:30:41.603Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-22T03:30:41.603Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-22T03:30:41.603Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-22T03:30:41.603Z|c2114e27-e4db-44f5-a18d-061ed98a1bf1|pool-3-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-22T03:30:45.389Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-22T03:30:45.389Z||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-22T03:30:45.390Z||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 v5xz8KxJURhGM7vY) ...